Version bump
authorHarald van Dijk <truedfx@gentoo.org>
Sun, 6 Aug 2006 20:13:11 +0000 (20:13 +0000)
committerHarald van Dijk <truedfx@gentoo.org>
Sun, 6 Aug 2006 20:13:11 +0000 (20:13 +0000)
Package-Manager: portage-2.1.1_pre4-r4

app-editors/le/ChangeLog
app-editors/le/files/digest-le-1.13.3 [new file with mode: 0644]
app-editors/le/le-1.13.3.ebuild [new file with mode: 0644]

index 3808318558e58bd5d95ee3ce1855f69405f38f7f..838973c8e4b2ac3d3255125c5606077a2de62ff4 100644 (file)
@@ -1,6 +1,12 @@
 # ChangeLog for app-editors/le
 # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/le/ChangeLog,v 1.10 2006/05/17 14:09:36 truedfx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/le/ChangeLog,v 1.11 2006/08/06 20:13:11 truedfx Exp $
+
+*le-1.13.3 (06 Aug 2006)
+
+  06 Aug 2006; Harald van Dijk <truedfx@gentoo.org> -le-1.13.2.ebuild,
+  +le-1.13.3.ebuild:
+  Version bump
 
 *le-1.13.2 (17 May 2006)
 
diff --git a/app-editors/le/files/digest-le-1.13.3 b/app-editors/le/files/digest-le-1.13.3
new file mode 100644 (file)
index 0000000..03b2276
--- /dev/null
@@ -0,0 +1,3 @@
+MD5 76e459d511aebd455a5fcd3fc89b86cf le-1.13.3.tar.gz 449444
+RMD160 0c433faf1d3b20a3302957478885f61de87301f8 le-1.13.3.tar.gz 449444
+SHA256 fcc8584a796263c7d91278ba0beca58c80bec2160e95094bce0b7eddcd678909 le-1.13.3.tar.gz 449444
diff --git a/app-editors/le/le-1.13.3.ebuild b/app-editors/le/le-1.13.3.ebuild
new file mode 100644 (file)
index 0000000..d966efc
--- /dev/null
@@ -0,0 +1,22 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/le/le-1.13.3.ebuild,v 1.1 2006/08/06 20:13:11 truedfx Exp $
+
+DESCRIPTION="Terminal text editor"
+HOMEPAGE="http://www.gnu.org/directory/text/editors/le-editor.html"
+SRC_URI="ftp://ftp.yars.free.net/pub/source/le/le-${PV}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND="virtual/libc
+       >=sys-libs/ncurses-5.2-r5"
+
+PROVIDE="virtual/editor"
+
+src_install() {
+       make DESTDIR="${D}" install || die "make install failed"
+       dodoc ChangeLog FEATURES HISTORY INSTALL NEWS README TODO
+}