public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ml/extlib: ChangeLog extlib-1.5.2.ebuild
@ 2011-09-09 14:54 Alexis Ballier (aballier)
  0 siblings, 0 replies; 6+ messages in thread
From: Alexis Ballier (aballier) @ 2011-09-09 14:54 UTC (permalink / raw
  To: gentoo-commits

aballier    11/09/09 14:54:09

  Modified:             ChangeLog
  Added:                extlib-1.5.2.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.0_alpha54/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 dev-ml/extlib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/extlib/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	2 Jan 2010 18:34:53 -0000	1.11
+++ ChangeLog	9 Sep 2011 14:54:09 -0000	1.12
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ml/extlib
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/ChangeLog,v 1.11 2010/01/02 18:34:53 fauli Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/ChangeLog,v 1.12 2011/09/09 14:54:09 aballier Exp $
+
+*extlib-1.5.2 (09 Sep 2011)
+
+  09 Sep 2011; Alexis Ballier <aballier@gentoo.org> +extlib-1.5.2.ebuild:
+  version bump
 
   02 Jan 2010; Christian Faulhammer <fauli@gentoo.org> extlib-1.5.1.ebuild:
   Transfer Prefix keywords



1.1                  dev-ml/extlib/extlib-1.5.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/extlib/extlib-1.5.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/extlib/extlib-1.5.2.ebuild?rev=1.1&content-type=text/plain

Index: extlib-1.5.2.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/extlib-1.5.2.ebuild,v 1.1 2011/09/09 14:54:09 aballier Exp $

EAPI="2"

inherit findlib eutils

DESCRIPTION="Standard library extensions for O'Caml"
HOMEPAGE="http://code.google.com/p/ocaml-extlib/"
SRC_URI="http://ocaml-extlib.googlecode.com/files/${P}.tar.gz"
LICENSE="LGPL-2.1"
DEPEND=">=dev-lang/ocaml-3.10.2[ocamlopt?]"
RDEPEND="${DEPEND}"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE="doc +ocamlopt"

src_compile() {
	emake all || die "failed to build"
	if use ocamlopt; then
		emake opt || die "failed to build"
	fi

	if use doc; then
		emake doc || die "failed to create documentation"
	fi
}

src_install () {
	findlib_src_install

	# install documentation
	dodoc README.txt || die

	if use doc; then
		dohtml doc/* || die
	fi
}






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

* [gentoo-commits] gentoo-x86 commit in dev-ml/extlib: ChangeLog extlib-1.5.2.ebuild
@ 2012-02-24  9:50 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-02-24  9:50 UTC (permalink / raw
  To: gentoo-commits

ago         12/02/24 09:50:49

  Modified:             ChangeLog extlib-1.5.2.ebuild
  Log:
  Stable for amd64, wrt bug #400023
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.13                 dev-ml/extlib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/extlib/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	9 Sep 2011 14:54:09 -0000	1.12
+++ ChangeLog	24 Feb 2012 09:50:49 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ml/extlib
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/ChangeLog,v 1.12 2011/09/09 14:54:09 aballier Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/ChangeLog,v 1.13 2012/02/24 09:50:49 ago Exp $
+
+  24 Feb 2012; Agostino Sarubbo <ago@gentoo.org> extlib-1.5.2.ebuild:
+  Stable for amd64, wrt bug #400023
 
 *extlib-1.5.2 (09 Sep 2011)
 



1.2                  dev-ml/extlib/extlib-1.5.2.ebuild

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

Index: extlib-1.5.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/extlib/extlib-1.5.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- extlib-1.5.2.ebuild	9 Sep 2011 14:54:09 -0000	1.1
+++ extlib-1.5.2.ebuild	24 Feb 2012 09:50:49 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/extlib-1.5.2.ebuild,v 1.1 2011/09/09 14:54:09 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/extlib-1.5.2.ebuild,v 1.2 2012/02/24 09:50:49 ago Exp $
 
 EAPI="2"
 
@@ -13,7 +13,7 @@
 DEPEND=">=dev-lang/ocaml-3.10.2[ocamlopt?]"
 RDEPEND="${DEPEND}"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="doc +ocamlopt"
 
 src_compile() {






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

* [gentoo-commits] gentoo-x86 commit in dev-ml/extlib: ChangeLog extlib-1.5.2.ebuild
@ 2012-02-24 20:10 Brent Baude (ranger)
  0 siblings, 0 replies; 6+ messages in thread
From: Brent Baude (ranger) @ 2012-02-24 20:10 UTC (permalink / raw
  To: gentoo-commits

ranger      12/02/24 20:10:57

  Modified:             ChangeLog extlib-1.5.2.ebuild
  Log:
  Marking extlib-1.5.2 ppc for bug 400023
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

Revision  Changes    Path
1.14                 dev-ml/extlib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/extlib/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	24 Feb 2012 09:50:49 -0000	1.13
+++ ChangeLog	24 Feb 2012 20:10:57 -0000	1.14
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ml/extlib
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/ChangeLog,v 1.13 2012/02/24 09:50:49 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/ChangeLog,v 1.14 2012/02/24 20:10:57 ranger Exp $
+
+  24 Feb 2012; Brent Baude <ranger@gentoo.org> extlib-1.5.2.ebuild:
+  Marking extlib-1.5.2 ppc for bug 400023
 
   24 Feb 2012; Agostino Sarubbo <ago@gentoo.org> extlib-1.5.2.ebuild:
   Stable for amd64, wrt bug #400023



1.3                  dev-ml/extlib/extlib-1.5.2.ebuild

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

Index: extlib-1.5.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/extlib/extlib-1.5.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- extlib-1.5.2.ebuild	24 Feb 2012 09:50:49 -0000	1.2
+++ extlib-1.5.2.ebuild	24 Feb 2012 20:10:57 -0000	1.3
@@ -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/extlib/extlib-1.5.2.ebuild,v 1.2 2012/02/24 09:50:49 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/extlib-1.5.2.ebuild,v 1.3 2012/02/24 20:10:57 ranger Exp $
 
 EAPI="2"
 
@@ -13,7 +13,7 @@
 DEPEND=">=dev-lang/ocaml-3.10.2[ocamlopt?]"
 RDEPEND="${DEPEND}"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="doc +ocamlopt"
 
 src_compile() {






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

* [gentoo-commits] gentoo-x86 commit in dev-ml/extlib: ChangeLog extlib-1.5.2.ebuild
@ 2012-03-08 11:46 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 6+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-03-08 11:46 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    12/03/08 11:46:09

  Modified:             ChangeLog extlib-1.5.2.ebuild
  Log:
  x86 stable wrt bug #400023
  
  (Portage version: 2.1.10.44/cvs/Linux i686)

Revision  Changes    Path
1.15                 dev-ml/extlib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/extlib/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	24 Feb 2012 20:10:57 -0000	1.14
+++ ChangeLog	8 Mar 2012 11:46:09 -0000	1.15
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ml/extlib
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/ChangeLog,v 1.14 2012/02/24 20:10:57 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/ChangeLog,v 1.15 2012/03/08 11:46:09 phajdan.jr Exp $
+
+  08 Mar 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> extlib-1.5.2.ebuild:
+  x86 stable wrt bug #400023
 
   24 Feb 2012; Brent Baude <ranger@gentoo.org> extlib-1.5.2.ebuild:
   Marking extlib-1.5.2 ppc for bug 400023



1.4                  dev-ml/extlib/extlib-1.5.2.ebuild

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

Index: extlib-1.5.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/extlib/extlib-1.5.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- extlib-1.5.2.ebuild	24 Feb 2012 20:10:57 -0000	1.3
+++ extlib-1.5.2.ebuild	8 Mar 2012 11:46:09 -0000	1.4
@@ -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/extlib/extlib-1.5.2.ebuild,v 1.3 2012/02/24 20:10:57 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/extlib-1.5.2.ebuild,v 1.4 2012/03/08 11:46:09 phajdan.jr Exp $
 
 EAPI="2"
 
@@ -13,7 +13,7 @@
 DEPEND=">=dev-lang/ocaml-3.10.2[ocamlopt?]"
 RDEPEND="${DEPEND}"
 SLOT="0"
-KEYWORDS="amd64 ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="doc +ocamlopt"
 
 src_compile() {






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

* [gentoo-commits] gentoo-x86 commit in dev-ml/extlib: ChangeLog extlib-1.5.2.ebuild
@ 2012-06-30 20:25 Alexis Ballier (aballier)
  0 siblings, 0 replies; 6+ messages in thread
From: Alexis Ballier (aballier) @ 2012-06-30 20:25 UTC (permalink / raw
  To: gentoo-commits

aballier    12/06/30 20:25:34

  Modified:             ChangeLog extlib-1.5.2.ebuild
  Log:
  add patch from upstream for compatibility with ocaml 4.00
  
  (Portage version: 2.2.0_alpha114/cvs/Linux x86_64)

Revision  Changes    Path
1.17                 dev-ml/extlib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/extlib/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	5 May 2012 14:20:12 -0000	1.16
+++ ChangeLog	30 Jun 2012 20:25:34 -0000	1.17
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ml/extlib
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/ChangeLog,v 1.16 2012/05/05 14:20:12 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/ChangeLog,v 1.17 2012/06/30 20:25:34 aballier Exp $
+
+  30 Jun 2012; Alexis Ballier <aballier@gentoo.org> extlib-1.5.2.ebuild,
+  +files/extlib-1.5.2-ocaml4.patch:
+  add patch from upstream for compatibility with ocaml 4.00
 
   05 May 2012; Alexis Ballier <aballier@gentoo.org> -extlib-1.5.1.ebuild:
   remove old



1.5                  dev-ml/extlib/extlib-1.5.2.ebuild

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

Index: extlib-1.5.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/extlib/extlib-1.5.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- extlib-1.5.2.ebuild	8 Mar 2012 11:46:09 -0000	1.4
+++ extlib-1.5.2.ebuild	30 Jun 2012 20:25:34 -0000	1.5
@@ -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/extlib/extlib-1.5.2.ebuild,v 1.4 2012/03/08 11:46:09 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/extlib-1.5.2.ebuild,v 1.5 2012/06/30 20:25:34 aballier Exp $
 
 EAPI="2"
 
@@ -16,6 +16,10 @@
 KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="doc +ocamlopt"
 
+src_prepare() {
+	epatch "${FILESDIR}/${P}-ocaml4.patch"
+}
+
 src_compile() {
 	emake all || die "failed to build"
 	if use ocamlopt; then






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

* [gentoo-commits] gentoo-x86 commit in dev-ml/extlib: ChangeLog extlib-1.5.2.ebuild
@ 2013-03-10 10:40 Alexis Ballier (aballier)
  0 siblings, 0 replies; 6+ messages in thread
From: Alexis Ballier (aballier) @ 2013-03-10 10:40 UTC (permalink / raw
  To: gentoo-commits

aballier    13/03/10 10:40:32

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

Revision  Changes    Path
1.22                 dev-ml/extlib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/extlib/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	20 Nov 2012 20:50:36 -0000	1.21
+++ ChangeLog	10 Mar 2013 10:40:31 -0000	1.22
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ml/extlib
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/ChangeLog,v 1.21 2012/11/20 20:50:36 ago Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/ChangeLog,v 1.22 2013/03/10 10:40:31 aballier Exp $
+
+  10 Mar 2013; Alexis Ballier <aballier@gentoo.org> -extlib-1.5.2.ebuild,
+  -files/extlib-1.5.2-ocaml4.patch:
+  remove old
 
   20 Nov 2012; Agostino Sarubbo <ago@gentoo.org> extlib-1.5.3.ebuild:
   Stable for x86, wrt bug #441200





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

end of thread, other threads:[~2013-03-10 10:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-30 20:25 [gentoo-commits] gentoo-x86 commit in dev-ml/extlib: ChangeLog extlib-1.5.2.ebuild Alexis Ballier (aballier)
  -- strict thread matches above, loose matches on Subject: below --
2013-03-10 10:40 Alexis Ballier (aballier)
2012-03-08 11:46 PaweA Hajdan (phajdan.jr)
2012-02-24 20:10 Brent Baude (ranger)
2012-02-24  9:50 Agostino Sarubbo (ago)
2011-09-09 14:54 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