diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-05-31 22:12:04 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-05-31 22:12:04 +0000 |
commit | 85bf0780b54b0388919f656d5d2475ac8dfbfc7d (patch) | |
tree | 5462eacfdcae74754e7ca88e02f792ab14b385f0 /app-editors/le | |
parent | version bump, first gpg-signed package ;) (Manifest recommit) (diff) | |
download | gentoo-2-85bf0780b54b0388919f656d5d2475ac8dfbfc7d.tar.gz gentoo-2-85bf0780b54b0388919f656d5d2475ac8dfbfc7d.tar.bz2 gentoo-2-85bf0780b54b0388919f656d5d2475ac8dfbfc7d.zip |
dont install uselss COPYING file and fix other stuff while i'm at it
Diffstat (limited to 'app-editors/le')
-rw-r--r-- | app-editors/le/le-1.9.2.ebuild | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/app-editors/le/le-1.9.2.ebuild b/app-editors/le/le-1.9.2.ebuild index 125c1bfb59e6..6f1ce356b94e 100644 --- a/app-editors/le/le-1.9.2.ebuild +++ b/app-editors/le/le-1.9.2.ebuild @@ -1,23 +1,20 @@ # Copyright 1999-2004 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.4 2004/03/13 23:00:56 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/le/le-1.9.2.ebuild,v 1.5 2004/05/31 22:12:03 vapier Exp $ -DESCRIPTION="LE is a Terminal text editor, capable of many block operations, has \ - hex mode, syntax highlighting, etc." +DESCRIPTION="Terminal text editor" 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" +KEYWORDS="x86" IUSE="" DEPEND="virtual/glibc ncurses? ( >=sys-libs/ncurses-5.2-r5 )" -src_install () { +src_install() { make DESTDIR=${D} install || die - - dodoc COPYING ChangeLog FEATURES HISTORY INSTALL NEWS \ - README TODO + dodoc ChangeLog FEATURES HISTORY INSTALL NEWS README TODO } |