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

angelos     08/12/30 20:29:22

  Modified:             ChangeLog tpconfig-3.1.3.ebuild
  Log:
  QA: Respect CC (bug 243678)
  (Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)

Revision  Changes    Path
1.10                 app-misc/tpconfig/ChangeLog

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

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



1.13                 app-misc/tpconfig/tpconfig-3.1.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/tpconfig/tpconfig-3.1.3.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/tpconfig/tpconfig-3.1.3.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/tpconfig/tpconfig-3.1.3.ebuild?r1=1.12&r2=1.13

Index: tpconfig-3.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/tpconfig/tpconfig-3.1.3.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- tpconfig-3.1.3.ebuild	22 Apr 2007 15:20:02 -0000	1.12
+++ tpconfig-3.1.3.ebuild	30 Dec 2008 20:29:22 -0000	1.13
@@ -1,6 +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-misc/tpconfig/tpconfig-3.1.3.ebuild,v 1.12 2007/04/22 15:20:02 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/tpconfig/tpconfig-3.1.3.ebuild,v 1.13 2008/12/30 20:29:22 angelos Exp $
+
+inherit toolchain-funcs
 
 DESCRIPTION="Touchpad config for ALPS and Synaptics TPs. Controls tap/click behaviour"
 HOMEPAGE="http://www.compass.com/synaptics/"
@@ -11,6 +13,11 @@
 KEYWORDS="x86"
 IUSE=""
 
+src_compile() {
+	econf
+	emake CC="$(tc-getCC)" || die "emake failed"
+}
+
 src_install() {
 	dobin tpconfig || die "dobin failed!"
 	dodoc README AUTHORS NEWS INSTALL






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

only message in thread, other threads:[~2008-12-30 20:29 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:29 [gentoo-commits] gentoo-x86 commit in app-misc/tpconfig: ChangeLog tpconfig-3.1.3.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