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-lang: ChangeLog commons-lang-2.4.ebuild
Date: Sun, 29 Jun 2008 21:56:05
Message-Id: E1KD4sJ-0006c4-9d@stork.gentoo.org
1 betelgeuse 08/06/29 21:55:59
2
3 Modified: ChangeLog
4 Added: commons-lang-2.4.ebuild
5 Log:
6 Version bump. Fixes bug #228749.
7 (Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r5 i686)
8
9 Revision Changes Path
10 1.52 dev-java/commons-lang/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-lang/ChangeLog?rev=1.52&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-lang/ChangeLog?rev=1.52&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-lang/ChangeLog?r1=1.51&r2=1.52
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-lang/ChangeLog,v
19 retrieving revision 1.51
20 retrieving revision 1.52
21 diff -u -r1.51 -r1.52
22 --- ChangeLog 5 Mar 2008 19:50:19 -0000 1.51
23 +++ ChangeLog 29 Jun 2008 21:55:58 -0000 1.52
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-java/commons-lang
26 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-lang/ChangeLog,v 1.51 2008/03/05 19:50:19 betelgeuse Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-lang/ChangeLog,v 1.52 2008/06/29 21:55:58 betelgeuse Exp $
29 +
30 +*commons-lang-2.4 (29 Jun 2008)
31 +
32 + 29 Jun 2008; Petteri Räty <betelgeuse@g.o>
33 + +commons-lang-2.4.ebuild:
34 + Version bump. Fixes bug #228749.
35
36 05 Mar 2008; Petteri Räty <betelgeuse@g.o>
37 commons-lang-2.0-r2.ebuild:
38
39
40
41 1.1 dev-java/commons-lang/commons-lang-2.4.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-lang/commons-lang-2.4.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-lang/commons-lang-2.4.ebuild?rev=1.1&content-type=text/plain
45
46 Index: commons-lang-2.4.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-java/commons-lang/commons-lang-2.4.ebuild,v 1.1 2008/06/29 21:55:58 betelgeuse Exp $
51
52 EAPI=1
53 JAVA_PKG_IUSE="doc source test"
54
55 inherit java-pkg-2 java-ant-2
56
57 DESCRIPTION="Commons components to manipulate core java classes"
58 HOMEPAGE="http://commons.apache.org/lang/"
59 SRC_URI="mirror://apache/commons/lang/source/${P}-src.tar.gz"
60 IUSE=""
61
62 DEPEND=">=virtual/jdk-1.4
63 test? ( dev-java/ant-junit:0 )"
64 RDEPEND=">=virtual/jre-1.4"
65
66 LICENSE="Apache-2.0"
67 SLOT="2.1"
68 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
69
70 S="${WORKDIR}/${P}-src"
71
72 JAVA_ANT_ENCODING="ISO-8859-1"
73
74 src_install() {
75 java-pkg_newjar dist/${P}.jar ${PN}.jar
76
77 dodoc RELEASE-NOTES.txt NOTICE.txt || die
78 dohtml *.html || die
79 use doc && java-pkg_dojavadoc dist/docs/api
80 use source && java-pkg_dosrc src/java/*
81 }
82
83
84
85 --
86 gentoo-commits@l.g.o mailing list