public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Frysinger (vapier)" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/findutils: findutils-4.5.11.ebuild ChangeLog
Date: Thu,  9 May 2013 17:28:54 +0000 (UTC)	[thread overview]
Message-ID: <20130509172854.EDEF42171D@flycatcher.gentoo.org> (raw)

vapier      13/05/09 17:28:54

  Modified:             findutils-4.5.11.ebuild ChangeLog
  Log:
  Update oldfind removal to include program prefix #469084 by Christian Bricart.
  
  (Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)

Revision  Changes    Path
1.3                  sys-apps/findutils/findutils-4.5.11.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/findutils/findutils-4.5.11.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/findutils/findutils-4.5.11.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/findutils/findutils-4.5.11.ebuild?r1=1.2&r2=1.3

Index: findutils-4.5.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/findutils/findutils-4.5.11.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- findutils-4.5.11.ebuild	7 May 2013 05:22:07 -0000	1.2
+++ findutils-4.5.11.ebuild	9 May 2013 17:28:54 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/findutils/findutils-4.5.11.ebuild,v 1.2 2013/05/07 05:22:07 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/findutils/findutils-4.5.11.ebuild,v 1.3 2013/05/09 17:28:54 vapier Exp $
 
 EAPI="3"
 
@@ -30,16 +30,14 @@
 src_configure() {
 	use static && append-ldflags -static
 
-	local myconf
-	use userland_GNU || myconf=" --program-prefix=g"
-
+	local program_prefix=$(usex userland_GNU '' g)
 	econf \
 		--with-packager="Gentoo" \
 		--with-packager-version="${PVR}" \
 		--with-packager-bug-reports="http://bugs.gentoo.org/" \
+		--program-prefix=${program_prefix} \
 		$(use_enable nls) \
-		--libexecdir='$(libdir)'/find \
-		${myconf}
+		--libexecdir='$(libdir)'/find
 }
 
 src_install() {
@@ -47,5 +45,6 @@
 	dodoc NEWS README TODO ChangeLog
 
 	# We don't need this, so punt it.
-	rm "${ED}"/usr/bin/oldfind "${ED}"/usr/share/man/man1/oldfind.1 || die
+	rm "${ED}"/usr/bin/${program_prefix}oldfind \
+		"${ED}"/usr/share/man/man1/${program_prefix}oldfind.1 || die
 }



1.214                sys-apps/findutils/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/findutils/ChangeLog?rev=1.214&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/findutils/ChangeLog?rev=1.214&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/findutils/ChangeLog?r1=1.213&r2=1.214

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/findutils/ChangeLog,v
retrieving revision 1.213
retrieving revision 1.214
diff -u -r1.213 -r1.214
--- ChangeLog	7 May 2013 05:22:07 -0000	1.213
+++ ChangeLog	9 May 2013 17:28:54 -0000	1.214
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/findutils
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/findutils/ChangeLog,v 1.213 2013/05/07 05:22:07 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/findutils/ChangeLog,v 1.214 2013/05/09 17:28:54 vapier Exp $
+
+  09 May 2013; Mike Frysinger <vapier@gentoo.org> findutils-4.5.11.ebuild:
+  Update oldfind removal to include program prefix #469084 by Christian Bricart.
 
   07 May 2013; Fabian Groffen <grobian@gentoo.org> findutils-4.5.11.ebuild:
   Fix for Prefix, bug #468786





             reply	other threads:[~2013-05-09 17:29 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-09 17:28 Mike Frysinger (vapier) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-06-27  5:50 [gentoo-commits] gentoo-x86 commit in sys-apps/findutils: findutils-4.5.11.ebuild ChangeLog Mike Frysinger (vapier)
2013-06-19  4:59 Christoph Junghans (ottxor)
2013-05-12 18:05 Mike Frysinger (vapier)
2013-05-07  5:22 Fabian Groffen (grobian)
2013-05-05 23:49 Mike Frysinger (vapier)

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=20130509172854.EDEF42171D@flycatcher.gentoo.org \
    --to=vapier@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