public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeremy Olexa (darkside)" <darkside@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/m4: m4-1.4.16.ebuild ChangeLog
Date: Tue, 31 May 2011 15:37:21 +0000 (UTC)	[thread overview]
Message-ID: <20110531153721.96C4920054@flycatcher.gentoo.org> (raw)

darkside    11/05/31 15:37:21

  Modified:             m4-1.4.16.ebuild ChangeLog
  Log:
  Add Gentoo Prefix modifications since the ebuild was already EAPI3. Keywords, dosym, ED usage.
  
  (Portage version: 2.1.9.49/cvs/Linux i686)

Revision  Changes    Path
1.2                  sys-devel/m4/m4-1.4.16.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/m4/m4-1.4.16.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/m4/m4-1.4.16.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/m4/m4-1.4.16.ebuild?r1=1.1&r2=1.2

Index: m4-1.4.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/m4/m4-1.4.16.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- m4-1.4.16.ebuild	1 Mar 2011 23:20:57 -0000	1.1
+++ m4-1.4.16.ebuild	31 May 2011 15:37:21 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/m4-1.4.16.ebuild,v 1.1 2011/03/01 23:20:57 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/m4-1.4.16.ebuild,v 1.2 2011/05/31 15:37:21 darkside Exp $
 
 EAPI="3"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="examples"
 
 # remember: cannot dep on autoconf since it needs us
@@ -35,10 +35,13 @@
 
 src_install() {
 	emake install DESTDIR="${D}" || die
+	# autoconf-2.60 for instance, first checks gm4, then m4.  If we don't have
+	# gm4, it might find gm4 from outside the prefix on for instance Darwin
+	use prefix && dosym /usr/bin/m4 /usr/bin/gm4
 	dodoc BACKLOG ChangeLog NEWS README* THANKS TODO
 	if use examples ; then
 		docinto examples
 		dodoc examples/*
-		rm -f "${D}"/usr/share/doc/${PF}/examples/Makefile*
+		rm -f "${ED}"/usr/share/doc/${PF}/examples/Makefile*
 	fi
 }



1.152                sys-devel/m4/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/m4/ChangeLog?rev=1.152&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/m4/ChangeLog?rev=1.152&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/m4/ChangeLog?r1=1.151&r2=1.152

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/m4/ChangeLog,v
retrieving revision 1.151
retrieving revision 1.152
diff -u -r1.151 -r1.152
--- ChangeLog	1 Mar 2011 23:20:57 -0000	1.151
+++ ChangeLog	31 May 2011 15:37:21 -0000	1.152
@@ -1,6 +1,10 @@
 # ChangeLog for sys-devel/m4
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/ChangeLog,v 1.151 2011/03/01 23:20:57 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/ChangeLog,v 1.152 2011/05/31 15:37:21 darkside Exp $
+
+  31 May 2011; Jeremy Olexa <darkside@gentoo.org> m4-1.4.16.ebuild:
+  Add Gentoo Prefix modifications since the ebuild was already EAPI3. Keywords,
+  dosym, ED usage.
 
 *m4-1.4.16 (01 Mar 2011)
 






             reply	other threads:[~2011-05-31 15:37 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-31 15:37 Jeremy Olexa (darkside) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-02-18  1:07 [gentoo-commits] gentoo-x86 commit in sys-devel/m4: m4-1.4.16.ebuild ChangeLog Zac Medico (zmedico)
2012-08-19 18:46 Raul Porcel (armin76)
2012-07-19 19:38 Markus Meier (maekke)
2012-07-10 18:50 Brent Baude (ranger)
2012-07-06  4:22 Mike Frysinger (vapier)
2012-06-28 12:43 Brent Baude (ranger)
2012-06-27  2:56 Jeroen Roovers (jer)
2012-06-26 17:41 Agostino Sarubbo (ago)
2012-06-25  5:48 Jeff Horelick (jdhore)
2012-04-26 12:09 Alexis Ballier (aballier)
2011-08-30  1:43 Matt Turner (mattst88)
2011-03-01 23:20 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=20110531153721.96C4920054@flycatcher.gentoo.org \
    --to=darkside@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