public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sergei Trofimovich" <slyfox@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/lv/
Date: Thu, 19 Jan 2017 18:46:03 +0000 (UTC)	[thread overview]
Message-ID: <1484851546.f2fd4dab1f2b1130386f927c6a80f5bf41c57bf8.slyfox@gentoo> (raw)

commit:     f2fd4dab1f2b1130386f927c6a80f5bf41c57bf8
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 19 18:45:39 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> 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 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
+  <maintainer type="person">
+    <email>slyfox@gentoo.org</email>
+    <name>Sergei Trofimovich</name>
+  </maintainer>
   <maintainer type="project">
     <email>cjk@gentoo.org</email>
     <name>Cjk</name>


             reply	other threads:[~2017-01-19 18:51 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-19 18:46 Sergei Trofimovich [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-06-10  2:41 [gentoo-commits] repo/gentoo:master commit in: app-text/lv/ Akinori Hattori
2018-06-10  2:41 Akinori Hattori
2018-09-30 21:38 Sergei Trofimovich
2018-10-01 21:31 Sergei Trofimovich
2018-10-01 21:47 Thomas Deutschmann
2018-10-02 21:16 Mikle Kolyada
2018-10-07 22:04 Matt Turner
2018-10-07 22:04 Matt Turner
2018-10-12  8:58 Tobias Klausmann
2019-02-17 17:57 Sergei Trofimovich
2019-02-17 17:59 Sergei Trofimovich
2021-07-24 10:14 Sergei Trofimovich
2021-08-04  9:01 Sergei Trofimovich
2022-08-02  7:48 Joonas Niilola
2022-08-02 18:47 Arthur Zamarin

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=1484851546.f2fd4dab1f2b1130386f927c6a80f5bf41c57bf8.slyfox@gentoo \
    --to=slyfox@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