aboutsummaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorJoshua Nichols <nichoj@gentoo.org>2005-09-05 18:17:50 +0000
committerJoshua Nichols <nichoj@gentoo.org>2005-09-05 18:17:50 +0000
commit7e38097d827e59ab17368580d316a0e42b1e3009 (patch)
treebf5ff7f15dee8ab77f563339485fe6ff4d1069b9 /eclass
parentAdded commons-jelly-tags-{util,xml} (diff)
downloadjava-7e38097d827e59ab17368580d316a0e42b1e3009.tar.gz
java-7e38097d827e59ab17368580d316a0e42b1e3009.tar.bz2
java-7e38097d827e59ab17368580d316a0e42b1e3009.zip
Fixed SRC_URI of commons-jelly-tags
svn path=/gentoo-java-experimental/; revision=705
Diffstat (limited to 'eclass')
-rw-r--r--eclass/commons-jelly-tags.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/commons-jelly-tags.eclass b/eclass/commons-jelly-tags.eclass
index 164e13b5..51534fa8 100644
--- a/eclass/commons-jelly-tags.eclass
+++ b/eclass/commons-jelly-tags.eclass
@@ -55,7 +55,8 @@ SLOT="${PV}"
IUSE="doc jikes"
LICENSE=""
-SRC_URI="http://gentoo/${P}.tar.bz2 mirror://gentoo/commons-jelly-tags-1.0-gentoo.patch.bz2"
+#SRC_URI="mirror://gentoo/${P}.tar.bz2 mirror://gentoo/commons-jelly-tags-1.0-gentoo.patch.bz2"
+SRC_URI="http://www.scorec.rpi.edu/~nichoj/projects/java/${P}.tar.bz2 http://www.scorec.rpi.edu/~nichoj/projects/java/commons-jelly-tags-1.0-gentoo.patch.bz2"
EXPORT_FUNCTIONS src_unpack src_compile src_install src_test