* [gentoo-commits] gentoo-x86 commit in app-office/gnucash: gnucash-2.6.1.ebuild ChangeLog
@ 2014-02-09 12:41 Pacho Ramos (pacho)
0 siblings, 0 replies; 7+ messages in thread
From: Pacho Ramos (pacho) @ 2014-02-09 12:41 UTC (permalink / raw
To: gentoo-commits
pacho 14/02/09 12:41:19
Modified: gnucash-2.6.1.ebuild ChangeLog
Log:
Reorder configure options
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path
1.2 app-office/gnucash/gnucash-2.6.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnucash/gnucash-2.6.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnucash/gnucash-2.6.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnucash/gnucash-2.6.1.ebuild?r1=1.1&r2=1.2
Index: gnucash-2.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.6.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnucash-2.6.1.ebuild 9 Feb 2014 11:18:40 -0000 1.1
+++ gnucash-2.6.1.ebuild 9 Feb 2014 12:41:19 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.6.1.ebuild,v 1.1 2014/02/09 11:18:40 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.6.1.ebuild,v 1.2 2014/02/09 12:41:19 pacho Exp $
EAPI="5"
GCONF_DEBUG="no"
@@ -14,7 +14,7 @@
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
IUSE="chipcard debug +doc hbci mysql ofx postgres python quotes sqlite"
# FIXME: rdepend on dev-libs/qof when upstream fix their mess (see configure.ac)
@@ -62,7 +62,6 @@
}
src_prepare() {
- # Prevent linking against installed libs, bug #371264
eautoreconf
gnome2_src_prepare
}
@@ -78,18 +77,6 @@
myconf+=" --disable-dbi"
fi
- myconf+="
- $(use_enable debug)
- $(use_enable ofx)
- $(use_enable hbci aqbanking)
- $(use_enable python)
- --disable-doxygen
- --enable-locale-specific-tax
- --disable-error-on-warning"
-
- # gtkmm is experimental and shouldn't be enabled, upstream bug #684166
- myconf+=" --disable-gtkmm"
-
# guile wrongly exports LDFLAGS as LIBS which breaks modules
# Filter until a better ebuild is available, bug #202205
local GUILE_LIBS=""
@@ -100,7 +87,17 @@
fi
done
- gnome2_src_configure GUILE_LIBS="${GUILE_LIBS}" ${myconf}
+ # gtkmm is experimental and shouldn't be enabled, upstream bug #684166
+ gnome2_src_configure \
+ $(use_enable debug) \
+ $(use_enable ofx) \
+ $(use_enable hbci aqbanking) \
+ $(use_enable python) \
+ --disable-doxygen \
+ --disable-gtkmm \
+ --enable-locale-specific-tax \
+ --disable-error-on-warning \
+ GUILE_LIBS="${GUILE_LIBS}" ${myconf}
}
src_test() {
1.272 app-office/gnucash/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnucash/ChangeLog?rev=1.272&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnucash/ChangeLog?rev=1.272&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnucash/ChangeLog?r1=1.271&r2=1.272
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v
retrieving revision 1.271
retrieving revision 1.272
diff -u -r1.271 -r1.272
--- ChangeLog 9 Feb 2014 11:18:40 -0000 1.271
+++ ChangeLog 9 Feb 2014 12:41:19 -0000 1.272
@@ -1,6 +1,9 @@
# ChangeLog for app-office/gnucash
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.271 2014/02/09 11:18:40 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.272 2014/02/09 12:41:19 pacho Exp $
+
+ 09 Feb 2014; Pacho Ramos <pacho@gentoo.org> gnucash-2.6.1.ebuild:
+ Reorder configure options
*gnucash-2.6.1 (09 Feb 2014)
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-office/gnucash: gnucash-2.6.1.ebuild ChangeLog
@ 2014-02-09 12:57 Pacho Ramos (pacho)
0 siblings, 0 replies; 7+ messages in thread
From: Pacho Ramos (pacho) @ 2014-02-09 12:57 UTC (permalink / raw
To: gentoo-commits
pacho 14/02/09 12:57:05
Modified: gnucash-2.6.1.ebuild ChangeLog
Log:
Revert unexpected stabilization
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path
1.3 app-office/gnucash/gnucash-2.6.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnucash/gnucash-2.6.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnucash/gnucash-2.6.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnucash/gnucash-2.6.1.ebuild?r1=1.2&r2=1.3
Index: gnucash-2.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.6.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gnucash-2.6.1.ebuild 9 Feb 2014 12:41:19 -0000 1.2
+++ gnucash-2.6.1.ebuild 9 Feb 2014 12:57:05 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.6.1.ebuild,v 1.2 2014/02/09 12:41:19 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.6.1.ebuild,v 1.3 2014/02/09 12:57:05 pacho Exp $
EAPI="5"
GCONF_DEBUG="no"
@@ -14,7 +14,7 @@
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="chipcard debug +doc hbci mysql ofx postgres python quotes sqlite"
# FIXME: rdepend on dev-libs/qof when upstream fix their mess (see configure.ac)
1.273 app-office/gnucash/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnucash/ChangeLog?rev=1.273&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnucash/ChangeLog?rev=1.273&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnucash/ChangeLog?r1=1.272&r2=1.273
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v
retrieving revision 1.272
retrieving revision 1.273
diff -u -r1.272 -r1.273
--- ChangeLog 9 Feb 2014 12:41:19 -0000 1.272
+++ ChangeLog 9 Feb 2014 12:57:05 -0000 1.273
@@ -1,6 +1,9 @@
# ChangeLog for app-office/gnucash
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.272 2014/02/09 12:41:19 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.273 2014/02/09 12:57:05 pacho Exp $
+
+ 09 Feb 2014; Pacho Ramos <pacho@gentoo.org> gnucash-2.6.1.ebuild:
+ Revert unexpected stabilization
09 Feb 2014; Pacho Ramos <pacho@gentoo.org> gnucash-2.6.1.ebuild:
Reorder configure options
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-office/gnucash: gnucash-2.6.1.ebuild ChangeLog
@ 2014-02-11 21:11 Pacho Ramos (pacho)
0 siblings, 0 replies; 7+ messages in thread
From: Pacho Ramos (pacho) @ 2014-02-11 21:11 UTC (permalink / raw
To: gentoo-commits
pacho 14/02/11 21:11:32
Modified: gnucash-2.6.1.ebuild ChangeLog
Log:
libgnomecanvas is needed (#500938 by John J. Aylward)
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path
1.4 app-office/gnucash/gnucash-2.6.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnucash/gnucash-2.6.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnucash/gnucash-2.6.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnucash/gnucash-2.6.1.ebuild?r1=1.3&r2=1.4
Index: gnucash-2.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.6.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gnucash-2.6.1.ebuild 9 Feb 2014 12:57:05 -0000 1.3
+++ gnucash-2.6.1.ebuild 11 Feb 2014 21:11:32 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.6.1.ebuild,v 1.3 2014/02/09 12:57:05 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.6.1.ebuild,v 1.4 2014/02/11 21:11:32 pacho Exp $
EAPI="5"
GCONF_DEBUG="no"
@@ -27,6 +27,7 @@
>=dev-scheme/guile-1.8.3:12[deprecated,regex]
dev-scheme/guile-www
>=dev-scheme/slib-3.1.4
+ gnome-base/libgnomecanvas
gnome-base/libgnome-keyring
>=net-libs/webkit-gtk-1.2:2
>=sys-libs/zlib-1.1.4
1.274 app-office/gnucash/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnucash/ChangeLog?rev=1.274&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnucash/ChangeLog?rev=1.274&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnucash/ChangeLog?r1=1.273&r2=1.274
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v
retrieving revision 1.273
retrieving revision 1.274
diff -u -r1.273 -r1.274
--- ChangeLog 9 Feb 2014 12:57:05 -0000 1.273
+++ ChangeLog 11 Feb 2014 21:11:32 -0000 1.274
@@ -1,6 +1,9 @@
# ChangeLog for app-office/gnucash
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.273 2014/02/09 12:57:05 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.274 2014/02/11 21:11:32 pacho Exp $
+
+ 11 Feb 2014; Pacho Ramos <pacho@gentoo.org> gnucash-2.6.1.ebuild:
+ libgnomecanvas is needed (#500938 by John J. Aylward)
09 Feb 2014; Pacho Ramos <pacho@gentoo.org> gnucash-2.6.1.ebuild:
Revert unexpected stabilization
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-office/gnucash: gnucash-2.6.1.ebuild ChangeLog
@ 2014-02-22 14:28 Pacho Ramos (pacho)
0 siblings, 0 replies; 7+ messages in thread
From: Pacho Ramos (pacho) @ 2014-02-22 14:28 UTC (permalink / raw
To: gentoo-commits
pacho 14/02/22 14:28:43
Modified: gnucash-2.6.1.ebuild ChangeLog
Log:
arch stable, bug 888
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path
1.5 app-office/gnucash/gnucash-2.6.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnucash/gnucash-2.6.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnucash/gnucash-2.6.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnucash/gnucash-2.6.1.ebuild?r1=1.4&r2=1.5
Index: gnucash-2.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.6.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gnucash-2.6.1.ebuild 11 Feb 2014 21:11:32 -0000 1.4
+++ gnucash-2.6.1.ebuild 22 Feb 2014 14:28:43 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.6.1.ebuild,v 1.4 2014/02/11 21:11:32 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.6.1.ebuild,v 1.5 2014/02/22 14:28:43 pacho Exp $
EAPI="5"
GCONF_DEBUG="no"
@@ -14,7 +14,7 @@
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ppc ~ppc64 x86"
IUSE="chipcard debug +doc hbci mysql ofx postgres python quotes sqlite"
# FIXME: rdepend on dev-libs/qof when upstream fix their mess (see configure.ac)
1.275 app-office/gnucash/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnucash/ChangeLog?rev=1.275&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnucash/ChangeLog?rev=1.275&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnucash/ChangeLog?r1=1.274&r2=1.275
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v
retrieving revision 1.274
retrieving revision 1.275
diff -u -r1.274 -r1.275
--- ChangeLog 11 Feb 2014 21:11:32 -0000 1.274
+++ ChangeLog 22 Feb 2014 14:28:43 -0000 1.275
@@ -1,6 +1,9 @@
# ChangeLog for app-office/gnucash
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.274 2014/02/11 21:11:32 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.275 2014/02/22 14:28:43 pacho Exp $
+
+ 22 Feb 2014; Pacho Ramos <pacho@gentoo.org> gnucash-2.6.1.ebuild:
+ arch stable, bug 888
11 Feb 2014; Pacho Ramos <pacho@gentoo.org> gnucash-2.6.1.ebuild:
libgnomecanvas is needed (#500938 by John J. Aylward)
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-office/gnucash: gnucash-2.6.1.ebuild ChangeLog
@ 2014-02-22 21:02 Pacho Ramos (pacho)
0 siblings, 0 replies; 7+ messages in thread
From: Pacho Ramos (pacho) @ 2014-02-22 21:02 UTC (permalink / raw
To: gentoo-commits
pacho 14/02/22 21:02:41
Modified: gnucash-2.6.1.ebuild ChangeLog
Log:
Fix wrong commit, bug 502160
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path
1.6 app-office/gnucash/gnucash-2.6.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnucash/gnucash-2.6.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnucash/gnucash-2.6.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnucash/gnucash-2.6.1.ebuild?r1=1.5&r2=1.6
Index: gnucash-2.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.6.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gnucash-2.6.1.ebuild 22 Feb 2014 14:28:43 -0000 1.5
+++ gnucash-2.6.1.ebuild 22 Feb 2014 21:02:41 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.6.1.ebuild,v 1.5 2014/02/22 14:28:43 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.6.1.ebuild,v 1.6 2014/02/22 21:02:41 pacho Exp $
EAPI="5"
GCONF_DEBUG="no"
@@ -14,7 +14,7 @@
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="amd64 ppc ~ppc64 x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="chipcard debug +doc hbci mysql ofx postgres python quotes sqlite"
# FIXME: rdepend on dev-libs/qof when upstream fix their mess (see configure.ac)
1.276 app-office/gnucash/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnucash/ChangeLog?rev=1.276&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnucash/ChangeLog?rev=1.276&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnucash/ChangeLog?r1=1.275&r2=1.276
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v
retrieving revision 1.275
retrieving revision 1.276
diff -u -r1.275 -r1.276
--- ChangeLog 22 Feb 2014 14:28:43 -0000 1.275
+++ ChangeLog 22 Feb 2014 21:02:41 -0000 1.276
@@ -1,6 +1,9 @@
# ChangeLog for app-office/gnucash
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.275 2014/02/22 14:28:43 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.276 2014/02/22 21:02:41 pacho Exp $
+
+ 22 Feb 2014; Pacho Ramos <pacho@gentoo.org> gnucash-2.6.1.ebuild:
+ Fix wrong commit, bug 502160
22 Feb 2014; Pacho Ramos <pacho@gentoo.org> gnucash-2.6.1.ebuild:
arch stable, bug 888
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-office/gnucash: gnucash-2.6.1.ebuild ChangeLog
@ 2014-03-09 10:43 Pacho Ramos (pacho)
0 siblings, 0 replies; 7+ messages in thread
From: Pacho Ramos (pacho) @ 2014-03-09 10:43 UTC (permalink / raw
To: gentoo-commits
pacho 14/03/09 10:43:01
Modified: gnucash-2.6.1.ebuild ChangeLog
Log:
amd64 stable, bug 499954
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Revision Changes Path
1.7 app-office/gnucash/gnucash-2.6.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnucash/gnucash-2.6.1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnucash/gnucash-2.6.1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnucash/gnucash-2.6.1.ebuild?r1=1.6&r2=1.7
Index: gnucash-2.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.6.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gnucash-2.6.1.ebuild 22 Feb 2014 21:02:41 -0000 1.6
+++ gnucash-2.6.1.ebuild 9 Mar 2014 10:43:00 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.6.1.ebuild,v 1.6 2014/02/22 21:02:41 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.6.1.ebuild,v 1.7 2014/03/09 10:43:00 pacho Exp $
EAPI="5"
GCONF_DEBUG="no"
@@ -14,7 +14,7 @@
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
IUSE="chipcard debug +doc hbci mysql ofx postgres python quotes sqlite"
# FIXME: rdepend on dev-libs/qof when upstream fix their mess (see configure.ac)
1.277 app-office/gnucash/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnucash/ChangeLog?rev=1.277&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnucash/ChangeLog?rev=1.277&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnucash/ChangeLog?r1=1.276&r2=1.277
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v
retrieving revision 1.276
retrieving revision 1.277
diff -u -r1.276 -r1.277
--- ChangeLog 22 Feb 2014 21:02:41 -0000 1.276
+++ ChangeLog 9 Mar 2014 10:43:01 -0000 1.277
@@ -1,6 +1,9 @@
# ChangeLog for app-office/gnucash
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.276 2014/02/22 21:02:41 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.277 2014/03/09 10:43:01 pacho Exp $
+
+ 09 Mar 2014; Pacho Ramos <pacho@gentoo.org> gnucash-2.6.1.ebuild:
+ amd64 stable, bug 499954
22 Feb 2014; Pacho Ramos <pacho@gentoo.org> gnucash-2.6.1.ebuild:
Fix wrong commit, bug 502160
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-office/gnucash: gnucash-2.6.1.ebuild ChangeLog
@ 2014-03-09 11:54 Pacho Ramos (pacho)
0 siblings, 0 replies; 7+ messages in thread
From: Pacho Ramos (pacho) @ 2014-03-09 11:54 UTC (permalink / raw
To: gentoo-commits
pacho 14/03/09 11:54:07
Modified: gnucash-2.6.1.ebuild ChangeLog
Log:
x86 stable, bug 499954
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key A188FBD4)
Revision Changes Path
1.8 app-office/gnucash/gnucash-2.6.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnucash/gnucash-2.6.1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnucash/gnucash-2.6.1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnucash/gnucash-2.6.1.ebuild?r1=1.7&r2=1.8
Index: gnucash-2.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.6.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gnucash-2.6.1.ebuild 9 Mar 2014 10:43:00 -0000 1.7
+++ gnucash-2.6.1.ebuild 9 Mar 2014 11:54:07 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.6.1.ebuild,v 1.7 2014/03/09 10:43:00 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.6.1.ebuild,v 1.8 2014/03/09 11:54:07 pacho Exp $
EAPI="5"
GCONF_DEBUG="no"
@@ -14,7 +14,7 @@
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
IUSE="chipcard debug +doc hbci mysql ofx postgres python quotes sqlite"
# FIXME: rdepend on dev-libs/qof when upstream fix their mess (see configure.ac)
1.278 app-office/gnucash/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnucash/ChangeLog?rev=1.278&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnucash/ChangeLog?rev=1.278&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnucash/ChangeLog?r1=1.277&r2=1.278
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v
retrieving revision 1.277
retrieving revision 1.278
diff -u -r1.277 -r1.278
--- ChangeLog 9 Mar 2014 10:43:01 -0000 1.277
+++ ChangeLog 9 Mar 2014 11:54:07 -0000 1.278
@@ -1,6 +1,9 @@
# ChangeLog for app-office/gnucash
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.277 2014/03/09 10:43:01 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.278 2014/03/09 11:54:07 pacho Exp $
+
+ 09 Mar 2014; Pacho Ramos <pacho@gentoo.org> gnucash-2.6.1.ebuild:
+ x86 stable, bug 499954
09 Mar 2014; Pacho Ramos <pacho@gentoo.org> gnucash-2.6.1.ebuild:
amd64 stable, bug 499954
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2014-03-09 11:54 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-09 12:41 [gentoo-commits] gentoo-x86 commit in app-office/gnucash: gnucash-2.6.1.ebuild ChangeLog Pacho Ramos (pacho)
-- strict thread matches above, loose matches on Subject: below --
2014-02-09 12:57 Pacho Ramos (pacho)
2014-02-11 21:11 Pacho Ramos (pacho)
2014-02-22 14:28 Pacho Ramos (pacho)
2014-02-22 21:02 Pacho Ramos (pacho)
2014-03-09 10:43 Pacho Ramos (pacho)
2014-03-09 11:54 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