summaryrefslogtreecommitdiff
blob: 5893a659f2445cc269109533f9da3504b956eefc (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
33
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/glunarclock/glunarclock-0.34.1.ebuild,v 1.5 2011/05/10 09:09:04 xmw Exp $

EAPI=2
GCONF_DEBUG=no
inherit gnome2

DESCRIPTION="Gnome Moon Phase Panel Applet"
HOMEPAGE="http://glunarclock.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-2 FDL-1.1"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE=""

RDEPEND=">=x11-libs/gtk+-2.14:2
	>=dev-libs/glib-2.12:2
	>=gnome-base/gconf-2.8
	|| ( gnome-base/gnome-panel[bonobo] <gnome-base/gnome-panel-2.32 )"
DEPEND="${RDEPEND}
	>=dev-util/pkgconfig-0.19
	>=dev-util/intltool-0.35
	sys-devel/gettext
	app-text/gnome-doc-utils
	app-text/rarian
	dev-libs/libxslt"

pkg_setup() {
	DOCS="AUTHORS ChangeLog NEWS README TODO"
	G2CONF="--disable-dependency-tracking"
}