Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/lv/
Date: Sun, 17 Feb 2019 18:00:00
Message-Id: 1550426389.641622b657657b3528e871d15f8547c8201a49bc.slyfox@gentoo
1 commit: 641622b657657b3528e871d15f8547c8201a49bc
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 17 17:58:39 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 17 17:59:49 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=641622b6
7
8 app-text/lv: drop old
9
10 Package-Manager: Portage-2.3.60, Repoman-2.3.12
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 app-text/lv/lv-4.51-r3.ebuild | 49 -------------------------------------------
14 1 file changed, 49 deletions(-)
15
16 diff --git a/app-text/lv/lv-4.51-r3.ebuild b/app-text/lv/lv-4.51-r3.ebuild
17 deleted file mode 100644
18 index f5f4561fe2c..00000000000
19 --- a/app-text/lv/lv-4.51-r3.ebuild
20 +++ /dev/null
21 @@ -1,49 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI="4"
26 -
27 -inherit autotools eutils toolchain-funcs
28 -
29 -MY_P="${PN}${PV//./}"
30 -
31 -DESCRIPTION="Powerful Multilingual File Viewer"
32 -#HOMEPAGE="http://www.ff.iij4u.or.jp/~nrt/lv/"
33 -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
34 -SRC_URI="mirror://gentoo/${MY_P}.tar.gz"
35 -
36 -LICENSE="GPL-2"
37 -SLOT="0"
38 -KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
39 -IUSE=""
40 -
41 -RDEPEND="!app-editors/levee
42 - sys-libs/ncurses"
43 -DEPEND="${RDEPEND}
44 - dev-lang/perl"
45 -S="${WORKDIR}/${MY_P}"
46 -
47 -src_prepare() {
48 - epatch "${FILESDIR}"/${PN}-gentoo.patch
49 - epatch "${FILESDIR}"/${PN}-headers.patch
50 - epatch "${FILESDIR}"/${PN}-tinfo.patch
51 - epatch "${FILESDIR}"/${PN}-xz.patch
52 -
53 - cd "${S}"/src
54 - mv configure.{in,ac}
55 - eautoreconf
56 -}
57 -
58 -src_configure() {
59 - ECONF_SOURCE=src econf
60 -}
61 -
62 -src_compile() {
63 - emake CC="$(tc-getCC)"
64 -}
65 -
66 -src_install() {
67 - emake DESTDIR="${D}" install
68 - dodoc README hello.sample
69 - dohtml index.html relnote.html hello.sample.gif
70 -}