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 65B00139085 for ; Thu, 19 Jan 2017 18:51:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2843623409B; Thu, 19 Jan 2017 18:46:11 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F0F8123409B for ; Thu, 19 Jan 2017 18:46:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 15FE33413C3 for ; Thu, 19 Jan 2017 18:46:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A3CF2946 for ; Thu, 19 Jan 2017 18:46:03 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1484851546.f2fd4dab1f2b1130386f927c6a80f5bf41c57bf8.slyfox@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 app-text/lv/metadata.xml X-VCS-Directories: app-text/lv/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: f2fd4dab1f2b1130386f927c6a80f5bf41c57bf8 X-VCS-Branch: master Date: Thu, 19 Jan 2017 18:46:03 +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: 1fab616d-f644-4789-b4aa-5a5c80b29911 X-Archives-Hash: 573db6914f5af9205740664aa1e916f4 commit: f2fd4dab1f2b1130386f927c6a80f5bf41c57bf8 Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Jan 19 18:45:39 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Jan 19 18:45:46 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2fd4dab app-text/lv: add slyfox to maintainers, update to EAPI=6 While at it added slot operator against ncurses library. Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-text/lv/lv-4.51-r3.ebuild | 3 +- .../lv/{lv-4.51-r3.ebuild => lv-4.51-r4.ebuild} | 32 ++++++++++++---------- app-text/lv/metadata.xml | 4 +++ 3 files changed, 24 insertions(+), 15 deletions(-) diff --git a/app-text/lv/lv-4.51-r3.ebuild b/app-text/lv/lv-4.51-r3.ebuild index 3e07c7f..ed80541 100644 --- a/app-text/lv/lv-4.51-r3.ebuild +++ b/app-text/lv/lv-4.51-r3.ebuild @@ -28,7 +28,8 @@ src_prepare() { epatch "${FILESDIR}"/${P}-xz.diff epatch "${FILESDIR}"/${P}-tinfo.patch epatch "${FILESDIR}"/${P}-protos.patch - cd "${S}"/src; eautoreconf + cd "${S}"/src + eautoreconf } src_configure() { diff --git a/app-text/lv/lv-4.51-r3.ebuild b/app-text/lv/lv-4.51-r4.ebuild similarity index 55% copy from app-text/lv/lv-4.51-r3.ebuild copy to app-text/lv/lv-4.51-r4.ebuild index 3e07c7f..a17faa8 100644 --- a/app-text/lv/lv-4.51-r3.ebuild +++ b/app-text/lv/lv-4.51-r4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="4" +EAPI=6 inherit autotools eutils toolchain-funcs @@ -14,21 +14,31 @@ SRC_URI="http://www.ff.iij4u.or.jp/~nrt/freeware/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" +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 +RDEPEND="sys-libs/ncurses:0= !app-editors/levee" 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 +) + src_prepare() { - epatch "${FILESDIR}"/${P}-gentoo.patch - epatch "${FILESDIR}"/${P}-xz.diff - epatch "${FILESDIR}"/${P}-tinfo.patch - epatch "${FILESDIR}"/${P}-protos.patch - cd "${S}"/src; eautoreconf + default + + cd src + eautoreconf } src_configure() { @@ -38,9 +48,3 @@ src_configure() { src_compile() { emake CC="$(tc-getCC)" } - -src_install() { - emake DESTDIR="${D}" install - dodoc README hello.sample - dohtml index.html relnote.html hello.sample.gif -} diff --git a/app-text/lv/metadata.xml b/app-text/lv/metadata.xml index e1a49f4..44629a6 100644 --- a/app-text/lv/metadata.xml +++ b/app-text/lv/metadata.xml @@ -1,6 +1,10 @@ + + slyfox@gentoo.org + Sergei Trofimovich + cjk@gentoo.org Cjk