From 20ec3d341ffd00c35a5ca3a69baf201b5c16a2fe Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 5 Jan 2014 10:12:49 +0000 Subject: Fix twisted SRC_URI. Thanks to yac for the patch. --- eclass/ChangeLog | 5 ++++- eclass/twisted-r1.eclass | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) (limited to 'eclass') 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 twisted-r1.eclass: + Fix twisted SRC_URI. Thanks to yac for the patch. 01 Jan 2014; Andreas K. Huettel +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" -- cgit v1.2.3-65-gdbad