* [gentoo-commits] gentoo-x86 commit in dev-libs/qof: qof-0.8.8-r1.ebuild ChangeLog qof-0.8.7.ebuild
@ 2015-05-07 19:06 Pacho Ramos (pacho)
0 siblings, 0 replies; only message in thread
From: Pacho Ramos (pacho) @ 2015-05-07 19:06 UTC (permalink / raw
To: gentoo-commits
pacho 15/05/07 19:06:54
Modified: ChangeLog
Added: qof-0.8.8-r1.ebuild
Removed: qof-0.8.7.ebuild
Log:
Drop sqlite2 support (#548670)
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path
1.46 dev-libs/qof/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/qof/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/qof/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/qof/ChangeLog?r1=1.45&r2=1.46
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/qof/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog 5 May 2015 19:34:23 -0000 1.45
+++ ChangeLog 7 May 2015 19:06:54 -0000 1.46
@@ -1,6 +1,12 @@
# ChangeLog for dev-libs/qof
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/qof/ChangeLog,v 1.45 2015/05/05 19:34:23 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/qof/ChangeLog,v 1.46 2015/05/07 19:06:54 pacho Exp $
+
+*qof-0.8.8-r1 (07 May 2015)
+
+ 07 May 2015; Pacho Ramos <pacho@gentoo.org> +qof-0.8.8-r1.ebuild,
+ -qof-0.8.7.ebuild:
+ Drop sqlite2 support (#548670)
05 May 2015; Manuel Rüger <mrueg@gentoo.org> -qof-0.8.1.ebuild:
Remove old.
1.1 dev-libs/qof/qof-0.8.8-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/qof/qof-0.8.8-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/qof/qof-0.8.8-r1.ebuild?rev=1.1&content-type=text/plain
Index: qof-0.8.8-r1.ebuild
===================================================================
# Copyright 1999-2015 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-r1.ebuild,v 1.1 2015/05/07 19:06:54 pacho 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"
RDEPEND="
dev-libs/libxml2
dev-libs/glib:2
"
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 \
--disable-sqlite \
$(use_enable nls) \
$(use_enable doc doxygen) \
$(use_enable doc latex-docs) \
$(use_enable doc html-docs)
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-05-07 19:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-07 19:06 [gentoo-commits] gentoo-x86 commit in dev-libs/qof: qof-0.8.8-r1.ebuild ChangeLog qof-0.8.7.ebuild 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