Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libgit2-glib: libgit2-glib-0.0.10.ebuild ChangeLog
Date: Sat, 08 Feb 2014 13:47:17
Message-Id: 20140208134713.67B472004C@flycatcher.gentoo.org
1 jlec 14/02/08 13:47:13
2
3 Modified: ChangeLog
4 Added: libgit2-glib-0.0.10.ebuild
5 Log:
6 Version Bump, #497518
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
9
10 Revision Changes Path
11 1.9 dev-libs/libgit2-glib/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgit2-glib/ChangeLog?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgit2-glib/ChangeLog?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgit2-glib/ChangeLog?r1=1.8&r2=1.9
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgit2-glib/ChangeLog,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- ChangeLog 8 Dec 2013 18:02:57 -0000 1.8
24 +++ ChangeLog 8 Feb 2014 13:47:13 -0000 1.9
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-libs/libgit2-glib
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgit2-glib/ChangeLog,v 1.8 2013/12/08 18:02:57 pacho Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgit2-glib/ChangeLog,v 1.9 2014/02/08 13:47:13 jlec Exp $
31 +
32 +*libgit2-glib-0.0.10 (08 Feb 2014)
33 +
34 + 08 Feb 2014; Justin Lecher <jlec@g.o> +libgit2-glib-0.0.10.ebuild:
35 + Version Bump, #497518
36
37 08 Dec 2013; Pacho Ramos <pacho@g.o> libgit2-glib-0.0.6.ebuild:
38 x86 stable, bug #478252
39
40
41
42 1.1 dev-libs/libgit2-glib/libgit2-glib-0.0.10.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgit2-glib/libgit2-glib-0.0.10.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgit2-glib/libgit2-glib-0.0.10.ebuild?rev=1.1&content-type=text/plain
46
47 Index: libgit2-glib-0.0.10.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libgit2-glib/libgit2-glib-0.0.10.ebuild,v 1.1 2014/02/08 13:47:13 jlec Exp $
52
53 EAPI=5
54
55 GCONF_DEBUG="no"
56 PYTHON_COMPAT=( python{3_2,3_3} )
57
58 inherit gnome2 python-r1
59
60 DESCRIPTION="Git library for GLib"
61 HOMEPAGE="https://wiki.gnome.org/Projects/Libgit2-glib"
62
63 LICENSE="LGPL-2+"
64 SLOT="0"
65 KEYWORDS="~amd64 ~x86"
66 IUSE="python"
67
68 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
69
70 RDEPEND="
71 >=dev-libs/libgit2-0.19.0
72 >=dev-libs/glib-2.28.0:2
73 >=dev-libs/gobject-introspection-0.10.1
74 python? (
75 ${PYTHON_DEPS}
76 dev-python/pygobject:3[${PYTHON_USEDEP}] )
77 "
78 DEPEND="${RDEPEND}
79 dev-util/gtk-doc-am
80 "
81
82 src_configure() {
83 gnome2_src_configure $(use_enable python)
84 }