monsieurp 15/05/27 08:29:33 Modified: ChangeLog Added: cssparser-0.9.15.ebuild Log: Version bump. 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.5 dev-java/cssparser/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/cssparser/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/cssparser/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/cssparser/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-java/cssparser/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 8 Apr 2015 12:32:24 -0000 1.4 +++ ChangeLog 27 May 2015 08:29:33 -0000 1.5 @@ -1,6 +1,11 @@ # ChangeLog for dev-java/cssparser # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/cssparser/ChangeLog,v 1.4 2015/04/08 12:32:24 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/cssparser/ChangeLog,v 1.5 2015/05/27 08:29:33 monsieurp Exp $ + +*cssparser-0.9.15 (27 May 2015) + + 27 May 2015; Patrice Clement <[email protected]> +cssparser-0.9.15.ebuild: + Version bump. 08 Apr 2015; Agostino Sarubbo <[email protected]> cssparser-0.9.14.ebuild: Stable for x86, wrt bug #545578 1.1 dev-java/cssparser/cssparser-0.9.15.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/cssparser/cssparser-0.9.15.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/cssparser/cssparser-0.9.15.ebuild?rev=1.1&content-type=text/plain Index: cssparser-0.9.15.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-java/cssparser/cssparser-0.9.15.ebuild,v 1.1 2015/05/27 08:29:33 monsieurp Exp $ EAPI="5" inherit java-pkg-2 java-pkg-simple DESCRIPTION="API for parsing CSS 2 in Java" HOMEPAGE="http://cssparser.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}-sources.jar" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~x86" CDEPEND="dev-java/sac:0" DEPEND=">=virtual/jdk-1.6 ${CDEPEND}" RDEPEND=">=virtual/jre-1.6 ${CDEPEND}" JAVA_GENTOO_CLASSPATH="sac"
