public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/tinlink: ChangeLog tinlink-1.0.0.ebuild
@ 2009-08-01  1:33 Victor Ostorga (vostorga)
  0 siblings, 0 replies; only message in thread
From: Victor Ostorga (vostorga) @ 2009-08-01  1:33 UTC (permalink / raw
  To: gentoo-commits

vostorga    09/08/01 01:33:56

  Modified:             ChangeLog tinlink-1.0.0.ebuild
  Log:
  Respecting CC variable, closes bug #244042
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.5                  dev-util/tinlink/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/tinlink/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	15 May 2007 09:10:31 -0000	1.4
+++ ChangeLog	1 Aug 2009 01:33:56 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/tinlink
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/tinlink/ChangeLog,v 1.4 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/tinlink/ChangeLog,v 1.5 2009/08/01 01:33:56 vostorga Exp $
+
+  01 Aug 2009; <vostorga@gentoo.org> tinlink-1.0.0.ebuild:
+  Respecting CC variable, closes bug #244042
 
   14 May 2007; Thilo Bangert <bangert@gentoo.org> metadata.xml:
   add <herd>no-herd</herd>



1.3                  dev-util/tinlink/tinlink-1.0.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/tinlink/tinlink-1.0.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/tinlink/tinlink-1.0.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/tinlink/tinlink-1.0.0.ebuild?r1=1.2&r2=1.3

Index: tinlink-1.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/tinlink/tinlink-1.0.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tinlink-1.0.0.ebuild	7 May 2005 19:32:42 -0000	1.2
+++ tinlink-1.0.0.ebuild	1 Aug 2009 01:33:56 -0000	1.3
@@ -1,6 +1,8 @@
-# Copyright 1999-2005 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/tinlink/tinlink-1.0.0.ebuild,v 1.2 2005/05/07 19:32:42 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/tinlink/tinlink-1.0.0.ebuild,v 1.3 2009/08/01 01:33:56 vostorga Exp $
+
+inherit toolchain-funcs
 
 DESCRIPTION="a tool to create very small elf binary from pure binary files"
 HOMEPAGE="http://sed.free.fr/tinlink/"
@@ -12,6 +14,7 @@
 IUSE=""
 
 DEPEND=""
+RDEPEND=""
 
 src_unpack() {
 	unpack ${A}
@@ -19,7 +22,7 @@
 }
 
 src_compile() {
-	emake tinlink || die
+	emake CC="$(tc-getCC)" tinlink || die
 }
 
 src_install() {






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-08-01  1:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-01  1:33 [gentoo-commits] gentoo-x86 commit in dev-util/tinlink: ChangeLog tinlink-1.0.0.ebuild Victor Ostorga (vostorga)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox