diff options
author | Brian Evans <grknight@gentoo.org> | 2019-08-16 09:53:55 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2019-08-16 10:17:26 -0400 |
commit | 658968eeabd67d3f70b7019c3f7c32dd4aa7ad91 (patch) | |
tree | 3319f7f826adf75306c3caa0c0e6800840bb1a76 /dev-php/phar-io-version | |
parent | dev-php/phar-io-manifest: Remove HOMEPAGE from SRC_URI (diff) | |
download | gentoo-658968eeabd67d3f70b7019c3f7c32dd4aa7ad91.tar.gz gentoo-658968eeabd67d3f70b7019c3f7c32dd4aa7ad91.tar.bz2 gentoo-658968eeabd67d3f70b7019c3f7c32dd4aa7ad91.zip |
dev-php/phar-io-version: 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-version')
-rw-r--r-- | dev-php/phar-io-version/Manifest | 1 | ||||
-rw-r--r-- | dev-php/phar-io-version/phar-io-version-1.0.1.ebuild | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/dev-php/phar-io-version/Manifest b/dev-php/phar-io-version/Manifest index c9f122b7f3e8..941d13b52f32 100644 --- a/dev-php/phar-io-version/Manifest +++ b/dev-php/phar-io-version/Manifest @@ -1,2 +1 @@ -DIST phar-io-version-1.0.1.tar.gz 8686 BLAKE2B 2cb7208f24ebce981b1b487170d8f07fd43c6dc53782e2797c3172736255e29863aa832d8e63f59e9f941fc154a1e3ebc6452437641f92521f84ddfdf2d3e6ec SHA512 c3bd6e7426bbac99c2b7028d86429f954daafebb7aea3c969305035ce5fc98c3d718f34efbf36658442bb4f60518dbb8217c314f2a3afd429e037120cc7428d9 DIST phar-io-version-2.0.1.tar.gz 10348 BLAKE2B 22a4f8426c14662781534e63ddb62e4e783fe563ae061c0c3ae87960e0c649d68adff9b19e4388e9aafc52184aa273e8ecc5df08f16e0918258a2a4862950181 SHA512 068d872ecafc3491c7cd27068fa2b35cf1d7e3abe21649677c935e897b6582d2efcdcbcef71a00f3b9b416320f6139c671411821ad41e3b7c906fac5288646ec diff --git a/dev-php/phar-io-version/phar-io-version-1.0.1.ebuild b/dev-php/phar-io-version/phar-io-version-1.0.1.ebuild deleted file mode 100644 index 6a4c90ec3d51..000000000000 --- a/dev-php/phar-io-version/phar-io-version-1.0.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Library for handling version information and constraints" -HOMEPAGE="https://github.com/phar-io/version" -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="" - -S="${WORKDIR}/version-${PV}" - -RDEPEND="dev-php/fedora-autoloader - dev-lang/php:*" - -src_install() { - insinto /usr/share/php/PharIo/Version - doins src/*.php - doins "${FILESDIR}/autoload.php" - dodoc README.md -} |