diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-08-24 07:53:38 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-08-24 12:00:01 +0200 |
commit | 31ca661b17a58d913beef2f4afdca5da996130a0 (patch) | |
tree | a9571a6de848a122a4786feaf0068e4fef6f6eb5 /dev-java/jsr173/jsr173-1.0-r4.ebuild | |
parent | dev-java/jarbundler: Update URIs, rename the distfile (diff) | |
download | gentoo-31ca661b17a58d913beef2f4afdca5da996130a0.tar.gz gentoo-31ca661b17a58d913beef2f4afdca5da996130a0.tar.bz2 gentoo-31ca661b17a58d913beef2f4afdca5da996130a0.zip |
dev-java/jsr173: Rename the distfile
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-java/jsr173/jsr173-1.0-r4.ebuild')
-rw-r--r-- | dev-java/jsr173/jsr173-1.0-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/jsr173/jsr173-1.0-r4.ebuild b/dev-java/jsr173/jsr173-1.0-r4.ebuild index 332838833908..7180b48d5303 100644 --- a/dev-java/jsr173/jsr173-1.0-r4.ebuild +++ b/dev-java/jsr173/jsr173-1.0-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ inherit java-pkg-2 java-pkg-simple DESCRIPTION="Yet another Java library for parsing and writing XML" HOMEPAGE="http://dev2dev.bea.com/xml/stax.html" -SRC_URI="http://ftpna2.bea.com/pub/downloads/${PN}.jar" +SRC_URI="mirror://gentoo/${PN}.jar -> ${P}.jar" LICENSE="bea.ri.jsr173" SLOT="0" |