diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-10-05 14:26:30 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-05 14:28:07 +0200 |
commit | 8a7b48a6603365a2fc0d84a2d02d00789ded7134 (patch) | |
tree | 2f633f67063cb7dede8eca1905b47a0570525b27 /media-sound | |
parent | dev-util/pkgcheck: version bump to 0.6.7 (diff) | |
download | gentoo-8a7b48a6603365a2fc0d84a2d02d00789ded7134.tar.gz gentoo-8a7b48a6603365a2fc0d84a2d02d00789ded7134.tar.bz2 gentoo-8a7b48a6603365a2fc0d84a2d02d00789ded7134.zip |
*/*: 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>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/ardour/ardour-5.12.ebuild | 2 | ||||
-rw-r--r-- | media-sound/ardour/ardour-9999.ebuild | 2 | ||||
-rw-r--r-- | media-sound/oggtst/oggtst-0.0.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/ardour/ardour-5.12.ebuild b/media-sound/ardour/ardour-5.12.ebuild index 223ce5f6bb87..d671a3a3432e 100644 --- a/media-sound/ardour/ardour-5.12.ebuild +++ b/media-sound/ardour/ardour-5.12.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == *9999* ]]; then inherit git-r3 else KEYWORDS="~amd64 ~x86" - SRC_URI="mirror://gentoo/Ardour-${PV}.0.tar.bz2 -> ${P}.tar.bz2" + SRC_URI="mirror://gentoo/${P}.tar.bz2" S="${WORKDIR}/Ardour-${PV}.0" fi diff --git a/media-sound/ardour/ardour-9999.ebuild b/media-sound/ardour/ardour-9999.ebuild index de386a8cd326..302741278d66 100644 --- a/media-sound/ardour/ardour-9999.ebuild +++ b/media-sound/ardour/ardour-9999.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == *9999* ]]; then inherit git-r3 else KEYWORDS="~amd64 ~x86" - SRC_URI="mirror://gentoo/Ardour-${PV}.0.tar.bz2 -> ${P}.tar.bz2" + SRC_URI="mirror://gentoo/${P}.tar.bz2" S="${WORKDIR}/Ardour-${PV}.0" fi diff --git a/media-sound/oggtst/oggtst-0.0.ebuild b/media-sound/oggtst/oggtst-0.0.ebuild index 52a8223e6f76..a21769303815 100644 --- a/media-sound/oggtst/oggtst-0.0.ebuild +++ b/media-sound/oggtst/oggtst-0.0.ebuild @@ -7,7 +7,7 @@ inherit autotools DESCRIPTION="A tool for calculating ogg-vorbis playing time" HOMEPAGE="http://gnometoaster.rulez.org/" -SRC_URI="mirror://gentoo/${PN}.tgz -> ${P}.tgz" +SRC_URI="mirror://gentoo/${P}.tgz" LICENSE="GPL-2" SLOT="0" |