Commit a128a5d599d4a4ff26d0bce29d10eb6bd16b5020
Bumped Ebuild further to include a critical bugfix.
| |   |
| 2 | 2 | DIST gwibber-1.2.0_pre349.tar.gz 333853 RMD160 489fce2557059619a09102a51486e9e44d1d2adb SHA1 88060ebfe3b5ab14755ee11e8d3c7e40f7f121fd SHA256 f2713f1640e9349e58b42f50a4e395792981e1c37d5db2e52f86242a5f27b36b |
| 3 | 3 | DIST gwibber-2.29.1_pre557.tar.gz 666642 RMD160 80066226c6ece83562e46f8ea27dc8d3b4ae8c8f SHA1 4712643d1008355a2ad17573ca6bbf6b2fc99ff4 SHA256 c8eb71f0f1263d12aa2804d563d7e5b95c7623179bea895deadd85d575325d72 |
| 4 | 4 | DIST gwibber-2.29.1_pre582.tar.gz 724869 RMD160 e0e85ac4d9fc979e0876d7afa4adf4a2167a18a0 SHA1 87a2b3ba6b323b052b8f886cfcd775bd3befc9c5 SHA256 ba81d1a32546963075da39444ee19834a08410e28869c791fbc48e2676cb0235 |
| DIST gwibber-2.29.90.tar.gz 580044 RMD160 e109a5e1d14991b74552bc819d67524bffb15d45 SHA1 0347a407a755001605ca9dde75ce0ab8fb3965c3 SHA256 b28c267ee20cbe2fdb766b35dd61ec878cbd696c102725aaaa659fe40c67acf0 |
| DIST gwibber-2.29.91.tar.gz 579017 RMD160 c90078d7e756d3e2495dccfa919057f1d9df5067 SHA1 f8527f6a9fb8ad1e1d3c8f187cdac25fd8ca9774 SHA256 2f9da6063a4100ee8303c4eeda8f737b96a15107b5b2926527083bf20eb885cc |
| 6 | 6 | EBUILD gwibber-1.2.0_pre349.ebuild 1433 RMD160 2bf6f46456aaa26cb347ff95772226b3d4bc2b64 SHA1 f7c07c71ff9fcbe9525952bb5854f1a0a662ba9a SHA256 9764be6ec8fc7e05eb3eefc0a49aee654f3e3e970d46c8ee27ffa371671fd08a |
| 7 | 7 | EBUILD gwibber-2.29.1_pre557.ebuild 1389 RMD160 f92a261803cf610a64279d677f9766ad3b96bf7d SHA1 2e6176dd042406848bffb4e77756d1cca9d8cf57 SHA256 119c767fdcc0a520ce7466bcd8dfe202a9dc62bbe9f7db82d71fd7c20b657925 |
| 8 | 8 | EBUILD gwibber-2.29.1_pre582.ebuild 1389 RMD160 f92a261803cf610a64279d677f9766ad3b96bf7d SHA1 2e6176dd042406848bffb4e77756d1cca9d8cf57 SHA256 119c767fdcc0a520ce7466bcd8dfe202a9dc62bbe9f7db82d71fd7c20b657925 |
| EBUILD gwibber-2.29.90.ebuild 1411 RMD160 b8379a099b4c051d0851ea206dc148e1e22bf5c4 SHA1 068b7ef4c9904ff669109621bc9f4e6250a29926 SHA256 7b58076c482b453fdb50464864e5a9839fa64357f124f4531d77591e885c7953 |
| EBUILD gwibber-2.29.91.ebuild 1521 RMD160 62d5ca0f7bbb52064fa511a3da72392bc1028c28 SHA1 ba2c861b38ffea942984411e2f5de343f9f73aaf SHA256 58a41d502ac504d01bd2d204e8e8f0665f822ccff11ef6ba55b65309782259c1 |
| |   |
| # Copyright 1999-2008 Gentoo Foundation |
| # Distributed under the terms of the GNU General Public License v2 |
| # $Header: $ |
|
| inherit distutils |
|
| DESCRIPTION="Gwibber is an open source microblogging client for GNOME developed with Python and GTK." |
| HOMEPAGE="https://launchpad.net/gwibber" |
| SRC_URI="http://launchpad.net/gwibber/trunk/2.29.90/+download/${P}.tar.gz" |
|
| LICENSE="GPL-2" |
| SLOT="0" |
| KEYWORDS="~amd64 ~x86" |
| IUSE="" |
|
| RDEPEND=">=dev-python/dbus-python-0.82.4 |
| >=dev-python/pywebkitgtk-1.0.2 |
| >=dev-python/notify-python-0.1.1 |
| >=dev-python/simplejson-2.0.4 |
| >=dev-python/egenix-mx-base-2.0.5 |
| >=dev-python/feedparser-4.1 |
| >=dev-python/gconf-python-2.22.3 |
| >=dev-python/pyxdg-0.15 |
| >=gnome-base/librsvg-2.22.2 |
| dev-python/python-distutils-extra |
| dev-python/imaging |
| dev-python/mako |
| !dev-python/distutils-extra |
| gnome-extra/desktopcouch |
| dev-python/pycurl |
| " |
|
| DEPEND="virtual/python" |
|
| S=${WORKDIR}/${P} |
|
| src_install() { |
| distutils_src_install |
| elog "If gwibber does not open outbound links in your browser, you have" |
| elog "to set the respective GCONF keys to point to your browser." |
| elog "To set Gwibber to open Links in firefox run the following two commands:" |
| elog |
| elog "gconftool-2 -s -t string /desktop/gnome/url-handlers/http/command 'firefox %s'" |
| elog "gconftool-2 -s -t string /desktop/gnome/url-handlers/https/command 'firefox %s'" |
| elog |
| elog "Or use gconf-editor to edit the respective keys." |
| } |
| |   |
| # Copyright 1999-2008 Gentoo Foundation |
| # Distributed under the terms of the GNU General Public License v2 |
| # $Header: $ |
|
| inherit distutils |
|
| DESCRIPTION="Gwibber is an open source microblogging client for GNOME developed with Python and GTK." |
| HOMEPAGE="https://launchpad.net/gwibber" |
| #SRC_URI="http://launchpad.net/gwibber/trunk/${PV}/+download/${P}.tar.gz" |
| # right now there's no "official" bin file, I mirrored it |
| SRC_URI="http://packages.monkeycode.org/${P}.tar.gz" |
|
| LICENSE="GPL-2" |
| SLOT="0" |
| KEYWORDS="~amd64 ~x86" |
| IUSE="" |
|
| RDEPEND=">=dev-python/dbus-python-0.82.4 |
| >=dev-python/pywebkitgtk-1.0.2 |
| >=dev-python/notify-python-0.1.1 |
| >=dev-python/simplejson-2.0.4 |
| >=dev-python/egenix-mx-base-2.0.5 |
| >=dev-python/feedparser-4.1 |
| >=dev-python/gconf-python-2.22.3 |
| >=dev-python/pyxdg-0.15 |
| >=gnome-base/librsvg-2.22.2 |
| dev-python/python-distutils-extra |
| dev-python/imaging |
| dev-python/mako |
| !dev-python/distutils-extra |
| gnome-extra/desktopcouch |
| dev-python/pycurl |
| " |
|
| DEPEND="virtual/python" |
|
| S=${WORKDIR}/${P} |
|
| src_install() { |
| distutils_src_install |
| elog "If gwibber does not open outbound links in your browser, you have" |
| elog "to set the respective GCONF keys to point to your browser." |
| elog "To set Gwibber to open Links in firefox run the following two commands:" |
| elog |
| elog "gconftool-2 -s -t string /desktop/gnome/url-handlers/http/command 'firefox %s'" |
| elog "gconftool-2 -s -t string /desktop/gnome/url-handlers/https/command 'firefox %s'" |
| elog |
| elog "Or use gconf-editor to edit the respective keys." |
| } |