monsieurp 15/06/08 23:28:00 Modified: cglib-3.1.ebuild cglib-3.0.ebuild ChangeLog Log: Add back ~ppc and ~ppc64. Slot dependencies to comply with QA. Signed-off-by: Patrice Clement <[email protected]> (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 93491BB8)
Revision Changes Path 1.2 dev-java/cglib/cglib-3.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/cglib/cglib-3.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/cglib/cglib-3.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/cglib/cglib-3.1.ebuild?r1=1.1&r2=1.2 Index: cglib-3.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-java/cglib/cglib-3.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- cglib-3.1.ebuild 11 Apr 2015 18:37:34 -0000 1.1 +++ cglib-3.1.ebuild 8 Jun 2015 23:28:00 -0000 1.2 @@ -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-java/cglib/cglib-3.1.ebuild,v 1.1 2015/04/11 18:37:34 monsieurp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/cglib/cglib-3.1.ebuild,v 1.2 2015/06/08 23:28:00 monsieurp Exp $ EAPI="5" @@ -14,12 +14,12 @@ LICENSE="Apache-2.0" SLOT="3" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~ppc ~ppc64" IUSE="" COMMON_DEP="dev-java/asm:4 - >=dev-java/ant-core-1.7.0" + dev-java/ant-core:0" RDEPEND=">=virtual/jre-1.6 ${COMMON_DEP}" DEPEND=">=virtual/jdk-1.6 1.5 dev-java/cglib/cglib-3.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/cglib/cglib-3.0.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/cglib/cglib-3.0.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/cglib/cglib-3.0.ebuild?r1=1.4&r2=1.5 Index: cglib-3.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-java/cglib/cglib-3.0.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- cglib-3.0.ebuild 27 Mar 2015 10:20:10 -0000 1.4 +++ cglib-3.0.ebuild 8 Jun 2015 23:28:00 -0000 1.5 @@ -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-java/cglib/cglib-3.0.ebuild,v 1.4 2015/03/27 10:20:10 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/cglib/cglib-3.0.ebuild,v 1.5 2015/06/08 23:28:00 monsieurp Exp $ EAPI="5" @@ -14,15 +14,15 @@ LICENSE="Apache-2.0" SLOT="3" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 x86 ~ppc ~ppc64" IUSE="" COMMON_DEP="dev-java/asm:4 - >=dev-java/ant-core-1.7.0" -RDEPEND=">=virtual/jre-1.5 + dev-java/ant-core:0" +RDEPEND=">=virtual/jre-1.6 ${COMMON_DEP}" -DEPEND=">=virtual/jdk-1.5 +DEPEND=">=virtual/jdk-1.6 test? ( dev-java/junit:4 ) ${COMMON_DEP}" 1.61 dev-java/cglib/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/cglib/ChangeLog?rev=1.61&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/cglib/ChangeLog?rev=1.61&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/cglib/ChangeLog?r1=1.60&r2=1.61 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-java/cglib/ChangeLog,v retrieving revision 1.60 retrieving revision 1.61 diff -u -r1.60 -r1.61 --- ChangeLog 6 Jun 2015 18:37:50 -0000 1.60 +++ ChangeLog 8 Jun 2015 23:28:00 -0000 1.61 @@ -1,6 +1,10 @@ # ChangeLog for dev-java/cglib # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/cglib/ChangeLog,v 1.60 2015/06/06 18:37:50 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/cglib/ChangeLog,v 1.61 2015/06/08 23:28:00 monsieurp Exp $ + + 08 Jun 2015; Patrice Clement <[email protected]> cglib-3.0.ebuild, + cglib-3.1.ebuild: + Add back ~ppc and ~ppc64. Slot dependencies to comply with QA. 06 Jun 2015; Justin Lecher <[email protected]> metadata.xml: Add github to remote-id in metadata.xml
