diff options
author | Raúl Porcel <armin76@gentoo.org> | 2010-08-15 11:26:11 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2010-08-15 11:26:11 +0000 |
commit | c06ff56bcfe041dc9e0c06463dd14a2520065183 (patch) | |
tree | 5f08097be3e9ef657ad2a74e9eb9b1115b29bdc4 /dev-util/jarwizard | |
parent | Drop alpha (diff) | |
download | gentoo-2-c06ff56bcfe041dc9e0c06463dd14a2520065183.tar.gz gentoo-2-c06ff56bcfe041dc9e0c06463dd14a2520065183.tar.bz2 gentoo-2-c06ff56bcfe041dc9e0c06463dd14a2520065183.zip |
Drop alpha
(Portage version: 2.1.8.3/cvs/Linux ia64)
Diffstat (limited to 'dev-util/jarwizard')
-rw-r--r-- | dev-util/jarwizard/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/jarwizard/jarwizard-2.50.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/jarwizard/ChangeLog b/dev-util/jarwizard/ChangeLog index 076f2fcc8eb3..b713cfc26d38 100644 --- a/dev-util/jarwizard/ChangeLog +++ b/dev-util/jarwizard/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/jarwizard -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/jarwizard/ChangeLog,v 1.10 2009/12/15 19:06:11 betelgeuse Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/jarwizard/ChangeLog,v 1.11 2010/08/15 11:26:11 armin76 Exp $ + + 15 Aug 2010; Raúl Porcel <armin76@gentoo.org> jarwizard-2.50.ebuild: + Drop alpha 15 Dec 2009; Petteri Räty <betelgeuse@gentoo.org> jarwizard-2.50.ebuild: Fix HOMEPAGE to sourceforge as geocities is gone. Bug #297028. diff --git a/dev-util/jarwizard/jarwizard-2.50.ebuild b/dev-util/jarwizard/jarwizard-2.50.ebuild index 153f2e82896f..563e3b9a6ed0 100644 --- a/dev-util/jarwizard/jarwizard-2.50.ebuild +++ b/dev-util/jarwizard/jarwizard-2.50.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/jarwizard/jarwizard-2.50.ebuild,v 1.3 2009/12/15 19:06:11 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/jarwizard/jarwizard-2.50.ebuild,v 1.4 2010/08/15 11:26:11 armin76 Exp $ inherit java-pkg-2 java-ant-2 @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/jarwizard/${PN}_${PV/./}_src.zip" HOMEPAGE="http://sourceforge.net/projects/jarwizard/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha ~ppc x86" +KEYWORDS="~ppc x86" DEPEND=">=virtual/jdk-1.5 app-arch/unzip" RDEPEND=">=virtual/jre-1.5" |