monsieurp 15/06/12 13:59:48 Modified: ChangeLog Added: istack-commons-runtime-2.22.ebuild Log: Version bump. Fix bug 188015. 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.15 dev-java/istack-commons-runtime/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/istack-commons-runtime/ChangeLog?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/istack-commons-runtime/ChangeLog?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/istack-commons-runtime/ChangeLog?r1=1.14&r2=1.15 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-java/istack-commons-runtime/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 13 Apr 2012 18:08:40 -0000 1.14 +++ ChangeLog 12 Jun 2015 13:59:48 -0000 1.15 @@ -1,6 +1,12 @@ # ChangeLog for dev-java/istack-commons-runtime -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/istack-commons-runtime/ChangeLog,v 1.14 2012/04/13 18:08:40 ulm Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/istack-commons-runtime/ChangeLog,v 1.15 2015/06/12 13:59:48 monsieurp Exp $ + +*istack-commons-runtime-2.22 (12 Jun 2015) + + 12 Jun 2015; Patrice Clement <[email protected]> + +istack-commons-runtime-2.22.ebuild: + Version bump. Fix bug 188015. 13 Apr 2012; Ulrich Müller <[email protected]> istack-commons-runtime-20090620-r1.ebuild: @@ -66,4 +72,3 @@ 01 May 2007; Krzysiek Pawlik <[email protected]> +metadata.xml, +istack-commons-runtime-20070122.ebuild: Initial commit of istack-commons-runtime. - 1.1 dev-java/istack-commons-runtime/istack-commons-runtime-2.22.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/istack-commons-runtime/istack-commons-runtime-2.22.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/istack-commons-runtime/istack-commons-runtime-2.22.ebuild?rev=1.1&content-type=text/plain Index: istack-commons-runtime-2.22.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-java/istack-commons-runtime/istack-commons-runtime-2.22.ebuild,v 1.1 2015/06/12 13:59:48 monsieurp Exp $ EAPI=5 inherit java-pkg-2 java-pkg-simple MY_PN=${PN%%-*} DESCRIPTION="IStack Commons - Runtime jar" HOMEPAGE="https://istack-commons.java.net" SRC_URI="https://maven.java.net/content/repositories/releases/com/sun/${MY_PN}/${PN}/${PV}/${P}-sources.jar" LICENSE="CDDL" SLOT="${PV}" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="" RDEPEND=">=virtual/jre-1.6" DEPEND=">=virtual/jdk-1.6 app-arch/unzip"
