Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/gwibber: ChangeLog gwibber-2.32.0.2.ebuild
Date: Mon, 01 Nov 2010 01:21:38
Message-Id: 20101101012126.03ADB20051@flycatcher.gentoo.org
1 hwoarang 10/11/01 01:21:25
2
3 Modified: ChangeLog
4 Added: gwibber-2.32.0.2.ebuild
5 Log:
6 Non-maintainer version bump. Bug #327797
7
8 (Portage version: 2.2.0_alpha2/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.9 net-misc/gwibber/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gwibber/ChangeLog?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gwibber/ChangeLog?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gwibber/ChangeLog?r1=1.8&r2=1.9
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-misc/gwibber/ChangeLog,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- ChangeLog 15 Mar 2010 02:40:52 -0000 1.8
24 +++ ChangeLog 1 Nov 2010 01:21:25 -0000 1.9
25 @@ -1,6 +1,12 @@
26 # ChangeLog for net-misc/gwibber
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-misc/gwibber/ChangeLog,v 1.8 2010/03/15 02:40:52 neurogeek Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-misc/gwibber/ChangeLog,v 1.9 2010/11/01 01:21:25 hwoarang Exp $
30 +
31 +*gwibber-2.32.0.2 (01 Nov 2010)
32 +
33 + 01 Nov 2010; Markos Chandras <hwoarang@g.o>
34 + +gwibber-2.32.0.2.ebuild:
35 + Non-maintainer version bump. Bug #327797
36
37 *gwibber-2.29.92.1 (15 Mar 2010)
38
39
40
41
42 1.1 net-misc/gwibber/gwibber-2.32.0.2.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gwibber/gwibber-2.32.0.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gwibber/gwibber-2.32.0.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gwibber-2.32.0.2.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/net-misc/gwibber/gwibber-2.32.0.2.ebuild,v 1.1 2010/11/01 01:21:25 hwoarang Exp $
52
53 EAPI="2"
54 PYTHON_DEPEND="2"
55
56 inherit eutils distutils
57
58 DESCRIPTION="Gwibber is an open source microblogging client for GNOME developed
59 with Python and GTK."
60 HOMEPAGE="https://launchpad.net/gwibber"
61 SRC_URI="http://launchpad.net/gwibber/2.32/2.32.0/+download/${P}.tar.gz"
62
63 LICENSE="GPL-2"
64 SLOT="0"
65 KEYWORDS="~amd64 ~x86"
66 IUSE=""
67
68 RDEPEND=">=dev-python/dbus-python-0.80.2
69 >=dev-python/gconf-python-2.18.0
70 >=dev-python/imaging-1.1.6
71 >=dev-python/notify-python-0.1.1
72 >=dev-python/pywebkitgtk-1.0.1
73 >=dev-python/simplejson-1.9.1
74 >=dev-python/egenix-mx-base-3.0.0
75 >=dev-python/python-distutils-extra-2.15
76 >=dev-python/pycurl-7.19.0
77 >=dev-python/libwnck-python-2.26.0
78 >=dev-python/feedparser-4.1
79 >=dev-python/pyxdg-0.15
80 >=dev-python/mako-0.2.4
81 >=dev-db/desktopcouch-0.4.6
82 >=dev-python/pygtk-2.16
83 >=gnome-base/librsvg-2.22.2"
84
85 src_install() {
86 distutils_src_install
87
88 insinto /usr/share/dbus-1/services
89 doins com.Gwibber{.Service,Client}.service || die "Installing services failed."
90 doman gwibber{,-poster}.1 || die "Man page couldn't be installed."
91 }