From: "Akinori Hattori" <hattya@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/lv/
Date: Sun, 10 Jun 2018 02:41:33 +0000 (UTC) [thread overview]
Message-ID: <1528598116.75a013a984620e89e7fc0fe166ed5924b4e9bb25.hattya@gentoo> (raw)
commit: 75a013a984620e89e7fc0fe166ed5924b4e9bb25
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 10 02:35:16 2018 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 02:35:16 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75a013a9
app-text/lv: tidy
Package-Manager: Portage-2.3.40, Repoman-2.3.9
app-text/lv/lv-4.51-r3.ebuild | 12 +++++++-----
app-text/lv/lv-4.51-r4.ebuild | 21 ++++++++++-----------
2 files changed, 17 insertions(+), 16 deletions(-)
diff --git a/app-text/lv/lv-4.51-r3.ebuild b/app-text/lv/lv-4.51-r3.ebuild
index b7a63bf3f3a..ad9d48b78c3 100644
--- a/app-text/lv/lv-4.51-r3.ebuild
+++ b/app-text/lv/lv-4.51-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="4"
@@ -16,18 +16,20 @@ SLOT="0"
KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
IUSE=""
-RDEPEND="sys-libs/ncurses
- !app-editors/levee"
+RDEPEND="!app-editors/levee
+ sys-libs/ncurses"
DEPEND="${RDEPEND}
dev-lang/perl"
S="${WORKDIR}/${MY_P}"
src_prepare() {
epatch "${FILESDIR}"/${P}-gentoo.patch
- epatch "${FILESDIR}"/${P}-xz.diff
- epatch "${FILESDIR}"/${P}-tinfo.patch
epatch "${FILESDIR}"/${P}-protos.patch
+ epatch "${FILESDIR}"/${P}-tinfo.patch
+ epatch "${FILESDIR}"/${P}-xz.diff
+
cd "${S}"/src
+ mv configure.{in,ac}
eautoreconf
}
diff --git a/app-text/lv/lv-4.51-r4.ebuild b/app-text/lv/lv-4.51-r4.ebuild
index a1b366d3665..f85c10324f2 100644
--- a/app-text/lv/lv-4.51-r4.ebuild
+++ b/app-text/lv/lv-4.51-r4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI="6"
-inherit autotools eutils toolchain-funcs
+inherit autotools toolchain-funcs
MY_P="${PN}${PV//./}"
@@ -16,27 +16,26 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
IUSE=""
-RDEPEND="sys-libs/ncurses:0=
- !app-editors/levee"
+RDEPEND="!app-editors/levee
+ sys-libs/ncurses:0="
DEPEND="${RDEPEND}
dev-lang/perl"
-
S="${WORKDIR}/${MY_P}"
-DOCS=(README hello.sample)
-HTML_DOCS=(index.html relnote.html hello.sample.gif)
-
PATCHES=(
"${FILESDIR}"/${P}-gentoo.patch
- "${FILESDIR}"/${P}-xz.diff
- "${FILESDIR}"/${P}-tinfo.patch
"${FILESDIR}"/${P}-protos.patch
+ "${FILESDIR}"/${P}-tinfo.patch
+ "${FILESDIR}"/${P}-xz.diff
)
+DOCS=( README hello.sample )
+HTML_DOCS=( index.html relnote.html hello.sample.gif )
src_prepare() {
default
cd src
+ mv configure.{in,ac}
eautoreconf
}
next reply other threads:[~2018-06-10 2:41 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-10 2:41 Akinori Hattori [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-08-02 18:47 [gentoo-commits] repo/gentoo:master commit in: app-text/lv/ Arthur Zamarin
2022-08-02 7:48 Joonas Niilola
2021-08-04 9:01 Sergei Trofimovich
2021-07-24 10:14 Sergei Trofimovich
2019-02-17 17:59 Sergei Trofimovich
2019-02-17 17:57 Sergei Trofimovich
2018-10-12 8:58 Tobias Klausmann
2018-10-07 22:04 Matt Turner
2018-10-07 22:04 Matt Turner
2018-10-02 21:16 Mikle Kolyada
2018-10-01 21:47 Thomas Deutschmann
2018-10-01 21:31 Sergei Trofimovich
2018-09-30 21:38 Sergei Trofimovich
2018-06-10 2:41 Akinori Hattori
2017-01-19 18:46 Sergei Trofimovich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1528598116.75a013a984620e89e7fc0fe166ed5924b4e9bb25.hattya@gentoo \
--to=hattya@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox