Commit 1d51e695ff0460bd4c0cba1016bacd3bf5424f4c

Bumped to a newer version from bzr (commit 630)
(Portage version: 2.2_rc62/git/Linux x86_64)
 (Unsigned Manifest commit)
  
22# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
33# $Header: $
44
5*gwibber-2.29.92_pre630 (01 Mar 2010)
6
7 01 Mar 2010; Jürgen Geuter <tante@the-gay-bar.com>
8 +gwibber-2.29.92_pre630.ebuild:
9 Created updated build for bzr snapshot
10
511 20 Feb 2010; Jürgen Geuter <tante@the-gay-bar.com>
612 gwibber-2.29.91.ebuild:
713 Added dev-python/libwnck-python dependency
  
11AUX gwibber_fix_prefix.patch 188 RMD160 6e0dacf584fe5054fb11bef14facdb36f660f31a SHA1 02d9b402b05a4cbd5b8ad260980e24fe1e7b8813 SHA256 0c6b2abfd536cef93e6afbb403fbf7fef37839c0570de37d5719d8777007c20b
22DIST gwibber-1.2.0_pre349.tar.gz 333853 RMD160 489fce2557059619a09102a51486e9e44d1d2adb SHA1 88060ebfe3b5ab14755ee11e8d3c7e40f7f121fd SHA256 f2713f1640e9349e58b42f50a4e395792981e1c37d5db2e52f86242a5f27b36b
33DIST gwibber-2.29.91.tar.gz 579017 RMD160 c90078d7e756d3e2495dccfa919057f1d9df5067 SHA1 f8527f6a9fb8ad1e1d3c8f187cdac25fd8ca9774 SHA256 2f9da6063a4100ee8303c4eeda8f737b96a15107b5b2926527083bf20eb885cc
4DIST gwibber-2.29.92_pre630.tar.gz 508995 RMD160 576f63d929fc901cd19d9e5a33d320b3c1fda708 SHA1 a379ed45c9646e3c6c9a345883f19339b77bda8c SHA256 3b1b79977f07dca85dc128e3d849e39255d44e21077a114e62181738679d7b10
45EBUILD gwibber-1.2.0_pre349.ebuild 1435 RMD160 5866b0d5bd2815b95ea401d1c77638444ad5875c SHA1 81f3072edcd08513c60e1e6f310ecc7140fe80c8 SHA256 e5a8b46cb8b0c886c51d74044b4c034476e816212b8cbef09fa20979610f9604
56EBUILD gwibber-2.29.91.ebuild 1547 RMD160 848b0e610b9ea1591ba0d859954bcf3bf241156b SHA1 e14af23bd2250c0bdbbaa8c36b898a4d061d12d8 SHA256 0ce7ccb724d2613417823160b0652f5ffd03719fa278057187ca4c0c758a2732
6MISC ChangeLog 352 RMD160 432e87ee55518833f5ca27e41b825c72bde80054 SHA1 bfe3a9f7c00ae798a27fc369a3f4be95f9d7e92f SHA256 b3cd8bf6d64cfd5732aa9c0b90d1592e6e9aae44c8db7988b19a275f17f96e31
7EBUILD gwibber-2.29.92_pre630.ebuild 1547 RMD160 848b0e610b9ea1591ba0d859954bcf3bf241156b SHA1 e14af23bd2250c0bdbbaa8c36b898a4d061d12d8 SHA256 0ce7ccb724d2613417823160b0652f5ffd03719fa278057187ca4c0c758a2732
8MISC ChangeLog 521 RMD160 21b8afda04adf263c8473b6942fc87bf3450cf7d SHA1 bea40dd81666fadade7fd14b572538817d9726d9 SHA256 260a37459274f598055ca396361b6d31e135f961aeb63584f754b0f4165ba349
79MISC metadata.xml 237 RMD160 943141c232c4e5e5933494bfae1a4991bc8e2c0e SHA1 a6b33188f71fd233a382c8f8a7a76ee62e1d3b82 SHA256 ae8bcb9bf8312293f3900f1c06e2dae4d2c42435a2f0ea601ba174daba9280a0
  
1# Copyright 1999-2010 Gentoo Foundation
2# Distributed under the terms of the GNU General Public License v2
3# $Header: $
4
5inherit distutils
6
7DESCRIPTION="Gwibber is an open source microblogging client for GNOME developed with Python and GTK."
8HOMEPAGE="https://launchpad.net/gwibber"
9#SRC_URI="http://launchpad.net/gwibber/trunk/${PV}/+download/${P}.tar.gz"
10# right now there's no "official" bin file, I mirrored it
11SRC_URI="http://packages.monkeycode.org/${P}.tar.gz"
12
13LICENSE="GPL-2"
14SLOT="0"
15KEYWORDS="~amd64 ~x86"
16IUSE=""
17
18RDEPEND=">=dev-python/dbus-python-0.82.4
19 >=dev-python/pywebkitgtk-1.0.2
20 >=dev-python/notify-python-0.1.1
21 >=dev-python/simplejson-2.0.4
22 >=dev-python/egenix-mx-base-2.0.5
23 >=dev-python/feedparser-4.1
24 >=dev-python/gconf-python-2.22.3
25 >=dev-python/pyxdg-0.15
26 >=gnome-base/librsvg-2.22.2
27 dev-python/python-distutils-extra
28 dev-python/imaging
29 dev-python/mako
30 !dev-python/distutils-extra
31 gnome-extra/desktopcouch
32 dev-python/pycurl
33 dev-python/libwnck-python
34"
35
36DEPEND="virtual/python"
37
38S=${WORKDIR}/${P}
39
40src_install() {
41 distutils_src_install
42 elog "If gwibber does not open outbound links in your browser, you have"
43 elog "to set the respective GCONF keys to point to your browser."
44 elog "To set Gwibber to open Links in firefox run the following two commands:"
45 elog " "
46 elog "gconftool-2 -s -t string /desktop/gnome/url-handlers/http/command 'firefox %s'"
47 elog "gconftool-2 -s -t string /desktop/gnome/url-handlers/https/command 'firefox %s'"
48 elog
49 elog "Or use gconf-editor to edit the respective keys."
50}