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.9.ebuild
Date: Thu, 02 Oct 2008 20:35:38
Message-Id: E1KlUtb-00040I-8d@stork.gentoo.org
1 eva 08/10/02 20:35:35
2
3 Modified: ChangeLog
4 Added: libgsf-1.14.9.ebuild
5 Log:
6 Version bump to 1.14.9.
7 (Portage version: 2.2_rc11/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
8
9 Revision Changes Path
10 1.119 gnome-extra/libgsf/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/libgsf/ChangeLog?rev=1.119&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/libgsf/ChangeLog?rev=1.119&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/libgsf/ChangeLog?r1=1.118&r2=1.119
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/ChangeLog,v
19 retrieving revision 1.118
20 retrieving revision 1.119
21 diff -u -r1.118 -r1.119
22 --- ChangeLog 23 Aug 2008 12:03:10 -0000 1.118
23 +++ ChangeLog 2 Oct 2008 20:35:34 -0000 1.119
24 @@ -1,6 +1,11 @@
25 # ChangeLog for gnome-extra/libgsf
26 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/ChangeLog,v 1.118 2008/08/23 12:03:10 eva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/ChangeLog,v 1.119 2008/10/02 20:35:34 eva Exp $
29 +
30 +*libgsf-1.14.9 (02 Oct 2008)
31 +
32 + 02 Oct 2008; Gilles Dartiguelongue <eva@g.o> +libgsf-1.14.9.ebuild:
33 + Version bump to 1.14.9.
34
35 *libgsf-1.14.8 (23 Aug 2008)
36
37
38
39
40 1.1 gnome-extra/libgsf/libgsf-1.14.9.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/libgsf/libgsf-1.14.9.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/libgsf/libgsf-1.14.9.ebuild?rev=1.1&content-type=text/plain
44
45 Index: libgsf-1.14.9.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/libgsf-1.14.9.ebuild,v 1.1 2008/10/02 20:35:34 eva Exp $
50
51 inherit eutils gnome2 python multilib
52
53 DESCRIPTION="The GNOME Structured File Library"
54 HOMEPAGE="http://www.gnome.org/"
55
56 LICENSE="GPL-2 LGPL-2.1"
57 SLOT="0"
58 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
59 IUSE="bzip2 doc gnome python"
60
61 RDEPEND="
62 >=dev-libs/glib-2.16
63 >=dev-libs/libxml2-2.4.16
64 gnome? ( >=gnome-base/gconf-2
65 >=gnome-base/libbonobo-2
66 >=gnome-base/gnome-vfs-2.2 )
67 sys-libs/zlib
68 bzip2? ( app-arch/bzip2 )
69 python? ( dev-lang/python
70 >=dev-python/pygobject-2.10
71 >=dev-python/pygtk-2.10 )"
72
73 DEPEND="${RDEPEND}
74 dev-util/pkgconfig
75 >=dev-util/intltool-0.29
76 doc? ( >=dev-util/gtk-doc-1 )"
77
78 PDEPEND="gnome? ( media-gfx/imagemagick )"
79
80 DOCS="AUTHORS BUGS ChangeLog HACKING NEWS README TODO"
81
82 # FIXME: requires gio-standalone, what is it ?
83 pkg_setup() {
84 G2CONF="${G2CONF}
85 --with-gio
86 $(use_with bzip2 bz2)
87 $(use_with gnome gnome-vfs)
88 $(use_with gnome bonobo)
89 $(use_with python)"
90 }
91
92 src_unpack() {
93 gnome2_src_unpack
94
95 # disable pyc compiling
96 mv py-compile py-compile.orig
97 ln -s $(type -P true) py-compile
98 }
99
100 pkg_preinst() {
101 gnome2_pkg_preinst
102 preserve_old_lib /usr/$(get_libdir)/libgsf-1.so.1
103 preserve_old_lib /usr/$(get_libdir)/libgsf-gnome-1.so.1
104 preserve_old_lib /usr/$(get_libdir)/libgsf-1.so.113
105 preserve_old_lib /usr/$(get_libdir)/libgsf-gnome-1.so.113
106 }
107
108 pkg_postinst() {
109 gnome2_pkg_postinst
110 if use python; then
111 python_version
112 python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/gsf
113 fi
114
115 preserve_old_lib_notify /usr/$(get_libdir)/libgsf-1.so.1
116 preserve_old_lib_notify /usr/$(get_libdir)/libgsf-gnome-1.so.1
117 preserve_old_lib_notify /usr/$(get_libdir)/libgsf-1.so.113
118 preserve_old_lib_notify /usr/$(get_libdir)/libgsf-gnome-1.so.113
119 }
120
121 pkg_postrm() {
122 gnome2_pkg_postrm
123 if use python; then
124 python_mod_cleanup /usr/$(get_libdir)/python*/site-packages/gsf
125 fi
126 }