summaryrefslogtreecommitdiff
blob: 76e20ac753dec7de013e033fb194c53e7e3862eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Copyright 1999-2005 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.4 2005/07/31 16:38:25 dertobi123 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
}