diff options
author | 2010-05-21 22:13:24 +0000 | |
---|---|---|
committer | 2010-05-21 22:13:24 +0000 | |
commit | d9b51b476f5e522b0f5baa84da4c456eef70fad4 (patch) | |
tree | 9324452d481148f5c9b9230b96c458503288d1d9 /dev-java/eclipse-ecj/eclipse-ecj-3.3.0-r3.ebuild | |
parent | Stable on amd64 wrt bug #320715 (diff) | |
download | historical-d9b51b476f5e522b0f5baa84da4c456eef70fad4.tar.gz historical-d9b51b476f5e522b0f5baa84da4c456eef70fad4.tar.bz2 historical-d9b51b476f5e522b0f5baa84da4c456eef70fad4.zip |
Change SRC_URI to a live one. Bug #311137.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-java/eclipse-ecj/eclipse-ecj-3.3.0-r3.ebuild')
-rw-r--r-- | dev-java/eclipse-ecj/eclipse-ecj-3.3.0-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/eclipse-ecj/eclipse-ecj-3.3.0-r3.ebuild b/dev-java/eclipse-ecj/eclipse-ecj-3.3.0-r3.ebuild index a33c10692025..d1b1f108f93f 100644 --- a/dev-java/eclipse-ecj/eclipse-ecj-3.3.0-r3.ebuild +++ b/dev-java/eclipse-ecj/eclipse-ecj-3.3.0-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/eclipse-ecj/eclipse-ecj-3.3.0-r3.ebuild,v 1.6 2010/01/03 20:44:01 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/eclipse-ecj/eclipse-ecj-3.3.0-r3.ebuild,v 1.7 2010/05/21 22:13:24 caster Exp $ inherit eutils java-pkg-2 @@ -10,7 +10,7 @@ S="${WORKDIR}" DESCRIPTION="Eclipse Compiler for Java" HOMEPAGE="http://www.eclipse.org/" -SRC_URI="http://download.eclipse.org/eclipse/downloads/drops/${DMF/.0}/${MY_PN}src.zip" +SRC_URI="http://archive.eclipse.org/eclipse/downloads/drops/${DMF/.0}/${MY_PN}src.zip" LICENSE="EPL-1.0" KEYWORDS="amd64 ~ia64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" |