Commit a128a5d599d4a4ff26d0bce29d10eb6bd16b5020

Bumped Ebuild further to include a critical bugfix.
  
22DIST gwibber-1.2.0_pre349.tar.gz 333853 RMD160 489fce2557059619a09102a51486e9e44d1d2adb SHA1 88060ebfe3b5ab14755ee11e8d3c7e40f7f121fd SHA256 f2713f1640e9349e58b42f50a4e395792981e1c37d5db2e52f86242a5f27b36b
33DIST gwibber-2.29.1_pre557.tar.gz 666642 RMD160 80066226c6ece83562e46f8ea27dc8d3b4ae8c8f SHA1 4712643d1008355a2ad17573ca6bbf6b2fc99ff4 SHA256 c8eb71f0f1263d12aa2804d563d7e5b95c7623179bea895deadd85d575325d72
44DIST gwibber-2.29.1_pre582.tar.gz 724869 RMD160 e0e85ac4d9fc979e0876d7afa4adf4a2167a18a0 SHA1 87a2b3ba6b323b052b8f886cfcd775bd3befc9c5 SHA256 ba81d1a32546963075da39444ee19834a08410e28869c791fbc48e2676cb0235
5DIST gwibber-2.29.90.tar.gz 580044 RMD160 e109a5e1d14991b74552bc819d67524bffb15d45 SHA1 0347a407a755001605ca9dde75ce0ab8fb3965c3 SHA256 b28c267ee20cbe2fdb766b35dd61ec878cbd696c102725aaaa659fe40c67acf0
5DIST gwibber-2.29.91.tar.gz 579017 RMD160 c90078d7e756d3e2495dccfa919057f1d9df5067 SHA1 f8527f6a9fb8ad1e1d3c8f187cdac25fd8ca9774 SHA256 2f9da6063a4100ee8303c4eeda8f737b96a15107b5b2926527083bf20eb885cc
66EBUILD gwibber-1.2.0_pre349.ebuild 1433 RMD160 2bf6f46456aaa26cb347ff95772226b3d4bc2b64 SHA1 f7c07c71ff9fcbe9525952bb5854f1a0a662ba9a SHA256 9764be6ec8fc7e05eb3eefc0a49aee654f3e3e970d46c8ee27ffa371671fd08a
77EBUILD gwibber-2.29.1_pre557.ebuild 1389 RMD160 f92a261803cf610a64279d677f9766ad3b96bf7d SHA1 2e6176dd042406848bffb4e77756d1cca9d8cf57 SHA256 119c767fdcc0a520ce7466bcd8dfe202a9dc62bbe9f7db82d71fd7c20b657925
88EBUILD gwibber-2.29.1_pre582.ebuild 1389 RMD160 f92a261803cf610a64279d677f9766ad3b96bf7d SHA1 2e6176dd042406848bffb4e77756d1cca9d8cf57 SHA256 119c767fdcc0a520ce7466bcd8dfe202a9dc62bbe9f7db82d71fd7c20b657925
9EBUILD gwibber-2.29.90.ebuild 1411 RMD160 b8379a099b4c051d0851ea206dc148e1e22bf5c4 SHA1 068b7ef4c9904ff669109621bc9f4e6250a29926 SHA256 7b58076c482b453fdb50464864e5a9839fa64357f124f4531d77591e885c7953
9EBUILD gwibber-2.29.91.ebuild 1521 RMD160 62d5ca0f7bbb52064fa511a3da72392bc1028c28 SHA1 ba2c861b38ffea942984411e2f5de343f9f73aaf SHA256 58a41d502ac504d01bd2d204e8e8f0665f822ccff11ef6ba55b65309782259c1
  
1# Copyright 1999-2008 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"
9SRC_URI="http://launchpad.net/gwibber/trunk/2.29.90/+download/${P}.tar.gz"
10
11LICENSE="GPL-2"
12SLOT="0"
13KEYWORDS="~amd64 ~x86"
14IUSE=""
15
16RDEPEND=">=dev-python/dbus-python-0.82.4
17 >=dev-python/pywebkitgtk-1.0.2
18 >=dev-python/notify-python-0.1.1
19 >=dev-python/simplejson-2.0.4
20 >=dev-python/egenix-mx-base-2.0.5
21 >=dev-python/feedparser-4.1
22 >=dev-python/gconf-python-2.22.3
23 >=dev-python/pyxdg-0.15
24 >=gnome-base/librsvg-2.22.2
25 dev-python/python-distutils-extra
26 dev-python/imaging
27 dev-python/mako
28 !dev-python/distutils-extra
29 gnome-extra/desktopcouch
30 dev-python/pycurl
31 "
32
33DEPEND="virtual/python"
34
35S=${WORKDIR}/${P}
36
37src_install() {
38 distutils_src_install
39 elog "If gwibber does not open outbound links in your browser, you have"
40 elog "to set the respective GCONF keys to point to your browser."
41 elog "To set Gwibber to open Links in firefox run the following two commands:"
42 elog
43 elog "gconftool-2 -s -t string /desktop/gnome/url-handlers/http/command 'firefox %s'"
44 elog "gconftool-2 -s -t string /desktop/gnome/url-handlers/https/command 'firefox %s'"
45 elog
46 elog "Or use gconf-editor to edit the respective keys."
47}
  
1# Copyright 1999-2008 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 "
34
35DEPEND="virtual/python"
36
37S=${WORKDIR}/${P}
38
39src_install() {
40 distutils_src_install
41 elog "If gwibber does not open outbound links in your browser, you have"
42 elog "to set the respective GCONF keys to point to your browser."
43 elog "To set Gwibber to open Links in firefox run the following two commands:"
44 elog
45 elog "gconftool-2 -s -t string /desktop/gnome/url-handlers/http/command 'firefox %s'"
46 elog "gconftool-2 -s -t string /desktop/gnome/url-handlers/https/command 'firefox %s'"
47 elog
48 elog "Or use gconf-editor to edit the respective keys."
49}