diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-12-19 23:16:07 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-12-20 00:02:14 +0100 |
commit | 2b72b0462bea5b34bbe4d767ccc44866df81515e (patch) | |
tree | a3977bc1adbbdab4baac657833ced2ccb1d72744 /app-cdr/cuetools | |
parent | dev-perl/GraphViz: Version bump (diff) | |
download | gentoo-2b72b0462bea5b34bbe4d767ccc44866df81515e.tar.gz gentoo-2b72b0462bea5b34bbe4d767ccc44866df81515e.tar.bz2 gentoo-2b72b0462bea5b34bbe4d767ccc44866df81515e.zip |
Replace all remaining mirror://berlios with mirror://gentoo
The berlios thirdpartymirrors entry was removed on 2015-01-25, therefore
making all its references invalid. Replace all the offending SRC_URI
entries with mirror://gentoo to keep the ebuilds working.
Diffstat (limited to 'app-cdr/cuetools')
-rw-r--r-- | app-cdr/cuetools/cuetools-1.3.1-r2.ebuild | 3 | ||||
-rw-r--r-- | app-cdr/cuetools/cuetools-1.3.1.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/app-cdr/cuetools/cuetools-1.3.1-r2.ebuild b/app-cdr/cuetools/cuetools-1.3.1-r2.ebuild index 7c2f0c7a31c2..9373bc2c6328 100644 --- a/app-cdr/cuetools/cuetools-1.3.1-r2.ebuild +++ b/app-cdr/cuetools/cuetools-1.3.1-r2.ebuild @@ -8,7 +8,8 @@ inherit eutils DESCRIPTION="Utilities to manipulate and convert cue and toc files" HOMEPAGE="http://developer.berlios.de/projects/cuetools/" -SRC_URI="mirror://berlios/${PN}/${P}.tar.gz +#SRC_URI="mirror://berlios/${PN}/${P}.tar.gz +SRC_URI="mirror://gentoo/${P}.tar.gz mirror://gentoo/${P}-debian.patch.bz2" LICENSE="GPL-2" diff --git a/app-cdr/cuetools/cuetools-1.3.1.ebuild b/app-cdr/cuetools/cuetools-1.3.1.ebuild index 189326a091c3..2cd110deb272 100644 --- a/app-cdr/cuetools/cuetools-1.3.1.ebuild +++ b/app-cdr/cuetools/cuetools-1.3.1.ebuild @@ -6,7 +6,8 @@ inherit eutils DESCRIPTION="Utilities to manipulate and convert cue and toc files" HOMEPAGE="http://developer.berlios.de/projects/cuetools/" -SRC_URI="mirror://berlios/${PN}/${P}.tar.gz +#SRC_URI="mirror://berlios/${PN}/${P}.tar.gz +SRC_URI="mirror://gentoo/${P}.tar.gz mirror://gentoo/${P}-debian.patch.bz2" LICENSE="GPL-2" |