Gentoo Archives: gentoo-commits

From: "Patrice Clement (monsieurp)" <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/cssparser: cssparser-0.9.16.ebuild ChangeLog
Date: Wed, 24 Jun 2015 14:10:34
Message-Id: 20150624141026.304BCA4D@oystercatcher.gentoo.org
1 monsieurp 15/06/24 14:10:26
2
3 Modified: ChangeLog
4 Added: cssparser-0.9.16.ebuild
5 Log:
6 Version bump.
7
8 Signed-off-by: Patrice Clement <monsieurp@g.o>
9 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 93491BB8)
10
11 Revision Changes Path
12 1.8 dev-java/cssparser/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/cssparser/ChangeLog?rev=1.8&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/cssparser/ChangeLog?rev=1.8&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/cssparser/ChangeLog?r1=1.7&r2=1.8
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-java/cssparser/ChangeLog,v
21 retrieving revision 1.7
22 retrieving revision 1.8
23 diff -u -r1.7 -r1.8
24 --- ChangeLog 9 Jun 2015 13:33:05 -0000 1.7
25 +++ ChangeLog 24 Jun 2015 14:10:26 -0000 1.8
26 @@ -1,6 +1,11 @@
27 # ChangeLog for dev-java/cssparser
28 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-java/cssparser/ChangeLog,v 1.7 2015/06/09 13:33:05 jlec Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-java/cssparser/ChangeLog,v 1.8 2015/06/24 14:10:26 monsieurp Exp $
31 +
32 +*cssparser-0.9.16 (24 Jun 2015)
33 +
34 + 24 Jun 2015; Patrice Clement <monsieurp@g.o> +cssparser-0.9.16.ebuild:
35 + Version bump.
36
37 09 Jun 2015; Justin Lecher <jlec@g.o> metadata.xml:
38 Updating remote-id in metadata.xml
39
40
41
42 1.1 dev-java/cssparser/cssparser-0.9.16.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/cssparser/cssparser-0.9.16.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/cssparser/cssparser-0.9.16.ebuild?rev=1.1&content-type=text/plain
46
47 Index: cssparser-0.9.16.ebuild
48 ===================================================================
49 # Copyright 1999-2015 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-java/cssparser/cssparser-0.9.16.ebuild,v 1.1 2015/06/24 14:10:26 monsieurp Exp $
52 EAPI="5"
53
54 inherit java-pkg-2 java-pkg-simple
55
56 DESCRIPTION="API for parsing CSS 2 in Java"
57 HOMEPAGE="http://cssparser.sourceforge.net/"
58 SRC_URI="mirror://sourceforge/${PN}/${P}-sources.jar"
59 LICENSE="LGPL-2.1"
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62
63 CDEPEND="dev-java/sac:0"
64 DEPEND=">=virtual/jdk-1.6
65 ${CDEPEND}"
66 RDEPEND=">=virtual/jre-1.6
67 ${CDEPEND}"
68
69 JAVA_GENTOO_CLASSPATH="sac"