summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2012-04-13 18:08:40 +0000
committerUlrich Müller <ulm@gentoo.org>2012-04-13 18:08:40 +0000
commitcdea766a99e6c490a78992a08da8e6be7693b733 (patch)
treef6a14e7054ed956c489133fb5b8448e3a21f548d /dev-java/istack-commons-runtime
parentMove EAPI assignment to top of ebuild, bug 411875. (diff)
downloadgentoo-2-cdea766a99e6c490a78992a08da8e6be7693b733.tar.gz
gentoo-2-cdea766a99e6c490a78992a08da8e6be7693b733.tar.bz2
gentoo-2-cdea766a99e6c490a78992a08da8e6be7693b733.zip
Move EAPI assignment to top of ebuild, bug 411875.
(Portage version: 2.1.10.56/cvs/Linux x86_64)
Diffstat (limited to 'dev-java/istack-commons-runtime')
-rw-r--r--dev-java/istack-commons-runtime/ChangeLog8
-rw-r--r--dev-java/istack-commons-runtime/istack-commons-runtime-20090620-r1.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-java/istack-commons-runtime/ChangeLog b/dev-java/istack-commons-runtime/ChangeLog
index 59786907455d..d00b3491bd23 100644
--- a/dev-java/istack-commons-runtime/ChangeLog
+++ b/dev-java/istack-commons-runtime/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/istack-commons-runtime
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/istack-commons-runtime/ChangeLog,v 1.13 2010/03/20 14:06:59 betelgeuse Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/istack-commons-runtime/ChangeLog,v 1.14 2012/04/13 18:08:40 ulm Exp $
+
+ 13 Apr 2012; Ulrich Müller <ulm@gentoo.org>
+ istack-commons-runtime-20090620-r1.ebuild:
+ Move EAPI assignment to top of ebuild, bug 411875.
20 Mar 2010; Petteri Räty <betelgeuse@gentoo.org>
-istack-commons-runtime-20070122.ebuild,
diff --git a/dev-java/istack-commons-runtime/istack-commons-runtime-20090620-r1.ebuild b/dev-java/istack-commons-runtime/istack-commons-runtime-20090620-r1.ebuild
index 83d759393326..0648d8a55979 100644
--- a/dev-java/istack-commons-runtime/istack-commons-runtime-20090620-r1.ebuild
+++ b/dev-java/istack-commons-runtime/istack-commons-runtime-20090620-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/istack-commons-runtime/istack-commons-runtime-20090620-r1.ebuild,v 1.1 2009/10/16 12:56:39 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/istack-commons-runtime/istack-commons-runtime-20090620-r1.ebuild,v 1.2 2012/04/13 18:08:40 ulm Exp $
-JAVA_PKG_IUSE="source"
EAPI=2
+JAVA_PKG_IUSE="source"
inherit java-pkg-2 java-ant-2