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/totem-pl-parser: ChangeLog totem-pl-parser-2.24.4.ebuild totem-pl-parser-2.24.2.ebuild
Date: Fri, 20 Feb 2009 00:13:02
Message-Id: E1LaJ0m-00010t-Fg@stork.gentoo.org
1 eva 09/02/20 00:13:00
2
3 Modified: ChangeLog
4 Added: totem-pl-parser-2.24.4.ebuild
5 Removed: totem-pl-parser-2.24.2.ebuild
6 Log:
7 Bump to 2.24.4. Fix a small bug and a crash.
8 (Portage version: 2.2_rc23/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.17 dev-libs/totem-pl-parser/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog?rev=1.17&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog?rev=1.17&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog?r1=1.16&r2=1.17
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog,v
20 retrieving revision 1.16
21 retrieving revision 1.17
22 diff -u -r1.16 -r1.17
23 --- ChangeLog 21 Dec 2008 15:52:20 -0000 1.16
24 +++ ChangeLog 20 Feb 2009 00:13:00 -0000 1.17
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-libs/totem-pl-parser
27 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog,v 1.16 2008/12/21 15:52:20 eva Exp $
29 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog,v 1.17 2009/02/20 00:13:00 eva Exp $
31 +
32 +*totem-pl-parser-2.24.4 (20 Feb 2009)
33 +
34 + 20 Feb 2009; Gilles Dartiguelongue <eva@g.o>
35 + -totem-pl-parser-2.24.2.ebuild, +totem-pl-parser-2.24.4.ebuild:
36 + Bump to 2.24.4. Fix a small bug and a crash.
37
38 *totem-pl-parser-2.24.3 (21 Dec 2008)
39
40
41
42
43 1.1 dev-libs/totem-pl-parser/totem-pl-parser-2.24.4.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.24.4.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.24.4.ebuild?rev=1.1&content-type=text/plain
47
48 Index: totem-pl-parser-2.24.4.ebuild
49 ===================================================================
50 # Copyright 1999-2009 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.24.4.ebuild,v 1.1 2009/02/20 00:13:00 eva Exp $
53
54 inherit gnome.org
55
56 DESCRIPTION="Playlist parsing library"
57 HOMEPAGE="http://www.gnome.org/projects/totem/"
58
59 LICENSE="LGPL-2"
60 SLOT="0"
61 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
62 IUSE="doc hal"
63
64 RDEPEND=">=dev-libs/glib-2.16.3
65 >=x11-libs/gtk+-2.12
66 >=gnome-extra/evolution-data-server-1.12
67 hal? (
68 =sys-apps/hal-0.5*
69 >=sys-apps/dbus-1.0 )"
70 DEPEND="${RDEPEND}
71 !<media-video/totem-2.21
72 >=dev-util/intltool-0.40
73 doc? ( dev-util/gtk-doc )"
74
75 src_compile() {
76 econf $(use_with hal) --disable-static
77 emake || die "build failed"
78 }
79
80 src_install() {
81 emake DESTDIR="${D}" install || die "install failed"
82 }