public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-arch/mt-st: ChangeLog mt-st-0.9b.ebuild
@ 2008-10-23  2:42 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 2+ messages in thread
From: Diego Petteno (flameeyes) @ 2008-10-23  2:42 UTC (permalink / raw
  To: gentoo-commits

flameeyes    08/10/23 02:42:32

  Modified:             ChangeLog mt-st-0.9b.ebuild
  Log:
  Respect CFLAGS, LDFLAGS and CC.
  (Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo x86_64)

Revision  Changes    Path
1.27                 app-arch/mt-st/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/mt-st/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/mt-st/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/mt-st/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/mt-st/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	16 Aug 2007 10:51:37 -0000	1.26
+++ ChangeLog	23 Oct 2008 02:42:32 -0000	1.27
@@ -1,6 +1,9 @@
 # ChangeLog for app-arch/mt-st
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/mt-st/ChangeLog,v 1.26 2007/08/16 10:51:37 gmsoft Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/mt-st/ChangeLog,v 1.27 2008/10/23 02:42:32 flameeyes Exp $
+
+  23 Oct 2008; Diego Pettenò <flameeyes@gentoo.org> mt-st-0.9b.ebuild:
+  Respect CFLAGS, LDFLAGS and CC.
 
   16 Aug 2007; Guy Martin <gmsoft@gentoo.org> mt-st-0.9b.ebuild:
   Stable on hppa



1.9                  app-arch/mt-st/mt-st-0.9b.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/mt-st/mt-st-0.9b.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/mt-st/mt-st-0.9b.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/mt-st/mt-st-0.9b.ebuild?r1=1.8&r2=1.9

Index: mt-st-0.9b.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/mt-st/mt-st-0.9b.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- mt-st-0.9b.ebuild	16 Aug 2007 10:51:37 -0000	1.8
+++ mt-st-0.9b.ebuild	23 Oct 2008 02:42:32 -0000	1.9
@@ -1,8 +1,8 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/mt-st/mt-st-0.9b.ebuild,v 1.8 2007/08/16 10:51:37 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/mt-st/mt-st-0.9b.ebuild,v 1.9 2008/10/23 02:42:32 flameeyes Exp $
 
-inherit eutils
+inherit eutils toolchain-funcs
 
 DESCRIPTION="Enhanced mt command for Linux, supporting Linux 2.4 ioctls"
 HOMEPAGE="http://www.gnu.org/software/tar/"
@@ -25,7 +25,8 @@
 }
 
 src_compile() {
-	emake || die
+	# Builds straight from .c to final binary
+	emake CC="$(tc-getCC)" CFLAGS="${CFLAGS} ${LDFLAGS}" || die
 }
 
 src_install() {






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-arch/mt-st: ChangeLog mt-st-0.9b.ebuild
@ 2009-12-14 14:24 Jeroen Roovers (jer)
  0 siblings, 0 replies; 2+ messages in thread
From: Jeroen Roovers (jer) @ 2009-12-14 14:24 UTC (permalink / raw
  To: gentoo-commits

jer         09/12/14 14:24:12

  Modified:             ChangeLog
  Removed:              mt-st-0.9b.ebuild
  Log:
  Remove old.
  (Portage version: 2.2_rc59/cvs/Linux i686)

Revision  Changes    Path
1.39                 app-arch/mt-st/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/mt-st/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/mt-st/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/mt-st/ChangeLog?r1=1.38&r2=1.39

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/mt-st/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	8 Dec 2009 19:37:08 -0000	1.38
+++ ChangeLog	14 Dec 2009 14:24:12 -0000	1.39
@@ -1,6 +1,10 @@
 # ChangeLog for app-arch/mt-st
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/mt-st/ChangeLog,v 1.38 2009/12/08 19:37:08 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/mt-st/ChangeLog,v 1.39 2009/12/14 14:24:12 jer Exp $
+
+  14 Dec 2009; Jeroen Roovers <jer@gentoo.org> -mt-st-0.9b.ebuild,
+  -files/mt-st-0.9b-use-internal-qic117.patch:
+  Remove old.
 
   08 Dec 2009; Brent Baude <ranger@gentoo.org> mt-st-1.1.ebuild:
   Marking mt-st-1.1 ppc64 for bug 290604






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-12-14 14:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-23  2:42 [gentoo-commits] gentoo-x86 commit in app-arch/mt-st: ChangeLog mt-st-0.9b.ebuild Diego Petteno (flameeyes)
  -- strict thread matches above, loose matches on Subject: below --
2009-12-14 14:24 Jeroen Roovers (jer)

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