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 /net-wireless/python-wifi | |
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 'net-wireless/python-wifi')
-rw-r--r-- | net-wireless/python-wifi/python-wifi-0.5.0-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-wireless/python-wifi/python-wifi-0.5.0-r1.ebuild b/net-wireless/python-wifi/python-wifi-0.5.0-r1.ebuild index e5cf57338195..726ca9f91886 100644 --- a/net-wireless/python-wifi/python-wifi-0.5.0-r1.ebuild +++ b/net-wireless/python-wifi/python-wifi-0.5.0-r1.ebuild @@ -12,7 +12,8 @@ inherit distutils DESCRIPTION="Provides r/w access to a wireless network card's capabilities using the Linux Wireless Extensions" HOMEPAGE="https://pypi.python.org/pypi/python-wifi https://developer.berlios.de/projects/pythonwifi" -SRC_URI="mirror://berlios/${PN/-}/${P}.tar.bz2" +#SRC_URI="mirror://berlios/${PN/-}/${P}.tar.bz2" +SRC_URI="mirror://gentoo/${P}.tar.bz2" SLOT="0" KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86" |