* [gentoo-commits] gentoo-x86 commit in x11-libs/goffice: ChangeLog goffice-0.6.2.ebuild
@ 2008-03-10 23:05 Gilles Dartiguelongue (eva)
0 siblings, 0 replies; 6+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2008-03-10 23:05 UTC (permalink / raw
To: gentoo-commits
eva 08/03/10 23:05:44
Modified: ChangeLog
Added: goffice-0.6.2.ebuild
Log:
bump to 0.6.2 and fix documentation slotting issue
(Portage version: 2.1.4.4)
Revision Changes Path
1.35 x11-libs/goffice/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/goffice/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/goffice/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/goffice/ChangeLog?r1=1.34&r2=1.35
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog 16 Jan 2008 22:48:54 -0000 1.34
+++ ChangeLog 10 Mar 2008 23:05:43 -0000 1.35
@@ -1,6 +1,12 @@
# ChangeLog for x11-libs/goffice
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.34 2008/01/16 22:48:54 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.35 2008/03/10 23:05:43 eva Exp $
+
+*goffice-0.6.2 (10 Mar 2008)
+
+ 10 Mar 2008; Gilles Dartiguelongue <eva@gentoo.org>
+ +files/goffice-0.6-doc-slot.patch, +goffice-0.6.2.ebuild:
+ bump to 0.6.2 and fix documentation slotting issue
16 Jan 2008; Gilles Dartiguelongue <eva@gentoo.org> goffice-0.6.1.ebuild:
remove libgnomeprint{,ui} dependencies (bug #206095)
1.1 x11-libs/goffice/goffice-0.6.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/goffice/goffice-0.6.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/goffice/goffice-0.6.2.ebuild?rev=1.1&content-type=text/plain
Index: goffice-0.6.2.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.6.2.ebuild,v 1.1 2008/03/10 23:05:43 eva Exp $
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.6"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="doc gnome"
#cairo support broken and -gtk broken
RDEPEND=">=dev-libs/glib-2.8.0
>=gnome-extra/libgsf-1.13.3
>=dev-libs/libxml2-2.4.12
>=x11-libs/pango-1.8.1
>=x11-libs/gtk+-2.6
>=gnome-base/libglade-2.3.6
>=media-libs/libart_lgpl-2.3.11
>=x11-libs/cairo-1.2
gnome? (
>=gnome-base/gconf-2
>=gnome-base/libgnomeui-2 )
>=dev-libs/libpcre-7"
# libpcre raised to unicode USE flag
DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.18
>=dev-util/intltool-0.35
doc? ( >=dev-util/gtk-doc-1.4 )"
DOCS="AUTHORS BUGS ChangeLog MAINTAINERS NEWS README"
pkg_setup() {
G2CONF="${G2CONF} $(use_with gnome)"
local diemessage=""
if use gnome && ! built_with_use gnome-extra/libgsf gnome; then
eerror "Please rebuild gnome-extra/libgsf with gnome support enabled"
eerror "echo \"gnome-extra/libgsf gnome\" >> /etc/portage/package.use"
eerror "or add \"gnome\" to your USE string in /etc/make.conf"
diemessage="No Gnome support found in libgsf."
fi
if ! built_with_use x11-libs/cairo svg ; then
eerror "Please rebuild x11-libs/cairo with svg support enabled"
eerror "echo \"x11-libs/cairo svg\" >> /etc/portage/package.use"
eerror "emerge -1 x11-libs/cairo"
diemessage="${diemessage} No SVG support found in cairo."
fi
if ! built_with_use dev-libs/libpcre unicode; then
eerror "Please rebuild dev-libs/libpcre with unicode support enabled"
eerror "echo \"dev-libs/libpcre unicode\" >> /etc/portage/package.use"
eerror "emerge -1 dev-libs/libpcre"
diemessage="${diemessage} No unicode support found in libpcre."
fi
[ -n "${diemessage}" ] && die ${diemessage}
}
src_unpack() {
gnome2_src_unpack
# Fix doc slotting
epatch "${FILESDIR}/${PN}-0.6-doc-slot.patch"
mv "${S}"/docs/reference/html/goffice{,-0.6}.devhelp
mv "${S}"/docs/reference/html/goffice{,-0.6}.devhelp2
mv "${S}"/docs/reference/goffice{,-0.6}-docs.sgml
mv "${S}"/docs/reference/goffice{,-0.6}-overrides.txt
mv "${S}"/docs/reference/goffice{,-0.6}-sections.txt
mv "${S}"/docs/reference/goffice{,-0.6}.types
}
src_compile() {
filter-flags -ffast-math
gnome2_src_compile
}
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/goffice: ChangeLog goffice-0.6.2.ebuild
@ 2008-04-17 12:44 Raul Porcel (armin76)
0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2008-04-17 12:44 UTC (permalink / raw
To: gentoo-commits
armin76 08/04/17 12:44:14
Modified: ChangeLog goffice-0.6.2.ebuild
Log:
alpha/ia64/sparc stable wrt #218029
(Portage version: 2.1.4.4)
Revision Changes Path
1.36 x11-libs/goffice/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/goffice/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/goffice/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/goffice/ChangeLog?r1=1.35&r2=1.36
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog 10 Mar 2008 23:05:43 -0000 1.35
+++ ChangeLog 17 Apr 2008 12:44:14 -0000 1.36
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/goffice
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.35 2008/03/10 23:05:43 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.36 2008/04/17 12:44:14 armin76 Exp $
+
+ 17 Apr 2008; Raúl Porcel <armin76@gentoo.org> goffice-0.6.2.ebuild:
+ alpha/ia64/sparc stable wrt #218029
*goffice-0.6.2 (10 Mar 2008)
1.2 x11-libs/goffice/goffice-0.6.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/goffice/goffice-0.6.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/goffice/goffice-0.6.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/goffice/goffice-0.6.2.ebuild?r1=1.1&r2=1.2
Index: goffice-0.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.6.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- goffice-0.6.2.ebuild 10 Mar 2008 23:05:43 -0000 1.1
+++ goffice-0.6.2.ebuild 17 Apr 2008 12:44:14 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.6.2.ebuild,v 1.1 2008/03/10 23:05:43 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.6.2.ebuild,v 1.2 2008/04/17 12:44:14 armin76 Exp $
inherit eutils gnome2 flag-o-matic
@@ -9,7 +9,7 @@
LICENSE="GPL-2"
SLOT="0.6"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha ~amd64 ~hppa ia64 ~ppc ~ppc64 sparc ~x86"
IUSE="doc gnome"
#cairo support broken and -gtk broken
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/goffice: ChangeLog goffice-0.6.2.ebuild
@ 2008-04-17 20:45 Jeroen Roovers (jer)
0 siblings, 0 replies; 6+ messages in thread
From: Jeroen Roovers (jer) @ 2008-04-17 20:45 UTC (permalink / raw
To: gentoo-commits
jer 08/04/17 20:45:42
Modified: ChangeLog goffice-0.6.2.ebuild
Log:
Stable for HPPA (bug #218029).
(Portage version: 2.1.5_rc3)
Revision Changes Path
1.37 x11-libs/goffice/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/goffice/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/goffice/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/goffice/ChangeLog?r1=1.36&r2=1.37
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog 17 Apr 2008 12:44:14 -0000 1.36
+++ ChangeLog 17 Apr 2008 20:45:42 -0000 1.37
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/goffice
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.36 2008/04/17 12:44:14 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.37 2008/04/17 20:45:42 jer Exp $
+
+ 17 Apr 2008; Jeroen Roovers <jer@gentoo.org> goffice-0.6.2.ebuild:
+ Stable for HPPA (bug #218029).
17 Apr 2008; Raúl Porcel <armin76@gentoo.org> goffice-0.6.2.ebuild:
alpha/ia64/sparc stable wrt #218029
1.3 x11-libs/goffice/goffice-0.6.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/goffice/goffice-0.6.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/goffice/goffice-0.6.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/goffice/goffice-0.6.2.ebuild?r1=1.2&r2=1.3
Index: goffice-0.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.6.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- goffice-0.6.2.ebuild 17 Apr 2008 12:44:14 -0000 1.2
+++ goffice-0.6.2.ebuild 17 Apr 2008 20:45:42 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.6.2.ebuild,v 1.2 2008/04/17 12:44:14 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.6.2.ebuild,v 1.3 2008/04/17 20:45:42 jer Exp $
inherit eutils gnome2 flag-o-matic
@@ -9,7 +9,7 @@
LICENSE="GPL-2"
SLOT="0.6"
-KEYWORDS="alpha ~amd64 ~hppa ia64 ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="alpha ~amd64 hppa ia64 ~ppc ~ppc64 sparc ~x86"
IUSE="doc gnome"
#cairo support broken and -gtk broken
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/goffice: ChangeLog goffice-0.6.2.ebuild
@ 2008-04-18 16:38 Gysbert Wassenaar (nixnut)
0 siblings, 0 replies; 6+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2008-04-18 16:38 UTC (permalink / raw
To: gentoo-commits
nixnut 08/04/18 16:38:00
Modified: ChangeLog goffice-0.6.2.ebuild
Log:
Stable on ppc wrt bug 218029
(Portage version: 2.1.5_rc4)
Revision Changes Path
1.38 x11-libs/goffice/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/goffice/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/goffice/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/goffice/ChangeLog?r1=1.37&r2=1.38
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog 17 Apr 2008 20:45:42 -0000 1.37
+++ ChangeLog 18 Apr 2008 16:37:59 -0000 1.38
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/goffice
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.37 2008/04/17 20:45:42 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.38 2008/04/18 16:37:59 nixnut Exp $
+
+ 18 Apr 2008; nixnut <nixnut@gentoo.org> goffice-0.6.2.ebuild:
+ Stable on ppc wrt bug 218029
17 Apr 2008; Jeroen Roovers <jer@gentoo.org> goffice-0.6.2.ebuild:
Stable for HPPA (bug #218029).
1.4 x11-libs/goffice/goffice-0.6.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/goffice/goffice-0.6.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/goffice/goffice-0.6.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/goffice/goffice-0.6.2.ebuild?r1=1.3&r2=1.4
Index: goffice-0.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.6.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- goffice-0.6.2.ebuild 17 Apr 2008 20:45:42 -0000 1.3
+++ goffice-0.6.2.ebuild 18 Apr 2008 16:37:59 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.6.2.ebuild,v 1.3 2008/04/17 20:45:42 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.6.2.ebuild,v 1.4 2008/04/18 16:37:59 nixnut Exp $
inherit eutils gnome2 flag-o-matic
@@ -9,7 +9,7 @@
LICENSE="GPL-2"
SLOT="0.6"
-KEYWORDS="alpha ~amd64 hppa ia64 ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="alpha ~amd64 hppa ia64 ppc ~ppc64 sparc ~x86"
IUSE="doc gnome"
#cairo support broken and -gtk broken
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/goffice: ChangeLog goffice-0.6.2.ebuild
@ 2008-04-19 15:29 Markus Rothe (corsair)
0 siblings, 0 replies; 6+ messages in thread
From: Markus Rothe (corsair) @ 2008-04-19 15:29 UTC (permalink / raw
To: gentoo-commits
corsair 08/04/19 15:29:11
Modified: ChangeLog goffice-0.6.2.ebuild
Log:
Stable on ppc64; bug #218029
(Portage version: 2.1.4.4)
Revision Changes Path
1.39 x11-libs/goffice/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/goffice/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/goffice/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/goffice/ChangeLog?r1=1.38&r2=1.39
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog 18 Apr 2008 16:37:59 -0000 1.38
+++ ChangeLog 19 Apr 2008 15:29:11 -0000 1.39
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/goffice
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.38 2008/04/18 16:37:59 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.39 2008/04/19 15:29:11 corsair Exp $
+
+ 19 Apr 2008; Markus Rothe <corsair@gentoo.org> goffice-0.6.2.ebuild:
+ Stable on ppc64; bug #218029
18 Apr 2008; nixnut <nixnut@gentoo.org> goffice-0.6.2.ebuild:
Stable on ppc wrt bug 218029
1.5 x11-libs/goffice/goffice-0.6.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/goffice/goffice-0.6.2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/goffice/goffice-0.6.2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/goffice/goffice-0.6.2.ebuild?r1=1.4&r2=1.5
Index: goffice-0.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.6.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- goffice-0.6.2.ebuild 18 Apr 2008 16:37:59 -0000 1.4
+++ goffice-0.6.2.ebuild 19 Apr 2008 15:29:11 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.6.2.ebuild,v 1.4 2008/04/18 16:37:59 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.6.2.ebuild,v 1.5 2008/04/19 15:29:11 corsair Exp $
inherit eutils gnome2 flag-o-matic
@@ -9,7 +9,7 @@
LICENSE="GPL-2"
SLOT="0.6"
-KEYWORDS="alpha ~amd64 hppa ia64 ppc ~ppc64 sparc ~x86"
+KEYWORDS="alpha ~amd64 hppa ia64 ppc ppc64 sparc ~x86"
IUSE="doc gnome"
#cairo support broken and -gtk broken
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/goffice: ChangeLog goffice-0.6.2.ebuild
@ 2008-04-21 19:16 Markus Meier (maekke)
0 siblings, 0 replies; 6+ messages in thread
From: Markus Meier (maekke) @ 2008-04-21 19:16 UTC (permalink / raw
To: gentoo-commits
maekke 08/04/21 19:16:51
Modified: ChangeLog goffice-0.6.2.ebuild
Log:
amd64/x86 stable, bug #218029
(Portage version: 2.1.5_rc5)
Revision Changes Path
1.40 x11-libs/goffice/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/goffice/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/goffice/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/goffice/ChangeLog?r1=1.39&r2=1.40
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog 19 Apr 2008 15:29:11 -0000 1.39
+++ ChangeLog 21 Apr 2008 19:16:50 -0000 1.40
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/goffice
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.39 2008/04/19 15:29:11 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.40 2008/04/21 19:16:50 maekke Exp $
+
+ 21 Apr 2008; Markus Meier <maekke@gentoo.org> goffice-0.6.2.ebuild:
+ amd64/x86 stable, bug #218029
19 Apr 2008; Markus Rothe <corsair@gentoo.org> goffice-0.6.2.ebuild:
Stable on ppc64; bug #218029
1.6 x11-libs/goffice/goffice-0.6.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/goffice/goffice-0.6.2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/goffice/goffice-0.6.2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/goffice/goffice-0.6.2.ebuild?r1=1.5&r2=1.6
Index: goffice-0.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.6.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- goffice-0.6.2.ebuild 19 Apr 2008 15:29:11 -0000 1.5
+++ goffice-0.6.2.ebuild 21 Apr 2008 19:16:50 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.6.2.ebuild,v 1.5 2008/04/19 15:29:11 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.6.2.ebuild,v 1.6 2008/04/21 19:16:50 maekke Exp $
inherit eutils gnome2 flag-o-matic
@@ -9,7 +9,7 @@
LICENSE="GPL-2"
SLOT="0.6"
-KEYWORDS="alpha ~amd64 hppa ia64 ppc ppc64 sparc ~x86"
+KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
IUSE="doc gnome"
#cairo support broken and -gtk broken
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2008-04-21 19:16 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-21 19:16 [gentoo-commits] gentoo-x86 commit in x11-libs/goffice: ChangeLog goffice-0.6.2.ebuild Markus Meier (maekke)
-- strict thread matches above, loose matches on Subject: below --
2008-04-19 15:29 Markus Rothe (corsair)
2008-04-18 16:38 Gysbert Wassenaar (nixnut)
2008-04-17 20:45 Jeroen Roovers (jer)
2008-04-17 12:44 Raul Porcel (armin76)
2008-03-10 23:05 Gilles Dartiguelongue (eva)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox