Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/libgsf: libgsf-1.14.29.ebuild ChangeLog libgsf-1.14.26.ebuild libgsf-1.14.27.ebuild
Date: Sun, 09 Feb 2014 12:20:19
Message-Id: 20140209122015.AE1402004C@flycatcher.gentoo.org
1 pacho 14/02/09 12:20:15
2
3 Modified: ChangeLog
4 Added: libgsf-1.14.29.ebuild
5 Removed: libgsf-1.14.26.ebuild libgsf-1.14.27.ebuild
6 Log:
7 Version bump, drop old
8
9 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
10
11 Revision Changes Path
12 1.230 gnome-extra/libgsf/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgsf/ChangeLog?rev=1.230&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgsf/ChangeLog?rev=1.230&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgsf/ChangeLog?r1=1.229&r2=1.230
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/ChangeLog,v
21 retrieving revision 1.229
22 retrieving revision 1.230
23 diff -u -r1.229 -r1.230
24 --- ChangeLog 22 Dec 2013 16:06:06 -0000 1.229
25 +++ ChangeLog 9 Feb 2014 12:20:15 -0000 1.230
26 @@ -1,6 +1,12 @@
27 # ChangeLog for gnome-extra/libgsf
28 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/ChangeLog,v 1.229 2013/12/22 16:06:06 jer Exp $
30 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/ChangeLog,v 1.230 2014/02/09 12:20:15 pacho Exp $
32 +
33 +*libgsf-1.14.29 (09 Feb 2014)
34 +
35 + 09 Feb 2014; Pacho Ramos <pacho@g.o> +libgsf-1.14.29.ebuild,
36 + -libgsf-1.14.26.ebuild, -libgsf-1.14.27.ebuild:
37 + Version bump, drop old
38
39 22 Dec 2013; Jeroen Roovers <jer@g.o> libgsf-1.14.28.ebuild:
40 Stable for HPPA (bug #478252).
41
42
43
44 1.1 gnome-extra/libgsf/libgsf-1.14.29.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgsf/libgsf-1.14.29.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgsf/libgsf-1.14.29.ebuild?rev=1.1&content-type=text/plain
48
49 Index: libgsf-1.14.29.ebuild
50 ===================================================================
51 # Copyright 1999-2014 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/libgsf-1.14.29.ebuild,v 1.1 2014/02/09 12:20:15 pacho Exp $
54
55 EAPI="5"
56 GCONF_DEBUG="no"
57
58 inherit gnome2
59
60 DESCRIPTION="The GNOME Structured File Library"
61 HOMEPAGE="https://developer.gnome.org/gsf/"
62
63 LICENSE="GPL-2 LGPL-2.1"
64 SLOT="0/114" # libgsf-1.so version
65 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"
66 IUSE="bzip2 gtk +introspection"
67
68 RDEPEND="
69 >=dev-libs/glib-2.26:2
70 >=dev-libs/libxml2-2.4.16:2
71 sys-libs/zlib
72 bzip2? ( app-arch/bzip2 )
73 gtk? ( x11-libs/gtk+:2 )
74 introspection? ( >=dev-libs/gobject-introspection-1 )
75 "
76 DEPEND="${RDEPEND}
77 >=dev-util/gtk-doc-am-1.12
78 >=dev-util/intltool-0.35.0
79 dev-libs/gobject-introspection-common
80 virtual/pkgconfig
81 "
82
83 src_configure() {
84 DOCS="AUTHORS BUGS ChangeLog HACKING NEWS README TODO"
85 gnome2_src_configure \
86 --disable-static \
87 $(use_with bzip2 bz2) \
88 $(use_enable introspection) \
89 $(use_with gtk gdk-pixbuf)
90 }