summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2018-04-23 09:17:12 -0400
committerBrian Evans <grknight@gentoo.org>2018-04-23 09:58:51 -0400
commit019ab227715d0a466000b1881e866153be4adecd (patch)
treed2726f4bff0b40808ce0e0bf18ea578e86f81470 /dev-php
parentdev-php/PEAR-Cache_Lite: Mark script-only 1.8.2 stable ALLARCHES (diff)
downloadgentoo-019ab227715d0a466000b1881e866153be4adecd.tar.gz
gentoo-019ab227715d0a466000b1881e866153be4adecd.tar.bz2
gentoo-019ab227715d0a466000b1881e866153be4adecd.zip
dev-php/PEAR-Cache_Lite: Drop old
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/PEAR-Cache_Lite/Manifest2
-rw-r--r--dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.7.16.ebuild12
-rw-r--r--dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.0-r1.ebuild24
3 files changed, 0 insertions, 38 deletions
diff --git a/dev-php/PEAR-Cache_Lite/Manifest b/dev-php/PEAR-Cache_Lite/Manifest
index 6715d73c94f6..2c14d1473214 100644
--- a/dev-php/PEAR-Cache_Lite/Manifest
+++ b/dev-php/PEAR-Cache_Lite/Manifest
@@ -1,3 +1 @@
-DIST Cache_Lite-1.7.16.tgz 32997 BLAKE2B a717ab816f2206f50a725c2424559d450c111f929c3c1ab48492737e557b8aef2ac79a0473f73ee337c501cde61dfb5d5a9b621d1bd984d288f5852c7452c86b SHA512 d2682ccc5e748d7233f79e51a8c0fae0fe77cec56730d0832e4c1f468227ee431b8e29b582b82f36a6274d50a0bbd12a9870bfeacb7c6943ad3002131aab455b
-DIST Cache_Lite-1.8.0.tgz 33424 BLAKE2B f0211bbfa12aef58bfec0eea0dd96712799a353bf2df3af8f1b63fdaa4e27714a8fce10a74bc87aeb55cbb9c76de494ffc6136489f7afd1e7f64febc444d27bd SHA512 7ff7d1d1f054e1711dbaf5e9c402414c6f2e89e09a25a0b81f207288da3bba373b4e9e2c8a92b638d502d064581b7eade73f66672beaf2e3725957a6dc45c03c
DIST Cache_Lite-1.8.2.tgz 33873 BLAKE2B 0b5a21550fe6eb33242e97b135a7e2532fb0a3a047dfb3e858bf6a6bdc21e991007e4787764561baa9a165fdebd159caa33c14c822a29374be4081d07a63c858 SHA512 dfb3c2dadd0ca60cc62ad71fd6fc51c0665901b4370207dfeb1f0f56e9db4fb24724d22f2939f67d8aa044e1b465483c40ec34fb3bcc5e12031d4dd1e05953b4
diff --git a/dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.7.16.ebuild b/dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.7.16.ebuild
deleted file mode 100644
index 179c7dd9a6ff..000000000000
--- a/dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.7.16.ebuild
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit php-pear-r1
-
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
-DESCRIPTION="Fast and safe little cache system"
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE=""
diff --git a/dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.0-r1.ebuild b/dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.0-r1.ebuild
deleted file mode 100644
index ccc9c00bfc61..000000000000
--- a/dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.0-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit php-pear-r2
-
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-DESCRIPTION="Fast and safe little cache system"
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE=""
-
-DEPEND=">=dev-php/pear-1.10.1"
-RDEPEND="${DEPEND}"
-
-src_test() {
- peardev run-tests -r || die
-}
-
-src_install() {
- local DOCS=( README.md TODO docs/technical docs/examples )
- php-pear-r2_src_install
-}