From 4dffc2e2837a8fc9bc5e4db1afed429094df6470 Mon Sep 17 00:00:00 2001 From: Rob Cakebread Date: Thu, 2 Dec 2004 05:40:50 +0000 Subject: Initial commit. Closes bug# 69561 --- app-editors/leo/ChangeLog | 10 ++++++++ app-editors/leo/Manifest | 15 ++++++++++++ app-editors/leo/files/digest-leo-4.2 | 1 + app-editors/leo/files/leoConfig.py.patch | 27 ++++++++++++++++++++++ app-editors/leo/leo-4.2.ebuild | 39 ++++++++++++++++++++++++++++++++ app-editors/leo/metadata.xml | 5 ++++ 6 files changed, 97 insertions(+) create mode 100644 app-editors/leo/ChangeLog create mode 100644 app-editors/leo/Manifest create mode 100644 app-editors/leo/files/digest-leo-4.2 create mode 100644 app-editors/leo/files/leoConfig.py.patch create mode 100644 app-editors/leo/leo-4.2.ebuild create mode 100644 app-editors/leo/metadata.xml (limited to 'app-editors/leo') diff --git a/app-editors/leo/ChangeLog b/app-editors/leo/ChangeLog new file mode 100644 index 000000000000..ad53a55f5d54 --- /dev/null +++ b/app-editors/leo/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-editors/leo +# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/leo/ChangeLog,v 1.1 2004/12/02 05:40:50 pythonhead Exp $ + +*leo-4.2 (01 Dec 2004) + + 01 Dec 2004; Rob Cakebread +metadata.xml, + +files/leoConfig.py.patch, +leo-4.2.ebuild: + Initial commit. Closes bug# 69561 + diff --git a/app-editors/leo/Manifest b/app-editors/leo/Manifest new file mode 100644 index 000000000000..32a08a23ecc0 --- /dev/null +++ b/app-editors/leo/Manifest @@ -0,0 +1,15 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 b12df3a20726517ac359bc1db0a49a69 leo-4.2.ebuild 1048 +MD5 9ac4199ebe7cd3e7e311274994767f82 metadata.xml 160 +MD5 5f1a0e52bc15423e9b8c835793e63d10 ChangeLog 382 +MD5 a58113f7350bb99e9ba2d4ad5fa8e620 files/leoConfig.py.patch 963 +MD5 786b8586255990e3d34ad8d5bee99fe3 files/digest-leo-4.2 63 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.6 (GNU/Linux) + +iD8DBQFBrqu6z2gxt1z4IGYRAqpdAJ9GbwJGh6VOkHv4vJF6Ygrc4gVqpACfVeu4 +m+s7PJpaX4TPgZelxTeYjLs= +=BTc7 +-----END PGP SIGNATURE----- diff --git a/app-editors/leo/files/digest-leo-4.2 b/app-editors/leo/files/digest-leo-4.2 new file mode 100644 index 000000000000..b9f4941b20ac --- /dev/null +++ b/app-editors/leo/files/digest-leo-4.2 @@ -0,0 +1 @@ +MD5 3051d5a9089ad2f948997237c8e21126 leo-4.2-final.zip 1819202 diff --git a/app-editors/leo/files/leoConfig.py.patch b/app-editors/leo/files/leoConfig.py.patch new file mode 100644 index 000000000000..2352d232f5c1 --- /dev/null +++ b/app-editors/leo/files/leoConfig.py.patch @@ -0,0 +1,27 @@ +--- /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 +@@ -9,6 +9,7 @@ + import os + import string + import sys ++import shutil + + class baseConfig: + """The base class for Leo's configuration handler.""" +@@ -84,10 +85,12 @@ + + def init (self): + +- try: +- self.configDir = sys.leo_config_directory +- except: +- self.configDir = g.os_path_join(g.app.loadDir,"..","config") ++ self.configDir = os.path.expanduser("~/.leo") ++ if not os.path.exists(self.configDir): ++ os.mkdir(self.configDir) ++ config_file = "%s/leoConfig.txt" % \ ++ g.os_path_join(g.app.loadDir,"..","config") ++ shutil.copy(config_file, self.configDir) + + self.configFileName = g.os_path_join(self.configDir,"leoConfig.txt") + diff --git a/app-editors/leo/leo-4.2.ebuild b/app-editors/leo/leo-4.2.ebuild new file mode 100644 index 000000000000..669777d67a30 --- /dev/null +++ b/app-editors/leo/leo-4.2.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2004 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.1 2004/12/02 05:40:50 pythonhead Exp $ + +inherit eutils python + +MY_P=${P}-final +DESCRIPTION="Leo is an outlining editor and literate programming tool." +HOMEPAGE="http://leo.sourceforge.net/" +SRC_URI="mirror://sourceforge/leo/${MY_P}.zip" +LICENSE="PYTHON" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +DEPEND="virtual/python + dev-lang/tk" +S=${WORKDIR}/${MY_P} + + +src_unpack() { + unpack ${A} || die "Failed to unpack ${A}" + cd ${S} || die "Failed to cd ${S}" + epatch ${FILESDIR}/leoConfig.py.patch || \ + die "epatch failed on leoConfig.py.patch" +} + +src_install() { + python_version + INST_DIR=/usr/lib/python${PYVER}/site-packages/leo + dodir ${INST_DIR} + dodir /usr/bin + dodoc ${S}/PKG-INFO MANIFEST doc/* + rm -rf PKG-INFO MANIFEST doc/* + cp -r * ${D}/${INST_DIR}/ + echo "#!/bin/bash" > leo + echo "exec /usr/bin/python ${INST_DIR}/src/leo.py \"\$1\"" >> leo + exeinto /usr/bin + doexe leo +} diff --git a/app-editors/leo/metadata.xml b/app-editors/leo/metadata.xml new file mode 100644 index 000000000000..301d2207cc29 --- /dev/null +++ b/app-editors/leo/metadata.xml @@ -0,0 +1,5 @@ + + + + python + -- cgit v1.2.3-65-gdbad