blob: 9faa837a43b6a69e7122f8f7140c59bbdd67c8ef (
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
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/bubblemon/bubblemon-2.0.8-r1.ebuild,v 1.1 2008/01/15 11:48:51 drac Exp $
inherit gnome2
DESCRIPTION="A fun monitoring applet for your desktop, complete with swimming duck"
HOMEPAGE="http://www.nongnu.org/bubblemon"
SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="1"
KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
IUSE=""
RDEPEND=">=dev-libs/glib-2.6
>=x11-libs/gtk+-2.8
>=gnome-base/gnome-panel-2
>=gnome-base/libgnome-2.8
>=gnome-base/libgnomeui-2.8"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
DOCS="AUTHORS ChangeLog TRANSLATIONS README TODO"
|