diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-08-09 22:02:58 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-08-09 22:02:58 +0000 |
commit | 2b3a18e6fc37e463bf51059acc2f51e00809448f (patch) | |
tree | 8de3fe0991b0cdc4fc6fdd8192258bffae7e134c | |
parent | Stable on amd64 wrt bug #355085 (diff) | |
download | gentoo-2-2b3a18e6fc37e463bf51059acc2f51e00809448f.tar.gz gentoo-2-2b3a18e6fc37e463bf51059acc2f51e00809448f.tar.bz2 gentoo-2-2b3a18e6fc37e463bf51059acc2f51e00809448f.zip |
Remove old ebuild
(Portage version: 2.2.0_alpha50/cvs/Linux x86_64)
-rw-r--r-- | net-misc/gwibber/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/gwibber/gwibber-2.32.0.2.ebuild | 47 |
2 files changed, 4 insertions, 48 deletions
diff --git a/net-misc/gwibber/ChangeLog b/net-misc/gwibber/ChangeLog index d1de9b4563ae..0a1723ad8863 100644 --- a/net-misc/gwibber/ChangeLog +++ b/net-misc/gwibber/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/gwibber # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/gwibber/ChangeLog,v 1.15 2011/07/07 18:14:12 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/gwibber/ChangeLog,v 1.16 2011/08/09 22:02:58 hwoarang Exp $ + + 09 Aug 2011; Markos Chandras <hwoarang@gentoo.org> -gwibber-2.32.0.2.ebuild: + ^ 07 Jul 2011; Markos Chandras <hwoarang@gentoo.org> gwibber-3.1.0.ebuild: Restore pkg_setup. Thanks to Arfrever diff --git a/net-misc/gwibber/gwibber-2.32.0.2.ebuild b/net-misc/gwibber/gwibber-2.32.0.2.ebuild deleted file mode 100644 index 4d77e56b7b2d..000000000000 --- a/net-misc/gwibber/gwibber-2.32.0.2.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/gwibber/gwibber-2.32.0.2.ebuild,v 1.2 2010/11/01 20:14:00 arfrever Exp $ - -EAPI="3" -PYTHON_DEPEND="2" - -inherit distutils versionator - -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/$(get_version_component_range 1-2)/$(get_version_component_range 1-3)/+download/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-python/dbus-python-0.80.2 - >=dev-python/gconf-python-2.18.0 - >=dev-python/imaging-1.1.6 - >=dev-python/notify-python-0.1.1 - >=dev-python/pywebkitgtk-1.0.1 - >=dev-python/simplejson-1.9.1 - >=dev-python/egenix-mx-base-3.0.0 - >=dev-python/python-distutils-extra-2.15 - >=dev-python/pycurl-7.19.0 - >=dev-python/libwnck-python-2.26.0 - >=dev-python/feedparser-4.1 - >=dev-python/pyxdg-0.15 - >=dev-python/mako-0.2.4 - >=dev-db/desktopcouch-0.4.6 - >=dev-python/pygtk-2.16 - >=gnome-base/librsvg-2.22.2" - -pkg_setup() { - python_set_active_version 2 - python_pkg_setup -} - -src_install() { - distutils_src_install - - insinto /usr/share/dbus-1/services - doins com.Gwibber{.Service,Client}.service || die "Installing services failed." - doman gwibber{,-poster}.1 || die "Man page couldn't be installed." -} |