summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Ostorga <vostorga@gentoo.org>2009-08-12 19:36:35 +0000
committerVictor Ostorga <vostorga@gentoo.org>2009-08-12 19:36:35 +0000
commit557da4b748c54d31741228a92f6ea825458efb2c (patch)
treee10c9ec551d957e590e8342f6cf53a1b10db0389 /app-editors/levee/levee-3.4o.ebuild
parentUse virtual/eject (diff)
downloadgentoo-2-557da4b748c54d31741228a92f6ea825458efb2c.tar.gz
gentoo-2-557da4b748c54d31741228a92f6ea825458efb2c.tar.bz2
gentoo-2-557da4b748c54d31741228a92f6ea825458efb2c.zip
Cleaning out old version
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'app-editors/levee/levee-3.4o.ebuild')
-rw-r--r--app-editors/levee/levee-3.4o.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/app-editors/levee/levee-3.4o.ebuild b/app-editors/levee/levee-3.4o.ebuild
deleted file mode 100644
index c7ee665a8c2f..000000000000
--- a/app-editors/levee/levee-3.4o.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/levee/levee-3.4o.ebuild,v 1.20 2008/12/03 11:57:14 loki_val Exp $
-
-IUSE=""
-
-S=${WORKDIR}/${PN}
-DESCRIPTION="Really tiny vi clone, for things like rescue disks"
-HOMEPAGE="http://www.pell.chi.il.us/~orc/Code/"
-SRC_URI="http://www.pell.chi.il.us/~orc/Code/${PN}.tar.gz"
-
-SLOT="0"
-LICENSE="levee"
-KEYWORDS="amd64 ppc sparc x86"
-
-DEPEND="!app-text/lv
- sys-libs/ncurses"
-
-src_compile() {
- sed -i -e "/^CFLAGS/ s:-O:${CFLAGS}:" Makefile
- make LIBES=-lncurses || die
-}
-
-src_install() {
- exeinto /usr/bin
- newexe lev lv
- doman lv.1
-}