Gentoo Archives: gentoo-commits

From: Akinori Hattori <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/lv/
Date: Sun, 10 Jun 2018 02:41:39
Message-Id: 1528598116.75a013a984620e89e7fc0fe166ed5924b4e9bb25.hattya@gentoo
1 commit: 75a013a984620e89e7fc0fe166ed5924b4e9bb25
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 10 02:35:16 2018 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 10 02:35:16 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75a013a9
7
8 app-text/lv: tidy
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 app-text/lv/lv-4.51-r3.ebuild | 12 +++++++-----
13 app-text/lv/lv-4.51-r4.ebuild | 21 ++++++++++-----------
14 2 files changed, 17 insertions(+), 16 deletions(-)
15
16 diff --git a/app-text/lv/lv-4.51-r3.ebuild b/app-text/lv/lv-4.51-r3.ebuild
17 index b7a63bf3f3a..ad9d48b78c3 100644
18 --- a/app-text/lv/lv-4.51-r3.ebuild
19 +++ b/app-text/lv/lv-4.51-r3.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="4"
26 @@ -16,18 +16,20 @@ SLOT="0"
27 KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
28 IUSE=""
29
30 -RDEPEND="sys-libs/ncurses
31 - !app-editors/levee"
32 +RDEPEND="!app-editors/levee
33 + sys-libs/ncurses"
34 DEPEND="${RDEPEND}
35 dev-lang/perl"
36 S="${WORKDIR}/${MY_P}"
37
38 src_prepare() {
39 epatch "${FILESDIR}"/${P}-gentoo.patch
40 - epatch "${FILESDIR}"/${P}-xz.diff
41 - epatch "${FILESDIR}"/${P}-tinfo.patch
42 epatch "${FILESDIR}"/${P}-protos.patch
43 + epatch "${FILESDIR}"/${P}-tinfo.patch
44 + epatch "${FILESDIR}"/${P}-xz.diff
45 +
46 cd "${S}"/src
47 + mv configure.{in,ac}
48 eautoreconf
49 }
50
51
52 diff --git a/app-text/lv/lv-4.51-r4.ebuild b/app-text/lv/lv-4.51-r4.ebuild
53 index a1b366d3665..f85c10324f2 100644
54 --- a/app-text/lv/lv-4.51-r4.ebuild
55 +++ b/app-text/lv/lv-4.51-r4.ebuild
56 @@ -1,9 +1,9 @@
57 -# Copyright 1999-2017 Gentoo Foundation
58 +# Copyright 1999-2018 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60
61 -EAPI=6
62 +EAPI="6"
63
64 -inherit autotools eutils toolchain-funcs
65 +inherit autotools toolchain-funcs
66
67 MY_P="${PN}${PV//./}"
68
69 @@ -16,27 +16,26 @@ SLOT="0"
70 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
71 IUSE=""
72
73 -RDEPEND="sys-libs/ncurses:0=
74 - !app-editors/levee"
75 +RDEPEND="!app-editors/levee
76 + sys-libs/ncurses:0="
77 DEPEND="${RDEPEND}
78 dev-lang/perl"
79 -
80 S="${WORKDIR}/${MY_P}"
81
82 -DOCS=(README hello.sample)
83 -HTML_DOCS=(index.html relnote.html hello.sample.gif)
84 -
85 PATCHES=(
86 "${FILESDIR}"/${P}-gentoo.patch
87 - "${FILESDIR}"/${P}-xz.diff
88 - "${FILESDIR}"/${P}-tinfo.patch
89 "${FILESDIR}"/${P}-protos.patch
90 + "${FILESDIR}"/${P}-tinfo.patch
91 + "${FILESDIR}"/${P}-xz.diff
92 )
93 +DOCS=( README hello.sample )
94 +HTML_DOCS=( index.html relnote.html hello.sample.gif )
95
96 src_prepare() {
97 default
98
99 cd src
100 + mv configure.{in,ac}
101 eautoreconf
102 }