Skip to content

Commit

Permalink
dev-php/zetacomponents-ConsoleTools: Revbump to fix USE dependency
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/793959
Signed-off-by: Brian Evans <[email protected]>
  • Loading branch information
Brian Evans committed Jun 2, 2021
1 parent e6b7db4 commit e8f8eb8
Showing 1 changed file with 26 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

MY_PN="ConsoleTools"

DESCRIPTION="A set of classes to do different actions with the console"
HOMEPAGE="https://github.com/zetacomponents/ConsoleTools"
SRC_URI="https://github.com/zetacomponents/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"

RDEPEND="dev-lang/php:*[iconv(-)]"

S="${WORKDIR}/${MY_PN}-${PV}"

src_install() {
insinto /usr/share/php/ezc/${MY_PN}
doins -r src/*
doins "${FILESDIR}"/autoload.php

einstalldocs
}

0 comments on commit e8f8eb8

Please sign in to comment.