public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-libs/gwenhywfar: ChangeLog gwenhywfar-4.0.2.ebuild
@ 2010-12-15 19:26 Hanno Boeck (hanno)
  0 siblings, 0 replies; 6+ messages in thread
From: Hanno Boeck (hanno) @ 2010-12-15 19:26 UTC (permalink / raw
  To: gentoo-commits

hanno       10/12/15 19:26:01

  Modified:             ChangeLog
  Added:                gwenhywfar-4.0.2.ebuild
  Log:
  gwenhywfar bump
  
  (Portage version: 2.1.9.25/cvs/Linux x86_64)

Revision  Changes    Path
1.83                 sys-libs/gwenhywfar/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gwenhywfar/ChangeLog?rev=1.83&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gwenhywfar/ChangeLog?rev=1.83&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gwenhywfar/ChangeLog?r1=1.82&r2=1.83

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/ChangeLog,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- ChangeLog	3 Nov 2010 12:17:49 -0000	1.82
+++ ChangeLog	15 Dec 2010 19:26:01 -0000	1.83
@@ -1,6 +1,11 @@
 # ChangeLog for sys-libs/gwenhywfar
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/ChangeLog,v 1.82 2010/11/03 12:17:49 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/ChangeLog,v 1.83 2010/12/15 19:26:01 hanno Exp $
+
+*gwenhywfar-4.0.2 (15 Dec 2010)
+
+  15 Dec 2010; Hanno Boeck <hanno@gentoo.org> +gwenhywfar-4.0.2.ebuild:
+  Version bump.
 
 *gwenhywfar-4.0.1 (03 Nov 2010)
 



1.1                  sys-libs/gwenhywfar/gwenhywfar-4.0.2.ebuild

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

Index: gwenhywfar-4.0.2.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-4.0.2.ebuild,v 1.1 2010/12/15 19:26:01 hanno Exp $

EAPI=2

DESCRIPTION="A multi-platform helper library for other libraries"
HOMEPAGE="http://www.aquamaniac.de/aqbanking/"
SRC_URI="http://www.aquamaniac.de/sites/download/download.php?package=01&release=55&file=01&dummy=${P}.tar.gz -> ${P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
IUSE="debug doc fox gtk qt4"

RDEPEND="dev-libs/libgpg-error
	>=dev-libs/libgcrypt-1.2.0
	>=dev-libs/openssl-1.0.0
	>=net-libs/gnutls-2.0.1
	virtual/libiconv
	virtual/libintl
	fox? ( x11-libs/fox:1.6 )
	gtk? ( >=x11-libs/gtk+-2.17.5:2 )
	qt4? ( x11-libs/qt-gui:4 )"
DEPEND="${RDEPEND}
	dev-util/pkgconfig
	sys-devel/gettext
	doc? ( app-doc/doxygen )"

src_configure() {
	local guis
	use fox && guis="${guis} fox"
	use gtk && guis="${guis} gtk2"
	use qt4 && guis="${guis} qt4"

	econf \
		--disable-dependency-tracking \
		--enable-ssl \
		--enable-visibility \
		$(use_enable debug) \
		$(use_enable doc full-doc) \
		--with-guis="${guis}" \
		--with-docpath=/usr/share/doc/${PF}/apidoc
}

src_compile() {
	emake || die

	if use doc; then
		emake srcdoc || die
	fi
}

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

	if use doc; then
		emake DESTDIR="${D}" install-srcdoc || die
	fi

	find "${D}" -name '*.la' -exec rm -f '{}' +
}






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

* [gentoo-commits] gentoo-x86 commit in sys-libs/gwenhywfar: ChangeLog gwenhywfar-4.0.2.ebuild
@ 2011-02-16 16:44 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-02-16 16:44 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/02/16 16:44:20

  Modified:             ChangeLog gwenhywfar-4.0.2.ebuild
  Log:
  Fix building with USE="fox" wrt #355077 by Agostino Sarubbo.
  
  (Portage version: 2.1.9.39/cvs/Linux x86_64)

Revision  Changes    Path
1.84                 sys-libs/gwenhywfar/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gwenhywfar/ChangeLog?rev=1.84&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gwenhywfar/ChangeLog?rev=1.84&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gwenhywfar/ChangeLog?r1=1.83&r2=1.84

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- ChangeLog	15 Dec 2010 19:26:01 -0000	1.83
+++ ChangeLog	16 Feb 2011 16:44:20 -0000	1.84
@@ -1,6 +1,9 @@
 # ChangeLog for sys-libs/gwenhywfar
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/ChangeLog,v 1.83 2010/12/15 19:26:01 hanno Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/ChangeLog,v 1.84 2011/02/16 16:44:20 ssuominen Exp $
+
+  16 Feb 2011; Samuli Suominen <ssuominen@gentoo.org> gwenhywfar-4.0.2.ebuild:
+  Fix building with USE="fox" wrt #355077 by Agostino Sarubbo.
 
 *gwenhywfar-4.0.2 (15 Dec 2010)
 



1.2                  sys-libs/gwenhywfar/gwenhywfar-4.0.2.ebuild

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

Index: gwenhywfar-4.0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-4.0.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gwenhywfar-4.0.2.ebuild	15 Dec 2010 19:26:01 -0000	1.1
+++ gwenhywfar-4.0.2.ebuild	16 Feb 2011 16:44:20 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-4.0.2.ebuild,v 1.1 2010/12/15 19:26:01 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-4.0.2.ebuild,v 1.2 2011/02/16 16:44:20 ssuominen Exp $
 
 EAPI=2
 
@@ -29,7 +29,7 @@
 
 src_configure() {
 	local guis
-	use fox && guis="${guis} fox"
+	use fox && guis="${guis} fox16"
 	use gtk && guis="${guis} gtk2"
 	use qt4 && guis="${guis} qt4"
 






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

* [gentoo-commits] gentoo-x86 commit in sys-libs/gwenhywfar: ChangeLog gwenhywfar-4.0.2.ebuild
@ 2011-02-18 12:25 Hanno Boeck (hanno)
  0 siblings, 0 replies; 6+ messages in thread
From: Hanno Boeck (hanno) @ 2011-02-18 12:25 UTC (permalink / raw
  To: gentoo-commits

hanno       11/02/18 12:25:11

  Modified:             ChangeLog gwenhywfar-4.0.2.ebuild
  Log:
  restrict test on gwenhywfar
  
  (Portage version: 2.1.9.40/cvs/Linux x86_64)

Revision  Changes    Path
1.85                 sys-libs/gwenhywfar/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gwenhywfar/ChangeLog?rev=1.85&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gwenhywfar/ChangeLog?rev=1.85&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gwenhywfar/ChangeLog?r1=1.84&r2=1.85

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog	16 Feb 2011 16:44:20 -0000	1.84
+++ ChangeLog	18 Feb 2011 12:25:11 -0000	1.85
@@ -1,6 +1,9 @@
 # ChangeLog for sys-libs/gwenhywfar
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/ChangeLog,v 1.84 2011/02/16 16:44:20 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/ChangeLog,v 1.85 2011/02/18 12:25:11 hanno Exp $
+
+  18 Feb 2011; Hanno Boeck <hanno@gentoo.org> gwenhywfar-4.0.2.ebuild:
+  Restrict tests, they are broken in upstream's package.
 
   16 Feb 2011; Samuli Suominen <ssuominen@gentoo.org> gwenhywfar-4.0.2.ebuild:
   Fix building with USE="fox" wrt #355077 by Agostino Sarubbo.



1.3                  sys-libs/gwenhywfar/gwenhywfar-4.0.2.ebuild

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

Index: gwenhywfar-4.0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-4.0.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gwenhywfar-4.0.2.ebuild	16 Feb 2011 16:44:20 -0000	1.2
+++ gwenhywfar-4.0.2.ebuild	18 Feb 2011 12:25:11 -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/sys-libs/gwenhywfar/gwenhywfar-4.0.2.ebuild,v 1.2 2011/02/16 16:44:20 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-4.0.2.ebuild,v 1.3 2011/02/18 12:25:11 hanno Exp $
 
 EAPI=2
 
@@ -27,6 +27,9 @@
 	sys-devel/gettext
 	doc? ( app-doc/doxygen )"
 
+# broken upstream, reported but got no reply
+RESTRICT="test"
+
 src_configure() {
 	local guis
 	use fox && guis="${guis} fox16"






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

* [gentoo-commits] gentoo-x86 commit in sys-libs/gwenhywfar: ChangeLog gwenhywfar-4.0.2.ebuild
@ 2011-03-01 15:20 Jeroen Roovers (jer)
  0 siblings, 0 replies; 6+ messages in thread
From: Jeroen Roovers (jer) @ 2011-03-01 15:20 UTC (permalink / raw
  To: gentoo-commits

jer         11/03/01 15:20:02

  Modified:             ChangeLog gwenhywfar-4.0.2.ebuild
  Log:
  Stable for HPPA (bug #355077).
  
  (Portage version: 2.2.0_alpha25/cvs/Linux i686)

Revision  Changes    Path
1.88                 sys-libs/gwenhywfar/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gwenhywfar/ChangeLog?rev=1.88&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gwenhywfar/ChangeLog?rev=1.88&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gwenhywfar/ChangeLog?r1=1.87&r2=1.88

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog	26 Feb 2011 11:24:06 -0000	1.87
+++ ChangeLog	1 Mar 2011 15:20:02 -0000	1.88
@@ -1,6 +1,9 @@
 # ChangeLog for sys-libs/gwenhywfar
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/ChangeLog,v 1.87 2011/02/26 11:24:06 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/ChangeLog,v 1.88 2011/03/01 15:20:02 jer Exp $
+
+  01 Mar 2011; Jeroen Roovers <jer@gentoo.org> gwenhywfar-4.0.2.ebuild:
+  Stable for HPPA (bug #355077).
 
   26 Feb 2011; Samuli Suominen <ssuominen@gentoo.org> gwenhywfar-4.0.2.ebuild:
   amd64 stable wrt #355077



1.5                  sys-libs/gwenhywfar/gwenhywfar-4.0.2.ebuild

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

Index: gwenhywfar-4.0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-4.0.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gwenhywfar-4.0.2.ebuild	26 Feb 2011 11:24:06 -0000	1.4
+++ gwenhywfar-4.0.2.ebuild	1 Mar 2011 15:20:02 -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/sys-libs/gwenhywfar/gwenhywfar-4.0.2.ebuild,v 1.4 2011/02/26 11:24:06 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-4.0.2.ebuild,v 1.5 2011/03/01 15:20:02 jer Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE="debug doc fox gtk qt4"
 
 RDEPEND="dev-libs/libgpg-error






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

* [gentoo-commits] gentoo-x86 commit in sys-libs/gwenhywfar: ChangeLog gwenhywfar-4.0.2.ebuild
@ 2011-03-04 16:29 Thomas Kahle (tomka)
  0 siblings, 0 replies; 6+ messages in thread
From: Thomas Kahle (tomka) @ 2011-03-04 16:29 UTC (permalink / raw
  To: gentoo-commits

tomka       11/03/04 16:29:17

  Modified:             ChangeLog gwenhywfar-4.0.2.ebuild
  Log:
  x86 stable per bug 355077
  
  (Portage version: 2.1.9.42/cvs/Linux i686)

Revision  Changes    Path
1.89                 sys-libs/gwenhywfar/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gwenhywfar/ChangeLog?rev=1.89&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gwenhywfar/ChangeLog?rev=1.89&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gwenhywfar/ChangeLog?r1=1.88&r2=1.89

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog	1 Mar 2011 15:20:02 -0000	1.88
+++ ChangeLog	4 Mar 2011 16:29:17 -0000	1.89
@@ -1,6 +1,9 @@
 # ChangeLog for sys-libs/gwenhywfar
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/ChangeLog,v 1.88 2011/03/01 15:20:02 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/ChangeLog,v 1.89 2011/03/04 16:29:17 tomka Exp $
+
+  04 Mar 2011; Thomas Kahle <tomka@gentoo.org> gwenhywfar-4.0.2.ebuild:
+  x86 stable per bug 355077
 
   01 Mar 2011; Jeroen Roovers <jer@gentoo.org> gwenhywfar-4.0.2.ebuild:
   Stable for HPPA (bug #355077).



1.6                  sys-libs/gwenhywfar/gwenhywfar-4.0.2.ebuild

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

Index: gwenhywfar-4.0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-4.0.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gwenhywfar-4.0.2.ebuild	1 Mar 2011 15:20:02 -0000	1.5
+++ gwenhywfar-4.0.2.ebuild	4 Mar 2011 16:29:17 -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/sys-libs/gwenhywfar/gwenhywfar-4.0.2.ebuild,v 1.5 2011/03/01 15:20:02 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-4.0.2.ebuild,v 1.6 2011/03/04 16:29:17 tomka Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 hppa ~ppc ~ppc64 ~sparc x86"
 IUSE="debug doc fox gtk qt4"
 
 RDEPEND="dev-libs/libgpg-error






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

* [gentoo-commits] gentoo-x86 commit in sys-libs/gwenhywfar: ChangeLog gwenhywfar-4.0.2.ebuild
@ 2011-03-13 15:39 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 6+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-03-13 15:39 UTC (permalink / raw
  To: gentoo-commits

xarthisius    11/03/13 15:39:06

  Modified:             ChangeLog gwenhywfar-4.0.2.ebuild
  Log:
  ppc stable wrt #355077
  
  (Portage version: 2.2.0_alpha26/cvs/Linux x86_64)

Revision  Changes    Path
1.90                 sys-libs/gwenhywfar/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gwenhywfar/ChangeLog?rev=1.90&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gwenhywfar/ChangeLog?rev=1.90&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gwenhywfar/ChangeLog?r1=1.89&r2=1.90

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/ChangeLog,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- ChangeLog	4 Mar 2011 16:29:17 -0000	1.89
+++ ChangeLog	13 Mar 2011 15:39:06 -0000	1.90
@@ -1,6 +1,9 @@
 # ChangeLog for sys-libs/gwenhywfar
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/ChangeLog,v 1.89 2011/03/04 16:29:17 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/ChangeLog,v 1.90 2011/03/13 15:39:06 xarthisius Exp $
+
+  13 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> gwenhywfar-4.0.2.ebuild:
+  ppc stable wrt #355077
 
   04 Mar 2011; Thomas Kahle <tomka@gentoo.org> gwenhywfar-4.0.2.ebuild:
   x86 stable per bug 355077



1.7                  sys-libs/gwenhywfar/gwenhywfar-4.0.2.ebuild

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

Index: gwenhywfar-4.0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-4.0.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gwenhywfar-4.0.2.ebuild	4 Mar 2011 16:29:17 -0000	1.6
+++ gwenhywfar-4.0.2.ebuild	13 Mar 2011 15:39:06 -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/sys-libs/gwenhywfar/gwenhywfar-4.0.2.ebuild,v 1.6 2011/03/04 16:29:17 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-4.0.2.ebuild,v 1.7 2011/03/13 15:39:06 xarthisius Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 hppa ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 hppa ppc ~ppc64 ~sparc x86"
 IUSE="debug doc fox gtk qt4"
 
 RDEPEND="dev-libs/libgpg-error






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

end of thread, other threads:[~2011-03-13 15:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-01 15:20 [gentoo-commits] gentoo-x86 commit in sys-libs/gwenhywfar: ChangeLog gwenhywfar-4.0.2.ebuild Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2011-03-13 15:39 Kacper Kowalik (xarthisius)
2011-03-04 16:29 Thomas Kahle (tomka)
2011-02-18 12:25 Hanno Boeck (hanno)
2011-02-16 16:44 Samuli Suominen (ssuominen)
2010-12-15 19:26 Hanno Boeck (hanno)

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