eva         15/05/14 21:38:31

  Modified:             ChangeLog
  Added:                gom-0.3.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  Changes    Path
1.9                  dev-libs/gom/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/gom/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   11 Apr 2015 10:15:38 -0000      1.8
+++ ChangeLog   14 May 2015 21:38:31 -0000      1.9
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/gom
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/gom/ChangeLog,v 1.8 2015/04/11 
10:15:38 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/gom/ChangeLog,v 1.9 2015/05/14 
21:38:31 eva Exp $
+
+*gom-0.3.1 (14 May 2015)
+
+  14 May 2015; Gilles Dartiguelongue <[email protected]> +gom-0.3.1.ebuild:
+  Version bump.
 
   11 Apr 2015; Pacho Ramos <[email protected]> -gom-0.2.1.ebuild,
   gom-0.3.0.ebuild:



1.1                  dev-libs/gom/gom-0.3.1.ebuild

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

Index: gom-0.3.1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/gom/gom-0.3.1.ebuild,v 1.1 
2015/05/14 21:38:31 eva Exp $

EAPI="5"
GCONF_DEBUG="yes"

inherit gnome2

DESCRIPTION="GObject to SQLite object mapper library"
HOMEPAGE="https://wiki.gnome.org/Projects/Gom";

LICENSE="LGPL-2+"
SLOT="0"

IUSE="+introspection test"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"

RDEPEND="
        >=dev-db/sqlite-3.7:3
        >=dev-libs/glib-2.36:2
        introspection? ( >=dev-libs/gobject-introspection-1.30.0 )
"
DEPEND="${RDEPEND}
        >=dev-util/gtk-doc-am-1.14
        >=dev-util/intltool-0.40.0
        sys-devel/gettext
        virtual/pkgconfig
        test? ( x11-libs/gdk-pixbuf )
"

src_configure() {
        gnome2_src_configure \
                --disable-static \
                $(use_enable introspection) \
                $(use_enable test glibtest)
}




Reply via email to