From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 665BD138334 for ; Sun, 10 Jun 2018 02:41:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32D4DE0870; Sun, 10 Jun 2018 02:41:38 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D1F12E0870 for ; Sun, 10 Jun 2018 02:41:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8F4F7335C86 for ; Sun, 10 Jun 2018 02:41:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 436CD29E for ; Sun, 10 Jun 2018 02:41:33 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1528598116.75a013a984620e89e7fc0fe166ed5924b4e9bb25.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/lv/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/lv/lv-4.51-r3.ebuild app-text/lv/lv-4.51-r4.ebuild X-VCS-Directories: app-text/lv/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 75a013a984620e89e7fc0fe166ed5924b4e9bb25 X-VCS-Branch: master Date: Sun, 10 Jun 2018 02:41:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1c1587fb-c595-4275-92ae-e273b919377e X-Archives-Hash: 10a091f6d7ffc0985c27d3b0ee8fdf8f commit: 75a013a984620e89e7fc0fe166ed5924b4e9bb25 Author: Akinori Hattori gentoo org> AuthorDate: Sun Jun 10 02:35:16 2018 +0000 Commit: Akinori Hattori gentoo 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 }