summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2011-12-27 05:36:48 +0000
committerMike Gilbert <floppym@gentoo.org>2011-12-27 05:36:48 +0000
commited08dd13c3266670c9a5c1d2b46301ad8c0014d1 (patch)
tree9e97c70992dc25c2fa6e8f2f9befc2e924568749 /eclass/twisted.eclass
parentBump (diff)
downloadgentoo-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.
Diffstat (limited to 'eclass/twisted.eclass')
-rw-r--r--eclass/twisted.eclass7
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"