summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2014-01-20 04:04:28 +0000
committerMike Gilbert <floppym@gentoo.org>2014-01-20 04:04:28 +0000
commit530cc5a9420349d034d67619c93c3797957f8390 (patch)
tree7c5f5a18e7c4d29942951633fd6639e75c8d54f9 /dev-python/twisted-web
parentConvert to distutils-r1. (diff)
downloadgentoo-2-530cc5a9420349d034d67619c93c3797957f8390.tar.gz
gentoo-2-530cc5a9420349d034d67619c93c3797957f8390.tar.bz2
gentoo-2-530cc5a9420349d034d67619c93c3797957f8390.zip
Remove SRC_URI and let the eclass handle it. Resolves bug 498594.
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'dev-python/twisted-web')
-rw-r--r--dev-python/twisted-web/ChangeLog5
-rw-r--r--dev-python/twisted-web/twisted-web-13.2.0.ebuild3
2 files changed, 5 insertions, 3 deletions
diff --git a/dev-python/twisted-web/ChangeLog b/dev-python/twisted-web/ChangeLog
index 6981760e028e..c4d89e697071 100644
--- a/dev-python/twisted-web/ChangeLog
+++ b/dev-python/twisted-web/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/twisted-web
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/ChangeLog,v 1.96 2014/01/19 09:01:56 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/ChangeLog,v 1.97 2014/01/20 04:04:28 floppym Exp $
+
+ 20 Jan 2014; Mike Gilbert <floppym@gentoo.org> twisted-web-13.2.0.ebuild:
+ Remove SRC_URI and let the eclass handle it. Resolves bug 498594.
*twisted-web-13.2.0 (19 Jan 2014)
diff --git a/dev-python/twisted-web/twisted-web-13.2.0.ebuild b/dev-python/twisted-web/twisted-web-13.2.0.ebuild
index 81af2eb69b84..716387dff1b4 100644
--- a/dev-python/twisted-web/twisted-web-13.2.0.ebuild
+++ b/dev-python/twisted-web/twisted-web-13.2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/twisted-web-13.2.0.ebuild,v 1.1 2014/01/19 09:01:56 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/twisted-web-13.2.0.ebuild,v 1.2 2014/01/20 04:04:28 floppym Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7} )
@@ -9,7 +9,6 @@ inherit twisted-r1
MY_PN="TwistedWeb"
DESCRIPTION="Twisted web server, programmable in Python"
-SRC_URI="http://twistedmatrix.com/Releases/Web/${TWISTED_RELEASE}/${MY_PN}/${MY_PN}-${PV}.tar.bz2 -> ${P}.tar.bz2 "
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="soap"