Gentoo Archives: gentoo-commits

From: "Petteri Raty (betelgeuse)" <betelgeuse@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/commons-cli: ChangeLog commons-cli-1.1.ebuild
Date: Mon, 31 Mar 2008 23:38:17
Message-Id: E1JgTZu-0003TA-Jv@stork.gentoo.org
1 betelgeuse 08/03/31 23:38:14
2
3 Modified: ChangeLog
4 Added: commons-cli-1.1.ebuild
5 Log:
6 Version bump. Fixes bug #215609.
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.35 dev-java/commons-cli/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-cli/ChangeLog?rev=1.35&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-cli/ChangeLog?rev=1.35&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-cli/ChangeLog?r1=1.34&r2=1.35
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-cli/ChangeLog,v
19 retrieving revision 1.34
20 retrieving revision 1.35
21 diff -u -r1.34 -r1.35
22 --- ChangeLog 3 Aug 2007 15:30:33 -0000 1.34
23 +++ ChangeLog 31 Mar 2008 23:38:14 -0000 1.35
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-java/commons-cli
26 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-cli/ChangeLog,v 1.34 2007/08/03 15:30:33 betelgeuse Exp $
28 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-cli/ChangeLog,v 1.35 2008/03/31 23:38:14 betelgeuse Exp $
30 +
31 +*commons-cli-1.1 (31 Mar 2008)
32 +
33 + 31 Mar 2008; Petteri Räty <betelgeuse@g.o>
34 + +commons-cli-1.1.ebuild:
35 + Version bump. Fixes bug #215609.
36
37 03 Aug 2007; Petteri Räty <betelgeuse@g.o>
38 commons-cli-1.0-r5.ebuild:
39
40
41
42 1.1 dev-java/commons-cli/commons-cli-1.1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-cli/commons-cli-1.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-cli/commons-cli-1.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: commons-cli-1.1.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-java/commons-cli/commons-cli-1.1.ebuild,v 1.1 2008/03/31 23:38:14 betelgeuse Exp $
52
53 JAVA_PKG_IUSE="doc source test"
54
55 inherit java-pkg-2 java-ant-2 eutils
56
57 DESCRIPTION="A Java library for working with the command line arguments and options."
58 HOMEPAGE="http://commons.apache.org/cli/"
59 MY_P=${P}-src
60 SRC_URI="mirror://apache/commons/cli/source/${MY_P}.tar.gz"
61
62 LICENSE="Apache-2.0"
63 SLOT="1"
64 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
65 IUSE=""
66
67 RDEPEND=">=virtual/jre-1.4"
68 DEPEND=">=virtual/jdk-1.4
69 test? ( dev-java/ant-junit )"
70
71 S=${WORKDIR}/${MY_P}
72
73 JAVA_ANT_REWRITE_CLASSPATH="true"
74
75 src_install() {
76 java-pkg_newjar target/${P}.jar
77
78 dodoc README.txt RELEASE-NOTES.txt || die
79 use doc && java-pkg_dojavadoc dist/docs/api
80 use source && java-pkg_dosrc src/java/org
81 }
82
83
84
85 --
86 gentoo-commits@l.g.o mailing list