diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2009-09-06 20:47:25 +0000 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2009-09-06 20:47:25 +0000 |
commit | 5046cc688623973138f11690a3a08d62b9fa95ab (patch) | |
tree | eee8b656322afd2e5b36c90d8cb9c55e16c2d95d /dev-python/twisted-lore | |
parent | Marking html2latex-1.1 ppc64 for bug 276990 (diff) | |
download | gentoo-2-5046cc688623973138f11690a3a08d62b9fa95ab.tar.gz gentoo-2-5046cc688623973138f11690a3a08d62b9fa95ab.tar.bz2 gentoo-2-5046cc688623973138f11690a3a08d62b9fa95ab.zip |
Remove unused patch. Fix repoman complains.
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/twisted-lore')
-rw-r--r-- | dev-python/twisted-lore/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/twisted-lore/files/twisted-lore-0.1.0-which.patch | 22 | ||||
-rw-r--r-- | dev-python/twisted-lore/twisted-lore-8.1.0.ebuild | 3 | ||||
-rw-r--r-- | dev-python/twisted-lore/twisted-lore-8.2.0.ebuild | 3 |
4 files changed, 10 insertions, 25 deletions
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 <idl0r@gentoo.org> + -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="" |