diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2009-12-15 19:06:11 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2009-12-15 19:06:11 +0000 |
commit | 15971c0aa7c33d24f04a01762f4fb27cc82e7c4d (patch) | |
tree | c57a9d87b11e40d4f4b8ac106d9eabd5fdffb7a9 /dev-util/jarwizard | |
parent | Marking font-misc-ethiopic-1.0.0-r1 ppc64 for bug 294958 (diff) | |
download | gentoo-2-15971c0aa7c33d24f04a01762f4fb27cc82e7c4d.tar.gz gentoo-2-15971c0aa7c33d24f04a01762f4fb27cc82e7c4d.tar.bz2 gentoo-2-15971c0aa7c33d24f04a01762f4fb27cc82e7c4d.zip |
Fix HOMEPAGE to sourceforge as geocities is gone. Bug #297028.
(Portage version: 2.2_rc54/cvs/Linux i686)
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 0724e0b600b6..076f2fcc8eb3 100644 --- a/dev-util/jarwizard/ChangeLog +++ b/dev-util/jarwizard/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/jarwizard -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/jarwizard/ChangeLog,v 1.9 2007/10/24 06:42:32 wltjr Exp $ +# 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 $ + + 15 Dec 2009; Petteri Räty <betelgeuse@gentoo.org> jarwizard-2.50.ebuild: + Fix HOMEPAGE to sourceforge as geocities is gone. Bug #297028. 24 Oct 2007; William L. Thomson Jr. <wltjr@gentoo.org> -jarwizard-2.34.ebuild: diff --git a/dev-util/jarwizard/jarwizard-2.50.ebuild b/dev-util/jarwizard/jarwizard-2.50.ebuild index 11c55e3ec61c..153f2e82896f 100644 --- a/dev-util/jarwizard/jarwizard-2.50.ebuild +++ b/dev-util/jarwizard/jarwizard-2.50.ebuild @@ -1,12 +1,12 @@ -# 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/dev-util/jarwizard/jarwizard-2.50.ebuild,v 1.2 2007/08/22 06:24:29 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/jarwizard/jarwizard-2.50.ebuild,v 1.3 2009/12/15 19:06:11 betelgeuse Exp $ inherit java-pkg-2 java-ant-2 DESCRIPTION="Takes the hassle out of creating executable JAR files for your Java programs" SRC_URI="mirror://sourceforge/jarwizard/${PN}_${PV/./}_src.zip" -HOMEPAGE="http://www.geocities.com/chir_geo/jarc/" +HOMEPAGE="http://sourceforge.net/projects/jarwizard/" SLOT="0" LICENSE="GPL-2" KEYWORDS="~alpha ~ppc x86" |