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
commit4c43b1859c430fee9512fbf0af43faa6b5f09a29 (patch)
tree116e25541663a6728b0765b5e32ec5a51a7a9086
parentVersion bump. Fixes a few segfaults (Apache 2.x only), and a few other bugs. (diff)
downloadhistorical-4c43b1859c430fee9512fbf0af43faa6b5f09a29.tar.gz
historical-4c43b1859c430fee9512fbf0af43faa6b5f09a29.tar.bz2
historical-4c43b1859c430fee9512fbf0af43faa6b5f09a29.zip
Fixed patch. bug# 83404
Package-Manager: portage-2.0.51.16
-rw-r--r--app-editors/leo/ChangeLog6
-rw-r--r--app-editors/leo/Manifest16
-rw-r--r--app-editors/leo/files/leoConfig.py.patch4
-rw-r--r--app-editors/leo/leo-4.2.ebuild4
4 files changed, 22 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..404751d8ca9d 100644
--- a/app-editors/leo/Manifest
+++ b/app-editors/leo/Manifest
@@ -1,5 +1,15 @@
-MD5 76886e9b03c6d90cdab6caeb02f389a5 ChangeLog 382
-MD5 fc9b12829dff9fb140a399bcecc3e723 leo-4.2.ebuild 1048
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 c25b3c4a68d26c9216993b6cacd7426e leo-4.2.ebuild 1047
MD5 9ac4199ebe7cd3e7e311274994767f82 metadata.xml 160
+MD5 f140f9c5198f442582c120b88661d0fa ChangeLog 506
+MD5 dcdd115f9803c5e4040bf247775f760e files/leoConfig.py.patch 904
MD5 786b8586255990e3d34ad8d5bee99fe3 files/digest-leo-4.2 63
-MD5 a58113f7350bb99e9ba2d4ad5fa8e620 files/leoConfig.py.patch 963
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.0 (GNU/Linux)
+
+iD8DBQFCI845z2gxt1z4IGYRAuVvAJsFzbCoKhBMSO30BGpfAwCLirtsRgCgy0bG
+zb4Oxr4oNkfIEXG7ozhUtCU=
+=hksZ
+-----END PGP SIGNATURE-----
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"