summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2009-04-11 01:11:07 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2009-04-11 01:11:07 +0000
commit0a5ba4e2e072c96a5833ae1d8f8983373fc8f2b9 (patch)
tree93eea9a391b93ecfd2ad24cd6495f7a91d335114 /app-text/lv
parentVersion bump. (diff)
downloadgentoo-2-0a5ba4e2e072c96a5833ae1d8f8983373fc8f2b9.tar.gz
gentoo-2-0a5ba4e2e072c96a5833ae1d8f8983373fc8f2b9.tar.bz2
gentoo-2-0a5ba4e2e072c96a5833ae1d8f8983373fc8f2b9.zip
Removed old version.
(Portage version: 2.1.6.11/cvs/Linux x86_64)
Diffstat (limited to 'app-text/lv')
-rw-r--r--app-text/lv/ChangeLog7
-rw-r--r--app-text/lv/lv-4.51.ebuild32
2 files changed, 5 insertions, 34 deletions
diff --git a/app-text/lv/ChangeLog b/app-text/lv/ChangeLog
index 3af7fe9dd64c..b4517b70c730 100644
--- a/app-text/lv/ChangeLog
+++ b/app-text/lv/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/lv
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/lv/ChangeLog,v 1.31 2008/12/01 21:45:21 ranger Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/lv/ChangeLog,v 1.32 2009/04/11 01:11:07 matsuu Exp $
+
+ 11 Apr 2009; MATSUU Takuto <matsuu@gentoo.org> -lv-4.51.ebuild:
+ Removed old version.
01 Dec 2008; Brent Baude <ranger@gentoo.org> lv-4.51-r1.ebuild:
Marking lv-4.51-r1 ppc64 for bug 243734
diff --git a/app-text/lv/lv-4.51.ebuild b/app-text/lv/lv-4.51.ebuild
deleted file mode 100644
index c16c4bc0a6b6..000000000000
--- a/app-text/lv/lv-4.51.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/lv/lv-4.51.ebuild,v 1.13 2008/03/21 11:29:02 opfer Exp $
-
-MY_P=${PN}${PV//./}
-DESCRIPTION="Powerful Multilingual File Viewer"
-HOMEPAGE="http://www.ff.iij4u.or.jp/~nrt/lv/"
-SRC_URI="http://www.ff.iij4u.or.jp/~nrt/freeware/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sh sparc x86"
-IUSE=""
-
-DEPEND="sys-libs/ncurses"
-
-S=${WORKDIR}/${MY_P}/build
-
-src_compile() {
- LIBS=-lncurses ../src/configure \
- --host=${HOST} \
- --prefix=/usr \
- --mandir=/usr/share/man || die
- emake || die
-}
-
-src_install() {
- dodir /usr/{bin,lib,share/man/man1}
- einstall || die
-
- dodoc ../README
-}