summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-01-05 10:12:49 +0000
committerMichał Górny <mgorny@gentoo.org>2014-01-05 10:12:49 +0000
commit20ec3d341ffd00c35a5ca3a69baf201b5c16a2fe (patch)
tree83b1e6d1e75c0595da3c0654e69f50f7ebe4c1b8 /eclass
parentRestore ruby18 target, fixing 496836. (diff)
downloadgentoo-2-20ec3d341ffd00c35a5ca3a69baf201b5c16a2fe.tar.gz
gentoo-2-20ec3d341ffd00c35a5ca3a69baf201b5c16a2fe.tar.bz2
gentoo-2-20ec3d341ffd00c35a5ca3a69baf201b5c16a2fe.zip
Fix twisted SRC_URI. Thanks to yac for the patch.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ChangeLog5
-rw-r--r--eclass/twisted-r1.eclass6
2 files changed, 7 insertions, 4 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index 244ca289ec67..736be76e81c6 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for eclass directory
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1107 2014/01/01 17:03:40 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1108 2014/01/05 10:12:49 mgorny Exp $
+
+ 05 Jan 2014; Michał Górny <mgorny@gentoo.org> twisted-r1.eclass:
+ Fix twisted SRC_URI. Thanks to yac for the patch.
01 Jan 2014; Andreas K. Huettel <dilfridge@gentoo.org> +ChangeLog-2013:
Rotate ChangeLog
diff --git a/eclass/twisted-r1.eclass b/eclass/twisted-r1.eclass
index 08c0ae030b7e..dfcf1a6c9450 100644
--- a/eclass/twisted-r1.eclass
+++ b/eclass/twisted-r1.eclass
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/eclass/twisted-r1.eclass,v 1.1 2013/08/08 22:29:21 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/twisted-r1.eclass,v 1.2 2014/01/05 10:12:49 mgorny Exp $
# @ECLASS: twisted-r1.eclass
# @MAINTAINER:
@@ -99,7 +99,7 @@ _twisted-r1_camelcase() {
: ${TWISTED_RELEASE:=$(get_version_component_range 1-2 ${PV})}
HOMEPAGE="http://www.twistedmatrix.com/"
-SRC_URI="http://twistedmatrix.com/Releases/${TWISTED_PN}"
+SRC_URI="http://twistedmatrix.com/Releases/${TWISTED_PN#Twisted}"
SRC_URI="${SRC_URI}/${TWISTED_RELEASE}/${TWISTED_P}.tar.bz2"
LICENSE="MIT"