blob: 05e224b2a5f2ed3e99ce367236e0bc3d69fecc71 (
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
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/bubblemon/bubblemon-2.0.9.ebuild,v 1.1 2009/01/18 23:19:03 nelchael 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
gnome-base/libgtop"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
DOCS="AUTHORS ChangeLog TRANSLATIONS README TODO"
|