summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Cakebread <pythonhead@gentoo.org>2005-03-01 02:05:36 +0000
committerRob Cakebread <pythonhead@gentoo.org>2005-03-01 02:05:36 +0000
commit288509cfac68870c55eb4710b84eed08c6645334 (patch)
treebab9912aa93226455e085e97364eaa666799eeba /app-editors/leo
parentVersion bump. Fixes a few segfaults (Apache 2.x only), and a few other bugs. (diff)
downloadgentoo-2-288509cfac68870c55eb4710b84eed08c6645334.tar.gz
gentoo-2-288509cfac68870c55eb4710b84eed08c6645334.tar.bz2
gentoo-2-288509cfac68870c55eb4710b84eed08c6645334.zip
Fixed patch. bug# 83404
(Portage version: 2.0.51.16)
Diffstat (limited to 'app-editors/leo')
-rw-r--r--app-editors/leo/ChangeLog6
-rw-r--r--app-editors/leo/Manifest6
-rw-r--r--app-editors/leo/files/leoConfig.py.patch4
-rw-r--r--app-editors/leo/leo-4.2.ebuild4
4 files changed, 12 insertions, 8 deletions
diff --git a/app-editors/leo/ChangeLog b/app-editors/leo/ChangeLog
index c9a8c94120c5..934eb92784c9 100644
--- a/app-editors/leo/ChangeLog
+++ b/app-editors/leo/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-editors/leo
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/leo/ChangeLog,v 1.2 2005/01/01 13:30:34 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/leo/ChangeLog,v 1.3 2005/03/01 02:05:36 pythonhead Exp $
+
+ 28 Feb 2005; Rob Cakebread <pythonhead@gentoo.org>
+ files/leoConfig.py.patch, leo-4.2.ebuild:
+ Fixed patch. bug# 83404
*leo-4.2 (01 Dec 2004)
diff --git a/app-editors/leo/Manifest b/app-editors/leo/Manifest
index 256e6428d9e8..7c9662690599 100644
--- a/app-editors/leo/Manifest
+++ b/app-editors/leo/Manifest
@@ -1,5 +1,5 @@
-MD5 76886e9b03c6d90cdab6caeb02f389a5 ChangeLog 382
-MD5 fc9b12829dff9fb140a399bcecc3e723 leo-4.2.ebuild 1048
+MD5 9d7a42145b153264babcf7c80509b036 leo-4.2.ebuild 951
MD5 9ac4199ebe7cd3e7e311274994767f82 metadata.xml 160
+MD5 4c960d1043d600b7e8a8fe88896bda81 ChangeLog 506
+MD5 dcdd115f9803c5e4040bf247775f760e files/leoConfig.py.patch 904
MD5 786b8586255990e3d34ad8d5bee99fe3 files/digest-leo-4.2 63
-MD5 a58113f7350bb99e9ba2d4ad5fa8e620 files/leoConfig.py.patch 963
diff --git a/app-editors/leo/files/leoConfig.py.patch b/app-editors/leo/files/leoConfig.py.patch
index 2352d232f5c1..8d16872a9071 100644
--- a/app-editors/leo/files/leoConfig.py.patch
+++ b/app-editors/leo/files/leoConfig.py.patch
@@ -1,5 +1,5 @@
---- /var/tmp/portage/leo-4.2/work/leo-4.2-final/src/leoConfig.py 2004-07-20 08:11:58.000000000 -0700
-+++ /var/tmp/abeni/leoConfig.py 2004-11-08 22:49:31.055019376 -0800
+--- src/leoConfig.py 2004-07-20 08:11:58.000000000 -0700
++++ leoConfig.py 2004-11-08 22:49:31.055019376 -0800
@@ -9,6 +9,7 @@
import os
import string
diff --git a/app-editors/leo/leo-4.2.ebuild b/app-editors/leo/leo-4.2.ebuild
index 6090dbc9c8ab..45c5cf2a353e 100644
--- a/app-editors/leo/leo-4.2.ebuild
+++ b/app-editors/leo/leo-4.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/leo/leo-4.2.ebuild,v 1.2 2005/01/01 13:30:34 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/leo/leo-4.2.ebuild,v 1.3 2005/03/01 02:05:36 pythonhead Exp $
inherit eutils python
@@ -10,7 +10,7 @@ HOMEPAGE="http://leo.sourceforge.net/"
SRC_URI="mirror://sourceforge/leo/${MY_P}.zip"
LICENSE="PYTHON"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="x86"
IUSE=""
DEPEND="virtual/python
dev-lang/tk"