* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-File/
@ 2018-02-16 22:00 Brian Evans
0 siblings, 0 replies; 3+ messages in thread
From: Brian Evans @ 2018-02-16 22:00 UTC (permalink / raw
To: gentoo-commits
commit: 8653e35b0d514f667684a8ea3d106f08a0c4b1ed
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 16 19:50:47 2018 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Fri Feb 16 21:59:53 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8653e35b
dev-php/PEAR-File: Revbump adding tests, EAPI and eclass changes
Package-Manager: Portage-2.3.24, Repoman-2.3.6
dev-php/PEAR-File/PEAR-File-1.4.1-r1.ebuild | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/dev-php/PEAR-File/PEAR-File-1.4.1-r1.ebuild b/dev-php/PEAR-File/PEAR-File-1.4.1-r1.ebuild
new file mode 100644
index 00000000000..e8b7c9181ee
--- /dev/null
+++ b/dev-php/PEAR-File/PEAR-File-1.4.1-r1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit php-pear-r2
+
+DESCRIPTION="Common file and directory routines"
+
+LICENSE="PHP-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE="test"
+DEPEND="test? ( dev-php/PEAR-PEAR )"
+
+src_test() {
+ peardev run-tests -r tests || die
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-File/
@ 2018-04-23 13:59 Brian Evans
0 siblings, 0 replies; 3+ messages in thread
From: Brian Evans @ 2018-04-23 13:59 UTC (permalink / raw
To: gentoo-commits
commit: ab6327063691f013b090975c5150dadf958148dd
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 23 13:58:09 2018 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Mon Apr 23 13:59:29 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab632706
dev-php/PEAR-File: Drop old
Package-Manager: Portage-2.3.31, Repoman-2.3.9
dev-php/PEAR-File/PEAR-File-1.4.1.ebuild | 13 -------------
1 file changed, 13 deletions(-)
diff --git a/dev-php/PEAR-File/PEAR-File-1.4.1.ebuild b/dev-php/PEAR-File/PEAR-File-1.4.1.ebuild
deleted file mode 100644
index d6f058be8e4..00000000000
--- a/dev-php/PEAR-File/PEAR-File-1.4.1.ebuild
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit php-pear-r1
-
-DESCRIPTION="Common file and directory routines"
-
-LICENSE="PHP-3"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86"
-IUSE=""
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-File/
@ 2018-04-23 13:59 Brian Evans
0 siblings, 0 replies; 3+ messages in thread
From: Brian Evans @ 2018-04-23 13:59 UTC (permalink / raw
To: gentoo-commits
commit: 06193a28a34cb7b8c0a337142cf5e793c1b4ec0b
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 23 13:56:34 2018 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Mon Apr 23 13:59:22 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06193a28
dev-php/PEAR-File: Mark 1.4.1-r1 stable for ALLARCHES
Script only package, all tests pass
Package-Manager: Portage-2.3.31, Repoman-2.3.9
dev-php/PEAR-File/PEAR-File-1.4.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-php/PEAR-File/PEAR-File-1.4.1-r1.ebuild b/dev-php/PEAR-File/PEAR-File-1.4.1-r1.ebuild
index e8b7c9181ee..8550040aaa7 100644
--- a/dev-php/PEAR-File/PEAR-File-1.4.1-r1.ebuild
+++ b/dev-php/PEAR-File/PEAR-File-1.4.1-r1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Common file and directory routines"
LICENSE="PHP-3"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86"
IUSE="test"
DEPEND="test? ( dev-php/PEAR-PEAR )"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-04-23 13:59 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-23 13:59 [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-File/ Brian Evans
-- strict thread matches above, loose matches on Subject: below --
2018-04-23 13:59 Brian Evans
2018-02-16 22:00 Brian Evans
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox