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 /app-text/xhtml1 | |
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 'app-text/xhtml1')
-rw-r--r-- | app-text/xhtml1/xhtml1-20020801-r5.ebuild | 2 | ||||
-rw-r--r-- | app-text/xhtml1/xhtml1-20020801-r6.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-text/xhtml1/xhtml1-20020801-r5.ebuild b/app-text/xhtml1/xhtml1-20020801-r5.ebuild index 8fb45b9a9a67..d46b7a400430 100644 --- a/app-text/xhtml1/xhtml1-20020801-r5.ebuild +++ b/app-text/xhtml1/xhtml1-20020801-r5.ebuild @@ -7,7 +7,7 @@ inherit sgml-catalog eutils DESCRIPTION="DTDs for the eXtensible HyperText Markup Language 1.0" HOMEPAGE="http://www.w3.org/TR/xhtml1/" -SRC_URI="mirror://gentoo/xhtml1.tgz -> ${P}.tgz" +SRC_URI="mirror://gentoo/${P}.tgz" LICENSE="W3C" SLOT="0" diff --git a/app-text/xhtml1/xhtml1-20020801-r6.ebuild b/app-text/xhtml1/xhtml1-20020801-r6.ebuild index f8356d929bb6..6ab01494bb1d 100644 --- a/app-text/xhtml1/xhtml1-20020801-r6.ebuild +++ b/app-text/xhtml1/xhtml1-20020801-r6.ebuild @@ -6,7 +6,7 @@ inherit sgml-catalog-r1 DESCRIPTION="DTDs for the eXtensible HyperText Markup Language 1.0" HOMEPAGE="http://www.w3.org/TR/xhtml1/" -SRC_URI="mirror://gentoo/xhtml1.tgz -> ${P}.tgz" +SRC_URI="mirror://gentoo/${P}.tgz" LICENSE="W3C" SLOT="0" |