From 99abbc5e5a6ecd3fc981b45646fd8cb5d320377b Mon Sep 17 00:00:00 2001 From: V3n3RiX <venerix@redcorelinux.org> Date: Sat, 24 Feb 2018 19:58:07 +0000 Subject: gentoo resync : 24.02.2018 --- dev-php/phing/Manifest | 4 +-- dev-php/phing/phing-2.16.0.ebuild | 57 --------------------------------------- dev-php/phing/phing-2.16.1.ebuild | 57 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 59 insertions(+), 59 deletions(-) delete mode 100644 dev-php/phing/phing-2.16.0.ebuild create mode 100644 dev-php/phing/phing-2.16.1.ebuild (limited to 'dev-php/phing') diff --git a/dev-php/phing/Manifest b/dev-php/phing/Manifest index 00c48a02a9c8..0a467d51d83c 100644 --- a/dev-php/phing/Manifest +++ b/dev-php/phing/Manifest @@ -1,4 +1,4 @@ AUX autoload.php 418 BLAKE2B 8999ecee030a7d3eab49102bea8bf3aedff8c0e35021947279fee65ed9c0fa2f6bdc923a5e48437f314623cfed7545b3f4e30e8eb19610091c13a897c93278ca SHA512 81a22775a38d08e681e0f0a97fd6f125065be86fb491894f397cb25cc8240a7038b6cf061c77cc0c4837cc5a68aef909fe3a94ae84165a5f358050fac0164cd1 -DIST phing-2.16.0.tgz 4142331 BLAKE2B 567a7f0ac346c6c670342b74ea94d58e18ee306cd4f523f834c7cdfb8824a1d7e4d9c68c07da6d1b99fa6a0eeb120712ca36a28ef64314c6ed9056fcf633344d SHA512 f738d08a195d69c32a035dd3739e0cbc56946173dc31e8fdc8fc07664139b2b97832a6bbb527785e5dfe025530c364a1ed1075a0b77baecfc2395ec78549ba72 -EBUILD phing-2.16.0.ebuild 1552 BLAKE2B 6d02a071aeeafdf6f15d6a8ee7ddc6830d0948e5e2372b0583bb21adee45b7c505bc65ccc196d65c62118538ef12a4f89106246a9fcd0536b6f1b4eadb753fca SHA512 af8842f86a4e5665e7bc5d18e5da2240909be275c840271fa0d529cdd4662594cca310f74d02742673611f254a83e2011509b992de1403dad8b3ab61a56302c6 +DIST phing-2.16.1.tgz 4149013 BLAKE2B 266c124237d437361e9e18a42c9358fc18cfacfaa798a3a92a31858b7c1af847cde2cac43e0fcfe3759e8291639de9ec564f977fe00939316dbacdfd266e4e92 SHA512 e0832396dac9fbd43680f01acfa55f3ed2819726ace1db4ec9addf18c9c023c4f63143c6a63bbe1b16c2bd19dba54f503efdc77d772a3239bc8f9efe0ab375bb +EBUILD phing-2.16.1.ebuild 1550 BLAKE2B 7a9530d3c029429b13f055a271f26e57424d12dbacf10362d44ba2f35515d0ef74339d30ff155c5d5861595c4d34404d8a34df1429ef805cedaf9ebfafd516f6 SHA512 91510f112880ede6bda907181bd21b5ba79457b9f006448e8faa6bca4fad0bd8700d0e37dbdab5df2264aed5f665f8a6e197b3ee7debaebcbe2a9ce66eaaf53b MISC metadata.xml 471 BLAKE2B eed7a2c37fef52fce309821dbeb3dd30276d438cdd3b00b709b8fd5c5814f2e25c48465eaa1abd7aef190f3a3b1c502be1066e6b8479761001c71ffd94f91999 SHA512 a0b77b3717c96c2aa8807f967c5c5a61dbcaa543ac7467a6f36bfdb9a74897b975d543ea2515180718cd016d7ec72989e985ce45c87cec04923f9226a2c97254 diff --git a/dev-php/phing/phing-2.16.0.ebuild b/dev-php/phing/phing-2.16.0.ebuild deleted file mode 100644 index 65352777f2fa..000000000000 --- a/dev-php/phing/phing-2.16.0.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="PHP project build system based on Apache Ant" -HOMEPAGE="http://www.phing.info/" -SRC_URI="http://www.phing.info/get/${P}.tgz" - -LICENSE="FDL-1.3 LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc examples minimal zip" - -RDEPEND="dev-lang/php:*[cli,xml,xslt,zip?] - dev-php/symfony-yaml - !minimal? ( - dev-php/PEAR-HTTP_Request2 - dev-php/PEAR-PEAR_PackageFileManager - dev-php/PEAR-VersionControl_SVN - dev-php/PHP_CodeCoverage - dev-php/phpDocumentor - dev-php/phpmd - dev-php/phpunit - dev-php/simpletest - dev-php/xdebug - )" - -S="${WORKDIR}" - -src_install() { - dodoc CHANGELOG.md CREDITS.md README.md - dodoc -r docs/docbook5/en/output/hlhtml - use doc && dodoc -r docs/api - use examples && dodoc -r docs/example - - # Install the executable (and the PHP file it wraps) outside of the - # PHP include directory, since nobody should be including it. - exeinto "/usr/share/${PN}/bin" - doexe "bin/${PN}" - insinto "/usr/share/${PN}/bin" - doins "bin/${PN}.php" - dosym "/usr/share/${PN}/bin/${PN}" "/usr/bin/${PN}" - - # Phing tries to get the version number from this file. - insinto "/usr/share/${PN}/etc" - doins etc/VERSION.TXT - - # The executable will only look for autoload.php in one place, so we - # create an (otherwise pointless) vendor directory to house it. - insinto "/usr/share/${PN}/vendor" - doins "${FILESDIR}/autoload.php" - - # But install the library under /usr/share/php. - insinto "/usr/share/php" - doins -r "classes/${PN}" -} diff --git a/dev-php/phing/phing-2.16.1.ebuild b/dev-php/phing/phing-2.16.1.ebuild new file mode 100644 index 000000000000..5fda22fb029e --- /dev/null +++ b/dev-php/phing/phing-2.16.1.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="PHP project build system based on Apache Ant" +HOMEPAGE="http://www.phing.info/" +SRC_URI="http://www.phing.info/get/${P}.tgz" + +LICENSE="FDL-1.3 LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc examples minimal zip" + +RDEPEND="dev-lang/php:*[cli,xml,xslt,zip?] + dev-php/symfony-yaml + !minimal? ( + dev-php/PEAR-HTTP_Request2 + dev-php/PEAR-PEAR_PackageFileManager + dev-php/PEAR-VersionControl_SVN + dev-php/PHP_CodeCoverage + dev-php/phpDocumentor + dev-php/phpmd + dev-php/phpunit + dev-php/simpletest + dev-php/xdebug + )" + +S="${WORKDIR}" + +src_install() { + dodoc CHANGELOG.md CREDITS.md README.md + dodoc -r docs/docbook5/en/output/hlhtml + use doc && dodoc -r docs/api + use examples && dodoc -r docs/example + + # Install the executable (and the PHP file it wraps) outside of the + # PHP include directory, since nobody should be including it. + exeinto "/usr/share/${PN}/bin" + doexe "bin/${PN}" + insinto "/usr/share/${PN}/bin" + doins "bin/${PN}.php" + dosym "../share/${PN}/bin/${PN}" "/usr/bin/${PN}" + + # Phing tries to get the version number from this file. + insinto "/usr/share/${PN}/etc" + doins etc/VERSION.TXT + + # The executable will only look for autoload.php in one place, so we + # create an (otherwise pointless) vendor directory to house it. + insinto "/usr/share/${PN}/vendor" + doins "${FILESDIR}/autoload.php" + + # But install the library under /usr/share/php. + insinto "/usr/share/php" + doins -r "classes/${PN}" +} -- cgit v1.2.3