eva 14/11/02 13:18:23 Modified: ChangeLog Added: qof-0.8.8.ebuild Log: Version bump. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Revision Changes Path 1.42 dev-libs/qof/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/qof/ChangeLog?rev=1.42&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/qof/ChangeLog?rev=1.42&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/qof/ChangeLog?r1=1.41&r2=1.42 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/qof/ChangeLog,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- ChangeLog 15 Sep 2014 08:18:48 -0000 1.41 +++ ChangeLog 2 Nov 2014 13:18:23 -0000 1.42 @@ -1,6 +1,13 @@ # ChangeLog for dev-libs/qof # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/qof/ChangeLog,v 1.41 2014/09/15 08:18:48 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/qof/ChangeLog,v 1.42 2014/11/02 13:18:23 eva Exp $ + +*qof-0.8.8 (02 Nov 2014) + + 02 Nov 2014; Gilles Dartiguelongue <[email protected]> +qof-0.8.8.ebuild, + +files/qof-0.8.8-cflags.patch, +files/qof-0.8.8-unistd-define.patch, + +files/qof-0.8.8-unittest.patch, +files/qof-0.8.8-yacc-build.patch: + Version bump. 15 Sep 2014; Agostino Sarubbo <[email protected]> qof-0.8.7.ebuild: Stable for sparc, wrt bug #512012 1.1 dev-libs/qof/qof-0.8.8.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/qof/qof-0.8.8.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/qof/qof-0.8.8.ebuild?rev=1.1&content-type=text/plain Index: qof-0.8.8.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/qof/qof-0.8.8.ebuild,v 1.1 2014/11/02 13:18:23 eva Exp $ EAPI=5 GCONF_DEBUG="no" GNOME2_LA_PUNT="yes" inherit autotools eutils gnome2 DESCRIPTION="A Query Object Framework" HOMEPAGE="https://alioth.debian.org/projects/qof/" SRC_URI="mirror://debian//pool/main/q/${PN}/${PN}_${PV}.orig.tar.gz" LICENSE="GPL-2" SLOT="2" KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="doc nls sqlite" RDEPEND=" dev-libs/libxml2 dev-libs/glib:2 sqlite? ( >=dev-db/sqlite-2.8.0:0 ) " DEPEND="${RDEPEND} virtual/pkgconfig virtual/yacc >=sys-devel/gettext-0.19.2 !dev-libs/qof:0 doc? ( app-doc/doxygen dev-texlive/texlive-latex ) " src_prepare() { # Remove some CFLAGS epatch "${FILESDIR}"/${PN}-0.8.8-cflags.patch # Delay build of unittests, bug #197999 epatch "${FILESDIR}"/${PN}-0.8.8-unittest.patch # Fix use and build with yacc epatch "${FILESDIR}"/${PN}-0.8.8-unistd-define.patch epatch "${FILESDIR}"/${PN}-0.8.8-yacc-build.patch rm lib/libsql/{lexer.c,parser.c,parser.h} || die eautoreconf gnome2_src_prepare } src_configure() { gnome2_src_configure \ --disable-error-on-warning \ --disable-static \ --disable-gdasql \ --disable-gdabackend \ $(use_enable nls) \ $(use_enable sqlite) \ $(use_enable doc doxygen) \ $(use_enable doc latex-docs) \ $(use_enable doc html-docs) }
