diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-08-26 15:12:31 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-08-26 17:09:29 +0200 |
commit | b5055e892215cb5d8348859b8b504a46d5a175de (patch) | |
tree | fff69a36cec3b0ef2242a0c04f4b4462ebcb9755 /dev-php | |
parent | dev-php/PEAR-Exception: drop 1.0.0 (diff) | |
download | gentoo-b5055e892215cb5d8348859b8b504a46d5a175de.tar.gz gentoo-b5055e892215cb5d8348859b8b504a46d5a175de.tar.bz2 gentoo-b5055e892215cb5d8348859b8b504a46d5a175de.zip |
dev-php/PEAR-DB: drop 1.9.2-r1, 1.9.3, 1.10.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-DB/Manifest | 3 | ||||
-rw-r--r-- | dev-php/PEAR-DB/PEAR-DB-1.10.0.ebuild | 27 | ||||
-rw-r--r-- | dev-php/PEAR-DB/PEAR-DB-1.9.2-r1.ebuild | 27 | ||||
-rw-r--r-- | dev-php/PEAR-DB/PEAR-DB-1.9.3.ebuild | 27 |
4 files changed, 0 insertions, 84 deletions
diff --git a/dev-php/PEAR-DB/Manifest b/dev-php/PEAR-DB/Manifest index 8e5fde48fa57..503657997852 100644 --- a/dev-php/PEAR-DB/Manifest +++ b/dev-php/PEAR-DB/Manifest @@ -1,4 +1 @@ -DIST DB-1.10.0.tgz 132485 BLAKE2B 10ddf37984f33effb913c9e307b8543af56e344863fea8fde01cfd4684b829353f0799dff6413cffff711418bf7e8cb7f5855bf6f312d41d92db55d363784796 SHA512 01855d0e26b4463fac1f3f9c84c7f3fed62c9087cdd95843340f6250fbd63f4d33f7e958d3f3895f9c2fa568015e86e660393a578c764fa0d39b36a6394dc48a DIST DB-1.11.0.tgz 132549 BLAKE2B 0925a551bbda04dd71a1d2ffaf462485a92b62a7f141a5f097614dde8a8c8d6098705116a6f7c0b3bdd62547ad5962381ef15fee3057ba054cead8998306232c SHA512 88488874ee1cb6ff228199106702b1992eab4c7dce44984639951c0693e37ace115214973ef9cbd79959f0602b58cce8a254b47e32dc3d44171d0d7bf78db825 -DIST DB-1.9.2.tgz 133795 BLAKE2B 8b37b010145efd10a2b551392988a810c35b9a8c794eb0e162056fcded104276b19e97afb91149f1814f9f838a0db579a76578fb80d96d0574e5b7714d77aa91 SHA512 126bbbb847a24c20731f1e5f4a549e9d7e0651a760f10c49cfc7550f80dd8b05f3560bc80110bcaab9e79dcbb714c6113948f14a727f7f4087a23178b3db0afa -DIST DB-1.9.3.tgz 132290 BLAKE2B 8970697ac66bc9fe7f8c374431c59627133401e5b591fb3fc95ffc3a6ebb8cfe7e93982178e092eefc79d91657992eb539fc7211a237e3fe7407c75c7013831f SHA512 3fe98f97307818f65c0eaf291169fd13533a4d484d34d7fa7aa82580f6ec3d89b984292f173da2cf896f5f15531db9bde2be981e5a7679cc00c48aa2f9cc1142 diff --git a/dev-php/PEAR-DB/PEAR-DB-1.10.0.ebuild b/dev-php/PEAR-DB/PEAR-DB-1.10.0.ebuild deleted file mode 100644 index f30eacc52464..000000000000 --- a/dev-php/PEAR-DB/PEAR-DB-1.10.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit php-pear-r2 - -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86" - -DESCRIPTION="Database abstraction layer for PHP" -LICENSE="PHP-3" -SLOT="0" -IUSE="test" -RESTRICT="!test? ( test )" -DEPEND="test? ( dev-php/PEAR-PEAR )" - -DOCS=( doc/TESTERS doc/IDEAS doc/MAINTAINERS doc/STATUS ) - -src_test() { - # Requires the "pear" executable from dev-php/PEAR-PEAR, and also - # a working version of the cli SAPI eselected. - pear run-tests tests || die - - # The command succeeds regardless of whether or not the test suite - # passed, but this file is only written when there was a failure. - [[ -f run-tests.log ]] && die "test suite failed" -} diff --git a/dev-php/PEAR-DB/PEAR-DB-1.9.2-r1.ebuild b/dev-php/PEAR-DB/PEAR-DB-1.9.2-r1.ebuild deleted file mode 100644 index da09f3a06217..000000000000 --- a/dev-php/PEAR-DB/PEAR-DB-1.9.2-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit php-pear-r2 - -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86" - -DESCRIPTION="Database abstraction layer for PHP" -LICENSE="PHP-3" -SLOT="0" -IUSE="test" -RESTRICT="!test? ( test )" -DEPEND="test? ( dev-php/PEAR-PEAR )" - -DOCS=( doc/TESTERS doc/IDEAS doc/MAINTAINERS doc/STATUS ) - -src_test() { - # Requires the "pear" executable from dev-php/PEAR-PEAR, and also - # a working version of the cli SAPI eselected. - pear run-tests tests || die - - # The command succeeds regardless of whether or not the test suite - # passed, but this file is only written when there was a failure. - [[ -f run-tests.log ]] && die "test suite failed" -} diff --git a/dev-php/PEAR-DB/PEAR-DB-1.9.3.ebuild b/dev-php/PEAR-DB/PEAR-DB-1.9.3.ebuild deleted file mode 100644 index 4ffad08d1fe3..000000000000 --- a/dev-php/PEAR-DB/PEAR-DB-1.9.3.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit php-pear-r2 - -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86" - -DESCRIPTION="Database abstraction layer for PHP" -LICENSE="PHP-3" -SLOT="0" -IUSE="test" -RESTRICT="!test? ( test )" -DEPEND="test? ( dev-php/PEAR-PEAR )" - -DOCS=( doc/TESTERS doc/IDEAS doc/MAINTAINERS doc/STATUS ) - -src_test() { - # Requires the "pear" executable from dev-php/PEAR-PEAR, and also - # a working version of the cli SAPI eselected. - pear run-tests tests || die - - # The command succeeds regardless of whether or not the test suite - # passed, but this file is only written when there was a failure. - [[ -f run-tests.log ]] && die "test suite failed" -} |