tomwij 14/03/08 17:56:16
Modified: ChangeLog
Added: commons-attributes-2.2-r2.ebuild
Removed: commons-attributes-2.2-r1.ebuild
commons-attributes-2.2.ebuild
Log:
Revision bump. EAPI 5.
(Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key
6D34E57D)
Revision Changes Path
1.14 dev-java/commons-attributes/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-attributes/ChangeLog?rev=1.14&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-attributes/ChangeLog?rev=1.14&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-attributes/ChangeLog?r1=1.13&r2=1.14
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-attributes/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog 13 Apr 2008 14:35:48 -0000 1.13
+++ ChangeLog 8 Mar 2014 17:56:16 -0000 1.14
@@ -1,6 +1,12 @@
# ChangeLog for dev-java/commons-attributes
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-attributes/ChangeLog,v
1.13 2008/04/13 14:35:48 maekke Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-attributes/ChangeLog,v
1.14 2014/03/08 17:56:16 tomwij Exp $
+
+*commons-attributes-2.2-r2 (08 Mar 2014)
+
+ 08 Mar 2014; Tom Wijsman <[email protected]>
+ +commons-attributes-2.2-r2.ebuild:
+ Revision bump. EAPI 5.
13 Apr 2008; Markus Meier <[email protected]>
commons-attributes-2.2-r1.ebuild:
@@ -66,4 +72,3 @@
+files/commons-attributes-2.1-gentoo.patch, +files/anttasks.properties,
+metadata.xml, +commons-attributes-2.1.ebuild:
Initial commit (bug #97008).
-
1.1
dev-java/commons-attributes/commons-attributes-2.2-r2.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-attributes/commons-attributes-2.2-r2.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-attributes/commons-attributes-2.2-r2.ebuild?rev=1.1&content-type=text/plain
Index: commons-attributes-2.2-r2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:
/var/cvsroot/gentoo-x86/dev-java/commons-attributes/commons-attributes-2.2-r2.ebuild,v
1.1 2014/03/08 17:56:16 tomwij Exp $
EAPI="5"
JAVA_PKG_IUSE="doc source"
inherit eutils java-pkg-2 java-ant-2
DESCRIPTION="Commons Attributes enables Java programmers to use C#/.Net-style
attributes in their code."
HOMEPAGE="http://commons.apache.org/attributes/"
SRC_URI="mirror://apache/commons/attributes/source/${P}-src.tar.gz"
LICENSE="Apache-2.0"
SLOT="2"
KEYWORDS="~amd64 ~x86"
COMMON_DEP="dev-java/ant-core:0
dev-java/gjdoc:0
dev-java/qdox:1.6
dev-java/xjavadoc:0"
DEPEND=">=virtual/jdk-1.4
${COMMON_DEP}"
RDEPEND=">=virtual/jre-1.4
${COMMON_DEP}"
JAVA_ANT_REWRITE_CLASSPATH="true"
EANT_GENTOO_CLASSPATH="ant-core,gjdoc,qdox-1.6"
src_compile() {
java-pkg-2_src_compile
# The generated build.xml is faulty.
jar uf target/${PN}-compiler-${PV}.jar -C compiler/src/java \
org/apache/commons/attributes/anttasks.properties || die
}
src_install() {
java-pkg_newjar target/${PN}-api-${PV}.jar ${PN}-api.jar
java-pkg_newjar target/${PN}-compiler-${PV}.jar ${PN}-compiler.jar
java-pkg_register-ant-task
dodoc NOTICE.txt
dohtml README.html
use doc && java-pkg_dojavadoc dist/docs/api
use source && java-pkg_dosrc api/src/java/org compiler/src/java/org
}