public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-misc/scope: ChangeLog scope-0.04.ebuild
@ 2008-12-30 20:14 Christoph Mende (angelos)
  0 siblings, 0 replies; only message in thread
From: Christoph Mende (angelos) @ 2008-12-30 20:14 UTC (permalink / raw
  To: gentoo-commits

angelos     08/12/30 20:14:54

  Modified:             ChangeLog scope-0.04.ebuild
  Log:
  QA: Respect CC (bug 243668)
  (Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)

Revision  Changes    Path
1.5                  app-misc/scope/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/scope/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	14 May 2007 16:47:40 -0000	1.4
+++ ChangeLog	30 Dec 2008 20:14:54 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for app-misc/scope
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/scope/ChangeLog,v 1.4 2007/05/14 16:47:40 bangert Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/scope/ChangeLog,v 1.5 2008/12/30 20:14:54 angelos Exp $
+
+  30 Dec 2008; Christoph Mende <angelos@gentoo.org> scope-0.04.ebuild:
+  QA: Respect CC (bug 243668)
 
   14 May 2007; Thilo Bangert <bangert@gentoo.org> metadata.xml:
   add <herd>no-herd</herd>



1.3                  app-misc/scope/scope-0.04.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/scope/scope-0.04.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/scope/scope-0.04.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/scope/scope-0.04.ebuild?r1=1.2&r2=1.3

Index: scope-0.04.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/scope/scope-0.04.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- scope-0.04.ebuild	11 Aug 2006 19:34:01 -0000	1.2
+++ scope-0.04.ebuild	30 Dec 2008 20:14:54 -0000	1.3
@@ -1,17 +1,24 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/scope/scope-0.04.ebuild,v 1.2 2006/08/11 19:34:01 chrb Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/scope/scope-0.04.ebuild,v 1.3 2008/12/30 20:14:54 angelos Exp $
+
+inherit toolchain-funcs
 
 DESCRIPTION="Serial Line Analyser"
 HOMEPAGE="http://www.gumbley.me.uk/scope.html"
 SRC_URI="http://www.gumbley.me.uk/${P}.tar.gz"
 LICENSE="GPL-2"
+
 SLOT="0"
 KEYWORDS="x86"
 IUSE=""
-DEPEND="virtual/libc"
+
+src_compile() {
+	econf
+	emake CC="$(tc-getCC)" || die "emake failed"
+}
 
 src_install() {
-	make DESTDIR="${D}" install || die
+	emake DESTDIR="${D}" install || die "emake install failed"
 	dodoc README
 }






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

only message in thread, other threads:[~2008-12-30 20:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-30 20:14 [gentoo-commits] gentoo-x86 commit in app-misc/scope: ChangeLog scope-0.04.ebuild Christoph Mende (angelos)

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