diff options
author | Thomas Matthijs <axxo@gentoo.org> | 2004-10-24 18:05:22 +0000 |
---|---|---|
committer | Thomas Matthijs <axxo@gentoo.org> | 2004-10-24 18:05:22 +0000 |
commit | d1193bce86baab0ada22fb954ef74b68c552efda (patch) | |
tree | dcfbf56dffca76fe2bc92ded720f099793165711 /dev-java | |
parent | version bump and SRC_URI update for 1.0.0 (diff) | |
download | historical-d1193bce86baab0ada22fb954ef74b68c552efda.tar.gz historical-d1193bce86baab0ada22fb954ef74b68c552efda.tar.bz2 historical-d1193bce86baab0ada22fb954ef74b68c552efda.zip |
adjust src_uri
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/bsh/bsh-2.0_beta1-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-java/plugspud/plugspud-0.4.5.20040917.ebuild | 4 | ||||
-rw-r--r-- | dev-java/xalan/xalan-2.6.0-r1.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-java/bsh/bsh-2.0_beta1-r1.ebuild b/dev-java/bsh/bsh-2.0_beta1-r1.ebuild index 14f116adc35d..40c8f55fb83b 100644 --- a/dev-java/bsh/bsh-2.0_beta1-r1.ebuild +++ b/dev-java/bsh/bsh-2.0_beta1-r1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/bsh/bsh-2.0_beta1-r1.ebuild,v 1.1 2004/09/17 18:16:18 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/bsh/bsh-2.0_beta1-r1.ebuild,v 1.2 2004/10/24 18:03:04 axxo Exp $ inherit java-pkg DESCRIPTION="BeanShell is a small, free, embeddable, Java source interpreter with object scripting language features." -SRC_URI="http://www.beanshell.org/${P/_beta1/b1}.jar http://dev.gentoo.org/~axxo/distfiles/beanshell-icon.png" +SRC_URI="http://www.beanshell.org/${P/_beta1/b1}.jar mirror://gentoo/beanshell-icon.png" HOMEPAGE="http://www.beanshell.org/" KEYWORDS="x86 amd64 ~ppc" LICENSE="LGPL-2.1" diff --git a/dev-java/plugspud/plugspud-0.4.5.20040917.ebuild b/dev-java/plugspud/plugspud-0.4.5.20040917.ebuild index f4bd6d9619b5..a22c0ed71723 100644 --- a/dev-java/plugspud/plugspud-0.4.5.20040917.ebuild +++ b/dev-java/plugspud/plugspud-0.4.5.20040917.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/plugspud/plugspud-0.4.5.20040917.ebuild,v 1.3 2004/10/20 08:19:19 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/plugspud/plugspud-0.4.5.20040917.ebuild,v 1.4 2004/10/24 18:04:02 axxo Exp $ inherit java-pkg DESCRIPTION="plugspud is something Gruntspud needs." HOMEPAGE="http://gruntspud.sourceforge.net/" -SRC_URI="mirror://gentoo/plugspud-gentoo-cvs-20040917.tar.bz2 http://dev.gentoo.org/~axxo/distfiles/plugspud-gentoo-cvs-20040917.tar.bz2" +SRC_URI="mirror://gentoo/plugspud-gentoo-cvs-20040917.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc ~amd64" diff --git a/dev-java/xalan/xalan-2.6.0-r1.ebuild b/dev-java/xalan/xalan-2.6.0-r1.ebuild index 63c02cf6d67e..fb3116235a54 100644 --- a/dev-java/xalan/xalan-2.6.0-r1.ebuild +++ b/dev-java/xalan/xalan-2.6.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/xalan/xalan-2.6.0-r1.ebuild,v 1.4 2004/10/16 17:40:36 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/xalan/xalan-2.6.0-r1.ebuild,v 1.5 2004/10/24 18:05:22 axxo Exp $ inherit java-pkg eutils @@ -9,7 +9,7 @@ MY_P=${PN}-j_${PV//./_} DESCRIPTION="XSLT processor" HOMEPAGE="http://xml.apache.org/xalan-j/index.html" SRC_URI="mirror://apache/xml/xalan-j/source/${MY_P}-src.tar.gz - doc? ( http://dev.gentoo.org/~axxo/distfiles/${P}-docs.tar.bz2 )" + doc? ( mirror://gentoo/${P}-docs.tar.bz2 )" LICENSE="Apache-1.1" SLOT="0" KEYWORDS="~x86" |