diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-01 21:47:40 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-01 21:47:40 +0000 |
commit | c091797f11b3574b6bc1aad1643fc3f5a71ea2fe (patch) | |
tree | 9dd01862473dd86872a36fa17bc311c24c5dab09 /app-editors/jext | |
parent | Version bumped. Closes #21929. (diff) | |
download | historical-c091797f11b3574b6bc1aad1643fc3f5a71ea2fe.tar.gz historical-c091797f11b3574b6bc1aad1643fc3f5a71ea2fe.tar.bz2 historical-c091797f11b3574b6bc1aad1643fc3f5a71ea2fe.zip |
unmaks, SRC_URI and changelog fixes
Diffstat (limited to 'app-editors/jext')
-rw-r--r-- | app-editors/jext/jext-3.2_pre3.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-editors/jext/jext-3.2_pre3.ebuild b/app-editors/jext/jext-3.2_pre3.ebuild index e6575b58bd89..878388185885 100644 --- a/app-editors/jext/jext-3.2_pre3.ebuild +++ b/app-editors/jext/jext-3.2_pre3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/jext/jext-3.2_pre3.ebuild,v 1.1 2003/05/23 15:32:06 tberman Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/jext/jext-3.2_pre3.ebuild,v 1.2 2003/07/01 21:47:40 aliz Exp $ inherit java-pkg @@ -8,9 +8,9 @@ IUSE="doc" DESCRIPTION="A cool and fully featured editor in Java" HOMEPAGE="http://www.jext.org/" -MY_PV="3.2pre3" -SRC_URI="mirror://sourceforge/${PN}/${PN}-${MY_PV}.tar.gz - mirror://sourceforge/${PN}/${PN}-sources-${MY_PV}.tar.gz" +MY_PV="${PV/_}" +SRC_URI="mirror://sourceforge/jext/${PN}-${MY_PV}.tar.gz + mirror://sourceforge/jext/${PN}-sources-${MY_PV}.tar.gz" LICENSE="GPL-2 | JPython" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc" |