diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-04-13 18:52:35 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-04-13 18:52:35 +0000 |
commit | 04eaf3aca37ebafb7e4a7f24fcf189e4db98d608 (patch) | |
tree | e4a8b4bc2482eedf2208a717f05c1ed0c8e88a7c /dev-java/neuroph | |
parent | Version bump. Fix older stable to be buildable by ghc-7.2+ (bug #411877 by Le... (diff) | |
download | gentoo-2-04eaf3aca37ebafb7e4a7f24fcf189e4db98d608.tar.gz gentoo-2-04eaf3aca37ebafb7e4a7f24fcf189e4db98d608.tar.bz2 gentoo-2-04eaf3aca37ebafb7e4a7f24fcf189e4db98d608.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/neuroph')
-rw-r--r-- | dev-java/neuroph/ChangeLog | 8 | ||||
-rw-r--r-- | dev-java/neuroph/neuroph-2.2.ebuild | 6 | ||||
-rw-r--r-- | dev-java/neuroph/neuroph-2.3.1.ebuild | 6 | ||||
-rw-r--r-- | dev-java/neuroph/neuroph-2.3.ebuild | 6 |
4 files changed, 15 insertions, 11 deletions
diff --git a/dev-java/neuroph/ChangeLog b/dev-java/neuroph/ChangeLog index 0f322c7c9d1a..3a18333d3d63 100644 --- a/dev-java/neuroph/ChangeLog +++ b/dev-java/neuroph/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/neuroph -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/neuroph/ChangeLog,v 1.10 2011/12/18 20:10:28 phajdan.jr Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/neuroph/ChangeLog,v 1.11 2012/04/13 18:52:35 ulm Exp $ + + 13 Apr 2012; Ulrich Müller <ulm@gentoo.org> neuroph-2.2.ebuild, + neuroph-2.3.ebuild, neuroph-2.3.1.ebuild: + Move EAPI assignment to top of ebuild, bug 411875. 18 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> neuroph-2.3.1.ebuild: x86 stable wrt bug #393689 diff --git a/dev-java/neuroph/neuroph-2.2.ebuild b/dev-java/neuroph/neuroph-2.2.ebuild index 43cfd4b9755d..85ad9d69eb37 100644 --- a/dev-java/neuroph/neuroph-2.2.ebuild +++ b/dev-java/neuroph/neuroph-2.2.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/neuroph/neuroph-2.2.ebuild,v 1.5 2009/09/06 08:45:29 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/neuroph/neuroph-2.2.ebuild,v 1.6 2012/04/13 18:52:35 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/neuroph/neuroph-2.3.1.ebuild b/dev-java/neuroph/neuroph-2.3.1.ebuild index a0edaf6cc149..e7dd7ef4e4a0 100644 --- a/dev-java/neuroph/neuroph-2.3.1.ebuild +++ b/dev-java/neuroph/neuroph-2.3.1.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/neuroph/neuroph-2.3.1.ebuild,v 1.3 2011/12/18 20:10:28 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/neuroph/neuroph-2.3.1.ebuild,v 1.4 2012/04/13 18:52:35 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/neuroph/neuroph-2.3.ebuild b/dev-java/neuroph/neuroph-2.3.ebuild index d9e52dfb28d8..10376bde0a48 100644 --- a/dev-java/neuroph/neuroph-2.3.ebuild +++ b/dev-java/neuroph/neuroph-2.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2010 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/neuroph/neuroph-2.3.ebuild,v 1.3 2010/01/10 21:23:02 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/neuroph/neuroph-2.3.ebuild,v 1.4 2012/04/13 18:52:35 ulm Exp $ -JAVA_PKG_IUSE="doc source" EAPI="2" +JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-ant-2 |