diff options
author | Brian Evans <grknight@gentoo.org> | 2016-12-07 11:36:39 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2016-12-07 11:38:29 -0500 |
commit | b7470f62fbb8047289e7d778d2e5d8f499ce6f46 (patch) | |
tree | 98680554868d9719ee333c5611770e8c8075d7d4 /dev-php/pecl-uuid | |
parent | dev-php/pecl-uuid: Add PHP project to metadata (diff) | |
download | gentoo-b7470f62fbb8047289e7d778d2e5d8f499ce6f46.tar.gz gentoo-b7470f62fbb8047289e7d778d2e5d8f499ce6f46.tar.bz2 gentoo-b7470f62fbb8047289e7d778d2e5d8f499ce6f46.zip |
dev-php/pecl-uuid: Drop old
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-php/pecl-uuid')
-rw-r--r-- | dev-php/pecl-uuid/Manifest | 1 | ||||
-rw-r--r-- | dev-php/pecl-uuid/pecl-uuid-1.0.3-r2.ebuild | 23 | ||||
-rw-r--r-- | dev-php/pecl-uuid/pecl-uuid-1.0.4.ebuild | 23 |
3 files changed, 0 insertions, 47 deletions
diff --git a/dev-php/pecl-uuid/Manifest b/dev-php/pecl-uuid/Manifest index 331f3027cfa9..ce8b582a87b9 100644 --- a/dev-php/pecl-uuid/Manifest +++ b/dev-php/pecl-uuid/Manifest @@ -1,2 +1 @@ -DIST uuid-1.0.3.tgz 6330 SHA256 6832c6453efec9800d2dc0bb9786cea02888378e88c15851f79210ef78369ef1 SHA512 8872de64d39691f7516c4181949ec66725dede3806b522d32198bb7cb7f651cb2223c0b245c2a13df8d67c63b3c482da8e0c8d9cc0dfa0cd05261f7670c6547f WHIRLPOOL a9056940755ff602b222f41889454540e162b04413a28c377010914e9215de45f7e986539ad862ee3fdf6f7b99297a1519f7cac5dd8ca7508f9290a4dbe80cc9 DIST uuid-1.0.4.tgz 14900 SHA256 63079b6a62a9d43691ecbcd4eb52e5e5fe17b5a3d0f8e46e3c17ff265c06a11f SHA512 989d993f8158a13026b8e5c02f4aa50489b1a946d12da81dd1fff6091839a45b180562f74c8af368a498c495477374ec9e1d536e7de0178c1f288e3abe360164 WHIRLPOOL 883a35955c8d84574deddbabf29741d21309bc23347db37a867e257ee1cd459a224a449743f7d56d74de2eae3d46e48a600c39156cea137f94eb0fc6afeb8c73 diff --git a/dev-php/pecl-uuid/pecl-uuid-1.0.3-r2.ebuild b/dev-php/pecl-uuid/pecl-uuid-1.0.3-r2.ebuild deleted file mode 100644 index aff8749291b5..000000000000 --- a/dev-php/pecl-uuid/pecl-uuid-1.0.3-r2.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -PHP_EXT_NAME="uuid" -PHP_EXT_INIT="yes" -PHP_EXT_ZENDEXT="no" -DOCS="CREDITS" - -USE_PHP="php5-6 php5-5 php5-4" - -inherit php-ext-pecl-r2 - -DESCRIPTION="A wrapper around libuuid" -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND="sys-apps/util-linux" -RDEPEND="${DEPEND}" diff --git a/dev-php/pecl-uuid/pecl-uuid-1.0.4.ebuild b/dev-php/pecl-uuid/pecl-uuid-1.0.4.ebuild deleted file mode 100644 index 6bb54d76888c..000000000000 --- a/dev-php/pecl-uuid/pecl-uuid-1.0.4.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -PHP_EXT_NAME="uuid" -PHP_EXT_INIT="yes" -PHP_EXT_ZENDEXT="no" -DOCS="CREDITS" - -USE_PHP="php7-0 php5-6 php5-5" - -inherit php-ext-pecl-r2 - -DESCRIPTION="A wrapper around libuuid" -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND="sys-apps/util-linux" -RDEPEND="${DEPEND}" |