public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/libgpg-error: libgpg-error-1.10.ebuild ChangeLog
@ 2011-01-12 17:34 Dane Smith (c1pher)
  0 siblings, 0 replies; 10+ messages in thread
From: Dane Smith (c1pher) @ 2011-01-12 17:34 UTC (permalink / raw
  To: gentoo-commits

c1pher      11/01/12 17:34:09

  Modified:             ChangeLog
  Added:                libgpg-error-1.10.ebuild
  Log:
  Version bump for dev-libs/libgpg-error.
  
  (Portage version: 2.2.0_alpha4/cvs/Linux i686)

Revision  Changes    Path
1.72                 dev-libs/libgpg-error/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog	12 Dec 2009 21:49:05 -0000	1.71
+++ ChangeLog	12 Jan 2011 17:34:09 -0000	1.72
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/libgpg-error
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/ChangeLog,v 1.71 2009/12/12 21:49:05 arfrever Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/ChangeLog,v 1.72 2011/01/12 17:34:09 c1pher Exp $
+
+*libgpg-error-1.10 (12 Jan 2011)
+
+  12 Jan 2011; Dane Smith <c1pher@gentoo.org> +libgpg-error-1.10.ebuild:
+  Version bump. Required dependency of dev-libs/libassuan.
 
   12 Dec 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
   libgpg-error-1.7.ebuild, metadata.xml:



1.1                  dev-libs/libgpg-error/libgpg-error-1.10.ebuild

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

Index: libgpg-error-1.10.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/libgpg-error-1.10.ebuild,v 1.1 2011/01/12 17:34:09 c1pher Exp $

EAPI="2"

inherit eutils libtool

DESCRIPTION="Contains error handling functions used by GnuPG software"
HOMEPAGE="http://www.gnupg.org/related_software/libgpg-error"
SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"

LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
IUSE="common-lisp nls"

RDEPEND="nls? ( virtual/libintl )"
DEPEND="nls? ( sys-devel/gettext )"

src_prepare() {
	epunt_cxx
	# for BSD?
	elibtoolize
}

src_configure() {
	econf $(use_enable nls)
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
	dodoc AUTHORS ChangeLog NEWS README || die

	if ! use common-lisp; then
		rm -fr "${D}usr/share/common-lisp" || die
	fi
}






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libgpg-error: libgpg-error-1.10.ebuild ChangeLog
@ 2011-01-15 22:51 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 10+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2011-01-15 22:51 UTC (permalink / raw
  To: gentoo-commits

arfrever    11/01/15 22:51:37

  Modified:             libgpg-error-1.10.ebuild ChangeLog
  Log:
  Add "static-libs" USE flag (bug #351810).
  
  (Portage version: 2.2.0_alpha15_p2/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-libs/libgpg-error/libgpg-error-1.10.ebuild

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

Index: libgpg-error-1.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/libgpg-error-1.10.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libgpg-error-1.10.ebuild	12 Jan 2011 17:34:09 -0000	1.1
+++ libgpg-error-1.10.ebuild	15 Jan 2011 22:51:37 -0000	1.2
@@ -1,8 +1,8 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/libgpg-error-1.10.ebuild,v 1.1 2011/01/12 17:34:09 c1pher Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/libgpg-error-1.10.ebuild,v 1.2 2011/01/15 22:51:37 arfrever Exp $
 
-EAPI="2"
+EAPI="3"
 
 inherit eutils libtool
 
@@ -13,7 +13,7 @@
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
-IUSE="common-lisp nls"
+IUSE="common-lisp nls static-libs"
 
 RDEPEND="nls? ( virtual/libintl )"
 DEPEND="nls? ( sys-devel/gettext )"
@@ -25,7 +25,9 @@
 }
 
 src_configure() {
-	econf $(use_enable nls)
+	econf \
+		$(use_enable nls) \
+		$(use_enable static-libs static)
 }
 
 src_install() {



1.73                 dev-libs/libgpg-error/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog	12 Jan 2011 17:34:09 -0000	1.72
+++ ChangeLog	15 Jan 2011 22:51:37 -0000	1.73
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/libgpg-error
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/ChangeLog,v 1.72 2011/01/12 17:34:09 c1pher Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/ChangeLog,v 1.73 2011/01/15 22:51:37 arfrever Exp $
+
+  15 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  libgpg-error-1.10.ebuild:
+  Add "static-libs" USE flag (bug #351810).
 
 *libgpg-error-1.10 (12 Jan 2011)
 






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libgpg-error: libgpg-error-1.10.ebuild ChangeLog
@ 2011-01-25 16:09 Jeremy Olexa (darkside)
  0 siblings, 0 replies; 10+ messages in thread
From: Jeremy Olexa (darkside) @ 2011-01-25 16:09 UTC (permalink / raw
  To: gentoo-commits

darkside    11/01/25 16:09:53

  Modified:             libgpg-error-1.10.ebuild ChangeLog
  Log:
  Port changes from Gentoo Prefix, use ED, add KEYWORDS. Fixes bug 352228
  
  (Portage version: 2.1.9.25/cvs/Linux i686)

Revision  Changes    Path
1.3                  dev-libs/libgpg-error/libgpg-error-1.10.ebuild

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

Index: libgpg-error-1.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/libgpg-error-1.10.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libgpg-error-1.10.ebuild	15 Jan 2011 22:51:37 -0000	1.2
+++ libgpg-error-1.10.ebuild	25 Jan 2011 16:09:53 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/libgpg-error-1.10.ebuild,v 1.2 2011/01/15 22:51:37 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/libgpg-error-1.10.ebuild,v 1.3 2011/01/25 16:09:53 darkside Exp $
 
 EAPI="3"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="common-lisp nls static-libs"
 
 RDEPEND="nls? ( virtual/libintl )"
@@ -35,6 +35,6 @@
 	dodoc AUTHORS ChangeLog NEWS README || die
 
 	if ! use common-lisp; then
-		rm -fr "${D}usr/share/common-lisp" || die
+		rm -fr "${ED}usr/share/common-lisp" || die
 	fi
 }



1.74                 dev-libs/libgpg-error/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog	15 Jan 2011 22:51:37 -0000	1.73
+++ ChangeLog	25 Jan 2011 16:09:53 -0000	1.74
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libgpg-error
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/ChangeLog,v 1.73 2011/01/15 22:51:37 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/ChangeLog,v 1.74 2011/01/25 16:09:53 darkside Exp $
+
+  25 Jan 2011; Jeremy Olexa <darkside@gentoo.org> libgpg-error-1.10.ebuild:
+  Port changes from Gentoo Prefix, use ED, add KEYWORDS. Fixes bug 352228
 
   15 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
   libgpg-error-1.10.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libgpg-error: libgpg-error-1.10.ebuild ChangeLog
@ 2011-02-19 19:12 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 10+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-02-19 19:12 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/02/19 19:12:53

  Modified:             libgpg-error-1.10.ebuild ChangeLog
  Log:
  Stable on amd64 wrt bug #355265
  
  (Portage version: 2.1.9.39/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-libs/libgpg-error/libgpg-error-1.10.ebuild

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

Index: libgpg-error-1.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/libgpg-error-1.10.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libgpg-error-1.10.ebuild	25 Jan 2011 16:09:53 -0000	1.3
+++ libgpg-error-1.10.ebuild	19 Feb 2011 19:12:52 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/libgpg-error-1.10.ebuild,v 1.3 2011/01/25 16:09:53 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/libgpg-error-1.10.ebuild,v 1.4 2011/02/19 19:12:52 hwoarang Exp $
 
 EAPI="3"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="common-lisp nls static-libs"
 
 RDEPEND="nls? ( virtual/libintl )"



1.75                 dev-libs/libgpg-error/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog	25 Jan 2011 16:09:53 -0000	1.74
+++ ChangeLog	19 Feb 2011 19:12:52 -0000	1.75
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libgpg-error
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/ChangeLog,v 1.74 2011/01/25 16:09:53 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/ChangeLog,v 1.75 2011/02/19 19:12:52 hwoarang Exp $
+
+  19 Feb 2011; Markos Chandras <hwoarang@gentoo.org> libgpg-error-1.10.ebuild:
+  Stable on amd64 wrt bug #355265
 
   25 Jan 2011; Jeremy Olexa <darkside@gentoo.org> libgpg-error-1.10.ebuild:
   Port changes from Gentoo Prefix, use ED, add KEYWORDS. Fixes bug 352228






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libgpg-error: libgpg-error-1.10.ebuild ChangeLog
@ 2011-03-08 22:33 Jeroen Roovers (jer)
  0 siblings, 0 replies; 10+ messages in thread
From: Jeroen Roovers (jer) @ 2011-03-08 22:33 UTC (permalink / raw
  To: gentoo-commits

jer         11/03/08 22:33:07

  Modified:             libgpg-error-1.10.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #355265).
  
  (Portage version: 2.2.0_alpha26/cvs/Linux i686)

Revision  Changes    Path
1.5                  dev-libs/libgpg-error/libgpg-error-1.10.ebuild

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

Index: libgpg-error-1.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/libgpg-error-1.10.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libgpg-error-1.10.ebuild	19 Feb 2011 19:12:52 -0000	1.4
+++ libgpg-error-1.10.ebuild	8 Mar 2011 22:33:07 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/libgpg-error-1.10.ebuild,v 1.4 2011/02/19 19:12:52 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/libgpg-error-1.10.ebuild,v 1.5 2011/03/08 22:33:07 jer Exp $
 
 EAPI="3"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="common-lisp nls static-libs"
 
 RDEPEND="nls? ( virtual/libintl )"



1.76                 dev-libs/libgpg-error/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog	19 Feb 2011 19:12:52 -0000	1.75
+++ ChangeLog	8 Mar 2011 22:33:07 -0000	1.76
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libgpg-error
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/ChangeLog,v 1.75 2011/02/19 19:12:52 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/ChangeLog,v 1.76 2011/03/08 22:33:07 jer Exp $
+
+  08 Mar 2011; Jeroen Roovers <jer@gentoo.org> libgpg-error-1.10.ebuild:
+  Stable for HPPA (bug #355265).
 
   19 Feb 2011; Markos Chandras <hwoarang@gentoo.org> libgpg-error-1.10.ebuild:
   Stable on amd64 wrt bug #355265






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libgpg-error: libgpg-error-1.10.ebuild ChangeLog
@ 2011-03-11  9:42 Thomas Kahle (tomka)
  0 siblings, 0 replies; 10+ messages in thread
From: Thomas Kahle (tomka) @ 2011-03-11  9:42 UTC (permalink / raw
  To: gentoo-commits

tomka       11/03/11 09:42:30

  Modified:             libgpg-error-1.10.ebuild ChangeLog
  Log:
  x86 stable per bug 355265
  
  (Portage version: 2.1.9.42/cvs/Linux i686)

Revision  Changes    Path
1.6                  dev-libs/libgpg-error/libgpg-error-1.10.ebuild

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

Index: libgpg-error-1.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/libgpg-error-1.10.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libgpg-error-1.10.ebuild	8 Mar 2011 22:33:07 -0000	1.5
+++ libgpg-error-1.10.ebuild	11 Mar 2011 09:42:30 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/libgpg-error-1.10.ebuild,v 1.5 2011/03/08 22:33:07 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/libgpg-error-1.10.ebuild,v 1.6 2011/03/11 09:42:30 tomka Exp $
 
 EAPI="3"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="common-lisp nls static-libs"
 
 RDEPEND="nls? ( virtual/libintl )"



1.77                 dev-libs/libgpg-error/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog	8 Mar 2011 22:33:07 -0000	1.76
+++ ChangeLog	11 Mar 2011 09:42:30 -0000	1.77
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libgpg-error
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/ChangeLog,v 1.76 2011/03/08 22:33:07 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/ChangeLog,v 1.77 2011/03/11 09:42:30 tomka Exp $
+
+  11 Mar 2011; Thomas Kahle <tomka@gentoo.org> libgpg-error-1.10.ebuild:
+  x86 stable per bug 355265
 
   08 Mar 2011; Jeroen Roovers <jer@gentoo.org> libgpg-error-1.10.ebuild:
   Stable for HPPA (bug #355265).






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libgpg-error: libgpg-error-1.10.ebuild ChangeLog
@ 2011-03-12 13:27 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 10+ messages in thread
From: Tobias Klausmann (klausman) @ 2011-03-12 13:27 UTC (permalink / raw
  To: gentoo-commits

klausman    11/03/12 13:27:22

  Modified:             libgpg-error-1.10.ebuild ChangeLog
  Log:
  Stable on alpha, bug #355265
  
  (Portage version: 2.1.9.42/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  dev-libs/libgpg-error/libgpg-error-1.10.ebuild

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

Index: libgpg-error-1.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/libgpg-error-1.10.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libgpg-error-1.10.ebuild	11 Mar 2011 09:42:30 -0000	1.6
+++ libgpg-error-1.10.ebuild	12 Mar 2011 13:27:22 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/libgpg-error-1.10.ebuild,v 1.6 2011/03/11 09:42:30 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/libgpg-error-1.10.ebuild,v 1.7 2011/03/12 13:27:22 klausman Exp $
 
 EAPI="3"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="common-lisp nls static-libs"
 
 RDEPEND="nls? ( virtual/libintl )"



1.78                 dev-libs/libgpg-error/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/ChangeLog,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- ChangeLog	11 Mar 2011 09:42:30 -0000	1.77
+++ ChangeLog	12 Mar 2011 13:27:22 -0000	1.78
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libgpg-error
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/ChangeLog,v 1.77 2011/03/11 09:42:30 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/ChangeLog,v 1.78 2011/03/12 13:27:22 klausman Exp $
+
+  12 Mar 2011; Tobias Klausmann <klausman@gentoo.org> libgpg-error-1.10.ebuild:
+  Stable on alpha, bug #355265
 
   11 Mar 2011; Thomas Kahle <tomka@gentoo.org> libgpg-error-1.10.ebuild:
   x86 stable per bug 355265






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libgpg-error: libgpg-error-1.10.ebuild ChangeLog
@ 2011-03-23 20:32 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 10+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-03-23 20:32 UTC (permalink / raw
  To: gentoo-commits

xarthisius    11/03/23 20:32:55

  Modified:             libgpg-error-1.10.ebuild ChangeLog
  Log:
  ppc/ppc64 stable wrt #355265
  
  (Portage version: 2.2.0_alpha27/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  dev-libs/libgpg-error/libgpg-error-1.10.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgpg-error/libgpg-error-1.10.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgpg-error/libgpg-error-1.10.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgpg-error/libgpg-error-1.10.ebuild?r1=1.7&r2=1.8

Index: libgpg-error-1.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/libgpg-error-1.10.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libgpg-error-1.10.ebuild	12 Mar 2011 13:27:22 -0000	1.7
+++ libgpg-error-1.10.ebuild	23 Mar 2011 20:32:55 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/libgpg-error-1.10.ebuild,v 1.7 2011/03/12 13:27:22 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/libgpg-error-1.10.ebuild,v 1.8 2011/03/23 20:32:55 xarthisius Exp $
 
 EAPI="3"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="common-lisp nls static-libs"
 
 RDEPEND="nls? ( virtual/libintl )"



1.79                 dev-libs/libgpg-error/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/ChangeLog,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- ChangeLog	12 Mar 2011 13:27:22 -0000	1.78
+++ ChangeLog	23 Mar 2011 20:32:55 -0000	1.79
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libgpg-error
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/ChangeLog,v 1.78 2011/03/12 13:27:22 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/ChangeLog,v 1.79 2011/03/23 20:32:55 xarthisius Exp $
+
+  23 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> libgpg-error-1.10.ebuild:
+  ppc/ppc64 stable wrt #355265
 
   12 Mar 2011; Tobias Klausmann <klausman@gentoo.org> libgpg-error-1.10.ebuild:
   Stable on alpha, bug #355265






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libgpg-error: libgpg-error-1.10.ebuild ChangeLog
@ 2011-04-27 17:59 Fabian Groffen (grobian)
  0 siblings, 0 replies; 10+ messages in thread
From: Fabian Groffen (grobian) @ 2011-04-27 17:59 UTC (permalink / raw
  To: gentoo-commits

grobian     11/04/27 17:59:45

  Modified:             libgpg-error-1.10.ebuild ChangeLog
  Log:
  Marked ~m68k-mint, bug #364787
  
  (Portage version: 2.2.01.18252-prefix/cvs/Darwin powerpc)

Revision  Changes    Path
1.9                  dev-libs/libgpg-error/libgpg-error-1.10.ebuild

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

Index: libgpg-error-1.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/libgpg-error-1.10.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libgpg-error-1.10.ebuild	23 Mar 2011 20:32:55 -0000	1.8
+++ libgpg-error-1.10.ebuild	27 Apr 2011 17:59:45 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/libgpg-error-1.10.ebuild,v 1.8 2011/03/23 20:32:55 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/libgpg-error-1.10.ebuild,v 1.9 2011/04/27 17:59:45 grobian Exp $
 
 EAPI="3"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="common-lisp nls static-libs"
 
 RDEPEND="nls? ( virtual/libintl )"



1.80                 dev-libs/libgpg-error/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/ChangeLog,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- ChangeLog	23 Mar 2011 20:32:55 -0000	1.79
+++ ChangeLog	27 Apr 2011 17:59:45 -0000	1.80
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libgpg-error
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/ChangeLog,v 1.79 2011/03/23 20:32:55 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/ChangeLog,v 1.80 2011/04/27 17:59:45 grobian Exp $
+
+  27 Apr 2011; Fabian Groffen <grobian@gentoo.org> libgpg-error-1.10.ebuild:
+  Marked ~m68k-mint, bug #364787
 
   23 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> libgpg-error-1.10.ebuild:
   ppc/ppc64 stable wrt #355265






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libgpg-error: libgpg-error-1.10.ebuild ChangeLog
@ 2011-05-07 18:41 Raul Porcel (armin76)
  0 siblings, 0 replies; 10+ messages in thread
From: Raul Porcel (armin76) @ 2011-05-07 18:41 UTC (permalink / raw
  To: gentoo-commits

armin76     11/05/07 18:41:05

  Modified:             libgpg-error-1.10.ebuild ChangeLog
  Log:
  arm/ia64/m68k/s390/sh/sparc stable wrt #355265
  
  (Portage version: 2.1.9.47/cvs/Linux ia64)

Revision  Changes    Path
1.10                 dev-libs/libgpg-error/libgpg-error-1.10.ebuild

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

Index: libgpg-error-1.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/libgpg-error-1.10.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- libgpg-error-1.10.ebuild	27 Apr 2011 17:59:45 -0000	1.9
+++ libgpg-error-1.10.ebuild	7 May 2011 18:41:05 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/libgpg-error-1.10.ebuild,v 1.9 2011/04/27 17:59:45 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/libgpg-error-1.10.ebuild,v 1.10 2011/05/07 18:41:05 armin76 Exp $
 
 EAPI="3"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="common-lisp nls static-libs"
 
 RDEPEND="nls? ( virtual/libintl )"



1.81                 dev-libs/libgpg-error/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/ChangeLog,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- ChangeLog	27 Apr 2011 17:59:45 -0000	1.80
+++ ChangeLog	7 May 2011 18:41:05 -0000	1.81
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libgpg-error
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/ChangeLog,v 1.80 2011/04/27 17:59:45 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/ChangeLog,v 1.81 2011/05/07 18:41:05 armin76 Exp $
+
+  07 May 2011; Raúl Porcel <armin76@gentoo.org> libgpg-error-1.10.ebuild:
+  arm/ia64/m68k/s390/sh/sparc stable wrt #355265
 
   27 Apr 2011; Fabian Groffen <grobian@gentoo.org> libgpg-error-1.10.ebuild:
   Marked ~m68k-mint, bug #364787






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

end of thread, other threads:[~2011-05-07 18:41 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-15 22:51 [gentoo-commits] gentoo-x86 commit in dev-libs/libgpg-error: libgpg-error-1.10.ebuild ChangeLog Arfrever Frehtes Taifersar Arahesis (arfrever)
  -- strict thread matches above, loose matches on Subject: below --
2011-05-07 18:41 Raul Porcel (armin76)
2011-04-27 17:59 Fabian Groffen (grobian)
2011-03-23 20:32 Kacper Kowalik (xarthisius)
2011-03-12 13:27 Tobias Klausmann (klausman)
2011-03-11  9:42 Thomas Kahle (tomka)
2011-03-08 22:33 Jeroen Roovers (jer)
2011-02-19 19:12 Markos Chandras (hwoarang)
2011-01-25 16:09 Jeremy Olexa (darkside)
2011-01-12 17:34 Dane Smith (c1pher)

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