* [gentoo-commits] gentoo-x86 commit in x11-libs/goffice: ChangeLog goffice-0.8.13.ebuild
@ 2011-02-05 15:23 Pacho Ramos (pacho)
0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos (pacho) @ 2011-02-05 15:23 UTC (permalink / raw
To: gentoo-commits
pacho 11/02/05 15:23:35
Modified: ChangeLog
Added: goffice-0.8.13.ebuild
Log:
Version bump with some bugfixes.
(Portage version: 2.1.9.35/cvs/Linux x86_64)
Revision Changes Path
1.84 x11-libs/goffice/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/ChangeLog?rev=1.84&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/ChangeLog?rev=1.84&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/ChangeLog?r1=1.83&r2=1.84
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- ChangeLog 26 Jan 2011 14:18:26 -0000 1.83
+++ ChangeLog 5 Feb 2011 15:23:35 -0000 1.84
@@ -1,6 +1,11 @@
# ChangeLog for x11-libs/goffice
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.83 2011/01/26 14:18:26 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.84 2011/02/05 15:23:35 pacho Exp $
+
+*goffice-0.8.13 (05 Feb 2011)
+
+ 05 Feb 2011; Pacho Ramos <pacho@gentoo.org> +goffice-0.8.13.ebuild:
+ Version bump with some bugfixes.
26 Jan 2011; Pacho Ramos <pacho@gentoo.org> goffice-0.4.3.ebuild:
Drop DEPRECATED flags (bug #292804).
1.1 x11-libs/goffice/goffice-0.8.13.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/goffice-0.8.13.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/goffice-0.8.13.ebuild?rev=1.1&content-type=text/plain
Index: goffice-0.8.13.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.8.13.ebuild,v 1.1 2011/02/05 15:23:35 pacho Exp $
EAPI="3"
GCONF_DEBUG="no"
inherit eutils gnome2 flag-o-matic
DESCRIPTION="A library of document-centric objects and utilities"
HOMEPAGE="http://freshmeat.net/projects/goffice/"
LICENSE="GPL-2"
SLOT="0.8"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
IUSE="doc gnome"
# Build fails with -gtk
# FIXME: add lasem to tree
RDEPEND=">=dev-libs/glib-2.16:2
>=gnome-extra/libgsf-1.14.9
>=dev-libs/libxml2-2.4.12
>=x11-libs/pango-1.8.1
>=x11-libs/cairo-1.2[svg]
x11-libs/libXext
x11-libs/libXrender
>=x11-libs/gtk+-2.16:2
gnome? ( >=gnome-base/gconf-2 )
"
DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.18
>=dev-util/intltool-0.35
doc? ( >=dev-util/gtk-doc-1.11 )"
pkg_setup() {
DOCS="AUTHORS BUGS ChangeLog MAINTAINERS NEWS README"
G2CONF="${G2CONF}
--without-lasem
--with-gtk
$(use_with gnome gconf)"
filter-flags -ffast-math
}
src_install() {
gnome2_src_install
find "${ED}" -name "*.la" -delete || die
}
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/goffice: ChangeLog goffice-0.8.13.ebuild
@ 2011-02-23 23:16 Markos Chandras (hwoarang)
0 siblings, 0 replies; 6+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-02-23 23:16 UTC (permalink / raw
To: gentoo-commits
hwoarang 11/02/23 23:16:58
Modified: ChangeLog goffice-0.8.13.ebuild
Log:
Stable on amd64 wrt bug #353436
(Portage version: 2.1.9.39/cvs/Linux x86_64)
Revision Changes Path
1.85 x11-libs/goffice/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/ChangeLog?rev=1.85&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/ChangeLog?rev=1.85&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/ChangeLog?r1=1.84&r2=1.85
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog 5 Feb 2011 15:23:35 -0000 1.84
+++ ChangeLog 23 Feb 2011 23:16:58 -0000 1.85
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/goffice
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.84 2011/02/05 15:23:35 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.85 2011/02/23 23:16:58 hwoarang Exp $
+
+ 23 Feb 2011; Markos Chandras <hwoarang@gentoo.org> goffice-0.8.13.ebuild:
+ Stable on amd64 wrt bug #353436
*goffice-0.8.13 (05 Feb 2011)
1.2 x11-libs/goffice/goffice-0.8.13.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/goffice-0.8.13.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/goffice-0.8.13.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/goffice-0.8.13.ebuild?r1=1.1&r2=1.2
Index: goffice-0.8.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.8.13.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- goffice-0.8.13.ebuild 5 Feb 2011 15:23:35 -0000 1.1
+++ goffice-0.8.13.ebuild 23 Feb 2011 23:16:58 -0000 1.2
@@ -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/x11-libs/goffice/goffice-0.8.13.ebuild,v 1.1 2011/02/05 15:23:35 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.8.13.ebuild,v 1.2 2011/02/23 23:16:58 hwoarang Exp $
EAPI="3"
GCONF_DEBUG="no"
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0.8"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
IUSE="doc gnome"
# Build fails with -gtk
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/goffice: ChangeLog goffice-0.8.13.ebuild
@ 2011-02-24 20:50 Thomas Kahle (tomka)
0 siblings, 0 replies; 6+ messages in thread
From: Thomas Kahle (tomka) @ 2011-02-24 20:50 UTC (permalink / raw
To: gentoo-commits
tomka 11/02/24 20:50:11
Modified: ChangeLog goffice-0.8.13.ebuild
Log:
x86 stable per bug 353436
(Portage version: 2.1.9.40/cvs/Linux i686)
Revision Changes Path
1.86 x11-libs/goffice/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/ChangeLog?rev=1.86&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/ChangeLog?rev=1.86&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/ChangeLog?r1=1.85&r2=1.86
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog 23 Feb 2011 23:16:58 -0000 1.85
+++ ChangeLog 24 Feb 2011 20:50:11 -0000 1.86
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/goffice
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.85 2011/02/23 23:16:58 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.86 2011/02/24 20:50:11 tomka Exp $
+
+ 24 Feb 2011; Thomas Kahle <tomka@gentoo.org> goffice-0.8.13.ebuild:
+ x86 stable per bug 353436
23 Feb 2011; Markos Chandras <hwoarang@gentoo.org> goffice-0.8.13.ebuild:
Stable on amd64 wrt bug #353436
1.3 x11-libs/goffice/goffice-0.8.13.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/goffice-0.8.13.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/goffice-0.8.13.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/goffice-0.8.13.ebuild?r1=1.2&r2=1.3
Index: goffice-0.8.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.8.13.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- goffice-0.8.13.ebuild 23 Feb 2011 23:16:58 -0000 1.2
+++ goffice-0.8.13.ebuild 24 Feb 2011 20:50: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/x11-libs/goffice/goffice-0.8.13.ebuild,v 1.2 2011/02/23 23:16:58 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.8.13.ebuild,v 1.3 2011/02/24 20:50:11 tomka Exp $
EAPI="3"
GCONF_DEBUG="no"
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0.8"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
IUSE="doc gnome"
# Build fails with -gtk
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/goffice: ChangeLog goffice-0.8.13.ebuild
@ 2011-03-12 19:41 Raul Porcel (armin76)
0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2011-03-12 19:41 UTC (permalink / raw
To: gentoo-commits
armin76 11/03/12 19:41:09
Modified: ChangeLog goffice-0.8.13.ebuild
Log:
alpha/ia64/sparc stable wrt #353436
(Portage version: 2.1.9.41/cvs/Linux ia64)
Revision Changes Path
1.87 x11-libs/goffice/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/ChangeLog?rev=1.87&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/ChangeLog?rev=1.87&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/ChangeLog?r1=1.86&r2=1.87
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- ChangeLog 24 Feb 2011 20:50:11 -0000 1.86
+++ ChangeLog 12 Mar 2011 19:41:09 -0000 1.87
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/goffice
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.86 2011/02/24 20:50:11 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.87 2011/03/12 19:41:09 armin76 Exp $
+
+ 12 Mar 2011; Raúl Porcel <armin76@gentoo.org> goffice-0.8.13.ebuild:
+ alpha/ia64/sparc stable wrt #353436
24 Feb 2011; Thomas Kahle <tomka@gentoo.org> goffice-0.8.13.ebuild:
x86 stable per bug 353436
1.4 x11-libs/goffice/goffice-0.8.13.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/goffice-0.8.13.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/goffice-0.8.13.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/goffice-0.8.13.ebuild?r1=1.3&r2=1.4
Index: goffice-0.8.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.8.13.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- goffice-0.8.13.ebuild 24 Feb 2011 20:50:11 -0000 1.3
+++ goffice-0.8.13.ebuild 12 Mar 2011 19:41:09 -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/x11-libs/goffice/goffice-0.8.13.ebuild,v 1.3 2011/02/24 20:50:11 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.8.13.ebuild,v 1.4 2011/03/12 19:41:09 armin76 Exp $
EAPI="3"
GCONF_DEBUG="no"
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0.8"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="alpha amd64 ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
IUSE="doc gnome"
# Build fails with -gtk
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/goffice: ChangeLog goffice-0.8.13.ebuild
@ 2011-03-21 20:58 Kacper Kowalik (xarthisius)
0 siblings, 0 replies; 6+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-03-21 20:58 UTC (permalink / raw
To: gentoo-commits
xarthisius 11/03/21 20:58:24
Modified: ChangeLog goffice-0.8.13.ebuild
Log:
ppc64 stable wrt #353436
(Portage version: 2.2.0_alpha27/cvs/Linux x86_64)
Revision Changes Path
1.89 x11-libs/goffice/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/ChangeLog?rev=1.89&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/ChangeLog?rev=1.89&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/ChangeLog?r1=1.88&r2=1.89
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog 16 Mar 2011 09:10:51 -0000 1.88
+++ ChangeLog 21 Mar 2011 20:58:24 -0000 1.89
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/goffice
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.88 2011/03/16 09:10:51 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.89 2011/03/21 20:58:24 xarthisius Exp $
+
+ 21 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> goffice-0.8.13.ebuild:
+ ppc64 stable wrt #353436
16 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> goffice-0.6.6.ebuild,
goffice-0.8.6.ebuild:
1.5 x11-libs/goffice/goffice-0.8.13.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/goffice-0.8.13.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/goffice-0.8.13.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/goffice-0.8.13.ebuild?r1=1.4&r2=1.5
Index: goffice-0.8.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.8.13.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- goffice-0.8.13.ebuild 12 Mar 2011 19:41:09 -0000 1.4
+++ goffice-0.8.13.ebuild 21 Mar 2011 20:58:24 -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/x11-libs/goffice/goffice-0.8.13.ebuild,v 1.4 2011/03/12 19:41:09 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.8.13.ebuild,v 1.5 2011/03/21 20:58:24 xarthisius Exp $
EAPI="3"
GCONF_DEBUG="no"
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0.8"
-KEYWORDS="alpha amd64 ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="alpha amd64 ia64 ~ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
IUSE="doc gnome"
# Build fails with -gtk
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/goffice: ChangeLog goffice-0.8.13.ebuild
@ 2011-03-22 19:57 Brent Baude (ranger)
0 siblings, 0 replies; 6+ messages in thread
From: Brent Baude (ranger) @ 2011-03-22 19:57 UTC (permalink / raw
To: gentoo-commits
ranger 11/03/22 19:57:47
Modified: ChangeLog goffice-0.8.13.ebuild
Log:
Marking goffice-0.8.13 ppc for bug 353436
(Portage version: 2.1.9.42/cvs/Linux ppc64)
Revision Changes Path
1.90 x11-libs/goffice/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/ChangeLog?rev=1.90&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/ChangeLog?rev=1.90&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/ChangeLog?r1=1.89&r2=1.90
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- ChangeLog 21 Mar 2011 20:58:24 -0000 1.89
+++ ChangeLog 22 Mar 2011 19:57:47 -0000 1.90
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/goffice
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.89 2011/03/21 20:58:24 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.90 2011/03/22 19:57:47 ranger Exp $
+
+ 22 Mar 2011; Brent Baude <ranger@gentoo.org> goffice-0.8.13.ebuild:
+ Marking goffice-0.8.13 ppc stable for bug 353436
21 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> goffice-0.8.13.ebuild:
ppc64 stable wrt #353436
1.6 x11-libs/goffice/goffice-0.8.13.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/goffice-0.8.13.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/goffice-0.8.13.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/goffice-0.8.13.ebuild?r1=1.5&r2=1.6
Index: goffice-0.8.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.8.13.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- goffice-0.8.13.ebuild 21 Mar 2011 20:58:24 -0000 1.5
+++ goffice-0.8.13.ebuild 22 Mar 2011 19:57:47 -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/x11-libs/goffice/goffice-0.8.13.ebuild,v 1.5 2011/03/21 20:58:24 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.8.13.ebuild,v 1.6 2011/03/22 19:57:47 ranger Exp $
EAPI="3"
GCONF_DEBUG="no"
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0.8"
-KEYWORDS="alpha amd64 ia64 ~ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
IUSE="doc gnome"
# Build fails with -gtk
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2011-03-22 19:58 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-24 20:50 [gentoo-commits] gentoo-x86 commit in x11-libs/goffice: ChangeLog goffice-0.8.13.ebuild Thomas Kahle (tomka)
-- strict thread matches above, loose matches on Subject: below --
2011-03-22 19:57 Brent Baude (ranger)
2011-03-21 20:58 Kacper Kowalik (xarthisius)
2011-03-12 19:41 Raul Porcel (armin76)
2011-02-23 23:16 Markos Chandras (hwoarang)
2011-02-05 15:23 Pacho Ramos (pacho)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox