23 lines
529 B
Bash
23 lines
529 B
Bash
# Copyright 1999-2011 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
inherit eutils gnome2 mono
|
|
|
|
DESCRIPTION="OES System Monitor"
|
|
HOMEPAGE="http://code.google.com/p/oessysmon/"
|
|
SRC_URI="http://oessysmon.googlecode.com/svn/files/tarballs/${P}.tar.bz2"
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="~x86 ~amd64"
|
|
IUSE=""
|
|
RESTRICT=""
|
|
|
|
DEPEND=">=dev-dotnet/glade-sharp-2.4
|
|
>=dev-dotnet/gnome-sharp-2.4
|
|
>=dev-dotnet/dbus-sharp-0.6.0
|
|
>=dev-dotnet/dbus-sharp-glib-0.4.1"
|
|
RDEPEND="${DEPEND}"
|
|
|
|
|