public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Benda XU" <heroxbd@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/sed/
Date: Fri, 10 Jun 2016 07:20:33 +0000 (UTC)	[thread overview]
Message-ID: <1465543226.43115ed54fa6291626dc263838c1d2bb1975b350.heroxbd@gentoo> (raw)

commit:     43115ed54fa6291626dc263838c1d2bb1975b350
Author:     Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 10 07:19:55 2016 +0000
Commit:     Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Fri Jun 10 07:20:26 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43115ed5

sys-apps/sed: bump to EAPI=5 and support Prefix.

Package-Manager: portage-2.2.28

 sys-apps/sed/sed-4.2.2.ebuild | 32 +++++++++++++-------------------
 1 file changed, 13 insertions(+), 19 deletions(-)

diff --git a/sys-apps/sed/sed-4.2.2.ebuild b/sys-apps/sed/sed-4.2.2.ebuild
index f6a4878..8e10644 100644
--- a/sys-apps/sed/sed-4.2.2.ebuild
+++ b/sys-apps/sed/sed-4.2.2.ebuild
@@ -1,7 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+EAPI=5
+
 inherit eutils flag-o-matic toolchain-funcs
 
 DESCRIPTION="Super-useful stream editor"
@@ -31,24 +33,23 @@ src_bootstrap_sed() {
 	fi
 }
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
+src_prepare() {
 	epatch "${FILESDIR}"/${PN}-4.1.5-alloca.patch
-	# don't use sed here if we have to recover a broken host sed
-}
 
-src_compile() {
+	# don't use sed before bootstrap if we have to recover a broken host sed
 	src_bootstrap_sed
 	# this has to be after the bootstrap portion
 	sed -i \
 		-e '/docdir =/s:=.*/doc:= $(datadir)/doc/'${PF}'/html:' \
 		doc/Makefile.in || die "sed html doc"
+}
 
-	local myconf= bindir=/bin
-	if ! use userland_GNU ; then
-		myconf="--program-prefix=g"
-		bindir=/usr/bin
+src_configure() {
+	local myconf=()
+	if use userland_GNU; then
+		myconf+=( --exec-prefix="${EPREFIX}" )
+	else
+		myconf+=( --program-prefix=g )
 	fi
 
 	# Should be able to drop this hack in next release. #333887
@@ -57,14 +58,7 @@ src_compile() {
 	export ac_cv_header_selinux_{context,selinux}_h=$(usex selinux)
 	use static && append-ldflags -static
 	econf \
-		--bindir=${bindir} \
 		$(use_enable acl) \
 		$(use_enable nls) \
-		${myconf}
-	emake || die "build failed"
-}
-
-src_install() {
-	emake install DESTDIR="${D}" || die "Install failed"
-	dodoc NEWS README* THANKS AUTHORS BUGS ChangeLog
+		"${myconf[@]}"
 }


             reply	other threads:[~2016-06-10  7:20 UTC|newest]

Thread overview: 70+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-10  7:20 Benda XU [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-07-24 10:22 [gentoo-commits] repo/gentoo:master commit in: sys-apps/sed/ Jeroen Roovers
2016-07-24 13:09 Jeroen Roovers
2016-08-06 11:11 Markus Meier
2016-09-23 17:40 Tobias Klausmann
2016-12-07  8:32 Mike Frysinger
2017-01-04 16:49 Lars Wendler
2017-02-04 13:41 Lars Wendler
2018-03-05 18:37 Mike Frysinger
2018-03-11 22:37 Mike Frysinger
2018-03-11 22:37 Mike Frysinger
2018-04-01 14:13 Lars Wendler
2018-04-01 14:13 Lars Wendler
2018-06-19  8:17 Sergei Trofimovich
2018-06-19 12:55 Thomas Deutschmann
2018-06-19 19:13 Sergei Trofimovich
2018-06-22  7:20 Mikle Kolyada
2018-06-23  8:24 Sergei Trofimovich
2018-06-23 14:59 Mart Raudsepp
2018-06-24 20:25 Sergei Trofimovich
2018-06-27  7:25 Tobias Klausmann
2018-07-11 21:35 Mikle Kolyada
2018-12-20 14:13 Mikle Kolyada
2018-12-22 13:24 Lars Wendler
2019-05-03 23:45 Mikle Kolyada
2020-01-15  7:30 Lars Wendler
2020-01-15  9:17 Agostino Sarubbo
2020-01-15 23:52 Sergei Trofimovich
2020-01-16  9:24 Lars Wendler
2020-01-17  8:07 Sergei Trofimovich
2020-01-17  8:09 Sergei Trofimovich
2020-01-17 16:02 Mike Gilbert
2020-01-17 18:43 Mike Gilbert
2020-01-18  9:54 Sergei Trofimovich
2020-01-27 11:22 Mikle Kolyada
2020-02-12 16:14 Agostino Sarubbo
2020-03-17 10:17 Mart Raudsepp
2020-03-21 20:16 Lars Wendler
2020-04-21  7:44 Lars Wendler
2020-05-04 17:36 Thomas Deutschmann
2020-05-25 15:54 Mike Gilbert
2020-06-10 13:00 Agostino Sarubbo
2020-06-10 13:01 Agostino Sarubbo
2020-06-11  8:25 Agostino Sarubbo
2020-06-11  8:27 Agostino Sarubbo
2020-06-11  8:29 Agostino Sarubbo
2020-06-11  8:31 Agostino Sarubbo
2020-06-11  8:34 Agostino Sarubbo
2020-06-11 18:01 Sergei Trofimovich
2020-06-11 22:08 Mart Raudsepp
2021-04-21 19:02 Sam James
2021-05-14 22:14 David Seifert
2022-01-06  9:07 David Seifert
2022-04-07  3:57 Sam James
2022-09-21  4:21 Sam James
2022-10-30 15:51 Sam James
2022-11-07  2:57 Sam James
2022-12-10  4:17 Sam James
2022-12-10  4:17 Sam James
2022-12-10  4:17 Sam James
2022-12-10  4:17 Sam James
2022-12-10  4:17 Sam James
2022-12-10  4:19 Sam James
2022-12-10  4:48 Sam James
2022-12-11 18:01 Arthur Zamarin
2022-12-28  0:38 Sam James
2023-05-15  4:10 Sam James
2023-05-15  4:10 Sam James
2024-05-19 16:02 Sam James
2024-09-29 21:05 Sam James

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=1465543226.43115ed54fa6291626dc263838c1d2bb1975b350.heroxbd@gentoo \
    --to=heroxbd@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