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 | 1053c50ef3f015bc1e255886b019b395ca274dd4 (patch) | |
tree | 240f55e02d54a5d4044eed2a9ccf149bd4eb7a76 /eclass/twisted.eclass | |
parent | Bump (diff) | |
download | historical-1053c50ef3f015bc1e255886b019b395ca274dd4.tar.gz historical-1053c50ef3f015bc1e255886b019b395ca274dd4.tar.bz2 historical-1053c50ef3f015bc1e255886b019b395ca274dd4.zip |
Use twistedmatrix.com/Releases in SRC_URI; tmrc.mit.edu does not have tarballs past 10.2.
Diffstat (limited to 'eclass/twisted.eclass')
-rw-r--r-- | eclass/twisted.eclass | 7 |
1 files changed, 4 insertions, 3 deletions
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" |