summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2012-05-10 14:53:39 +0000
committerAgostino Sarubbo <ago@gentoo.org>2012-05-10 14:53:39 +0000
commit64b98dab1a4f8c5c3cc4ca17697f51c2861bd5a4 (patch)
tree0520ddce3fd013e12a3a320262cc3a9e99f1a6f5 /app-editors/levee
parentRemove old (diff)
downloadgentoo-2-64b98dab1a4f8c5c3cc4ca17697f51c2861bd5a4.tar.gz
gentoo-2-64b98dab1a4f8c5c3cc4ca17697f51c2861bd5a4.tar.bz2
gentoo-2-64b98dab1a4f8c5c3cc4ca17697f51c2861bd5a4.zip
Remove old
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/levee')
-rw-r--r--app-editors/levee/ChangeLog5
-rw-r--r--app-editors/levee/levee-3.4o.ebuild28
2 files changed, 4 insertions, 29 deletions
diff --git a/app-editors/levee/ChangeLog b/app-editors/levee/ChangeLog
index 4be09ae0f998..2711ff2f9499 100644
--- a/app-editors/levee/ChangeLog
+++ b/app-editors/levee/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/levee
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/levee/ChangeLog,v 1.27 2012/02/13 16:32:07 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/levee/ChangeLog,v 1.28 2012/05/10 14:53:39 ago Exp $
+
+ 10 May 2012; Agostino Sarubbo <ago@gentoo.org> -levee-3.4o.ebuild:
+ Remove old
13 Feb 2012; Jeremy Olexa <darkside@gentoo.org> levee-3.5a.ebuild:
use src_configure phase for configure call
diff --git a/app-editors/levee/levee-3.4o.ebuild b/app-editors/levee/levee-3.4o.ebuild
deleted file mode 100644
index 8d018bc10310..000000000000
--- a/app-editors/levee/levee-3.4o.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2009 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.22 2009/08/12 20:39:01 vostorga 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
-}