summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Proschofsky <suka@gentoo.org>2010-10-16 08:12:04 +0000
committerAndreas Proschofsky <suka@gentoo.org>2010-10-16 08:12:04 +0000
commit73737016af992a72feb371de9eb85910a651f618 (patch)
tree3fdffadb45cc6b9bf9239e5b70689be944c7e184
parentbump json-glib (diff)
downloadsuka-73737016af992a72feb371de9eb85910a651f618.tar.gz
suka-73737016af992a72feb371de9eb85910a651f618.tar.bz2
suka-73737016af992a72feb371de9eb85910a651f618.zip
Remove gwibber live ebuild, not using it anymore
svn path=/; revision=269
-rw-r--r--net-misc/gwibber/Manifest1
-rw-r--r--net-misc/gwibber/gwibber-9999.ebuild46
2 files changed, 0 insertions, 47 deletions
diff --git a/net-misc/gwibber/Manifest b/net-misc/gwibber/Manifest
deleted file mode 100644
index 1e1c8a5..0000000
--- a/net-misc/gwibber/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-EBUILD gwibber-9999.ebuild 1211 RMD160 363161bacca2003a0d23320967ef7577bd7f94f8 SHA1 ae3bf710ab2836bc577e33dedbd403c1d38f7f2c SHA256 441b9f096da8816523fb18ad3d27fe784f3adc701dfd2a9dd347f5aa4e8fc421
diff --git a/net-misc/gwibber/gwibber-9999.ebuild b/net-misc/gwibber/gwibber-9999.ebuild
deleted file mode 100644
index bfb0404..0000000
--- a/net-misc/gwibber/gwibber-9999.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-PYTHON_DEPEND="2"
-
-EBZR_REPO_URI="https://code.launchpad.net/~gwibber-committers/gwibber/trunk"
-
-inherit bzr eutils distutils
-
-DESCRIPTION="Gwibber is an open source microblogging client for GNOME developed
-with Python and GTK."
-HOMEPAGE="https://launchpad.net/gwibber"
-SRC_URI=""
-
-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-python/pygtk-2.16
- dev-python/oauth
- dev-python/pysqlite
- >=gnome-base/librsvg-2.22.2"
-
-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."
-}