public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/File-RsyncP: ChangeLog File-RsyncP-0.68.ebuild File-RsyncP-0.70.ebuild
@ 2011-04-20 13:01 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2011-04-20 13:01 UTC (permalink / raw
  To: gentoo-commits

jlec        11/04/20 13:01:04

  Modified:             ChangeLog File-RsyncP-0.68.ebuild
                        File-RsyncP-0.70.ebuild
  Log:
  Respect CC, #243960
  
  (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)

Revision  Changes    Path
1.25                 dev-perl/File-RsyncP/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/File-RsyncP/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/File-RsyncP/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/File-RsyncP/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/File-RsyncP/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	5 Aug 2010 07:01:37 -0000	1.24
+++ ChangeLog	20 Apr 2011 13:01:04 -0000	1.25
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/File-RsyncP
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-RsyncP/ChangeLog,v 1.24 2010/08/05 07:01:37 tove Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-RsyncP/ChangeLog,v 1.25 2011/04/20 13:01:04 jlec Exp $
+
+  20 Apr 2011; Justin Lecher <jlec@gentoo.org> File-RsyncP-0.68.ebuild,
+  File-RsyncP-0.70.ebuild:
+  Respect CC, #243960
 
 *File-RsyncP-0.70 (05 Aug 2010)
 



1.11                 dev-perl/File-RsyncP/File-RsyncP-0.68.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/File-RsyncP/File-RsyncP-0.68.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/File-RsyncP/File-RsyncP-0.68.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/File-RsyncP/File-RsyncP-0.68.ebuild?r1=1.10&r2=1.11

Index: File-RsyncP-0.68.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/File-RsyncP/File-RsyncP-0.68.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- File-RsyncP-0.68.ebuild	16 Mar 2009 11:18:31 -0000	1.10
+++ File-RsyncP-0.68.ebuild	20 Apr 2011 13:01:04 -0000	1.11
@@ -1,11 +1,11 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-RsyncP/File-RsyncP-0.68.ebuild,v 1.10 2009/03/16 11:18:31 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-RsyncP/File-RsyncP-0.68.ebuild,v 1.11 2011/04/20 13:01:04 jlec Exp $
 
 EAPI=2
 
 MODULE_AUTHOR=CBARRATT
-inherit perl-module
+inherit perl-module toolchain-funcs
 
 DESCRIPTION="An rsync perl module"
 HOMEPAGE="http://perlrsync.sourceforge.net/"
@@ -18,3 +18,8 @@
 RDEPEND="net-misc/rsync"
 
 MAKEOPTS="${MAKEOPTS} -j1"
+
+src_prepare() {
+	perl-module_src_prepare
+	tc-export CC
+}



1.2                  dev-perl/File-RsyncP/File-RsyncP-0.70.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/File-RsyncP/File-RsyncP-0.70.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/File-RsyncP/File-RsyncP-0.70.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/File-RsyncP/File-RsyncP-0.70.ebuild?r1=1.1&r2=1.2

Index: File-RsyncP-0.70.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/File-RsyncP/File-RsyncP-0.70.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- File-RsyncP-0.70.ebuild	5 Aug 2010 07:01:37 -0000	1.1
+++ File-RsyncP-0.70.ebuild	20 Apr 2011 13:01:04 -0000	1.2
@@ -1,6 +1,6 @@
-# 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-perl/File-RsyncP/File-RsyncP-0.70.ebuild,v 1.1 2010/08/05 07:01:37 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-RsyncP/File-RsyncP-0.70.ebuild,v 1.2 2011/04/20 13:01:04 jlec Exp $
 
 EAPI=3
 
@@ -18,3 +18,8 @@
 RDEPEND="net-misc/rsync"
 
 MAKEOPTS+=" -j1"
+
+src_prepare() {
+	perl-module_src_prepare
+	tc-export CC
+}






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

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

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-20 13:01 [gentoo-commits] gentoo-x86 commit in dev-perl/File-RsyncP: ChangeLog File-RsyncP-0.68.ebuild File-RsyncP-0.70.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