public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/xtail/
Date: Fri, 29 Dec 2017 22:33:29 +0000 (UTC)	[thread overview]
Message-ID: <1514586722.edeafcdb8a9e36e5bd8b0f70656749e828b9b438.soap@gentoo> (raw)

commit:     edeafcdb8a9e36e5bd8b0f70656749e828b9b438
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 29 19:21:27 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Dec 29 22:32:02 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edeafcdb

app-admin/xtail: Port to EAPI 6

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-admin/xtail/xtail-2.1-r1.ebuild | 26 ++++++++++++++------------
 1 file changed, 14 insertions(+), 12 deletions(-)

diff --git a/app-admin/xtail/xtail-2.1-r1.ebuild b/app-admin/xtail/xtail-2.1-r1.ebuild
index 9506b3e7e06..9f010062d31 100644
--- a/app-admin/xtail/xtail-2.1-r1.ebuild
+++ b/app-admin/xtail/xtail-2.1-r1.ebuild
@@ -1,30 +1,32 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=4
+EAPI=6
 
-inherit eutils toolchain-funcs
+inherit toolchain-funcs
 
 DESCRIPTION="Tail multiple logfiles at once, even if rotated"
 HOMEPAGE="http://www.unicom.com/sw/xtail/"
-SRC_URI="http://www.unicom.com/sw/xtail/${P}.tar.gz
+SRC_URI="
+	http://www.unicom.com/sw/xtail/${P}.tar.gz
 	http://www.unicom.com/files/20120219-patch-aalto.zip"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ppc ~sparc x86"
+KEYWORDS="amd64 ppc sparc x86"
 IUSE=""
+
 DEPEND="app-arch/unzip"
 
-src_prepare() {
-	epatch ../0001-Use-ISO8601-Fix-Gcc-header-Use-C-c.patch
-	epatch ../0001-xtail.1-remove-SIGQUIT.patch
-	epatch ../xtail_2.1-5-debian-local-changes.patch
-}
+PATCHES=(
+	"${WORKDIR}"/0001-Use-ISO8601-Fix-Gcc-header-Use-C-c.patch
+	"${WORKDIR}"/0001-xtail.1-remove-SIGQUIT.patch
+	"${WORKDIR}"/xtail_2.1-5-debian-local-changes.patch
+)
 
-src_compile() {
+src_configure() {
 	tc-export CC
-	emake
+	default
 }
 
 src_install() {


             reply	other threads:[~2017-12-29 22:33 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-29 22:33 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-10-28 15:06 [gentoo-commits] repo/gentoo:master commit in: app-admin/xtail/ Andreas Sturmlechner
2022-10-27  7:40 Agostino Sarubbo
2022-10-25 17:55 Sam James
2022-10-25  9:53 Arthur Zamarin
2017-12-29 22:33 David Seifert
2016-04-04  9:00 Ian Delaney

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=1514586722.edeafcdb8a9e36e5bd8b0f70656749e828b9b438.soap@gentoo \
    --to=soap@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