mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
*/*: 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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user