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.700.0.ebuild
@ 2011-08-30 15:44 Torsten Veller (tove)
  0 siblings, 0 replies; 2+ messages in thread
From: Torsten Veller (tove) @ 2011-08-30 15:44 UTC (permalink / raw
  To: gentoo-commits

tove        11/08/30 15:44:45

  Modified:             ChangeLog
  Added:                File-RsyncP-0.700.0.ebuild
  Log:
  Change version scheme
  
  (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/File-RsyncP/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	20 Apr 2011 13:01:04 -0000	1.25
+++ ChangeLog	30 Aug 2011 15:44:44 -0000	1.26
@@ -1,6 +1,11 @@
 # ChangeLog for dev-perl/File-RsyncP
 # 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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-RsyncP/ChangeLog,v 1.26 2011/08/30 15:44:44 tove Exp $
+
+*File-RsyncP-0.700.0 (30 Aug 2011)
+
+  30 Aug 2011; Torsten Veller <tove@gentoo.org> +File-RsyncP-0.700.0.ebuild:
+  Change version scheme
 
   20 Apr 2011; Justin Lecher <jlec@gentoo.org> File-RsyncP-0.68.ebuild,
   File-RsyncP-0.70.ebuild:



1.1                  dev-perl/File-RsyncP/File-RsyncP-0.700.0.ebuild

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

Index: File-RsyncP-0.700.0.ebuild
===================================================================
# 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.700.0.ebuild,v 1.1 2011/08/30 15:44:45 tove Exp $

EAPI=4

MODULE_AUTHOR=CBARRATT
MODULE_VERSION=0.70
inherit perl-module

DESCRIPTION="An rsync perl module"
HOMEPAGE="http://perlrsync.sourceforge.net/ ${HOMEPAGE}"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""

RDEPEND="net-misc/rsync"

MAKEOPTS+=" -j1"

src_prepare() {
	perl-module_src_prepare
	tc-export CC
}






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/File-RsyncP: ChangeLog File-RsyncP-0.700.0.ebuild
@ 2014-12-12 22:29 Andreas HAttel (dilfridge)
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas HAttel (dilfridge) @ 2014-12-12 22:29 UTC (permalink / raw
  To: gentoo-commits

dilfridge    14/12/12 22:29:51

  Modified:             ChangeLog File-RsyncP-0.700.0.ebuild
  Log:
  Add patch for parallel make bug 262156
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/File-RsyncP/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	27 Jun 2014 17:20:27 -0000	1.30
+++ ChangeLog	12 Dec 2014 22:29:51 -0000	1.31
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/File-RsyncP
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-RsyncP/ChangeLog,v 1.30 2014/06/27 17:20:27 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-RsyncP/ChangeLog,v 1.31 2014/12/12 22:29:51 dilfridge Exp $
+
+  12 Dec 2014; Andreas K. Huettel <dilfridge@gentoo.org>
+  File-RsyncP-0.700.0.ebuild, +files/File-RsyncP-0.700.0-make.patch:
+  Add patch for parallel make bug 262156
 
   27 Jun 2014; Mikle Kolyada <zlogene@gentoo.org> -File-RsyncP-0.68.ebuild,
   File-RsyncP-0.700.0.ebuild:



1.4                  dev-perl/File-RsyncP/File-RsyncP-0.700.0.ebuild

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

Index: File-RsyncP-0.700.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/File-RsyncP/File-RsyncP-0.700.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- File-RsyncP-0.700.0.ebuild	27 Jun 2014 17:20:27 -0000	1.3
+++ File-RsyncP-0.700.0.ebuild	12 Dec 2014 22:29:51 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 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.700.0.ebuild,v 1.3 2014/06/27 17:20:27 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-RsyncP/File-RsyncP-0.700.0.ebuild,v 1.4 2014/12/12 22:29:51 dilfridge Exp $
 
 EAPI=5
 
@@ -18,7 +18,7 @@
 
 RDEPEND="net-misc/rsync"
 
-MAKEOPTS+=" -j1"
+PATCHES=( "${FILESDIR}/${P}-make.patch" )
 
 src_prepare() {
 	perl-module_src_prepare





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

end of thread, other threads:[~2014-12-12 22:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-30 15:44 [gentoo-commits] gentoo-x86 commit in dev-perl/File-RsyncP: ChangeLog File-RsyncP-0.700.0.ebuild Torsten Veller (tove)
  -- strict thread matches above, loose matches on Subject: below --
2014-12-12 22:29 Andreas HAttel (dilfridge)

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