diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2007-05-01 18:35:06 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2007-05-01 18:35:06 +0000 |
commit | 545ad9def29314a075bfaf0d4d1ae6c9742c4248 (patch) | |
tree | 042a780c89ef3b8e0b568f7da6d342eecaf6b5c1 /dev-java/istack-commons-runtime | |
parent | Initial commit of istack-commons-runtime. (diff) | |
download | gentoo-2-545ad9def29314a075bfaf0d4d1ae6c9742c4248.tar.gz gentoo-2-545ad9def29314a075bfaf0d4d1ae6c9742c4248.tar.bz2 gentoo-2-545ad9def29314a075bfaf0d4d1ae6c9742c4248.zip |
Fix SRC_URI.
(Portage version: 2.1.2.5)
Diffstat (limited to 'dev-java/istack-commons-runtime')
-rw-r--r-- | dev-java/istack-commons-runtime/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/istack-commons-runtime/istack-commons-runtime-20070122.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-java/istack-commons-runtime/ChangeLog b/dev-java/istack-commons-runtime/ChangeLog index 4661a40d5594..50dcdd3319e1 100644 --- a/dev-java/istack-commons-runtime/ChangeLog +++ b/dev-java/istack-commons-runtime/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/istack-commons-runtime # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/istack-commons-runtime/ChangeLog,v 1.1 2007/05/01 18:32:36 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/istack-commons-runtime/ChangeLog,v 1.2 2007/05/01 18:35:06 nelchael Exp $ + + 01 May 2007; Krzysiek Pawlik <nelchael@gentoo.org> + istack-commons-runtime-20070122.ebuild: + Fix SRC_URI. *istack-commons-runtime-20070122 (01 May 2007) diff --git a/dev-java/istack-commons-runtime/istack-commons-runtime-20070122.ebuild b/dev-java/istack-commons-runtime/istack-commons-runtime-20070122.ebuild index 8f6be268c530..627f1f3036ba 100644 --- a/dev-java/istack-commons-runtime/istack-commons-runtime-20070122.ebuild +++ b/dev-java/istack-commons-runtime/istack-commons-runtime-20070122.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/istack-commons-runtime/istack-commons-runtime-20070122.ebuild,v 1.1 2007/05/01 18:32:36 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/istack-commons-runtime/istack-commons-runtime-20070122.ebuild,v 1.2 2007/05/01 18:35:06 nelchael Exp $ JAVA_PKG_IUSE="source" @@ -8,7 +8,7 @@ inherit java-pkg-2 java-ant-2 DESCRIPTION="istack-commons" HOMEPAGE="https://istack-commons.dev.java.net/" -SRC_URI="http://overlays.gentoo.org/svn/proj/java/wsdp-overlay/distfiles/istack-commons-${PV}.tar.bz2" +SRC_URI="mirror://gentoo/istack-commons-${PV}.tar.bz2" LICENSE="CDDL" SLOT="0" |