public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/libestr: libestr-0.1.3.ebuild ChangeLog
@ 2012-07-11 19:19 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 6+ messages in thread
From: Markos Chandras (hwoarang) @ 2012-07-11 19:19 UTC (permalink / raw
  To: gentoo-commits

hwoarang    12/07/11 19:19:54

  Modified:             ChangeLog
  Added:                libestr-0.1.3.ebuild
  Log:
  Version bump
  
  (Portage version: 2.1.11.5/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 dev-libs/libestr/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libestr/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libestr/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libestr/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libestr/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	2 Jun 2012 16:52:18 -0000	1.9
+++ ChangeLog	11 Jul 2012 19:19:54 -0000	1.10
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/libestr
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libestr/ChangeLog,v 1.9 2012/06/02 16:52:18 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libestr/ChangeLog,v 1.10 2012/07/11 19:19:54 hwoarang Exp $
+
+*libestr-0.1.3 (11 Jul 2012)
+
+  11 Jul 2012; Markos Chandras <hwoarang@gentoo.org> +libestr-0.1.3.ebuild:
+  Version bump
 
   02 Jun 2012; Maxim Koltsov <maksbotan@gentoo.org> -libestr-0.1.0.ebuild,
   -libestr-0.1.1.ebuild:
@@ -35,4 +40,3 @@
 
   22 Feb 2011; Markos Chandras <hwoarang@gentoo.org> +libestr-0.1.0.ebuild:
   Initial commit. Thanks to Marcin Mirosław <bug@mejor.pl>. Bug #348694
-



1.1                  dev-libs/libestr/libestr-0.1.3.ebuild

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

Index: libestr-0.1.3.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libestr/libestr-0.1.3.ebuild,v 1.1 2012/07/11 19:19:54 hwoarang Exp $

EAPI=4

DESCRIPTION="Library for some string essentials"
HOMEPAGE="http://libestr.adiscon.com/"
SRC_URI="http://libestr.adiscon.com/files/download/${P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug static-libs"

DEPEND=""
RDEPEND="${DEPEND}"

src_configure()	{
	econf $(use_enable debug) $(use_enable static-libs static)
}

src_install()	{
	emake install DESTDIR="${D}"
	find "${D}" -name "*.la" -delete || die
}






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libestr: libestr-0.1.3.ebuild ChangeLog
@ 2012-07-12 15:43 Jeroen Roovers (jer)
  0 siblings, 0 replies; 6+ messages in thread
From: Jeroen Roovers (jer) @ 2012-07-12 15:43 UTC (permalink / raw
  To: gentoo-commits

jer         12/07/12 15:43:28

  Modified:             libestr-0.1.3.ebuild ChangeLog
  Log:
  Marked ~hppa (bug #425526).
  
  (Portage version: 2.2.0_alpha116/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-libs/libestr/libestr-0.1.3.ebuild

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

Index: libestr-0.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libestr/libestr-0.1.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libestr-0.1.3.ebuild	11 Jul 2012 19:19:54 -0000	1.1
+++ libestr-0.1.3.ebuild	12 Jul 2012 15:43:28 -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-libs/libestr/libestr-0.1.3.ebuild,v 1.1 2012/07/11 19:19:54 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libestr/libestr-0.1.3.ebuild,v 1.2 2012/07/12 15:43:28 jer Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~hppa ~x86"
 IUSE="debug static-libs"
 
 DEPEND=""



1.11                 dev-libs/libestr/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libestr/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	11 Jul 2012 19:19:54 -0000	1.10
+++ ChangeLog	12 Jul 2012 15:43:28 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libestr
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libestr/ChangeLog,v 1.10 2012/07/11 19:19:54 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libestr/ChangeLog,v 1.11 2012/07/12 15:43:28 jer Exp $
+
+  12 Jul 2012; Jeroen Roovers <jer@gentoo.org> libestr-0.1.3.ebuild:
+  Marked ~hppa (bug #425526).
 
 *libestr-0.1.3 (11 Jul 2012)
 






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libestr: libestr-0.1.3.ebuild ChangeLog
@ 2012-07-23 20:46 Markus Meier (maekke)
  0 siblings, 0 replies; 6+ messages in thread
From: Markus Meier (maekke) @ 2012-07-23 20:46 UTC (permalink / raw
  To: gentoo-commits

maekke      12/07/23 20:46:02

  Modified:             libestr-0.1.3.ebuild ChangeLog
  Log:
  add ~arm, bug #425526
  
  (Portage version: 2.1.11.9/cvs/Linux i686)

Revision  Changes    Path
1.3                  dev-libs/libestr/libestr-0.1.3.ebuild

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

Index: libestr-0.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libestr/libestr-0.1.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libestr-0.1.3.ebuild	12 Jul 2012 15:43:28 -0000	1.2
+++ libestr-0.1.3.ebuild	23 Jul 2012 20:46:02 -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-libs/libestr/libestr-0.1.3.ebuild,v 1.2 2012/07/12 15:43:28 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libestr/libestr-0.1.3.ebuild,v 1.3 2012/07/23 20:46:02 maekke Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~x86"
 IUSE="debug static-libs"
 
 DEPEND=""



1.12                 dev-libs/libestr/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libestr/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	12 Jul 2012 15:43:28 -0000	1.11
+++ ChangeLog	23 Jul 2012 20:46:02 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libestr
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libestr/ChangeLog,v 1.11 2012/07/12 15:43:28 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libestr/ChangeLog,v 1.12 2012/07/23 20:46:02 maekke Exp $
+
+  23 Jul 2012; Markus Meier <maekke@gentoo.org> libestr-0.1.3.ebuild:
+  add ~arm, bug #425526
 
   12 Jul 2012; Jeroen Roovers <jer@gentoo.org> libestr-0.1.3.ebuild:
   Marked ~hppa (bug #425526).





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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libestr: libestr-0.1.3.ebuild ChangeLog
@ 2012-09-08  2:05 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 6+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-09-08  2:05 UTC (permalink / raw
  To: gentoo-commits

blueness    12/09/08 02:05:19

  Modified:             libestr-0.1.3.ebuild ChangeLog
  Log:
  Stable arm, bug #433225
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-libs/libestr/libestr-0.1.3.ebuild

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

Index: libestr-0.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libestr/libestr-0.1.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libestr-0.1.3.ebuild	23 Jul 2012 20:46:02 -0000	1.3
+++ libestr-0.1.3.ebuild	8 Sep 2012 02:05:19 -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-libs/libestr/libestr-0.1.3.ebuild,v 1.3 2012/07/23 20:46:02 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libestr/libestr-0.1.3.ebuild,v 1.4 2012/09/08 02:05:19 blueness Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~x86"
+KEYWORDS="~amd64 arm ~hppa ~x86"
 IUSE="debug static-libs"
 
 DEPEND=""



1.13                 dev-libs/libestr/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libestr/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	23 Jul 2012 20:46:02 -0000	1.12
+++ ChangeLog	8 Sep 2012 02:05:19 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libestr
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libestr/ChangeLog,v 1.12 2012/07/23 20:46:02 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libestr/ChangeLog,v 1.13 2012/09/08 02:05:19 blueness Exp $
+
+  08 Sep 2012; Anthony G. Basile <blueness@gentoo.org> libestr-0.1.3.ebuild:
+  Stable arm, bug #433225
 
   23 Jul 2012; Markus Meier <maekke@gentoo.org> libestr-0.1.3.ebuild:
   add ~arm, bug #425526





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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libestr: libestr-0.1.3.ebuild ChangeLog
@ 2012-09-14 14:15 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-09-14 14:15 UTC (permalink / raw
  To: gentoo-commits

ago         12/09/14 14:15:32

  Modified:             libestr-0.1.3.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #433225
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  dev-libs/libestr/libestr-0.1.3.ebuild

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

Index: libestr-0.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libestr/libestr-0.1.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libestr-0.1.3.ebuild	8 Sep 2012 02:05:19 -0000	1.4
+++ libestr-0.1.3.ebuild	14 Sep 2012 14:15:32 -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-libs/libestr/libestr-0.1.3.ebuild,v 1.4 2012/09/08 02:05:19 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libestr/libestr-0.1.3.ebuild,v 1.5 2012/09/14 14:15:32 ago Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 arm ~hppa ~x86"
+KEYWORDS="amd64 arm ~hppa ~x86"
 IUSE="debug static-libs"
 
 DEPEND=""



1.14                 dev-libs/libestr/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libestr/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	8 Sep 2012 02:05:19 -0000	1.13
+++ ChangeLog	14 Sep 2012 14:15:32 -0000	1.14
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libestr
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libestr/ChangeLog,v 1.13 2012/09/08 02:05:19 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libestr/ChangeLog,v 1.14 2012/09/14 14:15:32 ago Exp $
+
+  14 Sep 2012; Agostino Sarubbo <ago@gentoo.org> libestr-0.1.3.ebuild:
+  Stable for amd64, wrt bug #433225
 
   08 Sep 2012; Anthony G. Basile <blueness@gentoo.org> libestr-0.1.3.ebuild:
   Stable arm, bug #433225





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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libestr: libestr-0.1.3.ebuild ChangeLog
@ 2012-10-17  3:07 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 6+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-10-17  3:07 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    12/10/17 03:07:53

  Modified:             libestr-0.1.3.ebuild ChangeLog
  Log:
  x86 stable wrt bug #433225
  
  (Portage version: 2.1.11.9/cvs/Linux i686)

Revision  Changes    Path
1.6                  dev-libs/libestr/libestr-0.1.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libestr/libestr-0.1.3.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libestr/libestr-0.1.3.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libestr/libestr-0.1.3.ebuild?r1=1.5&r2=1.6

Index: libestr-0.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libestr/libestr-0.1.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libestr-0.1.3.ebuild	14 Sep 2012 14:15:32 -0000	1.5
+++ libestr-0.1.3.ebuild	17 Oct 2012 03:07:52 -0000	1.6
@@ -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-libs/libestr/libestr-0.1.3.ebuild,v 1.5 2012/09/14 14:15:32 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libestr/libestr-0.1.3.ebuild,v 1.6 2012/10/17 03:07:52 phajdan.jr Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 arm ~hppa ~x86"
+KEYWORDS="amd64 arm ~hppa x86"
 IUSE="debug static-libs"
 
 DEPEND=""



1.16                 dev-libs/libestr/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libestr/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	17 Sep 2012 20:15:33 -0000	1.15
+++ ChangeLog	17 Oct 2012 03:07:52 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libestr
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libestr/ChangeLog,v 1.15 2012/09/17 20:15:33 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libestr/ChangeLog,v 1.16 2012/10/17 03:07:52 phajdan.jr Exp $
+
+  17 Oct 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> libestr-0.1.3.ebuild:
+  x86 stable wrt bug #433225
 
 *libestr-0.1.4 (17 Sep 2012)
 





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

end of thread, other threads:[~2012-10-17  3:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-12 15:43 [gentoo-commits] gentoo-x86 commit in dev-libs/libestr: libestr-0.1.3.ebuild ChangeLog Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2012-10-17  3:07 PaweA Hajdan (phajdan.jr)
2012-09-14 14:15 Agostino Sarubbo (ago)
2012-09-08  2:05 Anthony G. Basile (blueness)
2012-07-23 20:46 Markus Meier (maekke)
2012-07-11 19:19 Markos Chandras (hwoarang)

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