summaryrefslogtreecommitdiff
path: root/dev-php/PEAR-DB
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-04-28 20:02:04 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-04-28 20:02:04 +0100
commita4e2a46beb5e4858ef27bdedbb0ff6d2ced430ad (patch)
tree852c90a4bf354c30ea66504f70bfab5401fba18d /dev-php/PEAR-DB
parent5e8702bcbbed438e6c6cce023e7ef0cc9baa3e02 (diff)
gentoo resync : 28.04.2018
Diffstat (limited to 'dev-php/PEAR-DB')
-rw-r--r--dev-php/PEAR-DB/Manifest3
-rw-r--r--dev-php/PEAR-DB/PEAR-DB-1.9.2-r1.ebuild4
-rw-r--r--dev-php/PEAR-DB/PEAR-DB-1.9.2.ebuild23
3 files changed, 3 insertions, 27 deletions
diff --git a/dev-php/PEAR-DB/Manifest b/dev-php/PEAR-DB/Manifest
index e71f10d62516..d3e67e48e658 100644
--- a/dev-php/PEAR-DB/Manifest
+++ b/dev-php/PEAR-DB/Manifest
@@ -1,4 +1,3 @@
DIST DB-1.9.2.tgz 133795 BLAKE2B 8b37b010145efd10a2b551392988a810c35b9a8c794eb0e162056fcded104276b19e97afb91149f1814f9f838a0db579a76578fb80d96d0574e5b7714d77aa91 SHA512 126bbbb847a24c20731f1e5f4a549e9d7e0651a760f10c49cfc7550f80dd8b05f3560bc80110bcaab9e79dcbb714c6113948f14a727f7f4087a23178b3db0afa
-EBUILD PEAR-DB-1.9.2-r1.ebuild 743 BLAKE2B 886cdc117866398fef64e97df920b072bbb386d68148e7c8d3139968add18972c3ed71c680064e56c51710880228f5cae402605d01d5deb156c9664de3d879ee SHA512 bd8b29feb116d587ed39ac5937bdc9503ff52406d1a9c6fa07a592abe71c847357127394dcb7107d531f227d0a27b975e416b58b12995c2dc619943ad7216f0e
-EBUILD PEAR-DB-1.9.2.ebuild 638 BLAKE2B 94fb169cfe7b8a70195253c8514266abeb99e9fda6a0034cf9ebe0d0b13b812fde272e293795a338196ab33ea827f9581b2e551f2567b87c6770f5693fcb8b9f SHA512 00770a73bd9fc2fa300fc08e705c68ca287373c4d0e3fb51fe580876d9825147fbaa474b7afa65277d2e5c2edca1221cdc51bd388c984e6e2130dfbca9149825
+EBUILD PEAR-DB-1.9.2-r1.ebuild 734 BLAKE2B 55553e5f5029189f6ab184bd99b339a06bf0e40b1639ffe12eabdcf50b6a54dbf1783156daf55d80b9467cca5e50b11f1a32e5c439e3b083c9fc026dc5c7c204 SHA512 149ebb0686cccb7be2de824b8cf170e2c08fc45c0fd0f0ddd7b53cf5c50138fd9a53ad6a00c2e0be6dca1a9faa38ec32857d8239f014c34718f2909002097f4a
MISC metadata.xml 239 BLAKE2B 9b7c5dcb74289073481cf07031b7a92f32496cc1097becb074d74a8fbb8133de429ce1baf284e446e44132943c8b32e6b824570f15828588e42ea49ef5661f00 SHA512 2181b874bfe8cd31e7730d8207e26cfd2f272eaf2d1b57ae0faff126347a5298fa1c506d9107e1da9736c8a0ed9c8c339e4d9509a8726b79dbe86e073c12dee0
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
index ef5e7305e352..662cd70f7987 100644
--- a/dev-php/PEAR-DB/PEAR-DB-1.9.2-r1.ebuild
+++ b/dev-php/PEAR-DB/PEAR-DB-1.9.2-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# 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 ~sh ~sparc ~x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86"
DESCRIPTION="Database abstraction layer for PHP"
LICENSE="PHP-3"
diff --git a/dev-php/PEAR-DB/PEAR-DB-1.9.2.ebuild b/dev-php/PEAR-DB/PEAR-DB-1.9.2.ebuild
deleted file mode 100644
index a24fd9cfb061..000000000000
--- a/dev-php/PEAR-DB/PEAR-DB-1.9.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit php-pear-r1
-
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86"
-
-DESCRIPTION="Database abstraction layer for PHP"
-LICENSE="PHP-3"
-SLOT="0"
-IUSE="test"
-
-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"
-}