diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-04-13 18:54:06 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-04-13 18:54:06 +0000 |
commit | 9fec6bfb916582f69801aaefc3ce2ad8d2354fb6 (patch) | |
tree | 79c30d670767c8f485b77e5f2d8924c0a2f4b385 /dev-java/lzmajio | |
parent | Version bump. Fix older stable to be buildable by ghc-7.2+ (bug #411877 by Le... (diff) | |
download | historical-9fec6bfb916582f69801aaefc3ce2ad8d2354fb6.tar.gz historical-9fec6bfb916582f69801aaefc3ce2ad8d2354fb6.tar.bz2 historical-9fec6bfb916582f69801aaefc3ce2ad8d2354fb6.zip |
Move EAPI assignment to top of ebuild, bug 411875.
Package-Manager: portage-2.1.10.56/cvs/Linux x86_64
Diffstat (limited to 'dev-java/lzmajio')
-rw-r--r-- | dev-java/lzmajio/ChangeLog | 8 | ||||
-rw-r--r-- | dev-java/lzmajio/lzmajio-0.94.ebuild | 6 | ||||
-rw-r--r-- | dev-java/lzmajio/lzmajio-0.95.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-java/lzmajio/ChangeLog b/dev-java/lzmajio/ChangeLog index c7c5936645f6..97381c09132a 100644 --- a/dev-java/lzmajio/ChangeLog +++ b/dev-java/lzmajio/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/lzmajio -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/lzmajio/ChangeLog,v 1.5 2011/12/23 12:47:00 tommy Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/lzmajio/ChangeLog,v 1.6 2012/04/13 18:51:11 ulm Exp $ + + 13 Apr 2012; Ulrich Müller <ulm@gentoo.org> lzmajio-0.94.ebuild, + lzmajio-0.95.ebuild: + Move EAPI assignment to top of ebuild, bug 411875. *lzmajio-0.95 (23 Dec 2011) diff --git a/dev-java/lzmajio/lzmajio-0.94.ebuild b/dev-java/lzmajio/lzmajio-0.94.ebuild index 35275dab9eff..f7c2e45a8b9b 100644 --- a/dev-java/lzmajio/lzmajio-0.94.ebuild +++ b/dev-java/lzmajio/lzmajio-0.94.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/lzmajio/lzmajio-0.94.ebuild,v 1.3 2009/03/09 22:36:39 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/lzmajio/lzmajio-0.94.ebuild,v 1.4 2012/04/13 18:51:11 ulm Exp $ -JAVA_PKG_IUSE="doc source" EAPI=2 +JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-ant-2 diff --git a/dev-java/lzmajio/lzmajio-0.95.ebuild b/dev-java/lzmajio/lzmajio-0.95.ebuild index d765532c2f73..610cf35a6f94 100644 --- a/dev-java/lzmajio/lzmajio-0.95.ebuild +++ b/dev-java/lzmajio/lzmajio-0.95.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2011 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/lzmajio/lzmajio-0.95.ebuild,v 1.1 2011/12/23 12:47:00 tommy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/lzmajio/lzmajio-0.95.ebuild,v 1.2 2012/04/13 18:51:11 ulm Exp $ -JAVA_PKG_IUSE="doc source" EAPI=2 +JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-ant-2 |