summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Wijsman <tomwij@gentoo.org>2014-01-02 15:13:14 +0000
committerTom Wijsman <tomwij@gentoo.org>2014-01-02 15:13:14 +0000
commitd0698df4092381af919802a21a6898b724082553 (patch)
tree5001c529841347908c31eca6c425d69bb78dccba /dev-java/jreleaseinfo
parentsci-libs/vtkdata: Fix installation directory (diff)
downloadgentoo-2-d0698df4092381af919802a21a6898b724082553.tar.gz
gentoo-2-d0698df4092381af919802a21a6898b724082553.tar.bz2
gentoo-2-d0698df4092381af919802a21a6898b724082553.zip
Revision bump: EAPI 5, java_prepare instead of src_prepare, shortened DESCRIPTION.
(Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Diffstat (limited to 'dev-java/jreleaseinfo')
-rw-r--r--dev-java/jreleaseinfo/ChangeLog12
-rw-r--r--dev-java/jreleaseinfo/jreleaseinfo-1.3.0-r2.ebuild (renamed from dev-java/jreleaseinfo/jreleaseinfo-1.3.0-r1.ebuild)24
2 files changed, 24 insertions, 12 deletions
diff --git a/dev-java/jreleaseinfo/ChangeLog b/dev-java/jreleaseinfo/ChangeLog
index ce6fb02fd716..2d86f4447f08 100644
--- a/dev-java/jreleaseinfo/ChangeLog
+++ b/dev-java/jreleaseinfo/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-java/jreleaseinfo
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jreleaseinfo/ChangeLog,v 1.3 2009/01/31 19:50:47 serkan Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jreleaseinfo/ChangeLog,v 1.4 2014/01/02 15:13:14 tomwij Exp $
+
+*jreleaseinfo-1.3.0-r2 (02 Jan 2014)
+
+ 02 Jan 2014; Tom Wijsman <TomWij@gentoo.org> +jreleaseinfo-1.3.0-r2.ebuild,
+ -jreleaseinfo-1.3.0-r1.ebuild:
+ Revision bump: EAPI 5, java_prepare instead of src_prepare, shortened
+ DESCRIPTION.
*jreleaseinfo-1.3.0-r1 (31 Jan 2009)
@@ -16,4 +23,3 @@
16 Oct 2006; Vlastimil Babka <caster@gentoo.org> +metadata.xml,
+jreleaseinfo-1.3.0.ebuild:
Initial commit as dependency for l2fprod-common requested in bug #143253.
-
diff --git a/dev-java/jreleaseinfo/jreleaseinfo-1.3.0-r1.ebuild b/dev-java/jreleaseinfo/jreleaseinfo-1.3.0-r2.ebuild
index b4b07b71b38c..d310b6e01298 100644
--- a/dev-java/jreleaseinfo/jreleaseinfo-1.3.0-r1.ebuild
+++ b/dev-java/jreleaseinfo/jreleaseinfo-1.3.0-r2.ebuild
@@ -1,33 +1,39 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jreleaseinfo/jreleaseinfo-1.3.0-r1.ebuild,v 1.2 2009/02/01 02:19:55 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jreleaseinfo/jreleaseinfo-1.3.0-r2.ebuild,v 1.1 2014/01/02 15:13:14 tomwij Exp $
+
+EAPI="5"
-EAPI=2
inherit java-pkg-2 java-ant-2
-DESCRIPTION="Ant Task for build-time creation of Java source file with program version, build number or any other info"
+DESCRIPTION="Ant Task for build-time creation of Java source file with version, build number or other info"
HOMEPAGE="http://${PN}.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}-src.zip"
+
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
+
IUSE="source"
+
DEPEND=">=virtual/jdk-1.4
- app-arch/unzip
+ app-arch/unzip:0
dev-java/ant-core:0
- source? ( app-arch/zip )"
+ source? ( app-arch/zip:0 )"
+
RDEPEND=">=virtual/jre-1.4
dev-java/ant-core:0"
EANT_GENTOO_CLASSPATH="ant-core"
-src_prepare() {
- java-pkg-2_src_prepare
+java_prepare() {
java-ant_rewrite-classpath build.xml
}
src_install() {
java-pkg_newjar "target/${P}.jar"
- dodoc LICENSE.txt || die
+
+ dodoc LICENSE.txt
+
use source && java-pkg_dosrc src/java/ch
}