summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Nazaroff <naz@gentoo.org>2003-06-08 20:22:44 +0000
committerMichael Nazaroff <naz@gentoo.org>2003-06-08 20:22:44 +0000
commit520df73d2d5ee1fa5a0d6862e565585012db0ccb (patch)
treeee3c69643f0c9bb100820a20e7d76fda6144e13f
parentLe editor - a Terminal text editor (diff)
downloadhistorical-520df73d2d5ee1fa5a0d6862e565585012db0ccb.tar.gz
historical-520df73d2d5ee1fa5a0d6862e565585012db0ccb.tar.bz2
historical-520df73d2d5ee1fa5a0d6862e565585012db0ccb.zip
Le editor - a Terminal text editor
-rw-r--r--app-editors/le/Manifest3
-rw-r--r--app-editors/le/files/digest-le-1.9.21
-rw-r--r--app-editors/le/le-1.9.2.ebuild23
3 files changed, 26 insertions, 1 deletions
diff --git a/app-editors/le/Manifest b/app-editors/le/Manifest
index 707d8fe43fd0..65df877c4811 100644
--- a/app-editors/le/Manifest
+++ b/app-editors/le/Manifest
@@ -1,2 +1,3 @@
-MD5 a1b06c8817f7854a9671716f77ef8cc9 le-1.9.2.ebuild 879
+MD5 c2122399168396aea7416751e3076551 le-1.9.2.ebuild 739
+MD5 12923b8a0be6c6b15059ad31ecd9b180 ChangeLog 273
MD5 da1b769e71e7ce9683c7c3519a03d6cd files/digest-le-1.9.2 61
diff --git a/app-editors/le/files/digest-le-1.9.2 b/app-editors/le/files/digest-le-1.9.2
new file mode 100644
index 000000000000..b3bc2bffa4a0
--- /dev/null
+++ b/app-editors/le/files/digest-le-1.9.2
@@ -0,0 +1 @@
+MD5 c47bb70fe39ccc3315f99431e6e6ae7c le-1.9.2.tar.bz2 339459
diff --git a/app-editors/le/le-1.9.2.ebuild b/app-editors/le/le-1.9.2.ebuild
new file mode 100644
index 000000000000..906ce4e6f389
--- /dev/null
+++ b/app-editors/le/le-1.9.2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/le/le-1.9.2.ebuild,v 1.1 2003/06/08 20:22:41 naz Exp $
+
+DESCRIPTION="LE is a Terminal text editor, capable of many block operations, has \
+ hex mode, syntax highlighting, etc."
+HOMEPAGE="http://www.gnu.org/directory/text/editors/le-editor.html"
+SRC_URI="http://ftp.yars.free.net/pub/software/unix/util/texteditors/${P}.tar.bz2"
+
+KEYWORDS="x86"
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="virtual/glibc
+ ncurses? ( >=sys-libs/ncurses-5.2-r5 )"
+
+src_install () {
+ make DESTDIR=${D} install || die
+
+ dodoc COPYING ChangeLog FEATURES HISTORY INSTALL NEWS \
+ README TODO
+}