diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2012-05-12 22:03:12 +0400 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2012-05-12 22:03:12 +0400 |
commit | a1f417c82d04a465bcf065ea906fb931c2c19e34 (patch) | |
tree | 3a7ead0a48049581807cbcf7efd8147669f6f1e6 /dev-java/jgraphx | |
parent | [dev-lang/vtune] Fix ebuild eapi parsing and other minor issues (diff) | |
download | sci-a1f417c82d04a465bcf065ea906fb931c2c19e34.tar.gz sci-a1f417c82d04a465bcf065ea906fb931c2c19e34.tar.bz2 sci-a1f417c82d04a465bcf065ea906fb931c2c19e34.zip |
[dev-java/jgraphx] Fix ebuild eapi parsing and other minor issues
(Portage version: 2.2.0_alpha104/git/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-java/jgraphx')
-rw-r--r-- | dev-java/jgraphx/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/jgraphx/jgraphx-1.2.0.7.ebuild | 2 | ||||
-rw-r--r-- | dev-java/jgraphx/jgraphx-1.3.0.2.ebuild | 6 | ||||
-rw-r--r-- | dev-java/jgraphx/jgraphx-1.4.1.0.ebuild | 6 | ||||
-rw-r--r-- | dev-java/jgraphx/jgraphx-1.4.1.2.ebuild | 6 |
5 files changed, 18 insertions, 8 deletions
diff --git a/dev-java/jgraphx/ChangeLog b/dev-java/jgraphx/ChangeLog index 6cc153d72..0ad818981 100644 --- a/dev-java/jgraphx/ChangeLog +++ b/dev-java/jgraphx/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for dev-java/jgraphx -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 12 May 2012; Alexey Shvetsov <alexxy@gentoo.org> jgraphx-1.2.0.7.ebuild, + jgraphx-1.3.0.2.ebuild, jgraphx-1.4.1.0.ebuild, jgraphx-1.4.1.2.ebuild: + [dev-java/jgraphx] Fix ebuild eapi parsing and other minor issues + *jgraphx-1.4.1.0 (30 Jun 2011) 30 Jun 2011; Guillaume Horel <guillaume.horel@gmail.com> diff --git a/dev-java/jgraphx/jgraphx-1.2.0.7.ebuild b/dev-java/jgraphx/jgraphx-1.2.0.7.ebuild index 04003fe28..e10480ed7 100644 --- a/dev-java/jgraphx/jgraphx-1.2.0.7.ebuild +++ b/dev-java/jgraphx/jgraphx-1.2.0.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ diff --git a/dev-java/jgraphx/jgraphx-1.3.0.2.ebuild b/dev-java/jgraphx/jgraphx-1.3.0.2.ebuild index d36957d7e..a04453dd0 100644 --- a/dev-java/jgraphx/jgraphx-1.3.0.2.ebuild +++ b/dev-java/jgraphx/jgraphx-1.3.0.2.ebuild @@ -1,9 +1,11 @@ -# 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/jgraph/jgraph-5.12.0.4.ebuild,v 1.5 2008/05/13 21:09:16 ken69267 Exp $ -JAVA_PKG_IUSE="doc source" EAPI=2 + +JAVA_PKG_IUSE="doc source" + inherit java-pkg-2 java-ant-2 versionator MY_PV=$(replace_all_version_separators '_') diff --git a/dev-java/jgraphx/jgraphx-1.4.1.0.ebuild b/dev-java/jgraphx/jgraphx-1.4.1.0.ebuild index 5813fb713..a0f83e766 100644 --- a/dev-java/jgraphx/jgraphx-1.4.1.0.ebuild +++ b/dev-java/jgraphx/jgraphx-1.4.1.0.ebuild @@ -1,9 +1,11 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -JAVA_PKG_IUSE="doc source" EAPI=2 + +JAVA_PKG_IUSE="doc source" + inherit java-pkg-2 java-ant-2 versionator MY_PV=$(replace_all_version_separators '_') diff --git a/dev-java/jgraphx/jgraphx-1.4.1.2.ebuild b/dev-java/jgraphx/jgraphx-1.4.1.2.ebuild index 9fe1ad9d0..a0f83e766 100644 --- a/dev-java/jgraphx/jgraphx-1.4.1.2.ebuild +++ b/dev-java/jgraphx/jgraphx-1.4.1.2.ebuild @@ -1,9 +1,11 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -JAVA_PKG_IUSE="doc source" EAPI=2 + +JAVA_PKG_IUSE="doc source" + inherit java-pkg-2 java-ant-2 versionator MY_PV=$(replace_all_version_separators '_') |