summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-08-26 15:12:31 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-08-26 17:09:29 +0200
commitb5055e892215cb5d8348859b8b504a46d5a175de (patch)
treefff69a36cec3b0ef2242a0c04f4b4462ebcb9755 /dev-php/PEAR-DB/PEAR-DB-1.9.2-r1.ebuild
parentdev-php/PEAR-Exception: drop 1.0.0 (diff)
downloadgentoo-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/PEAR-DB/PEAR-DB-1.9.2-r1.ebuild')
-rw-r--r--dev-php/PEAR-DB/PEAR-DB-1.9.2-r1.ebuild27
1 files changed, 0 insertions, 27 deletions
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"
-}