* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Cache_Lite/
@ 2016-07-15 18:18 Brian Evans
0 siblings, 0 replies; 12+ messages in thread
From: Brian Evans @ 2016-07-15 18:18 UTC (permalink / raw
To: gentoo-commits
commit: f71f3a564f08cc0dae8699b6f16101b4bc6cf1e8
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 15 18:18:47 2016 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Fri Jul 15 18:18:47 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f71f3a56
dev-php/PEAR-Cache_Lite: Version bump
Package-Manager: portage-2.3.0
dev-php/PEAR-Cache_Lite/Manifest | 1 +
.../PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.0.ebuild | 25 ++++++++++++++++++++++
2 files changed, 26 insertions(+)
diff --git a/dev-php/PEAR-Cache_Lite/Manifest b/dev-php/PEAR-Cache_Lite/Manifest
index 7cfd867..ad53995 100644
--- a/dev-php/PEAR-Cache_Lite/Manifest
+++ b/dev-php/PEAR-Cache_Lite/Manifest
@@ -1 +1,2 @@
DIST Cache_Lite-1.7.16.tgz 32997 SHA256 51f8ca4c719a574cac323c444391afa71194609bf556ddeecf7c7af8479ba20d SHA512 d2682ccc5e748d7233f79e51a8c0fae0fe77cec56730d0832e4c1f468227ee431b8e29b582b82f36a6274d50a0bbd12a9870bfeacb7c6943ad3002131aab455b WHIRLPOOL 09a8b4be2f68a75073b4af6d4ea871e61404807d7a0bc7c1a49285a3edb851c5e182253273265e111e20ede26f9cff6a93c20aaa5e2d608332a24a759182f412
+DIST Cache_Lite-1.8.0.tgz 33424 SHA256 2f8731de1d4907bfa4719f8b9dd4a3c5549f89a27569ef923f6c20c56bed14ba SHA512 7ff7d1d1f054e1711dbaf5e9c402414c6f2e89e09a25a0b81f207288da3bba373b4e9e2c8a92b638d502d064581b7eade73f66672beaf2e3725957a6dc45c03c WHIRLPOOL 785ccfb248494dd1aa1636219453a1d927090a702a8a126d4595bfe6ddca92a9bedea4c4805b5739c7a1a8c4f120bf42d0d93b32923da9f9098cfdb67b406b70
diff --git a/dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.0.ebuild b/dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.0.ebuild
new file mode 100644
index 0000000..91b729c
--- /dev/null
+++ b/dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+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=""
+
+DEPEND=">=dev-php/pear-1.10.1"
+RDEPEND="${DEPEND}"
+
+src_test() {
+ peardev run-tests -r || die
+}
+
+src_install() {
+ php-pear-r1_src_install
+ find "${D}" -name LICENSE -delete || die
+}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Cache_Lite/
@ 2017-07-31 18:19 Brian Evans
0 siblings, 0 replies; 12+ messages in thread
From: Brian Evans @ 2017-07-31 18:19 UTC (permalink / raw
To: gentoo-commits
commit: 1a6e5a35c2a7a6ffcaf8320e814c3b9b83521969
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 31 18:19:12 2017 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Mon Jul 31 18:19:12 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a6e5a35
dev-php/PEAR-Cache_Lite: Drop old
Package-Manager: Portage-2.3.6, Repoman-2.3.3
.../PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.0.ebuild | 24 ----------------------
1 file changed, 24 deletions(-)
diff --git a/dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.0.ebuild b/dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.0.ebuild
deleted file mode 100644
index 5870d610f05..00000000000
--- a/dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-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=""
-
-DEPEND=">=dev-php/pear-1.10.1"
-RDEPEND="${DEPEND}"
-
-src_test() {
- peardev run-tests -r || die
-}
-
-src_install() {
- php-pear-r1_src_install
- find "${D}" -name LICENSE -delete || die
-}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Cache_Lite/
@ 2017-07-31 18:19 Brian Evans
0 siblings, 0 replies; 12+ messages in thread
From: Brian Evans @ 2017-07-31 18:19 UTC (permalink / raw
To: gentoo-commits
commit: 26518e6c1455a0b2418aa1a574d457ff666993b0
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 31 18:18:31 2017 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Mon Jul 31 18:18:31 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26518e6c
dev-php/PEAR-Cache_Lite: Revbump for eclass change
Package-Manager: Portage-2.3.6, Repoman-2.3.3
.../PEAR-Cache_Lite-1.8.0-r1.ebuild | 24 ++++++++++++++++++++++
1 file changed, 24 insertions(+)
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
new file mode 100644
index 00000000000..ccc9c00bfc6
--- /dev/null
+++ b/dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.0-r1.ebuild
@@ -0,0 +1,24 @@
+# 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
+}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Cache_Lite/
@ 2018-02-13 16:17 Brian Evans
0 siblings, 0 replies; 12+ messages in thread
From: Brian Evans @ 2018-02-13 16:17 UTC (permalink / raw
To: gentoo-commits
commit: 5899f3adc350fecee0d864a723c916af9ca757bf
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 13 15:53:07 2018 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Tue Feb 13 16:17:28 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5899f3ad
dev-php/PEAR-Cache_Lite: Version bump to 1.8.2
Package-Manager: Portage-2.3.24, Repoman-2.3.6
dev-php/PEAR-Cache_Lite/Manifest | 1 +
dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.2.ebuild | 20 ++++++++++++++++++++
2 files changed, 21 insertions(+)
diff --git a/dev-php/PEAR-Cache_Lite/Manifest b/dev-php/PEAR-Cache_Lite/Manifest
index 6c0a8f75de9..6715d73c94f 100644
--- a/dev-php/PEAR-Cache_Lite/Manifest
+++ b/dev-php/PEAR-Cache_Lite/Manifest
@@ -1,2 +1,3 @@
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.8.2.ebuild b/dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.2.ebuild
new file mode 100644
index 00000000000..04b0fff7913
--- /dev/null
+++ b/dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.2.ebuild
@@ -0,0 +1,20 @@
+# 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 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+DESCRIPTION="Fast and safe little cache system"
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE="test"
+
+RDEPEND=">=dev-php/PEAR-PEAR-1.10.1"
+DEPEND="test? ( ${RDEPEND} )"
+DOCS=( README.md TODO docs/technical docs/examples )
+
+src_test() {
+ peardev run-tests -r || die
+}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Cache_Lite/
@ 2018-04-23 13:59 Brian Evans
0 siblings, 0 replies; 12+ messages in thread
From: Brian Evans @ 2018-04-23 13:59 UTC (permalink / raw
To: gentoo-commits
commit: 019ab227715d0a466000b1881e866153be4adecd
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 23 13:17:12 2018 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Mon Apr 23 13:58:51 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=019ab227
dev-php/PEAR-Cache_Lite: Drop old
Package-Manager: Portage-2.3.31, Repoman-2.3.9
dev-php/PEAR-Cache_Lite/Manifest | 2 --
.../PEAR-Cache_Lite/PEAR-Cache_Lite-1.7.16.ebuild | 12 -----------
.../PEAR-Cache_Lite-1.8.0-r1.ebuild | 24 ----------------------
3 files changed, 38 deletions(-)
diff --git a/dev-php/PEAR-Cache_Lite/Manifest b/dev-php/PEAR-Cache_Lite/Manifest
index 6715d73c94f..2c14d147321 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 179c7dd9a6f..00000000000
--- 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 ccc9c00bfc6..00000000000
--- 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
-}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Cache_Lite/
@ 2018-04-23 13:59 Brian Evans
0 siblings, 0 replies; 12+ messages in thread
From: Brian Evans @ 2018-04-23 13:59 UTC (permalink / raw
To: gentoo-commits
commit: dfd7c0e43e74149c32c3d2573f9fed1c8ab6f98a
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 23 13:15:04 2018 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Mon Apr 23 13:58:45 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfd7c0e4
dev-php/PEAR-Cache_Lite: Mark script-only 1.8.2 stable ALLARCHES
Needed for PHP 7.x compatibility
Package-Manager: Portage-2.3.31, Repoman-2.3.9
dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.2.ebuild b/dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.2.ebuild
index 04b0fff7913..460d3047f13 100644
--- a/dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.2.ebuild
+++ b/dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.2.ebuild
@@ -5,7 +5,7 @@ EAPI="6"
inherit php-pear-r2
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
DESCRIPTION="Fast and safe little cache system"
LICENSE="LGPL-2.1"
SLOT="0"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Cache_Lite/
@ 2019-08-16 12:57 Brian Evans
0 siblings, 0 replies; 12+ messages in thread
From: Brian Evans @ 2019-08-16 12:57 UTC (permalink / raw
To: gentoo-commits
commit: 02c64fa4b093db349c279212bb13c625e67e34e1
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 16 12:47:53 2019 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Fri Aug 16 12:57:51 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02c64fa4
dev-php/PEAR-Cache_Lite: Fix conditional test RESTRICT
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.2.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.2.ebuild b/dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.2.ebuild
index 460d3047f13..4c7a3877208 100644
--- a/dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.2.ebuild
+++ b/dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@ -10,6 +10,7 @@ DESCRIPTION="Fast and safe little cache system"
LICENSE="LGPL-2.1"
SLOT="0"
IUSE="test"
+RESTRICT="!test? ( test )"
RDEPEND=">=dev-php/PEAR-PEAR-1.10.1"
DEPEND="test? ( ${RDEPEND} )"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Cache_Lite/
@ 2019-11-27 9:06 Thomas Deutschmann
0 siblings, 0 replies; 12+ messages in thread
From: Thomas Deutschmann @ 2019-11-27 9:06 UTC (permalink / raw
To: gentoo-commits
commit: 4a2ce9f51ef10cd016d8f2bc1ae66be99a33beeb
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 27 09:01:10 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Nov 27 09:06:32 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a2ce9f5
dev-php/PEAR-Cache_Lite: bump to v1.8.3
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
dev-php/PEAR-Cache_Lite/Manifest | 1 +
.../PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.3.ebuild | 21 +++++++++++++++++++++
2 files changed, 22 insertions(+)
diff --git a/dev-php/PEAR-Cache_Lite/Manifest b/dev-php/PEAR-Cache_Lite/Manifest
index 2c14d147321..107fa5095c6 100644
--- a/dev-php/PEAR-Cache_Lite/Manifest
+++ b/dev-php/PEAR-Cache_Lite/Manifest
@@ -1 +1,2 @@
DIST Cache_Lite-1.8.2.tgz 33873 BLAKE2B 0b5a21550fe6eb33242e97b135a7e2532fb0a3a047dfb3e858bf6a6bdc21e991007e4787764561baa9a165fdebd159caa33c14c822a29374be4081d07a63c858 SHA512 dfb3c2dadd0ca60cc62ad71fd6fc51c0665901b4370207dfeb1f0f56e9db4fb24724d22f2939f67d8aa044e1b465483c40ec34fb3bcc5e12031d4dd1e05953b4
+DIST Cache_Lite-1.8.3.tgz 34036 BLAKE2B ca0b404371d370c7aeda2c83805d9f0c7c864063ffe597a277f123fd1de991e0e1c15e134ffa674bd387cc1d3cbb09eed047c7f10b8fbc755c0c8749483b2d01 SHA512 700376dd33afd0b1ed812d0d3dbdc14ad5523b3b181ac64ef0d56b62040c3d7bc9f234b3dae8013876a902f21da8dc92b1de41cea11aa428036bcc6e96166e65
diff --git a/dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.3.ebuild b/dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.3.ebuild
new file mode 100644
index 00000000000..8e86b80d473
--- /dev/null
+++ b/dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.3.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+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="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND=">=dev-php/PEAR-PEAR-1.10.1"
+DEPEND="test? ( ${RDEPEND} )"
+DOCS=( README.md TODO docs/technical docs/examples )
+
+src_test() {
+ peardev run-tests -r || die
+}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Cache_Lite/
@ 2023-07-04 10:16 Sam James
0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2023-07-04 10:16 UTC (permalink / raw
To: gentoo-commits
commit: cab8a523897580b6cfa4d866808d7cf68287aeab
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 4 10:16:01 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 4 10:16:01 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cab8a523
dev-php/PEAR-Cache_Lite: Stabilize 1.8.3 x86, #909582
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.3.ebuild b/dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.3.ebuild
index 8e86b80d4732..1a1c395f3b01 100644
--- a/dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.3.ebuild
+++ b/dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.3.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
inherit php-pear-r2
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
DESCRIPTION="Fast and safe little cache system"
LICENSE="LGPL-2.1"
SLOT="0"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Cache_Lite/
@ 2023-07-04 10:20 Sam James
0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2023-07-04 10:20 UTC (permalink / raw
To: gentoo-commits
commit: efeceb3024e0bdf83fbfd12343270435a1910e4d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 4 10:20:10 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 4 10:20:10 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efeceb30
dev-php/PEAR-Cache_Lite: mark ALLARCHES
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-php/PEAR-Cache_Lite/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-php/PEAR-Cache_Lite/metadata.xml b/dev-php/PEAR-Cache_Lite/metadata.xml
index 222c77f3742a..3b1963efeb6f 100644
--- a/dev-php/PEAR-Cache_Lite/metadata.xml
+++ b/dev-php/PEAR-Cache_Lite/metadata.xml
@@ -5,4 +5,5 @@
<email>php-bugs@gentoo.org</email>
<name>PHP</name>
</maintainer>
+ <stabilize-allarches/>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Cache_Lite/
@ 2023-07-04 10:20 Sam James
0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2023-07-04 10:20 UTC (permalink / raw
To: gentoo-commits
commit: ad27e08a81a558a34aed89da2726dba356013374
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 4 10:20:28 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 4 10:20:28 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad27e08a
dev-php/PEAR-Cache_Lite: Stabilize 1.8.3 ALLARCHES, #909582
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.3.ebuild b/dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.3.ebuild
index 1a1c395f3b01..5e9656ad4b83 100644
--- a/dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.3.ebuild
+++ b/dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.3.ebuild
@@ -5,7 +5,7 @@ EAPI="7"
inherit php-pear-r2
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86"
DESCRIPTION="Fast and safe little cache system"
LICENSE="LGPL-2.1"
SLOT="0"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Cache_Lite/
@ 2023-08-26 15:09 Andreas Sturmlechner
0 siblings, 0 replies; 12+ messages in thread
From: Andreas Sturmlechner @ 2023-08-26 15:09 UTC (permalink / raw
To: gentoo-commits
commit: 635bbb9b9287e102e163cd6e02b094315683ce28
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 26 13:13:15 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 26 15:09:29 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=635bbb9b
dev-php/PEAR-Cache_Lite: drop 1.8.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-php/PEAR-Cache_Lite/Manifest | 1 -
.../PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.2.ebuild | 21 ---------------------
2 files changed, 22 deletions(-)
diff --git a/dev-php/PEAR-Cache_Lite/Manifest b/dev-php/PEAR-Cache_Lite/Manifest
index 107fa5095c68..4b5786eac5de 100644
--- a/dev-php/PEAR-Cache_Lite/Manifest
+++ b/dev-php/PEAR-Cache_Lite/Manifest
@@ -1,2 +1 @@
-DIST Cache_Lite-1.8.2.tgz 33873 BLAKE2B 0b5a21550fe6eb33242e97b135a7e2532fb0a3a047dfb3e858bf6a6bdc21e991007e4787764561baa9a165fdebd159caa33c14c822a29374be4081d07a63c858 SHA512 dfb3c2dadd0ca60cc62ad71fd6fc51c0665901b4370207dfeb1f0f56e9db4fb24724d22f2939f67d8aa044e1b465483c40ec34fb3bcc5e12031d4dd1e05953b4
DIST Cache_Lite-1.8.3.tgz 34036 BLAKE2B ca0b404371d370c7aeda2c83805d9f0c7c864063ffe597a277f123fd1de991e0e1c15e134ffa674bd387cc1d3cbb09eed047c7f10b8fbc755c0c8749483b2d01 SHA512 700376dd33afd0b1ed812d0d3dbdc14ad5523b3b181ac64ef0d56b62040c3d7bc9f234b3dae8013876a902f21da8dc92b1de41cea11aa428036bcc6e96166e65
diff --git a/dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.2.ebuild b/dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.2.ebuild
deleted file mode 100644
index c74a1d4d90cc..000000000000
--- a/dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.2.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# 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="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=">=dev-php/PEAR-PEAR-1.10.1"
-DEPEND="test? ( ${RDEPEND} )"
-DOCS=( README.md TODO docs/technical docs/examples )
-
-src_test() {
- peardev run-tests -r || die
-}
^ permalink raw reply related [flat|nested] 12+ messages in thread
end of thread, other threads:[~2023-08-26 15:10 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-15 18:18 [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Cache_Lite/ Brian Evans
-- strict thread matches above, loose matches on Subject: below --
2017-07-31 18:19 Brian Evans
2017-07-31 18:19 Brian Evans
2018-02-13 16:17 Brian Evans
2018-04-23 13:59 Brian Evans
2018-04-23 13:59 Brian Evans
2019-08-16 12:57 Brian Evans
2019-11-27 9:06 Thomas Deutschmann
2023-07-04 10:16 Sam James
2023-07-04 10:20 Sam James
2023-07-04 10:20 Sam James
2023-08-26 15:09 Andreas Sturmlechner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox