public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Victor Ostorga (vostorga)" <vostorga@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/awka: awka-0.7.5.ebuild ChangeLog
Date: Thu, 06 Aug 2009 17:42:07 +0000	[thread overview]
Message-ID: <E1MZ6yd-00059N-Bl@stork.gentoo.org> (raw)

vostorga    09/08/06 17:42:07

  Modified:             awka-0.7.5.ebuild ChangeLog
  Log:
  Respecting CC variable, bug #243970
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.11                 dev-util/awka/awka-0.7.5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/awka/awka-0.7.5.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/awka/awka-0.7.5.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/awka/awka-0.7.5.ebuild?r1=1.10&r2=1.11

Index: awka-0.7.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/awka/awka-0.7.5.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- awka-0.7.5.ebuild	12 Jul 2007 01:05:42 -0000	1.10
+++ awka-0.7.5.ebuild	6 Aug 2009 17:42:07 -0000	1.11
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/awka/awka-0.7.5.ebuild,v 1.10 2007/07/12 01:05:42 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/awka/awka-0.7.5.ebuild,v 1.11 2009/08/06 17:42:07 vostorga Exp $
 
 inherit eutils
 
@@ -14,6 +14,7 @@
 
 IUSE=""
 DEPEND="virtual/libc"
+RDEPEND="${DEPEND}"
 
 src_compile() {
 
@@ -25,14 +26,14 @@
 		--mandir=/usr/share/man \
 		--includedir=/usr/include \
 		|| die "./configure failed"
-	emake || die "make failed"
+	emake CC="$(tc-getCC)" || die "make failed"
 }
 
 src_install() {
-	make prefix=${D} \
-		MANSRCDIR=${D}/usr/share/man \
-		INCDIR=${D}/usr/include \
-		LIBDIR=${D}/usr/$(get_libdir) \
+	make prefix="${D}" \
+		MANSRCDIR="${D}"/usr/share/man \
+		INCDIR="${D}"/usr/include \
+		LIBDIR="${D}"/usr/$(get_libdir) \
 		install || die "install failed"
 
 	dodoc ACKNOWLEDGEMENTS *.txt



1.8                  dev-util/awka/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/awka/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/awka/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/awka/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/awka/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	15 May 2007 09:10:31 -0000	1.7
+++ ChangeLog	6 Aug 2009 17:42:07 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/awka
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/awka/ChangeLog,v 1.7 2007/05/15 09:10:31 bangert Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/awka/ChangeLog,v 1.8 2009/08/06 17:42:07 vostorga Exp $
+
+  06 Aug 2009; Víctor Ostorga <vostorga@gentoo.org> awka-0.7.5.ebuild:
+  Respecting CC variable, bug #243970
 
   14 May 2007; Thilo Bangert <bangert@gentoo.org> metadata.xml:
   add <herd>no-herd</herd>






             reply	other threads:[~2009-08-06 17:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-06 17:42 Victor Ostorga (vostorga) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-09-23 17:40 [gentoo-commits] gentoo-x86 commit in dev-util/awka: awka-0.7.5.ebuild ChangeLog Patrick Lauer (patrick)

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=E1MZ6yd-00059N-Bl@stork.gentoo.org \
    --to=vostorga@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