From fc931730446f39638b03a8984a741ca425b1adeb Mon Sep 17 00:00:00 2001 From: Christian Ruppert Date: Sun, 6 Sep 2009 20:47:25 +0000 Subject: Remove unused patch. Fix repoman complains. Package-Manager: portage-2.2_rc40/cvs/Linux x86_64 --- dev-python/twisted-lore/ChangeLog | 7 ++++++- .../files/twisted-lore-0.1.0-which.patch | 22 ---------------------- dev-python/twisted-lore/twisted-lore-8.1.0.ebuild | 3 ++- dev-python/twisted-lore/twisted-lore-8.2.0.ebuild | 3 ++- 4 files changed, 10 insertions(+), 25 deletions(-) delete mode 100644 dev-python/twisted-lore/files/twisted-lore-0.1.0-which.patch (limited to 'dev-python/twisted-lore') diff --git a/dev-python/twisted-lore/ChangeLog b/dev-python/twisted-lore/ChangeLog index 471779e6dfce..f35c2a935fde 100644 --- a/dev-python/twisted-lore/ChangeLog +++ b/dev-python/twisted-lore/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/twisted-lore # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-lore/ChangeLog,v 1.30 2009/01/08 23:01:14 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-lore/ChangeLog,v 1.31 2009/09/06 20:47:21 idl0r Exp $ + + 06 Sep 2009; Christian Ruppert + -files/twisted-lore-0.1.0-which.patch, twisted-lore-8.1.0.ebuild, + twisted-lore-8.2.0.ebuild: + Remove unused patch. Fix repoman complains. *twisted-lore-8.2.0 (08 Jan 2009) diff --git a/dev-python/twisted-lore/files/twisted-lore-0.1.0-which.patch b/dev-python/twisted-lore/files/twisted-lore-0.1.0-which.patch deleted file mode 100644 index 0ec1df9588d4..000000000000 --- a/dev-python/twisted-lore/files/twisted-lore-0.1.0-which.patch +++ /dev/null @@ -1,22 +0,0 @@ -Index: /trunk/twisted/lore/latex.py -=================================================================== ---- a/trunk/twisted/lore/latex.py (revision 11450) -+++ b/trunk/twisted/lore/latex.py (revision 13880) -@@ -5,5 +5,5 @@ - - from twisted.web import microdom, domhelpers --from twisted.python import text -+from twisted.python import text, procutils - import os, os.path, re, string - from cStringIO import StringIO -@@ -104,9 +104,5 @@ - - baseLevel = 0 -- try: -- diaHack = not not os.popen('which dia').read() -- except: -- # That's a no, then. -- diaHack = 0 -+ diaHack = bool(procutils.which("dia")) - - def writeNodeData(self, node): diff --git a/dev-python/twisted-lore/twisted-lore-8.1.0.ebuild b/dev-python/twisted-lore/twisted-lore-8.1.0.ebuild index 5f78f734aac5..f1689f7eb756 100644 --- a/dev-python/twisted-lore/twisted-lore-8.1.0.ebuild +++ b/dev-python/twisted-lore/twisted-lore-8.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-lore/twisted-lore-8.1.0.ebuild,v 1.7 2009/01/08 23:01:14 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-lore/twisted-lore-8.1.0.ebuild,v 1.8 2009/09/06 20:47:21 idl0r Exp $ MY_PACKAGE=Lore @@ -12,5 +12,6 @@ KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)* dev-python/twisted-web" +RDEPEND="${DEPEND}" IUSE="" diff --git a/dev-python/twisted-lore/twisted-lore-8.2.0.ebuild b/dev-python/twisted-lore/twisted-lore-8.2.0.ebuild index f8f43d28804a..1f17f8193d0d 100644 --- a/dev-python/twisted-lore/twisted-lore-8.2.0.ebuild +++ b/dev-python/twisted-lore/twisted-lore-8.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-lore/twisted-lore-8.2.0.ebuild,v 1.1 2009/01/08 23:01:14 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-lore/twisted-lore-8.2.0.ebuild,v 1.2 2009/09/06 20:47:21 idl0r Exp $ MY_PACKAGE=Lore @@ -12,5 +12,6 @@ KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)* dev-python/twisted-web" +RDEPEND="${DEPEND}" IUSE="" -- cgit v1.2.3-65-gdbad