Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/gdl: ChangeLog gdl-2.28.1.ebuild
Date: Thu, 29 Oct 2009 23:36:08
Message-Id: E1N3eXF-0002dq-1Z@stork.gentoo.org
1 eva 09/10/29 23:36:05
2
3 Modified: ChangeLog
4 Added: gdl-2.28.1.ebuild
5 Log:
6 New version for GNOME 2.28.
7 (Portage version: 2.2_rc46/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.34 dev-libs/gdl/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/gdl/ChangeLog?rev=1.34&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/gdl/ChangeLog?rev=1.34&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/gdl/ChangeLog?r1=1.33&r2=1.34
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/gdl/ChangeLog,v
19 retrieving revision 1.33
20 retrieving revision 1.34
21 diff -u -r1.33 -r1.34
22 --- ChangeLog 27 Sep 2009 13:49:24 -0000 1.33
23 +++ ChangeLog 29 Oct 2009 23:36:04 -0000 1.34
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-libs/gdl
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/ChangeLog,v 1.33 2009/09/27 13:49:24 nixnut Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/ChangeLog,v 1.34 2009/10/29 23:36:04 eva Exp $
29 +
30 +*gdl-2.28.1 (29 Oct 2009)
31 +
32 + 29 Oct 2009; Gilles Dartiguelongue <eva@g.o> +gdl-2.28.1.ebuild:
33 + New version for GNOME 2.28.
34
35 27 Sep 2009; nixnut <nixnut@g.o> gdl-2.24.0.ebuild:
36 ppc stable #268359
37
38
39
40 1.1 dev-libs/gdl/gdl-2.28.1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/gdl/gdl-2.28.1.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/gdl/gdl-2.28.1.ebuild?rev=1.1&content-type=text/plain
44
45 Index: gdl-2.28.1.ebuild
46 ===================================================================
47 # Copyright 1999-2009 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/gdl-2.28.1.ebuild,v 1.1 2009/10/29 23:36:04 eva Exp $
50
51 EAPI="2"
52 GCONF_DEBUG="no"
53
54 inherit eutils gnome2 multilib
55
56 DESCRIPTION="The Gnome Devtool Libraries"
57 HOMEPAGE="http://www.gnome.org/"
58
59 LICENSE="LGPL-2.1"
60 SLOT="0"
61 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
62 IUSE="doc"
63
64 RDEPEND=">=dev-libs/glib-2
65 >=x11-libs/gtk+-2.12
66 >=dev-libs/libxml2-2.4"
67 DEPEND="${RDEPEND}
68 !<dev-python/gdl-python-2.19.1-r1
69 !<=dev-python/gnome-python-extras-2.19.1-r2
70 dev-util/pkgconfig
71 >=dev-util/intltool-0.35
72 doc? ( >=dev-util/gtk-doc-1.4 )"
73
74 DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
75
76 src_prepare() {
77 gnome2_src_prepare
78
79 # Fix intltoolize broken file, see upstream #577133
80 sed "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" -i po/Makefile.in.in \
81 || die "sed failed"
82 }
83
84 pkg_preinst() {
85 gnome2_pkg_preinst
86 preserve_old_lib /usr/$(get_libdir)/libgdl-1.so.0
87 }
88
89 pkg_postinst() {
90 gnome2_pkg_postinst
91 preserve_old_lib_notify /usr/$(get_libdir)/libgdl-1.so.0
92 }