Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/totem-pl-parser: totem-pl-parser-2.32.0.ebuild ChangeLog
Date: Sat, 09 Oct 2010 21:04:17
Message-Id: 20101009204813.C37672004C@flycatcher.gentoo.org
1 pacho 10/10/09 20:48:13
2
3 Modified: ChangeLog
4 Added: totem-pl-parser-2.32.0.ebuild
5 Log:
6 Version bump for Gnome 2.32
7
8 (Portage version: 2.1.9.14/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.68 dev-libs/totem-pl-parser/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog?rev=1.68&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog?rev=1.68&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog?r1=1.67&r2=1.68
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog,v
20 retrieving revision 1.67
21 retrieving revision 1.68
22 diff -u -r1.67 -r1.68
23 --- ChangeLog 9 Oct 2010 09:55:30 -0000 1.67
24 +++ ChangeLog 9 Oct 2010 20:48:13 -0000 1.68
25 @@ -1,6 +1,13 @@
26 # ChangeLog for dev-libs/totem-pl-parser
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog,v 1.67 2010/10/09 09:55:30 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog,v 1.68 2010/10/09 20:48:13 pacho Exp $
30 +
31 +*totem-pl-parser-2.32.0 (09 Oct 2010)
32 +
33 + 09 Oct 2010; Pacho Ramos <pacho@g.o>
34 + +totem-pl-parser-2.32.0.ebuild:
35 + Version bump for Gnome 2.32: updated translation and fix introspection
36 + support. Changed the way for running tests since otherwise they fail.
37
38 09 Oct 2010; Samuli Suominen <ssuominen@g.o>
39 totem-pl-parser-2.30.1.ebuild:
40
41
42
43 1.1 dev-libs/totem-pl-parser/totem-pl-parser-2.32.0.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.32.0.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.32.0.ebuild?rev=1.1&content-type=text/plain
47
48 Index: totem-pl-parser-2.32.0.ebuild
49 ===================================================================
50 # Copyright 1999-2010 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.32.0.ebuild,v 1.1 2010/10/09 20:48:13 pacho Exp $
53
54 EAPI="3"
55 GCONF_DEBUG="no"
56
57 inherit gnome2
58
59 DESCRIPTION="Playlist parsing library"
60 HOMEPAGE="http://www.gnome.org/projects/totem/"
61
62 LICENSE="LGPL-2"
63 SLOT="0"
64 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
65 IUSE="doc +introspection"
66
67 RDEPEND=">=dev-libs/glib-2.24
68 dev-libs/gmime:2.4
69 >=net-libs/libsoup-gnome-2.30:2.4"
70 DEPEND="${RDEPEND}
71 !<media-video/totem-2.21
72 >=dev-util/intltool-0.35
73 >=dev-util/gtk-doc-am-1.11
74 doc? ( >=dev-util/gtk-doc-1.11 )
75 introspection? ( >=dev-libs/gobject-introspection-0.6.14 )"
76
77 pkg_setup() {
78 G2CONF="${G2CONF} --disable-static $(use_enable introspection)"
79 DOCS="AUTHORS ChangeLog NEWS"
80 }
81
82 src_test() {
83 # This is required as told by upstream in bgo#629542
84 dbus-launch emake check || die "make check failed"
85 }