grknight 15/04/14 18:12:46
Modified: phpunit-3.7.20.ebuild phpunit-4.3.1.ebuild
ChangeLog
Log:
Fix repoman warning wrt slot operator
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key
D1F781EFF9F4A3B6)
Revision Changes Path
1.5 dev-php/phpunit/phpunit-3.7.20.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phpunit/phpunit-3.7.20.ebuild?rev=1.5&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phpunit/phpunit-3.7.20.ebuild?rev=1.5&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phpunit/phpunit-3.7.20.ebuild?r1=1.4&r2=1.5
Index: phpunit-3.7.20.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/phpunit/phpunit-3.7.20.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- phpunit-3.7.20.ebuild 10 Aug 2013 13:21:21 -0000 1.4
+++ phpunit-3.7.20.ebuild 14 Apr 2015 18:12:46 -0000 1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit/phpunit-3.7.20.ebuild,v 1.4
2013/08/10 13:21:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit/phpunit-3.7.20.ebuild,v 1.5
2015/04/14 18:12:46 grknight Exp $
EAPI=5
@@ -16,7 +16,7 @@
KEYWORDS="amd64 ~hppa x86"
IUSE=""
-DEPEND="dev-lang/php[phar,xml]"
+DEPEND="dev-lang/php:*[phar,xml]"
RDEPEND="${DEPEND}"
S="${WORKDIR}"
1.4 dev-php/phpunit/phpunit-4.3.1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phpunit/phpunit-4.3.1.ebuild?rev=1.4&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phpunit/phpunit-4.3.1.ebuild?rev=1.4&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phpunit/phpunit-4.3.1.ebuild?r1=1.3&r2=1.4
Index: phpunit-4.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/phpunit/phpunit-4.3.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- phpunit-4.3.1.ebuild 25 Feb 2015 15:41:00 -0000 1.3
+++ phpunit-4.3.1.ebuild 14 Apr 2015 18:12:46 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit/phpunit-4.3.1.ebuild,v 1.3
2015/02/25 15:41:00 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit/phpunit-4.3.1.ebuild,v 1.4
2015/04/14 18:12:46 grknight Exp $
EAPI=5
@@ -16,7 +16,7 @@
KEYWORDS="amd64 ~hppa x86"
IUSE=""
-DEPEND="dev-lang/php[phar,xml]"
+DEPEND="dev-lang/php:*[phar,xml]"
RDEPEND="${DEPEND}"
S="${WORKDIR}"
1.22 dev-php/phpunit/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phpunit/ChangeLog?rev=1.22&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phpunit/ChangeLog?rev=1.22&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phpunit/ChangeLog?r1=1.21&r2=1.22
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/phpunit/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog 25 Feb 2015 15:41:00 -0000 1.21
+++ ChangeLog 14 Apr 2015 18:12:46 -0000 1.22
@@ -1,6 +1,10 @@
# ChangeLog for dev-php/phpunit
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit/ChangeLog,v 1.21 2015/02/25
15:41:00 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit/ChangeLog,v 1.22 2015/04/14
18:12:46 grknight Exp $
+
+ 14 Apr 2015; Brian Evans <[email protected]> phpunit-3.7.20.ebuild,
+ phpunit-4.3.1.ebuild:
+ Fix repoman warning wrt slot operator
25 Feb 2015; Agostino Sarubbo <[email protected]> phpunit-4.3.1.ebuild:
Stable for x86, wrt bug #535306