Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libgrss: ChangeLog libgrss-0.7.0.ebuild
Date: Sat, 01 Aug 2015 18:10:18
Message-Id: 20150801181007.8EB5E113@oystercatcher.gentoo.org
1 eva 15/08/01 18:10:07
2
3 Modified: ChangeLog
4 Added: libgrss-0.7.0.ebuild
5 Log:
6 Version bump. Upstream switched to use sover from now on so back to slot 0.
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key C6085806)
9
10 Revision Changes Path
11 1.22 net-libs/libgrss/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libgrss/ChangeLog?rev=1.22&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libgrss/ChangeLog?rev=1.22&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libgrss/ChangeLog?r1=1.21&r2=1.22
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-libs/libgrss/ChangeLog,v
20 retrieving revision 1.21
21 retrieving revision 1.22
22 diff -u -r1.21 -r1.22
23 --- ChangeLog 11 Oct 2014 11:41:05 -0000 1.21
24 +++ ChangeLog 1 Aug 2015 18:10:07 -0000 1.22
25 @@ -1,6 +1,11 @@
26 # ChangeLog for net-libs/libgrss
27 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libgrss/ChangeLog,v 1.21 2014/10/11 11:41:05 pacho Exp $
29 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libgrss/ChangeLog,v 1.22 2015/08/01 18:10:07 eva Exp $
31 +
32 +*libgrss-0.7.0 (01 Aug 2015)
33 +
34 + 01 Aug 2015; Gilles Dartiguelongue <eva@g.o> +libgrss-0.7.0.ebuild:
35 + Version bump. Upstream switched to use sover from now on so back to slot 0.
36
37 11 Oct 2014; Pacho Ramos <pacho@g.o> -libgrss-0.3.0.ebuild,
38 -libgrss-0.5.0.ebuild, libgrss-0.5.0-r1.ebuild:
39
40
41
42 1.1 net-libs/libgrss/libgrss-0.7.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libgrss/libgrss-0.7.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libgrss/libgrss-0.7.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: libgrss-0.7.0.ebuild
48 ===================================================================
49 # Copyright 1999-2015 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/net-libs/libgrss/libgrss-0.7.0.ebuild,v 1.1 2015/08/01 18:10:07 eva Exp $
52
53 EAPI="5"
54 GCONF_DEBUG="no"
55
56 inherit autotools eutils gnome2
57
58 DESCRIPTION="LibGRSS is a library for easy management of RSS/Atom/Pie feeds"
59 HOMEPAGE="http://live.gnome.org/Libgrss"
60
61 LICENSE="LGPL-3"
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
64 IUSE="+introspection"
65
66 RDEPEND="
67 >=dev-libs/glib-2.42.1:2
68 >=dev-libs/libxml2-2.9.2:2
69 >=net-libs/libsoup-2.48:2.4
70 introspection? ( >=dev-libs/gobject-introspection-1.42 )
71 "
72 DEPEND="${RDEPEND}
73 >=dev-util/gtk-doc-am-1.10
74 virtual/pkgconfig
75 "