diff options
author | Brian Evans <grknight@gentoo.org> | 2019-08-16 09:47:16 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2019-08-16 10:17:26 -0400 |
commit | e5d6af11d122ea04ac27823e6538ee9e5db017cf (patch) | |
tree | 445bb0cbecf5169c47c1ef4ff2ff02310043966c /dev-php/phar-io-manifest | |
parent | dev-php/maxmind-db-reader: Fix SRC_URI; Drop 7-0; RESTRICT on USE test (diff) | |
download | gentoo-e5d6af11d122ea04ac27823e6538ee9e5db017cf.tar.gz gentoo-e5d6af11d122ea04ac27823e6538ee9e5db017cf.tar.bz2 gentoo-e5d6af11d122ea04ac27823e6538ee9e5db017cf.zip |
dev-php/phar-io-manifest: Drop old
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'dev-php/phar-io-manifest')
-rw-r--r-- | dev-php/phar-io-manifest/Manifest | 1 | ||||
-rw-r--r-- | dev-php/phar-io-manifest/phar-io-manifest-1.0.1.ebuild | 27 |
2 files changed, 0 insertions, 28 deletions
diff --git a/dev-php/phar-io-manifest/Manifest b/dev-php/phar-io-manifest/Manifest index f5d78ab77fea..cb5837a1cb2a 100644 --- a/dev-php/phar-io-manifest/Manifest +++ b/dev-php/phar-io-manifest/Manifest @@ -1,2 +1 @@ -DIST phar-io-manifest-1.0.1.tar.gz 21403 BLAKE2B 0f18d94d127ec54914cb60756fd3e75c2d13ec593b7101735e385e4515abf4da0f03ef94d0bbbfaee02f348309525504f5e99e150a68b0d0fcd2129ccade4541 SHA512 3e4dd7ddd6de0a9f70595d0d8a6721782d2584526d3d4649cf0338ab36f106798daf4b7dcbf5bd972893a1569b622e4217212e5812b14e4bf3f698504f4d2228 DIST phar-io-manifest-1.0.3.tar.gz 21903 BLAKE2B 48fb8858ea6c89415e78da399e2d3b6660e1857958094bf5e6c42465cfc32e34122ec1ab6e413f36f48e288ef40af7b85f93c80e6a2cfa547a166557de04ec97 SHA512 f8f9a6d4b761b739ec24a9f94ae5d4ac74f7276621675e3f3c7c3085aa7662c73cc703b1c86531d327199cf42074bb19446c14f78a3c8a888b1d236dc59bed94 diff --git a/dev-php/phar-io-manifest/phar-io-manifest-1.0.1.ebuild b/dev-php/phar-io-manifest/phar-io-manifest-1.0.1.ebuild deleted file mode 100644 index c70be9f4ebe4..000000000000 --- a/dev-php/phar-io-manifest/phar-io-manifest-1.0.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Reading phar.io manifest information from a PHP Archive (PHAR)" -HOMEPAGE="https://github.com/phar-io/manifest" -SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="examples" - -S="${WORKDIR}/manifest-${PV}" - -RDEPEND="dev-php/fedora-autoloader - dev-php/phar-io-version - dev-lang/php:*[phar]" - -src_install() { - insinto /usr/share/php/PharIo/Manifest - doins -r src/* - doins "${FILESDIR}/autoload.php" - dodoc README.md - use examples && dodoc -r examples -} |