public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-vcs/cvsps: ChangeLog cvsps-2.1.ebuild cvsps-2.1-r1.ebuild
@ 2011-04-20 12:44 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2011-04-20 12:44 UTC (permalink / raw
  To: gentoo-commits

jlec        11/04/20 12:44:43

  Modified:             ChangeLog cvsps-2.1.ebuild cvsps-2.1-r1.ebuild
  Log:
  Respect CC, #243992
  
  (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-vcs/cvsps/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvsps/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvsps/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvsps/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/cvsps/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	19 Oct 2010 05:33:59 -0000	1.3
+++ ChangeLog	20 Apr 2011 12:44:43 -0000	1.4
@@ -1,6 +1,10 @@
 # ChangeLog for dev-vcs/cvsps
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsps/ChangeLog,v 1.3 2010/10/19 05:33:59 leio Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsps/ChangeLog,v 1.4 2011/04/20 12:44:43 jlec Exp $
+
+  20 Apr 2011; Justin Lecher <jlec@gentoo.org> cvsps-2.1.ebuild,
+  cvsps-2.1-r1.ebuild:
+  Respect CC, #243992
 
   19 Oct 2010; Mart Raudsepp <leio@gentoo.org> cvsps-2.1.ebuild:
   Drop to ~mips



1.3                  dev-vcs/cvsps/cvsps-2.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvsps/cvsps-2.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvsps/cvsps-2.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvsps/cvsps-2.1.ebuild?r1=1.2&r2=1.3

Index: cvsps-2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/cvsps/cvsps-2.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cvsps-2.1.ebuild	19 Oct 2010 05:33:59 -0000	1.2
+++ cvsps-2.1.ebuild	20 Apr 2011 12:44:43 -0000	1.3
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsps/cvsps-2.1.ebuild,v 1.2 2010/10/19 05:33:59 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsps/cvsps-2.1.ebuild,v 1.3 2011/04/20 12:44:43 jlec Exp $
 
-inherit eutils
+inherit eutils toolchain-funcs
 
 MY_P="${P/_/}"
 DESCRIPTION="Generates patchset information from a CVS repository"
@@ -15,6 +15,7 @@
 IUSE=""
 
 DEPEND="sys-libs/zlib"
+RDPEPEND="${DEPEND}"
 
 S="${WORKDIR}/${MY_P}"
 
@@ -22,6 +23,7 @@
 	unpack ${A}
 	cd "${S}"
 	epatch "${FILESDIR}"/${P}-build.patch
+	tc-export CC
 }
 
 src_install() {



1.3                  dev-vcs/cvsps/cvsps-2.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvsps/cvsps-2.1-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvsps/cvsps-2.1-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvsps/cvsps-2.1-r1.ebuild?r1=1.2&r2=1.3

Index: cvsps-2.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/cvsps/cvsps-2.1-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cvsps-2.1-r1.ebuild	3 Sep 2010 12:30:58 -0000	1.2
+++ cvsps-2.1-r1.ebuild	20 Apr 2011 12:44:43 -0000	1.3
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsps/cvsps-2.1-r1.ebuild,v 1.2 2010/09/03 12:30:58 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsps/cvsps-2.1-r1.ebuild,v 1.3 2011/04/20 12:44:43 jlec Exp $
 
-inherit eutils
+inherit eutils toolchain-funcs
 
 MY_P="${P/_/}"
 DESCRIPTION="Generates patchset information from a CVS repository"
@@ -15,6 +15,7 @@
 IUSE=""
 
 DEPEND="sys-libs/zlib"
+RDPEPEND="${DEPEND}"
 
 S="${WORKDIR}/${MY_P}"
 
@@ -27,6 +28,7 @@
 	if [[ ${CHOST} == *-solaris* ]] ; then
 		sed -i -e '/^LDLIBS+=/s/$/ -lsocket/' Makefile || die
 	fi
+	tc-export CC
 }
 
 src_install() {






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

only message in thread, other threads:[~2011-04-20 12:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-20 12:44 [gentoo-commits] gentoo-x86 commit in dev-vcs/cvsps: ChangeLog cvsps-2.1.ebuild cvsps-2.1-r1.ebuild Justin Lecher (jlec)

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