diff options
author | Mike Gilbert <floppym@gentoo.org> | 2011-12-27 05:36:48 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2011-12-27 05:36:48 +0000 |
commit | ed08dd13c3266670c9a5c1d2b46301ad8c0014d1 (patch) | |
tree | 9e97c70992dc25c2fa6e8f2f9befc2e924568749 | |
parent | Bump (diff) | |
download | gentoo-2-ed08dd13c3266670c9a5c1d2b46301ad8c0014d1.tar.gz gentoo-2-ed08dd13c3266670c9a5c1d2b46301ad8c0014d1.tar.bz2 gentoo-2-ed08dd13c3266670c9a5c1d2b46301ad8c0014d1.zip |
Use twistedmatrix.com/Releases in SRC_URI; tmrc.mit.edu does not have tarballs past 10.2.
-rw-r--r-- | eclass/ChangeLog | 6 | ||||
-rw-r--r-- | eclass/twisted.eclass | 7 |
2 files changed, 9 insertions, 4 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index f5a2d3490865..d77caf19bb2b 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for eclass directory # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.55 2011/12/26 00:11:07 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.56 2011/12/27 05:36:48 floppym Exp $ + + 27 Dec 2011; Mike Gilbert <floppym@gentoo.org> twisted.eclass: + Use twistedmatrix.com/Releases in SRC_URI; tmrc.mit.edu does not have + tarballs past 10.2. 26 Dec 2011; Davide Pesavento <pesa@gentoo.org> qt4-build.eclass: Misc cleanups, add a few missing "|| die", fix description of some functions. diff --git a/eclass/twisted.eclass b/eclass/twisted.eclass index 95278ebef4eb..e1f1e49d0b4f 100644 --- a/eclass/twisted.eclass +++ b/eclass/twisted.eclass @@ -1,6 +1,6 @@ -# Copyright 2005-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/eclass/twisted.eclass,v 1.8 2010/10/10 19:39:49 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/twisted.eclass,v 1.9 2011/12/27 05:36:48 floppym Exp $ # @ECLASS: twisted.eclass # @MAINTAINER: @@ -24,7 +24,8 @@ if [[ "${CATEGORY}/${PN}" == "dev-python/twisted"* ]]; then MY_P="Twisted${MY_PACKAGE}-${MY_PV}" HOMEPAGE="http://www.twistedmatrix.com/" - SRC_URI="http://tmrc.mit.edu/mirror/twisted/${MY_PACKAGE}/$(get_version_component_range 1-2 ${MY_PV})/${MY_P}.tar.bz2" + #SRC_URI="http://tmrc.mit.edu/mirror/twisted/${MY_PACKAGE}/$(get_version_component_range 1-2 ${MY_PV})/${MY_P}.tar.bz2" + SRC_URI="http://twistedmatrix.com/Releases/${MY_PACKAGE}/$(get_version_component_range 1-2 ${MY_PV})/${MY_P}.tar.bz2" LICENSE="MIT" SLOT="0" |