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 | |
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>
36 files changed, 46 insertions, 46 deletions
diff --git a/app-cdr/b5i2iso/b5i2iso-0.2-r1.ebuild b/app-cdr/b5i2iso/b5i2iso-0.2-r1.ebuild index 66b67deee95d..3b1cee7804d0 100644 --- a/app-cdr/b5i2iso/b5i2iso-0.2-r1.ebuild +++ b/app-cdr/b5i2iso/b5i2iso-0.2-r1.ebuild @@ -6,7 +6,7 @@ inherit toolchain-funcs DESCRIPTION="Convert CD images from b5i (BlindWrite) to iso" HOMEPAGE="https://web.archive.org/web/20100116120705/b5i2iso.berlios.de" -SRC_URI="mirror://gentoo/${PN}.tar.bz2 -> ${P}.tar.bz2" +SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" diff --git a/app-emulation/dlx/dlx-1.0.0.ebuild b/app-emulation/dlx/dlx-1.0.0.ebuild index 07a21a906582..401c626c72df 100644 --- a/app-emulation/dlx/dlx-1.0.0.ebuild +++ b/app-emulation/dlx/dlx-1.0.0.ebuild @@ -7,7 +7,7 @@ S=${WORKDIR}/dlx DESCRIPTION="DLX Simulator" HOMEPAGE="https://www.davidviner.com/dlx" -SRC_URI="mirror://gentoo/dlx.tar.gz -> ${P}.tar.gz" +SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/app-i18n/kcc/kcc-1.0.ebuild b/app-i18n/kcc/kcc-1.0.ebuild index 20ee1ee57350..79b890dd7eb6 100644 --- a/app-i18n/kcc/kcc-1.0.ebuild +++ b/app-i18n/kcc/kcc-1.0.ebuild @@ -7,7 +7,7 @@ inherit toolchain-funcs DESCRIPTION="A Kanji code converter" HOMEPAGE="http://www2s.biglobe.ne.jp/~Nori/ruby/" -SRC_URI="mirror://gentoo/${PN}.tar.gz -> ${P}.tar.gz" +SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/app-text/htmlinc/htmlinc-1.0_beta1-r2.ebuild b/app-text/htmlinc/htmlinc-1.0_beta1-r2.ebuild index a2d1afc50502..180d093a6ff0 100644 --- a/app-text/htmlinc/htmlinc-1.0_beta1-r2.ebuild +++ b/app-text/htmlinc/htmlinc-1.0_beta1-r2.ebuild @@ -7,7 +7,7 @@ inherit flag-o-matic toolchain-funcs DESCRIPTION="HTML Include System by Ulli Meybohm" HOMEPAGE="http://www.meybohm.de/" -SRC_URI="mirror://gentoo/${PN}.tar.gz -> ${P}.tar.gz" +SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" 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" diff --git a/dev-java/forehead/forehead-1.0_beta5-r2.ebuild b/dev-java/forehead/forehead-1.0_beta5-r2.ebuild index abd1975c7854..c511d691129b 100644 --- a/dev-java/forehead/forehead-1.0_beta5-r2.ebuild +++ b/dev-java/forehead/forehead-1.0_beta5-r2.ebuild @@ -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=5 @@ -9,7 +9,7 @@ inherit java-pkg-2 java-pkg-simple DESCRIPTION="A framework to assist in controlling the run-time ClassLoader" HOMEPAGE="http://forehead.werken.com" -SRC_URI="mirror://gentoo/forehead-${PV}.tbz2 -> ${P}.tbz2" +SRC_URI="mirror://gentoo/${P}.tbz2" LICENSE="Werken-1.1.1.1" SLOT="0" diff --git a/dev-java/gnu-regexp/gnu-regexp-1.1.4-r3.ebuild b/dev-java/gnu-regexp/gnu-regexp-1.1.4-r3.ebuild index 8787fe4bd8d8..04dd950d0f94 100644 --- a/dev-java/gnu-regexp/gnu-regexp-1.1.4-r3.ebuild +++ b/dev-java/gnu-regexp/gnu-regexp-1.1.4-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,7 +11,7 @@ MY_P="gnu.regexp-${PV}" DESCRIPTION="GNU regular expression package for Java" HOMEPAGE="https://savannah.gnu.org/projects/gnu-regexp" -SRC_URI="mirror://gentoo/${MY_P}.tar.gz -> ${P}.tar.gz" +SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="1" diff --git a/dev-java/higlayout/higlayout-1.0-r3.ebuild b/dev-java/higlayout/higlayout-1.0-r3.ebuild index a94242c71e2d..6d9a92e62b28 100644 --- a/dev-java/higlayout/higlayout-1.0-r3.ebuild +++ b/dev-java/higlayout/higlayout-1.0-r3.ebuild @@ -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="Java Swing layout manager that's powerful and easy to use" HOMEPAGE="http://www.autel.cz/dmi/tutorial.html" -SRC_URI="mirror://gentoo/HIGLayout${PV}.zip -> ${P}.zip" +SRC_URI="mirror://gentoo/${P}.zip" LICENSE="LGPL-2.1" SLOT="0" diff --git a/dev-java/iso-relax/iso-relax-20050331-r4.ebuild b/dev-java/iso-relax/iso-relax-20050331-r4.ebuild index c82edc65fa0d..b202adc2bbe0 100644 --- a/dev-java/iso-relax/iso-relax-20050331-r4.ebuild +++ b/dev-java/iso-relax/iso-relax-20050331-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -9,7 +9,7 @@ inherit java-pkg-2 java-pkg-simple DESCRIPTION="Interfaces useful for applications which support RELAX Core" HOMEPAGE="http://iso-relax.sourceforge.net" -SRC_URI="mirror://gentoo/${P}-gentoo.tar.bz2 -> ${P}.tar.bz2" +SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="MIT" SLOT="0" diff --git a/dev-java/jade/jade-3.3-r3.ebuild b/dev-java/jade/jade-3.3-r3.ebuild index 6c7939efd089..bd88a7daf00d 100644 --- a/dev-java/jade/jade-3.3-r3.ebuild +++ b/dev-java/jade/jade-3.3-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,7 +9,7 @@ inherit java-pkg-2 java-pkg-simple DESCRIPTION="JADE is FIPA-compliant Java Agent Development Environment" HOMEPAGE="http://jade.cselt.it/" -SRC_URI="mirror://gentoo/JADE-src-${PV}.zip -> ${P}.zip" +SRC_URI="mirror://gentoo/${P}.zip" LICENSE="LGPL-2" KEYWORDS="amd64 x86" diff --git a/dev-java/jarbundler/jarbundler-2.3.1.ebuild b/dev-java/jarbundler/jarbundler-2.3.1.ebuild index 335239e7b0b8..85b6c77d7df3 100644 --- a/dev-java/jarbundler/jarbundler-2.3.1.ebuild +++ b/dev-java/jarbundler/jarbundler-2.3.1.ebuild @@ -9,7 +9,7 @@ inherit java-pkg-2 java-ant-2 DESCRIPTION="Jar Bundler Ant Task" HOMEPAGE="https://github.com/UltraMixer/JarBundler" -SRC_URI="mirror://gentoo/${PN}.zip -> ${P}.zip" +SRC_URI="mirror://gentoo/${P}.zip" LICENSE="GPL-2" SLOT="0" diff --git a/dev-java/jgoodies-animation/jgoodies-animation-1.2.0-r2.ebuild b/dev-java/jgoodies-animation/jgoodies-animation-1.2.0-r2.ebuild index 2ad90150c273..0ca9ed5a45f6 100644 --- a/dev-java/jgoodies-animation/jgoodies-animation-1.2.0-r2.ebuild +++ b/dev-java/jgoodies-animation/jgoodies-animation-1.2.0-r2.ebuild @@ -11,7 +11,7 @@ MY_V=${PV//./_} DESCRIPTION="JGoodies Animation Library" HOMEPAGE="http://www.jgoodies.com/" -SRC_URI="mirror://gentoo/animation-${MY_V}.zip -> ${P}.zip" +SRC_URI="mirror://gentoo/${P}.zip" LICENSE="BSD" SLOT="0" diff --git a/dev-java/jgoodies-binding/jgoodies-binding-1.1.2-r2.ebuild b/dev-java/jgoodies-binding/jgoodies-binding-1.1.2-r2.ebuild index 9d62dba26479..e7e455b79489 100644 --- a/dev-java/jgoodies-binding/jgoodies-binding-1.1.2-r2.ebuild +++ b/dev-java/jgoodies-binding/jgoodies-binding-1.1.2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ MY_V=${PV//./_} DESCRIPTION="Bind object properties with UI components" HOMEPAGE="http://www.jgoodies.com/" -SRC_URI="mirror://gentoo/binding-${MY_V}.zip -> ${P}.zip" +SRC_URI="mirror://gentoo/${P}.zip" LICENSE="BSD" SLOT="1.0" diff --git a/dev-java/jgraph/jgraph-5.12.0.4-r1.ebuild b/dev-java/jgraph/jgraph-5.12.0.4-r1.ebuild index eba4ad003f8c..1681ab0b8efb 100644 --- a/dev-java/jgraph/jgraph-5.12.0.4-r1.ebuild +++ b/dev-java/jgraph/jgraph-5.12.0.4-r1.ebuild @@ -8,7 +8,7 @@ JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-pkg-simple DESCRIPTION="Open-source graph component for Java" -SRC_URI="mirror://gentoo/${P}-lgpl-src.jar -> ${P}.jar" +SRC_URI="mirror://gentoo/${P}.jar" HOMEPAGE="https://www.jgraph.com" IUSE="doc examples source" diff --git a/dev-java/jsr173/jsr173-1.0-r4.ebuild b/dev-java/jsr173/jsr173-1.0-r4.ebuild index 7180b48d5303..8ae113028d42 100644 --- a/dev-java/jsr173/jsr173-1.0-r4.ebuild +++ b/dev-java/jsr173/jsr173-1.0-r4.ebuild @@ -9,7 +9,7 @@ inherit java-pkg-2 java-pkg-simple DESCRIPTION="Yet another Java library for parsing and writing XML" HOMEPAGE="http://dev2dev.bea.com/xml/stax.html" -SRC_URI="mirror://gentoo/${PN}.jar -> ${P}.jar" +SRC_URI="mirror://gentoo/${P}.jar" LICENSE="bea.ri.jsr173" SLOT="0" diff --git a/dev-java/jvyaml/jvyaml-0.2.1-r2.ebuild b/dev-java/jvyaml/jvyaml-0.2.1-r2.ebuild index 01c3133f0780..f3d5a25246ce 100644 --- a/dev-java/jvyaml/jvyaml-0.2.1-r2.ebuild +++ b/dev-java/jvyaml/jvyaml-0.2.1-r2.ebuild @@ -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=5 @@ -9,7 +9,7 @@ inherit java-pkg-2 java-pkg-simple DESCRIPTION="Java YAML parser and emitter" HOMEPAGE="https://jvyaml.dev.java.net/" -SRC_URI="mirror://gentoo/${PN}-src-${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="mirror://gentoo/${P}.tar.gz" KEYWORDS="amd64 x86" SLOT="0" diff --git a/dev-java/laf-plugin/laf-plugin-0.2-r2.ebuild b/dev-java/laf-plugin/laf-plugin-0.2-r2.ebuild index 03ba88053fbc..27a2ea3f6544 100644 --- a/dev-java/laf-plugin/laf-plugin-0.2-r2.ebuild +++ b/dev-java/laf-plugin/laf-plugin-0.2-r2.ebuild @@ -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="Look'n'feel Java library" HOMEPAGE="http://laf-plugin.dev.java.net/" -SRC_URI="mirror://gentoo/${P}-src.tar.bz2 -> ${P}.tar.bz2" +SRC_URI="mirror://gentoo/${P}.tar.bz2" KEYWORDS="amd64 x86" SLOT="0" diff --git a/dev-java/mina-core/mina-core-1.1.7-r1.ebuild b/dev-java/mina-core/mina-core-1.1.7-r1.ebuild index 46dc34c23318..bb2d5a60560a 100644 --- a/dev-java/mina-core/mina-core-1.1.7-r1.ebuild +++ b/dev-java/mina-core/mina-core-1.1.7-r1.ebuild @@ -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" diff --git a/dev-java/qdox/qdox-1.6.3-r1.ebuild b/dev-java/qdox/qdox-1.6.3-r1.ebuild index 1bed92f903f1..214262e8879c 100644 --- a/dev-java/qdox/qdox-1.6.3-r1.ebuild +++ b/dev-java/qdox/qdox-1.6.3-r1.ebuild @@ -9,7 +9,7 @@ inherit java-pkg-2 java-pkg-simple DESCRIPTION="Parser for extracting class/interface/method definitions" HOMEPAGE="https://github.com/codehaus/qdox" -SRC_URI="mirror://gentoo/${P}-sources.jar -> ${P}.jar" +SRC_URI="mirror://gentoo/${P}.jar" KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris" SLOT="1.6" diff --git a/dev-java/rome/rome-0.9-r3.ebuild b/dev-java/rome/rome-0.9-r3.ebuild index b6e2db835c45..abd3aaa7e8e5 100644 --- a/dev-java/rome/rome-0.9-r3.ebuild +++ b/dev-java/rome/rome-0.9-r3.ebuild @@ -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=5 @@ -9,7 +9,7 @@ inherit java-pkg-2 java-ant-2 DESCRIPTION="Java framework for RSS and Atom feeds" HOMEPAGE="https://rometools.github.io/rome/" -SRC_URI="mirror://gentoo/${P}-src.zip -> ${P}.zip" +SRC_URI="mirror://gentoo/${P}.zip" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 x86" diff --git a/dev-util/pscan/pscan-20000721-r1.ebuild b/dev-util/pscan/pscan-20000721-r1.ebuild index e63242af2bde..90a58dbbba2d 100644 --- a/dev-util/pscan/pscan-20000721-r1.ebuild +++ b/dev-util/pscan/pscan-20000721-r1.ebuild @@ -7,7 +7,7 @@ inherit toolchain-funcs DESCRIPTION="A limited problem scanner for C source files" HOMEPAGE="http://www.striker.ottawa.on.ca/~aland/pscan/" -SRC_URI="mirror://gentoo/pscan.tar.gz -> ${P}.tar.gz" +SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/games-misc/c++robots/c++robots-0-r1.ebuild b/games-misc/c++robots/c++robots-0-r1.ebuild index 06fad1c7d3c5..801169d58d4a 100644 --- a/games-misc/c++robots/c++robots-0-r1.ebuild +++ b/games-misc/c++robots/c++robots-0-r1.ebuild @@ -7,7 +7,7 @@ inherit toolchain-funcs DESCRIPTION="ongoing 'King of the Hill' (KotH) tournament" HOMEPAGE="http://www.gamerz.net/c++robots/" -SRC_URI="mirror://gentoo/${PN}.tar.gz -> ${P}.tar.gz" +SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/games-misc/rfksay/rfksay-0.1-r1.ebuild b/games-misc/rfksay/rfksay-0.1-r1.ebuild index 4af4d2409383..72193fe33fa3 100644 --- a/games-misc/rfksay/rfksay-0.1-r1.ebuild +++ b/games-misc/rfksay/rfksay-0.1-r1.ebuild @@ -5,7 +5,7 @@ EAPI=7 DESCRIPTION="Like cowsay, but different because it involves robots and kittens" HOMEPAGE="http://www.robotfindskitten.org/" -SRC_URI="mirror://gentoo/${PN}.tar.gz -> ${P}.tar.gz" +SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" 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" diff --git a/media-video/mpglen/mpglen-0.1.ebuild b/media-video/mpglen/mpglen-0.1.ebuild index d366cc724bfa..333aba26e066 100644 --- a/media-video/mpglen/mpglen-0.1.ebuild +++ b/media-video/mpglen/mpglen-0.1.ebuild @@ -7,7 +7,7 @@ inherit flag-o-matic toolchain-funcs DESCRIPTION="A program to scan through a MPEG file and count the number of GOPs and frames" HOMEPAGE="http://www.iamnota.net/mpglen/" -SRC_URI="mirror://gentoo/${PN}.tar.gz -> ${P}.tar.gz" +SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/net-misc/dcetest/dcetest-2.0.ebuild b/net-misc/dcetest/dcetest-2.0.ebuild index b0b822c166a4..2582aaac5bfa 100644 --- a/net-misc/dcetest/dcetest-2.0.ebuild +++ b/net-misc/dcetest/dcetest-2.0.ebuild @@ -7,7 +7,7 @@ inherit flag-o-matic toolchain-funcs DESCRIPTION="dcetest is a clone of the Windows rpcinfo" HOMEPAGE="http://www.atstake.com/research/tools/info_gathering/" -SRC_URI="mirror://gentoo/${PN}.tar -> ${P}.tar" +SRC_URI="mirror://gentoo/${P}.tar" LICENSE="GPL-2" SLOT="0" diff --git a/net-misc/liveice/liveice-2000530-r2.ebuild b/net-misc/liveice/liveice-2000530-r2.ebuild index e2581dbcb103..ab5dbb3d5095 100644 --- a/net-misc/liveice/liveice-2000530-r2.ebuild +++ b/net-misc/liveice/liveice-2000530-r2.ebuild @@ -7,7 +7,7 @@ inherit toolchain-funcs DESCRIPTION="Live Source Client For IceCast" HOMEPAGE="http://star.arm.ac.uk/~spm/software/liveice.html" -SRC_URI="mirror://gentoo/liveice.tar.gz -> ${P}.tar.gz" +SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" diff --git a/net-misc/netsed/netsed-0.01b-r1.ebuild b/net-misc/netsed/netsed-0.01b-r1.ebuild index e47d88888bc1..3b03ee745c9a 100644 --- a/net-misc/netsed/netsed-0.01b-r1.ebuild +++ b/net-misc/netsed/netsed-0.01b-r1.ebuild @@ -5,7 +5,7 @@ EAPI=7 DESCRIPTION="Small tool for altering forwarded network data in real time" HOMEPAGE="http://freshmeat.net/projects/netsed" -SRC_URI="mirror://gentoo/${PN}.tgz -> ${P}.tgz +SRC_URI="mirror://gentoo/${P}.tgz mirror://gentoo/${PN}_0.01c-2.diff.gz" LICENSE="LGPL-2" diff --git a/sci-biology/sim4/sim4-20030921-r2.ebuild b/sci-biology/sim4/sim4-20030921-r2.ebuild index 9ea005c9a35e..1e1b725f7910 100644 --- a/sci-biology/sim4/sim4-20030921-r2.ebuild +++ b/sci-biology/sim4/sim4-20030921-r2.ebuild @@ -7,7 +7,7 @@ inherit toolchain-funcs DESCRIPTION="A program to align cDNA and genomic DNA" HOMEPAGE="http://globin.cse.psu.edu/html/docs/sim4.html" -SRC_URI="mirror://gentoo/${PN}.tar.gz -> ${P}.tar.gz" +SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/sci-calculators/hexcalc/hexcalc-1.11-r3.ebuild b/sci-calculators/hexcalc/hexcalc-1.11-r3.ebuild index 6bd8d47141e8..e76181650805 100644 --- a/sci-calculators/hexcalc/hexcalc-1.11-r3.ebuild +++ b/sci-calculators/hexcalc/hexcalc-1.11-r3.ebuild @@ -7,7 +7,7 @@ inherit toolchain-funcs DESCRIPTION="A simple hex calculator for X" HOMEPAGE="ftp://ftp.x.org/R5contrib/" -SRC_URI="mirror://gentoo/${PN}.tar.Z -> ${P}.tar.Z" +SRC_URI="mirror://gentoo/${P}.tar.Z" LICENSE="GPL-2" SLOT="0" diff --git a/sys-apps/mouseemu/mouseemu-0.12.ebuild b/sys-apps/mouseemu/mouseemu-0.12.ebuild index 586e5d6ea283..f7dae0998f94 100644 --- a/sys-apps/mouseemu/mouseemu-0.12.ebuild +++ b/sys-apps/mouseemu/mouseemu-0.12.ebuild @@ -5,7 +5,7 @@ EAPI=6 DESCRIPTION="Emulates scrollwheel, right- & left-click for one-button mice/touchpads" HOMEPAGE="http://geekounet.org/powerbook/" -SRC_URI="mirror://gentoo/${PN}.tar.gz -> ${P}.tar.gz" +SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild b/x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild index c45ee8e96489..d0eb1945e83e 100644 --- a/x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild +++ b/x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild @@ -5,7 +5,7 @@ EAPI=6 DESCRIPTION="Icons for use with FVWM" HOMEPAGE="http://www.fvwm.org/" -SRC_URI="mirror://gentoo/fvwm_icons.tar.bz2 -> ${P}.tar.bz2" +SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="GPL-2 FVWM" SLOT="0" diff --git a/x11-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild b/x11-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild index ae41c7443004..dd22094bdee9 100644 --- a/x11-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild +++ b/x11-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild @@ -5,7 +5,7 @@ EAPI=6 DESCRIPTION="Sounds for use with FVWM" HOMEPAGE="http://www.fvwm.org/" -SRC_URI="mirror://gentoo/fvwm_sounds.tgz -> ${P}.tgz" +SRC_URI="mirror://gentoo/${P}.tgz" LICENSE="GPL-2 FVWM" SLOT="0" |