mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
dev-java/eclipse-ecj: SRC_URI
The versions 4.15 and 4.5.1 are moved to archive and so the SRC_URI has changed. This pull request fixes the URIs. Signed-off-by: Madhu Priya Murugan <madhu.murugan@rohde-schwarz.com> Closes: https://github.com/gentoo/gentoo/pull/25416 Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
committed by
Florian Schmaus
parent
80b053ae3e
commit
db757eb75c
@@ -11,8 +11,8 @@ MY_PN="ecj"
|
||||
DMF="R-${PV}-202003050155"
|
||||
|
||||
DESCRIPTION="Eclipse Compiler for Java"
|
||||
HOMEPAGE="http://www.eclipse.org/"
|
||||
SRC_URI="http://download.eclipse.org/eclipse/downloads/drops4/${DMF}/${MY_PN}src-${PV}.jar"
|
||||
HOMEPAGE="https://www.eclipse.org/"
|
||||
SRC_URI="https://archive.eclipse.org/eclipse/downloads/drops4/${DMF}/${MY_PN}src-${PV}.jar"
|
||||
|
||||
LICENSE="EPL-1.0"
|
||||
KEYWORDS="amd64 ~ppc64 x86 ~amd64-linux ~x86-linux ~x86-solaris"
|
||||
|
||||
@@ -11,8 +11,8 @@ MY_PN="ecj"
|
||||
DMF="R-${PV}-201509040015"
|
||||
|
||||
DESCRIPTION="Eclipse Compiler for Java"
|
||||
HOMEPAGE="http://www.eclipse.org/"
|
||||
SRC_URI="http://download.eclipse.org/eclipse/downloads/drops4/${DMF}/${MY_PN}src-${PV}.jar"
|
||||
HOMEPAGE="https://www.eclipse.org/"
|
||||
SRC_URI="https://archive.eclipse.org/eclipse/downloads/drops4/${DMF}/${MY_PN}src-${PV}.jar"
|
||||
|
||||
LICENSE="EPL-1.0"
|
||||
KEYWORDS="amd64 ~ppc64 x86 ~amd64-linux ~x86-linux ~x86-solaris"
|
||||
|
||||
Reference in New Issue
Block a user