* [gentoo-commits] gentoo-x86 commit in x11-libs/goffice: ChangeLog goffice-0.8.17-r1.ebuild
@ 2012-04-20 19:21 Alexandre Rostovtsev (tetromino)
0 siblings, 0 replies; 6+ messages in thread
From: Alexandre Rostovtsev (tetromino) @ 2012-04-20 19:21 UTC (permalink / raw
To: gentoo-commits
tetromino 12/04/20 19:21:55
Modified: ChangeLog
Added: goffice-0.8.17-r1.ebuild
Log:
Prevent goffice from accidentally linking to pcre and causing undefined
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Revision Changes Path
1.104 x11-libs/goffice/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/ChangeLog?rev=1.104&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/ChangeLog?rev=1.104&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/ChangeLog?r1=1.103&r2=1.104
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- ChangeLog 15 Apr 2012 15:49:45 -0000 1.103
+++ ChangeLog 20 Apr 2012 19:21:54 -0000 1.104
@@ -1,6 +1,13 @@
# ChangeLog for x11-libs/goffice
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.103 2012/04/15 15:49:45 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.104 2012/04/20 19:21:54 tetromino Exp $
+
+*goffice-0.8.17-r1 (20 Apr 2012)
+
+ 20 Apr 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
+ +goffice-0.8.17-r1.ebuild, +files/goffice-0.8.17-no-pcre.patch:
+ Prevent goffice from accidentally linking to pcre and causing "undefined
+ symbol: pcre_info" errors (bug #404271).
15 Apr 2012; Gilles Dartiguelongue <eva@gentoo.org> -goffice-0.8.13.ebuild,
-goffice-0.8.16.ebuild:
1.1 x11-libs/goffice/goffice-0.8.17-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/goffice-0.8.17-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/goffice-0.8.17-r1.ebuild?rev=1.1&content-type=text/plain
Index: goffice-0.8.17-r1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.8.17-r1.ebuild,v 1.1 2012/04/20 19:21:54 tetromino Exp $
EAPI="4"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
inherit autotools eutils gnome2 flag-o-matic
DESCRIPTION="A library of document-centric objects and utilities"
HOMEPAGE="http://git.gnome.org/browse/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:2
>=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:2 )
"
DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.18
>=dev-util/intltool-0.35
doc? ( >=dev-util/gtk-doc-1.11 )
dev-util/gtk-doc-am
gnome-base/gnome-common"
# eautoreconf requires: gtk-doc-am, gnome-common
pkg_setup() {
DOCS="AUTHORS BUGS ChangeLog MAINTAINERS NEWS README"
# Gsettings is still experimental
if use gnome; then
G2CONF="${G2CONF} --with-config-backend=gconf"
else
G2CONF="${G2CONF} --with-config-backend=keyfile"
fi
G2CONF="${G2CONF}
--without-lasem
--with-gtk"
filter-flags -ffast-math
}
src_prepare() {
# bug #404271, https://bugzilla.gnome.org/show_bug.cgi?id=670316
epatch "${FILESDIR}/${P}-no-pcre.patch"
eautoreconf
gnome2_src_prepare
}
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/goffice: ChangeLog goffice-0.8.17-r1.ebuild
@ 2012-07-01 18:27 Agostino Sarubbo (ago)
0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-07-01 18:27 UTC (permalink / raw
To: gentoo-commits
ago 12/07/01 18:27:01
Modified: ChangeLog goffice-0.8.17-r1.ebuild
Log:
Stable for amd64, wrt bug #421471
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Revision Changes Path
1.106 x11-libs/goffice/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/ChangeLog?rev=1.106&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/ChangeLog?rev=1.106&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/ChangeLog?r1=1.105&r2=1.106
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- ChangeLog 5 May 2012 03:52:25 -0000 1.105
+++ ChangeLog 1 Jul 2012 18:27:01 -0000 1.106
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/goffice
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.105 2012/05/05 03:52:25 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.106 2012/07/01 18:27:01 ago Exp $
+
+ 01 Jul 2012; Agostino Sarubbo <ago@gentoo.org> goffice-0.8.17-r1.ebuild:
+ Stable for amd64, wrt bug #421471
05 May 2012; Jeff Horelick <jdhore@gentoo.org> goffice-0.8.17.ebuild,
goffice-0.8.17-r1.ebuild:
1.3 x11-libs/goffice/goffice-0.8.17-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/goffice-0.8.17-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/goffice-0.8.17-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/goffice-0.8.17-r1.ebuild?r1=1.2&r2=1.3
Index: goffice-0.8.17-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.8.17-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- goffice-0.8.17-r1.ebuild 5 May 2012 03:52:25 -0000 1.2
+++ goffice-0.8.17-r1.ebuild 1 Jul 2012 18:27:01 -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/x11-libs/goffice/goffice-0.8.17-r1.ebuild,v 1.2 2012/05/05 03:52:25 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.8.17-r1.ebuild,v 1.3 2012/07/01 18:27:01 ago Exp $
EAPI="4"
GCONF_DEBUG="no"
@@ -13,7 +13,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.17-r1.ebuild
@ 2012-07-02 6:38 Jeff Horelick (jdhore)
0 siblings, 0 replies; 6+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-07-02 6:38 UTC (permalink / raw
To: gentoo-commits
jdhore 12/07/02 06:38:09
Modified: ChangeLog goffice-0.8.17-r1.ebuild
Log:
marked x86 per bug 421471
(Portage version: 2.2.0_alpha114/cvs/Linux i686)
Revision Changes Path
1.107 x11-libs/goffice/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/ChangeLog?rev=1.107&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/ChangeLog?rev=1.107&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/ChangeLog?r1=1.106&r2=1.107
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- ChangeLog 1 Jul 2012 18:27:01 -0000 1.106
+++ ChangeLog 2 Jul 2012 06:38:09 -0000 1.107
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/goffice
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.106 2012/07/01 18:27:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.107 2012/07/02 06:38:09 jdhore Exp $
+
+ 02 Jul 2012; Jeff Horelick <jdhore@gentoo.org> goffice-0.8.17-r1.ebuild:
+ marked x86 per bug 421471
01 Jul 2012; Agostino Sarubbo <ago@gentoo.org> goffice-0.8.17-r1.ebuild:
Stable for amd64, wrt bug #421471
1.4 x11-libs/goffice/goffice-0.8.17-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/goffice-0.8.17-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/goffice-0.8.17-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/goffice-0.8.17-r1.ebuild?r1=1.3&r2=1.4
Index: goffice-0.8.17-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.8.17-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- goffice-0.8.17-r1.ebuild 1 Jul 2012 18:27:01 -0000 1.3
+++ goffice-0.8.17-r1.ebuild 2 Jul 2012 06:38:09 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.8.17-r1.ebuild,v 1.3 2012/07/01 18:27:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.8.17-r1.ebuild,v 1.4 2012/07/02 06:38:09 jdhore Exp $
EAPI="4"
GCONF_DEBUG="no"
@@ -13,7 +13,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.17-r1.ebuild
@ 2012-07-10 17:51 Brent Baude (ranger)
0 siblings, 0 replies; 6+ messages in thread
From: Brent Baude (ranger) @ 2012-07-10 17:51 UTC (permalink / raw
To: gentoo-commits
ranger 12/07/10 17:51:15
Modified: ChangeLog goffice-0.8.17-r1.ebuild
Log:
Marking goffice-0.8.17-r1 ppc for bug 421471
(Portage version: 2.1.10.65/cvs/Linux ppc64)
Revision Changes Path
1.108 x11-libs/goffice/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/ChangeLog?rev=1.108&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/ChangeLog?rev=1.108&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/ChangeLog?r1=1.107&r2=1.108
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- ChangeLog 2 Jul 2012 06:38:09 -0000 1.107
+++ ChangeLog 10 Jul 2012 17:51:15 -0000 1.108
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/goffice
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.107 2012/07/02 06:38:09 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.108 2012/07/10 17:51:15 ranger Exp $
+
+ 10 Jul 2012; Brent Baude <ranger@gentoo.org> goffice-0.8.17-r1.ebuild:
+ Marking goffice-0.8.17-r1 ppc for bug 421471
02 Jul 2012; Jeff Horelick <jdhore@gentoo.org> goffice-0.8.17-r1.ebuild:
marked x86 per bug 421471
1.5 x11-libs/goffice/goffice-0.8.17-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/goffice-0.8.17-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/goffice-0.8.17-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/goffice-0.8.17-r1.ebuild?r1=1.4&r2=1.5
Index: goffice-0.8.17-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.8.17-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- goffice-0.8.17-r1.ebuild 2 Jul 2012 06:38:09 -0000 1.4
+++ goffice-0.8.17-r1.ebuild 10 Jul 2012 17:51:15 -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/x11-libs/goffice/goffice-0.8.17-r1.ebuild,v 1.4 2012/07/02 06:38:09 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.8.17-r1.ebuild,v 1.5 2012/07/10 17:51:15 ranger Exp $
EAPI="4"
GCONF_DEBUG="no"
@@ -13,7 +13,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.17-r1.ebuild
@ 2012-08-05 21:39 Anthony G. Basile (blueness)
0 siblings, 0 replies; 6+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-08-05 21:39 UTC (permalink / raw
To: gentoo-commits
blueness 12/08/05 21:39:18
Modified: ChangeLog goffice-0.8.17-r1.ebuild
Log:
Keyword ~arm
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Revision Changes Path
1.109 x11-libs/goffice/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/ChangeLog?rev=1.109&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/ChangeLog?rev=1.109&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/ChangeLog?r1=1.108&r2=1.109
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- ChangeLog 10 Jul 2012 17:51:15 -0000 1.108
+++ ChangeLog 5 Aug 2012 21:39:17 -0000 1.109
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/goffice
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.108 2012/07/10 17:51:15 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.109 2012/08/05 21:39:17 blueness Exp $
+
+ 05 Aug 2012; Anthony G. Basile <blueness@gentoo.org>
+ goffice-0.8.17-r1.ebuild:
+ Keyword ~arm
10 Jul 2012; Brent Baude <ranger@gentoo.org> goffice-0.8.17-r1.ebuild:
Marking goffice-0.8.17-r1 ppc for bug 421471
1.6 x11-libs/goffice/goffice-0.8.17-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/goffice-0.8.17-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/goffice-0.8.17-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/goffice-0.8.17-r1.ebuild?r1=1.5&r2=1.6
Index: goffice-0.8.17-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.8.17-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- goffice-0.8.17-r1.ebuild 10 Jul 2012 17:51:15 -0000 1.5
+++ goffice-0.8.17-r1.ebuild 5 Aug 2012 21:39:17 -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/x11-libs/goffice/goffice-0.8.17-r1.ebuild,v 1.5 2012/07/10 17:51:15 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.8.17-r1.ebuild,v 1.6 2012/08/05 21:39:17 blueness Exp $
EAPI="4"
GCONF_DEBUG="no"
@@ -13,7 +13,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 ~arm ~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.17-r1.ebuild
@ 2012-08-19 15:54 Raul Porcel (armin76)
0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2012-08-19 15:54 UTC (permalink / raw
To: gentoo-commits
armin76 12/08/19 15:54:32
Modified: ChangeLog goffice-0.8.17-r1.ebuild
Log:
alpha/ia64/sparc stable wrt #421471
(Portage version: 2.1.11.5/cvs/Linux ia64)
Revision Changes Path
1.111 x11-libs/goffice/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/ChangeLog?rev=1.111&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/ChangeLog?rev=1.111&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/ChangeLog?r1=1.110&r2=1.111
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- ChangeLog 5 Aug 2012 21:43:16 -0000 1.110
+++ ChangeLog 19 Aug 2012 15:54:32 -0000 1.111
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/goffice
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.110 2012/08/05 21:43:16 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.111 2012/08/19 15:54:32 armin76 Exp $
+
+ 19 Aug 2012; Raúl Porcel <armin76@gentoo.org> goffice-0.8.17-r1.ebuild:
+ alpha/ia64/sparc stable wrt #421471
05 Aug 2012; Anthony G. Basile <blueness@gentoo.org> ChangeLog:
Fix failed gpg signing
1.7 x11-libs/goffice/goffice-0.8.17-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/goffice-0.8.17-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/goffice-0.8.17-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/goffice-0.8.17-r1.ebuild?r1=1.6&r2=1.7
Index: goffice-0.8.17-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.8.17-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- goffice-0.8.17-r1.ebuild 5 Aug 2012 21:39:17 -0000 1.6
+++ goffice-0.8.17-r1.ebuild 19 Aug 2012 15:54:32 -0000 1.7
@@ -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/x11-libs/goffice/goffice-0.8.17-r1.ebuild,v 1.6 2012/08/05 21:39:17 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.8.17-r1.ebuild,v 1.7 2012/08/19 15:54:32 armin76 Exp $
EAPI="4"
GCONF_DEBUG="no"
@@ -13,7 +13,7 @@
LICENSE="GPL-2"
SLOT="0.8"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="alpha amd64 ~arm 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:[~2012-08-19 15:54 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-02 6:38 [gentoo-commits] gentoo-x86 commit in x11-libs/goffice: ChangeLog goffice-0.8.17-r1.ebuild Jeff Horelick (jdhore)
-- strict thread matches above, loose matches on Subject: below --
2012-08-19 15:54 Raul Porcel (armin76)
2012-08-05 21:39 Anthony G. Basile (blueness)
2012-07-10 17:51 Brent Baude (ranger)
2012-07-01 18:27 Agostino Sarubbo (ago)
2012-04-20 19:21 Alexandre Rostovtsev (tetromino)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox