Commit 7a2c5f5a472e73be1192bafd9d131dd137bfdf55

Dropped two old versions that had a security bug.
  
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://packages.monkeycode.org/${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"
9SRC_URI="http://packages.monkeycode.org/${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}