diff options
author | Markus Meier <maekke@gentoo.org> | 2009-02-09 19:49:56 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-02-09 19:49:56 +0000 |
commit | 82d64d787677414e3c120b1d8b75b80741c1f155 (patch) | |
tree | c3000985c18a618a2c333af5366a06c93664aabc /media-gfx | |
parent | Removed old (diff) | |
download | gentoo-2-82d64d787677414e3c120b1d8b75b80741c1f155.tar.gz gentoo-2-82d64d787677414e3c120b1d8b75b80741c1f155.tar.bz2 gentoo-2-82d64d787677414e3c120b1d8b75b80741c1f155.zip |
convert to gen-2 java eclasses by Vlastimil Babka in bug #258334
(Portage version: 2.2_rc23/cvs/Linux i686)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/aoi/ChangeLog | 8 | ||||
-rw-r--r-- | media-gfx/aoi/aoi-2.2.1.ebuild | 16 | ||||
-rw-r--r-- | media-gfx/aoi/aoi-2.5.ebuild | 16 |
3 files changed, 24 insertions, 16 deletions
diff --git a/media-gfx/aoi/ChangeLog b/media-gfx/aoi/ChangeLog index 952d5e2b7468..77cb26dae34f 100644 --- a/media-gfx/aoi/ChangeLog +++ b/media-gfx/aoi/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/aoi -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/aoi/ChangeLog,v 1.21 2007/12/10 16:02:04 maekke Exp $ +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/aoi/ChangeLog,v 1.22 2009/02/09 19:49:56 maekke Exp $ + + 09 Feb 2009; Markus Meier <maekke@gentoo.org> aoi-2.2.1.ebuild, + aoi-2.5.ebuild: + convert to gen-2 java eclasses by Vlastimil Babka in bug #258334 *aoi-2.5 (10 Dec 2007) diff --git a/media-gfx/aoi/aoi-2.2.1.ebuild b/media-gfx/aoi/aoi-2.2.1.ebuild index cba483e618b6..6b1a1357260c 100644 --- a/media-gfx/aoi/aoi-2.2.1.ebuild +++ b/media-gfx/aoi/aoi-2.2.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/aoi/aoi-2.2.1.ebuild,v 1.3 2007/03/27 06:09:15 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/aoi/aoi-2.2.1.ebuild,v 1.4 2009/02/09 19:49:56 maekke Exp $ -inherit java-pkg eutils +inherit java-pkg-2 eutils MY_P="aoi221" MY_MANUAL_V="2.2" @@ -15,13 +15,10 @@ KEYWORDS="~amd64 ~ppc x86" LICENSE="GPL-2" SLOT="0" DEPEND="app-arch/unzip" -RDEPEND=">=virtual/jdk-1.2" +RDEPEND=">=virtual/jre-1.4" IUSE="doc" src_install() { - # wrapper script - dobin "${FILESDIR}"/aoi - # documentation dodoc HISTORY README if use doc ; then @@ -32,6 +29,11 @@ src_install() { # main app java-pkg_dojar ArtOfIllusion.jar + # run script + java-pkg_dolauncher aoi \ + --jar ArtOfIllusion.jar \ + --java_args -Xmx128M + # plugins mv Plugins "${D}"/usr/share/${PN}/lib diff --git a/media-gfx/aoi/aoi-2.5.ebuild b/media-gfx/aoi/aoi-2.5.ebuild index 4a82a80e2c8b..0742ceafc54b 100644 --- a/media-gfx/aoi/aoi-2.5.ebuild +++ b/media-gfx/aoi/aoi-2.5.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/aoi/aoi-2.5.ebuild,v 1.1 2007/12/10 16:02:04 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/aoi/aoi-2.5.ebuild,v 1.2 2009/02/09 19:49:56 maekke Exp $ -inherit java-pkg eutils +inherit java-pkg-2 eutils MY_P="aoi25" MY_MANUAL_V="2.3" @@ -15,13 +15,10 @@ KEYWORDS="~amd64 ~ppc ~x86" LICENSE="GPL-2" SLOT="0" DEPEND="app-arch/unzip" -RDEPEND=">=virtual/jdk-1.2" +RDEPEND=">=virtual/jre-1.4" IUSE="doc" src_install() { - # wrapper script - dobin "${FILESDIR}"/aoi - # documentation dodoc HISTORY README if use doc ; then @@ -32,6 +29,11 @@ src_install() { # main app java-pkg_dojar ArtOfIllusion.jar + # run script + java-pkg_dolauncher aoi \ + --jar ArtOfIllusion.jar \ + --java_args -Xmx128M + # plugins mv Plugins "${D}"/usr/share/${PN}/lib |