diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-07-14 08:33:23 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-07-14 08:45:27 +0100 |
commit | 0ae4a2d3eea2f9a5167a5e4f82e0076225e13fd0 (patch) | |
tree | 497a373e549cb4d762f27d375390c532c8d9b03b /app-arch/fastjar | |
parent | profiles/uclibc/packages: prefix app-misc/pax-utils with '*' (diff) | |
download | gentoo-0ae4a2d3eea2f9a5167a5e4f82e0076225e13fd0.tar.gz gentoo-0ae4a2d3eea2f9a5167a5e4f82e0076225e13fd0.tar.bz2 gentoo-0ae4a2d3eea2f9a5167a5e4f82e0076225e13fd0.zip |
app-arch/fastjar: change SRC_URI to use 'mirror://nongnu/'
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'app-arch/fastjar')
-rw-r--r-- | app-arch/fastjar/fastjar-0.98-r2.ebuild | 4 | ||||
-rw-r--r-- | app-arch/fastjar/fastjar-0.98-r3.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-arch/fastjar/fastjar-0.98-r2.ebuild b/app-arch/fastjar/fastjar-0.98-r2.ebuild index 91fbd7757387..37599ed0d5ba 100644 --- a/app-arch/fastjar/fastjar-0.98-r2.ebuild +++ b/app-arch/fastjar/fastjar-0.98-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -7,7 +7,7 @@ inherit eutils DESCRIPTION="A jar program written in C" HOMEPAGE="https://savannah.nongnu.org/projects/fastjar" -SRC_URI="http://download.savannah.nongnu.org/releases/${PN}/${P}.tar.gz" +SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/app-arch/fastjar/fastjar-0.98-r3.ebuild b/app-arch/fastjar/fastjar-0.98-r3.ebuild index 897b7e70271c..2b71543f2a0d 100644 --- a/app-arch/fastjar/fastjar-0.98-r3.ebuild +++ b/app-arch/fastjar/fastjar-0.98-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,7 +7,7 @@ inherit eutils DESCRIPTION="A jar program written in C" HOMEPAGE="https://savannah.nongnu.org/projects/fastjar" -SRC_URI="http://download.savannah.nongnu.org/releases/${PN}/${P}.tar.gz" +SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |