jlec 15/06/07 08:30:27 Modified: bnd-junit-2.1.0.ebuild ChangeLog Log: Move test deps to DEPEND (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Revision Changes Path 1.4 dev-java/bnd-junit/bnd-junit-2.1.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/bnd-junit/bnd-junit-2.1.0.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/bnd-junit/bnd-junit-2.1.0.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/bnd-junit/bnd-junit-2.1.0.ebuild?r1=1.3&r2=1.4 Index: bnd-junit-2.1.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-java/bnd-junit/bnd-junit-2.1.0.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- bnd-junit-2.1.0.ebuild 2 Apr 2015 18:03:03 -0000 1.3 +++ bnd-junit-2.1.0.ebuild 7 Jun 2015 08:30:27 -0000 1.4 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/bnd-junit/bnd-junit-2.1.0.ebuild,v 1.3 2015/04/02 18:03:03 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/bnd-junit/bnd-junit-2.1.0.ebuild,v 1.4 2015/06/07 08:30:27 jlec Exp $ EAPI="5" @@ -16,11 +16,12 @@ SLOT="0" KEYWORDS="~amd64 ~x86" -CDEPEND="dev-java/osgi-core-api:0 - dev-java/bndlib:0 - test? ( dev-java/junit:4 )" +CDEPEND=" + dev-java/osgi-core-api:0 + dev-java/bndlib:0" DEPEND=">=virtual/jdk-1.5 + test? ( dev-java/junit:4 ) ${CDEPEND}" RDEPEND=">=virtual/jre-1.5 1.4 dev-java/bnd-junit/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/bnd-junit/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/bnd-junit/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/bnd-junit/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-java/bnd-junit/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 7 Jun 2015 08:29:19 -0000 1.3 +++ ChangeLog 7 Jun 2015 08:30:27 -0000 1.4 @@ -1,6 +1,9 @@ # ChangeLog for dev-java/bnd-junit # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/bnd-junit/ChangeLog,v 1.3 2015/06/07 08:29:19 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/bnd-junit/ChangeLog,v 1.4 2015/06/07 08:30:27 jlec Exp $ + + 07 Jun 2015; Justin Lecher <[email protected]> bnd-junit-2.1.0.ebuild: + Move test deps to DEPEND 07 Jun 2015; Justin Lecher <[email protected]> metadata.xml: Add github to remote-id in metadata.xml
