pacho       14/06/24 10:32:07

  Modified:             ChangeLog
  Added:                qof-0.8.7.ebuild
  Log:
  Version bump, also fixes (#514864 by Patrick Lauer)
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  Changes    Path
1.38                 dev-libs/qof/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/qof/ChangeLog?rev=1.38&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/qof/ChangeLog?rev=1.38&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/qof/ChangeLog?r1=1.37&r2=1.38

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/qof/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog   16 Jun 2012 12:03:21 -0000      1.37
+++ ChangeLog   24 Jun 2014 10:32:07 -0000      1.38
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/qof
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/qof/ChangeLog,v 1.37 2012/06/16 
12:03:21 pacho Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/qof/ChangeLog,v 1.38 2014/06/24 
10:32:07 pacho Exp $
+
+*qof-0.8.7 (24 Jun 2014)
+
+  24 Jun 2014; Pacho Ramos <[email protected]> +qof-0.8.7.ebuild:
+  Version bump, also fixes (#514864 by Patrick Lauer)
 
   16 Jun 2012; Pacho Ramos <[email protected]>
   -files/qof-0.7.4-remove_spurious_CFLAGS.patch, -qof-0.7.5-r1.ebuild:
@@ -149,4 +154,3 @@
   15 Oct 2007; Christian Faulhammer <[email protected]> +metadata.xml,
   +qof-0.7.2.ebuild:
   initial commit for bug 118517; taken from Sunrise
-



1.1                  dev-libs/qof/qof-0.8.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/qof/qof-0.8.7.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/qof/qof-0.8.7.ebuild?rev=1.1&content-type=text/plain

Index: qof-0.8.7.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.7.ebuild,v 1.1 
2014/06/24 10:32:07 pacho Exp $

EAPI=5
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"

inherit autotools 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
        !dev-libs/qof:0
        doc? (
                app-doc/doxygen
                dev-texlive/texlive-latex )
"

src_prepare() {
        sed -i -e 's/-g2 //' configure.ac || 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)
}

src_compile() {
        # upstream bug ????
        MAKEOPTS="${MAKEOPTS} -j1" gnome2_src_compile
}




Reply via email to