summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ChangeLog6
-rw-r--r--eclass/twisted.eclass7
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"