public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ml/pgocaml: ChangeLog pgocaml-1.6.ebuild
@ 2012-11-21 11:59 Alexis Ballier (aballier)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2012-11-21 11:59 UTC (permalink / raw
  To: gentoo-commits

aballier    12/11/21 11:59:55

  Modified:             ChangeLog pgocaml-1.6.ebuild
  Log:
  fix parallel build by  Jeroen Roovers, bug #442798
  
  (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.2                  dev-ml/pgocaml/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/pgocaml/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/pgocaml/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/pgocaml/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/pgocaml/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	6 Oct 2012 21:05:20 -0000	1.1
+++ ChangeLog	21 Nov 2012 11:59:55 -0000	1.2
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ml/pgocaml
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/pgocaml/ChangeLog,v 1.1 2012/10/06 21:05:20 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/pgocaml/ChangeLog,v 1.2 2012/11/21 11:59:55 aballier Exp $
+
+  21 Nov 2012; Alexis Ballier <aballier@gentoo.org> pgocaml-1.6.ebuild,
+  +files/pgocaml-1.6-parallel-make.patch:
+  fix parallel build by Jeroen Roovers, bug #442798
 
 *pgocaml-1.6 (07 Oct 2012)
 



1.2                  dev-ml/pgocaml/pgocaml-1.6.ebuild

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

Index: pgocaml-1.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/pgocaml/pgocaml-1.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pgocaml-1.6.ebuild	6 Oct 2012 21:05:20 -0000	1.1
+++ pgocaml-1.6.ebuild	21 Nov 2012 11:59:55 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/pgocaml/pgocaml-1.6.ebuild,v 1.1 2012/10/06 21:05:20 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/pgocaml/pgocaml-1.6.ebuild,v 1.2 2012/11/21 11:59:55 aballier Exp $
 
 EAPI=4
 
@@ -26,6 +26,7 @@
 src_prepare() {
 	epatch "${FILESDIR}/${P}-test.patch"
 	epatch "${FILESDIR}/${P}-makefile.patch"
+	epatch "${FILESDIR}/${P}-parallel-make.patch"
 }
 
 src_configure() {





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

* [gentoo-commits] gentoo-x86 commit in dev-ml/pgocaml: ChangeLog pgocaml-1.6.ebuild
@ 2013-08-19 13:57 Alexis Ballier (aballier)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2013-08-19 13:57 UTC (permalink / raw
  To: gentoo-commits

aballier    13/08/19 13:57:46

  Modified:             ChangeLog
  Removed:              pgocaml-1.6.ebuild
  Log:
  remove old
  
  (Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.4                  dev-ml/pgocaml/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/pgocaml/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	22 Jul 2013 01:10:48 -0000	1.3
+++ ChangeLog	19 Aug 2013 13:57:46 -0000	1.4
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ml/pgocaml
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/pgocaml/ChangeLog,v 1.3 2013/07/22 01:10:48 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/pgocaml/ChangeLog,v 1.4 2013/08/19 13:57:46 aballier Exp $
+
+  19 Aug 2013; Alexis Ballier <aballier@gentoo.org> -pgocaml-1.6.ebuild,
+  -files/pgocaml-1.6-makefile.patch, -files/pgocaml-1.6-parallel-make.patch,
+  -files/pgocaml-1.6-test.patch:
+  remove old
 
 *pgocaml-1.7.1 (22 Jul 2013)
 





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

end of thread, other threads:[~2013-08-19 13:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-21 11:59 [gentoo-commits] gentoo-x86 commit in dev-ml/pgocaml: ChangeLog pgocaml-1.6.ebuild Alexis Ballier (aballier)
  -- strict thread matches above, loose matches on Subject: below --
2013-08-19 13:57 Alexis Ballier (aballier)

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