diff options
author | Marien Zwart <marienz@gentoo.org> | 2012-06-20 17:55:42 +0000 |
---|---|---|
committer | Marien Zwart <marienz@gentoo.org> | 2012-06-20 17:55:42 +0000 |
commit | dcb66413d651a40a86265ebf9359226e86dc8d92 (patch) | |
tree | 06394d37ca342ed088008534575b396203a7421e /dev-python/pyxdg | |
parent | Fix tests to test the new code, bug 422623. (diff) | |
download | gentoo-2-dcb66413d651a40a86265ebf9359226e86dc8d92.tar.gz gentoo-2-dcb66413d651a40a86265ebf9359226e86dc8d92.tar.bz2 gentoo-2-dcb66413d651a40a86265ebf9359226e86dc8d92.zip |
Update SRC_URI again to use dev.gentoo.org instead of mirror://gentoo/ (bug #422639).
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pyxdg')
-rw-r--r-- | dev-python/pyxdg/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/pyxdg/pyxdg-0.20_rc1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/pyxdg/ChangeLog b/dev-python/pyxdg/ChangeLog index f1167efc35a1..08bee4272eba 100644 --- a/dev-python/pyxdg/ChangeLog +++ b/dev-python/pyxdg/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/pyxdg # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxdg/ChangeLog,v 1.80 2012/06/20 13:26:26 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxdg/ChangeLog,v 1.81 2012/06/20 17:55:42 marienz Exp $ + + 20 Jun 2012; Marien Zwart <marienz@gentoo.org> pyxdg-0.20_rc1.ebuild: + Update SRC_URI again to use dev.gentoo.org instead of mirror://gentoo/ (bug + #422639). 20 Jun 2012; Marien Zwart <marienz@gentoo.org> pyxdg-0.20_rc1.ebuild: Use gentoo's mirrors for the snapshot as the cgit-generated one changes (bug diff --git a/dev-python/pyxdg/pyxdg-0.20_rc1.ebuild b/dev-python/pyxdg/pyxdg-0.20_rc1.ebuild index 07c7d3489823..c0d9c596020e 100644 --- a/dev-python/pyxdg/pyxdg-0.20_rc1.ebuild +++ b/dev-python/pyxdg/pyxdg-0.20_rc1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxdg/pyxdg-0.20_rc1.ebuild,v 1.3 2012/06/20 13:26:26 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxdg/pyxdg-0.20_rc1.ebuild,v 1.4 2012/06/20 17:55:42 marienz Exp $ EAPI=4 @@ -12,7 +12,7 @@ inherit distutils DESCRIPTION="A Python module to deal with freedesktop.org specifications" HOMEPAGE="http://freedesktop.org/wiki/Software/pyxdg http://cgit.freedesktop.org/xdg/pyxdg/" -SRC_URI="mirror://gentoo/${P}-snapshot.tar.gz" +SRC_URI="http://dev.gentoo.org/~marienz/distfiles/${P}-snapshot.tar.gz" LICENSE="GPL-2 LGPL-2" # xdg/Menu.py says GPL-2 but COPYING says LGPL-2 SLOT="0" |