diff options
author | Andreas Proschofsky <suka@gentoo.org> | 2008-12-09 11:44:44 +0000 |
---|---|---|
committer | Andreas Proschofsky <suka@gentoo.org> | 2008-12-09 11:44:44 +0000 |
commit | c6cc9eb7fc67e1000b4abe804ef658e86cbefada (patch) | |
tree | cc60e36e14bce880dee1b0deefbca876d5d771c0 /net-misc | |
parent | Also fix notify-sharp here (diff) | |
download | suka-c6cc9eb7fc67e1000b4abe804ef658e86cbefada.tar.gz suka-c6cc9eb7fc67e1000b4abe804ef658e86cbefada.tar.bz2 suka-c6cc9eb7fc67e1000b4abe804ef658e86cbefada.zip |
Another try
svn path=/; revision=113
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/gwibber/Manifest | 1 | ||||
-rw-r--r-- | net-misc/gwibber/gwibber-9999.ebuild | 40 |
2 files changed, 0 insertions, 41 deletions
diff --git a/net-misc/gwibber/Manifest b/net-misc/gwibber/Manifest deleted file mode 100644 index 57ddfa4..0000000 --- a/net-misc/gwibber/Manifest +++ /dev/null @@ -1 +0,0 @@ -EBUILD gwibber-9999.ebuild 997 RMD160 28b3041fd93258f5cb72aa6b6d31343c2c880ee9 SHA1 751a7fc0463d2d030b84bf69ac5dff708892d168 SHA256 bd0ec34689728f2141ded9ea9fede2f6c28954cf00c8f5983b818bad30e86682 diff --git a/net-misc/gwibber/gwibber-9999.ebuild b/net-misc/gwibber/gwibber-9999.ebuild deleted file mode 100644 index d081cb5..0000000 --- a/net-misc/gwibber/gwibber-9999.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EBZR_BRANCH="webkitui" -EBZR_REPO_URI="https://code.launchpad.net/~segphault/gwibber/" -inherit gnome2 bzr python - -DESCRIPTION="Gwibber is an open source microblogging client for GNOME developed with Python and GTK. It supports Twitter, Jaiku, Identi.ca, Facebook, and Digg." -HOMEPAGE="https://launchpad.net/gwibber" -SRC_URI="" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND=">=dev-python/dbus-python-0.80.2 - >=dev-python/gnome-python-2.18.0 - >=dev-python/pygtk-2.10.4 - >=dev-python/notify-python-0.1.1 - dev-python/egenix-mx-base - dev-python/feedparser - >=dev-python/simplejson-1.7.3 - net-libs/webkit-gtk - dev-python/pywebkitgtk" - -RDEPEND="${DEPEND}" - -src_compile() { - cd "${S}" - python setup.py config - python setup.py build || die "setup.py build failed" -} - -src_install () { - python setup.py install --prefix=/usr --root="${D}" - assert "setup.py install failed" -} - |