*/*: Remove mirror://gentoo rename hack

Replace 'mirror://gentoo/X -> Y' with plain 'mirror://gentoo/Y'.  Since
actual filenames are used on the mirrors, the latter is valid for all
packages already.

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2019-10-05 14:26:30 +02:00
parent 74af633fe1
commit 8a7b48a660
36 changed files with 46 additions and 46 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2017 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="Apache MINA Project"
HOMEPAGE="https://mina.apache.org/"
SRC_URI="mirror://gentoo/${P}-sources.jar -> ${P}.jar"
SRC_URI="mirror://gentoo/${P}.jar"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 ppc64 x86"