public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/enum/
Date: Thu, 12 May 2016 09:43:34 +0000 (UTC)	[thread overview]
Message-ID: <1463045320.152938abc26b5105601643576036a8e28481d116.monsieurp@gentoo> (raw)

commit:     152938abc26b5105601643576036a8e28481d116
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu May 12 12:23:00 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu May 12 09:28:40 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=152938ab

app-misc/enum: EAPI 6 bump.

Package-Manager: portage-2.2.26

 app-misc/enum/{enum-1.1.ebuild => enum-1.1-r1.ebuild} | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/app-misc/enum/enum-1.1.ebuild b/app-misc/enum/enum-1.1-r1.ebuild
similarity index 64%
rename from app-misc/enum/enum-1.1.ebuild
rename to app-misc/enum/enum-1.1-r1.ebuild
index 4b97305..b60c026 100644
--- a/app-misc/enum/enum-1.1.ebuild
+++ b/app-misc/enum/enum-1.1-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="2"
+EAPI=6
 
 DESCRIPTION="Replacement for GNU seq and BSD jot"
 HOMEPAGE="https://fedorahosted.org/enum/"
@@ -17,15 +17,19 @@ DEPEND=""
 RDEPEND=""
 
 src_prepare() {
+	default
+
 	# Remove bundled getopt
-	rm -R thirdparty || die
+	rm -rv thirdparty || die
 }
 
 src_configure() {
-	econf --disable-doc-rebuild --disable-dependency-tracking
+	econf \
+		--disable-doc-rebuild \
+		--disable-dependency-tracking
 }
 
 src_install() {
-	emake DESTDIR="${D}" install || die 'emake install'
-	dodoc ChangeLog || die 'dodoc failed'
+	emake DESTDIR="${D}" install
+	dodoc ChangeLog
 }


             reply	other threads:[~2016-05-12  9:43 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-12  9:43 Patrice Clement [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-10-03 14:44 [gentoo-commits] repo/gentoo:master commit in: app-misc/enum/ Sebastian Pipping
2019-11-18 17:14 Sebastian Pipping

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=1463045320.152938abc26b5105601643576036a8e28481d116.monsieurp@gentoo \
    --to=monsieurp@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