summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarald van Dijk <truedfx@gentoo.org>2010-02-07 03:11:05 +0000
committerHarald van Dijk <truedfx@gentoo.org>2010-02-07 03:11:05 +0000
commit2f020e1539794a2a7fe9c88d94e971ee93aaf0a0 (patch)
tree4380b2f4dda65a37ab77c686f8b2d2f50d74a993 /app-editors/le/le-1.14.3.ebuild
parentSet SUPPORT_PYTHON_ABIS. Require >=dev-python/PyQt4-4.6.1 to avoid file colli... (diff)
downloadgentoo-2-2f020e1539794a2a7fe9c88d94e971ee93aaf0a0.tar.gz
gentoo-2-2f020e1539794a2a7fe9c88d94e971ee93aaf0a0.tar.bz2
gentoo-2-2f020e1539794a2a7fe9c88d94e971ee93aaf0a0.zip
Version bump
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/le/le-1.14.3.ebuild')
-rw-r--r--app-editors/le/le-1.14.3.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/app-editors/le/le-1.14.3.ebuild b/app-editors/le/le-1.14.3.ebuild
new file mode 100644
index 000000000000..d7dd83a2a81a
--- /dev/null
+++ b/app-editors/le/le-1.14.3.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/le/le-1.14.3.ebuild,v 1.1 2010/02/07 03:11:02 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.lzma"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND=">=sys-libs/ncurses-5.2-r5"
+DEPEND="${RDEPEND}
+ || ( app-arch/xz-utils app-arch/lzma-utils )"
+
+src_install() {
+ emake DESTDIR="${D}" install || die "make install failed"
+ dodoc ChangeLog FEATURES HISTORY INSTALL NEWS README TODO
+}