pacho       15/07/19 10:43:37

  Modified:             ChangeLog
  Added:                libgfbgraph-0.2.3.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  Changes    Path
1.5                  net-libs/libgfbgraph/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libgfbgraph/ChangeLog?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libgfbgraph/ChangeLog?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libgfbgraph/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libgfbgraph/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   23 Jul 2014 15:23:48 -0000      1.4
+++ ChangeLog   19 Jul 2015 10:43:37 -0000      1.5
@@ -1,6 +1,11 @@
 # ChangeLog for net-libs/libgfbgraph
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libgfbgraph/ChangeLog,v 1.4 
2014/07/23 15:23:48 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libgfbgraph/ChangeLog,v 1.5 
2015/07/19 10:43:37 pacho Exp $
+
+*libgfbgraph-0.2.3 (19 Jul 2015)
+
+  19 Jul 2015; Pacho Ramos <pa...@gentoo.org> +libgfbgraph-0.2.3.ebuild:
+  Version bump
 
   23 Jul 2014; Agostino Sarubbo <a...@gentoo.org> libgfbgraph-0.2.2.ebuild:
   Stable for x86, wrt bug #512012



1.1                  net-libs/libgfbgraph/libgfbgraph-0.2.3.ebuild

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

Index: libgfbgraph-0.2.3.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-libs/libgfbgraph/libgfbgraph-0.2.3.ebuild,v 1.1 
2015/07/19 10:43:37 pacho Exp $

EAPI="5"
GCONF_DEBUG="no"
GNOME_ORG_MODULE="gfbgraph"

inherit gnome2

DESCRIPTION="A GObject library for Facebook Graph API"
HOMEPAGE="https://git.gnome.org/browse/libgfbgraph/";

LICENSE="LGPL-2.1+"
SLOT="0.2"
KEYWORDS="~amd64 ~x86"
IUSE="+introspection"

RDEPEND="
        dev-libs/glib:2
        dev-libs/json-glib
        net-libs/libsoup:2.4
        net-libs/gnome-online-accounts
        net-libs/rest:0.7
        introspection? ( >=dev-libs/gobject-introspection-1.30:= )
"
DEPEND="${RDEPEND}
        >=dev-util/gtk-doc-am-1.14
        virtual/pkgconfig
"

# FIXME: most tests seem to fail
RESTRICT="test"

src_configure() {
        gnome2_src_configure --disable-static
}

src_install() {
        gnome2_src_install
        # Remove files installed in the wrong place
        # Also, already done by portage
        # https://bugzilla.gnome.org/show_bug.cgi?id=752581
        rm -rf "${ED}"/usr/doc
}




Reply via email to