Gentoo Archives: gentoo-commits

From: "Daniel Gryniewicz (dang)" <dang@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.26.1.ebuild
Date: Wed, 29 Apr 2009 19:50:02
Message-Id: E1LzFn2-00033m-9y@stork.gentoo.org
1 dang 09/04/29 19:49:56
2
3 Modified: ChangeLog
4 Added: totem-pl-parser-2.26.1.ebuild
5 Log:
6 Add totem-pl-parser-2.26.1, since rhythmbox needs it
7 (Portage version: 2.2_rc31/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.26 dev-libs/totem-pl-parser/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog?rev=1.26&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog?rev=1.26&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog?r1=1.25&r2=1.26
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog,v
19 retrieving revision 1.25
20 retrieving revision 1.26
21 diff -u -r1.25 -r1.26
22 --- ChangeLog 28 Apr 2009 12:01:35 -0000 1.25
23 +++ ChangeLog 29 Apr 2009 19:49:56 -0000 1.26
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-libs/totem-pl-parser
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog,v 1.25 2009/04/28 12:01:35 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog,v 1.26 2009/04/29 19:49:56 dang Exp $
29 +
30 +*totem-pl-parser-2.26.1 (29 Apr 2009)
31 +
32 + 29 Apr 2009; Daniel Gryniewicz <dang@g.o>
33 + +totem-pl-parser-2.26.1.ebuild:
34 + Add totem-pl-parser-2.26.1, since rhythmbox needs it
35
36 28 Apr 2009; Raúl Porcel <armin76@g.o>
37 totem-pl-parser-2.24.4.ebuild:
38
39
40
41 1.1 dev-libs/totem-pl-parser/totem-pl-parser-2.26.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.26.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.26.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: totem-pl-parser-2.26.1.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.26.1.ebuild,v 1.1 2009/04/29 19:49:56 dang Exp $
51
52 GCONF_DEBUG="no"
53
54 inherit gnome2
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 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
62 IUSE="doc hal"
63
64 RDEPEND=">=dev-libs/glib-2.17.3
65 >=x11-libs/gtk+-2.12
66 >=gnome-extra/evolution-data-server-1.12"
67 DEPEND="${RDEPEND}
68 !<media-video/totem-2.21
69 >=dev-util/intltool-0.35
70 doc? ( dev-util/gtk-doc )"
71
72 # FIXME: tests broken with USE="-doc" upstream bug #577774
73 RESTRICT="test"
74
75 G2CONF="${G2CONF} --disable-static"
76
77 src_install() {
78 emake DESTDIR="${D}" install || die "install failed"
79 }