Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libzapojit: libzapojit-0.0.3.ebuild ChangeLog
Date: Thu, 28 Mar 2013 17:55:01
Message-Id: 20130328175456.854082171D@flycatcher.gentoo.org
1 pacho 13/03/28 17:54:56
2
3 Modified: ChangeLog
4 Added: libzapojit-0.0.3.ebuild
5 Log:
6 Version bump for Gnome 3.8
7
8 (Portage version: 2.1.11.58/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.9 net-libs/libzapojit/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libzapojit/ChangeLog?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libzapojit/ChangeLog?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libzapojit/ChangeLog?r1=1.8&r2=1.9
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-libs/libzapojit/ChangeLog,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- ChangeLog 2 Feb 2013 23:05:18 -0000 1.8
24 +++ ChangeLog 28 Mar 2013 17:54:56 -0000 1.9
25 @@ -1,6 +1,11 @@
26 # ChangeLog for net-libs/libzapojit
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libzapojit/ChangeLog,v 1.8 2013/02/02 23:05:18 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libzapojit/ChangeLog,v 1.9 2013/03/28 17:54:56 pacho Exp $
30 +
31 +*libzapojit-0.0.3 (28 Mar 2013)
32 +
33 + 28 Mar 2013; Pacho Ramos <pacho@g.o> +libzapojit-0.0.3.ebuild:
34 + Version bump for Gnome 3.8
35
36 02 Feb 2013; Agostino Sarubbo <ago@g.o> libzapojit-0.0.2.ebuild:
37 Add ~arm, wrt bug #449220
38
39
40
41 1.1 net-libs/libzapojit/libzapojit-0.0.3.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libzapojit/libzapojit-0.0.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libzapojit/libzapojit-0.0.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: libzapojit-0.0.3.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/net-libs/libzapojit/libzapojit-0.0.3.ebuild,v 1.1 2013/03/28 17:54:56 pacho Exp $
51
52 EAPI="5"
53 GCONF_DEBUG="no"
54 #GNOME2_LA_PUNT="yes"
55
56 inherit gnome2
57
58 DESCRIPTION="GLib/GObject wrapper for the SkyDrive and Hotmail REST APIs"
59 HOMEPAGE="http://git.gnome.org/browse/libzapojit"
60
61 LICENSE="LGPL-2.1"
62 SLOT="0"
63 IUSE="+introspection"
64 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
65
66 RDEPEND="
67 >=dev-libs/glib-2.28:2
68 >=net-libs/libsoup-2.38:2.4
69 dev-libs/json-glib
70 net-libs/rest
71 net-libs/gnome-online-accounts
72
73 introspection? ( >=dev-libs/gobject-introspection-1.30.0 )"
74 DEPEND="${RDEPEND}
75 >=dev-util/gtk-doc-am-1.11
76 >=dev-util/intltool-0.35.0
77 sys-devel/gettext
78 virtual/pkgconfig
79 "
80 # eautoreconf needs:
81 # gnome-base/gnome-common:3
82
83 src_configure() {
84 G2CONF="${G2CONF}
85 --enable-compile-warnings=minimum
86 --disable-static
87 $(use_enable introspection)"
88 gnome2_src_configure
89 }
90
91 src_install() {
92 gnome2_src_install
93 # Drop self-installed documentation
94 rm -r "${ED}"/usr/share/doc/libzapojit/ || die
95 }