diff options
Diffstat (limited to 'net-misc/gnome-blog/gnome-blog-0.9.ebuild')
-rw-r--r-- | net-misc/gnome-blog/gnome-blog-0.9.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/net-misc/gnome-blog/gnome-blog-0.9.ebuild b/net-misc/gnome-blog/gnome-blog-0.9.ebuild deleted file mode 100644 index 96c0bb5d6d7e..000000000000 --- a/net-misc/gnome-blog/gnome-blog-0.9.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/gnome-blog/gnome-blog-0.9.ebuild,v 1.6 2008/02/17 22:33:25 eva Exp $ - -inherit gnome2 - -DESCRIPTION="Post entries to your blog right from the Gnome panel" -HOMEPAGE="http://www.gnome.org/~seth/gnome-blog/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -RDEPEND=">=dev-python/pygtk-2 - >=gnome-base/gconf-2 - dev-python/gnome-python" - -DEPEND="${RDEPEND} - >=dev-util/intltool-0.21 - dev-util/pkgconfig" - -DOCS="AUTHORS ChangeLog README TODO" - -src_unpack () { - unpack ${A} - cd "${S}" - - # Let this file be re-created so the path in the <oaf_server> element is - # correct. See bug #93612. - rm GNOME_BlogApplet.server.in -} |