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-i18n | |
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-i18n')
-rw-r--r-- | app-i18n/xsim/xsim-0.3.9.4-r5.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-i18n/xsim/xsim-0.3.9.4-r5.ebuild b/app-i18n/xsim/xsim-0.3.9.4-r5.ebuild index bcb48b6d9279..a9880e5b86e4 100644 --- a/app-i18n/xsim/xsim-0.3.9.4-r5.ebuild +++ b/app-i18n/xsim/xsim-0.3.9.4-r5.ebuild @@ -7,7 +7,8 @@ inherit db-use eutils flag-o-matic multilib DESCRIPTION="A simple and fast GB and BIG5 Chinese XIM server" HOMEPAGE="http://developer.berlios.de/projects/xsim/" -SRC_URI="mirror://berlios/xsim/${P}.tar.gz" +#SRC_URI="mirror://berlios/xsim/${P}.tar.gz" +SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" |