Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/libgsf: ChangeLog libgsf-1.14.26.ebuild
Date: Sat, 30 Mar 2013 19:23:14
Message-Id: 20130330192310.758F22171D@flycatcher.gentoo.org
1 eva 13/03/30 19:23:10
2
3 Modified: ChangeLog
4 Added: libgsf-1.14.26.ebuild
5 Log:
6 Version bump. Python support is now only provided by introspection.
7
8 (Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key C6085806)
9
10 Revision Changes Path
11 1.221 gnome-extra/libgsf/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgsf/ChangeLog?rev=1.221&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgsf/ChangeLog?rev=1.221&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgsf/ChangeLog?r1=1.220&r2=1.221
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/ChangeLog,v
20 retrieving revision 1.220
21 retrieving revision 1.221
22 diff -u -r1.220 -r1.221
23 --- ChangeLog 29 Mar 2013 22:48:57 -0000 1.220
24 +++ ChangeLog 30 Mar 2013 19:23:10 -0000 1.221
25 @@ -1,6 +1,11 @@
26 # ChangeLog for gnome-extra/libgsf
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/ChangeLog,v 1.220 2013/03/29 22:48:57 eva Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/ChangeLog,v 1.221 2013/03/30 19:23:10 eva Exp $
30 +
31 +*libgsf-1.14.26 (30 Mar 2013)
32 +
33 + 30 Mar 2013; Gilles Dartiguelongue <eva@g.o> +libgsf-1.14.26.ebuild:
34 + Version bump. Python support is now only provided by introspection.
35
36 29 Mar 2013; Gilles Dartiguelongue <eva@g.o> libgsf-1.14.23.ebuild,
37 -libgsf-1.14.24.ebuild:
38
39
40
41 1.1 gnome-extra/libgsf/libgsf-1.14.26.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgsf/libgsf-1.14.26.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgsf/libgsf-1.14.26.ebuild?rev=1.1&content-type=text/plain
45
46 Index: libgsf-1.14.26.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/gnome-extra/libgsf/libgsf-1.14.26.ebuild,v 1.1 2013/03/30 19:23:10 eva Exp $
51
52 EAPI="5"
53 GCONF_DEBUG="no"
54 GNOME2_LA_PUNT="yes"
55
56 inherit gnome2
57
58 DESCRIPTION="The GNOME Structured File Library"
59 HOMEPAGE="http://projects.gnome.org/libgsf/"
60
61 LICENSE="GPL-2 LGPL-2.1"
62 SLOT="0/114"
63 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
64 IUSE="bzip2 gtk +introspection"
65
66 RDEPEND="
67 >=dev-libs/glib-2.26:2
68 >=dev-libs/libxml2-2.4.16:2
69 sys-libs/zlib
70 bzip2? ( app-arch/bzip2 )
71 gtk? ( x11-libs/gtk+:2 )
72 introspection? ( >=dev-libs/gobject-introspection-1 )
73 "
74 DEPEND="${RDEPEND}
75 >=dev-util/gtk-doc-am-1.12
76 >=dev-util/intltool-0.35.0
77 dev-libs/gobject-introspection-common
78 virtual/pkgconfig
79 "
80
81 src_configure() {
82 DOCS="AUTHORS BUGS ChangeLog HACKING NEWS README TODO"
83 gnome2_src_configure \
84 --disable-static \
85 $(use_with bzip2 bz2) \
86 $(use_enable introspection) \
87 $(use_with gtk gdk-pixbuf)
88 }