diff options
author | Jesus Rivero <neurogeek@gentoo.org> | 2009-07-13 23:48:45 +0000 |
---|---|---|
committer | Jesus Rivero <neurogeek@gentoo.org> | 2009-07-13 23:48:45 +0000 |
commit | 46374562de937ad8226abfaa7cb88544de7ac0ad (patch) | |
tree | d2d68b2b89647011191e06bc49405b6d314643ac /net-misc/gwibber | |
parent | arm stable, bug 276829 (diff) | |
download | gentoo-2-46374562de937ad8226abfaa7cb88544de7ac0ad.tar.gz gentoo-2-46374562de937ad8226abfaa7cb88544de7ac0ad.tar.bz2 gentoo-2-46374562de937ad8226abfaa7cb88544de7ac0ad.zip |
Version bump
(Portage version: 2.2_rc23/cvs/Linux i686)
Diffstat (limited to 'net-misc/gwibber')
-rw-r--r-- | net-misc/gwibber/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/gwibber/files/gwibber-prefix.patch | 9 | ||||
-rw-r--r-- | net-misc/gwibber/gwibber-1.2.0_pre340.ebuild | 37 |
3 files changed, 53 insertions, 1 deletions
diff --git a/net-misc/gwibber/ChangeLog b/net-misc/gwibber/ChangeLog index 6b97b5b93540..7284f6bc7b63 100644 --- a/net-misc/gwibber/ChangeLog +++ b/net-misc/gwibber/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/gwibber # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/gwibber/ChangeLog,v 1.2 2009/05/20 15:19:08 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/gwibber/ChangeLog,v 1.3 2009/07/13 23:48:44 neurogeek Exp $ + +*gwibber-1.2.0_pre340 (13 Jul 2009) + + 13 Jul 2009; Jesus Rivero <neurogeek@gentoo.org> + +files/gwibber-prefix.patch, +gwibber-1.2.0_pre340.ebuild: + Version bump 20 May 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> gwibber-0.7.ebuild: diff --git a/net-misc/gwibber/files/gwibber-prefix.patch b/net-misc/gwibber/files/gwibber-prefix.patch new file mode 100644 index 000000000000..a9e4a51b29a5 --- /dev/null +++ b/net-misc/gwibber/files/gwibber-prefix.patch @@ -0,0 +1,9 @@ +--- setup.cfg_orig 2009-05-02 09:02:00.000000000 -0400 ++++ setup.cfg 2009-05-02 09:02:11.000000000 -0400 +@@ -1,5 +1,5 @@ + [install] +-prefix=/usr/local ++prefix=/usr + + [build] + i18n = True diff --git a/net-misc/gwibber/gwibber-1.2.0_pre340.ebuild b/net-misc/gwibber/gwibber-1.2.0_pre340.ebuild new file mode 100644 index 000000000000..f390ff41f051 --- /dev/null +++ b/net-misc/gwibber/gwibber-1.2.0_pre340.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/gwibber/gwibber-1.2.0_pre340.ebuild,v 1.1 2009/07/13 23:48:44 neurogeek Exp $ + +EAPI="2" + +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://dev.gentooexperimental.org/~zerox/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=">=dev-python/python-distutils-extra-1.92_pre67 + >=dev-python/dbus-python-0.82.4 + >=dev-python/pywebkitgtk-1.1.5 + >=dev-python/notify-python-0.1.1 + >=dev-python/imaging-1.1.6 + >=dev-python/simplejson-2.0.4 + >=dev-python/egenix-mx-base-2.0.5 + >=dev-python/feedparser-4.1 + >=dev-python/gconf-python-2.18.0 + >=dev-python/pyxdg-0.15 + >=dev-python/mako-0.2.4 + >=gnome-base/librsvg-2.22.2" +RDEPEND="virtual/python" + +S=${WORKDIR}/${PN} + +src_prepare() { + epatch "$FILESDIR/${PN}-prefix.patch" || die "Patching failed" +} |