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
commit2aed6cf8e8f57e9c9acc33a3a2efae20feffba50 (patch)
treeed2733362841597673a400af603975dd4e901cf0 /app-editors/le
parentLe editor - a Terminal text editor (diff)
downloadgentoo-2-2aed6cf8e8f57e9c9acc33a3a2efae20feffba50.tar.gz
gentoo-2-2aed6cf8e8f57e9c9acc33a3a2efae20feffba50.tar.bz2
gentoo-2-2aed6cf8e8f57e9c9acc33a3a2efae20feffba50.zip
Le editor - a Terminal text editor
Diffstat (limited to 'app-editors/le')
-rw-r--r--app-editors/le/ChangeLog8
-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
4 files changed, 34 insertions, 1 deletions
diff --git a/app-editors/le/ChangeLog b/app-editors/le/ChangeLog
new file mode 100644
index 000000000000..821a7b49e6f5
--- /dev/null
+++ b/app-editors/le/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for app-editors/le
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+
+*le-1.9.2 (8 Jun 2003)
+
+ 8 Jun 2003; Michael Nazaroff <naz@gentoo.org>; le-1.9.2.ebuild:
+ initial import thx to Daniel Steinberger <Daniel.Steinberger@gmx.de>.
+
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
+}