| 1 |
# Copyright 1999-2008 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-do/gnome-do-0.4.2.0.ebuild,v 1.2 2008/04/26 06:45:40 graaff Exp $
|
| 4 |
|
| 5 |
inherit gnome2 mono versionator
|
| 6 |
|
| 7 |
PVC=$(get_version_component_range 1-2)
|
| 8 |
|
| 9 |
DESCRIPTION="GNOME Do allows you to search for and perform actions on items in your desktop environment"
|
| 10 |
HOMEPAGE="http://do.davebsd.com/"
|
| 11 |
SRC_URI="https://launchpad.net/do/trunk/${PVC}/+download/${P}.tar.gz"
|
| 12 |
|
| 13 |
LICENSE="GPL-3"
|
| 14 |
SLOT="0"
|
| 15 |
KEYWORDS="~amd64 ~x86"
|
| 16 |
IUSE=""
|
| 17 |
|
| 18 |
RDEPEND="
|
| 19 |
>=dev-dotnet/gtk-sharp-2.0
|
| 20 |
>=dev-dotnet/gnome-sharp-2.0
|
| 21 |
>=dev-dotnet/gconf-sharp-2.0
|
| 22 |
>=dev-dotnet/glade-sharp-2.0
|
| 23 |
>=dev-dotnet/gnomevfs-sharp-2.0
|
| 24 |
dev-dotnet/dbus-sharp
|
| 25 |
dev-dotnet/dbus-glib-sharp
|
| 26 |
"
|
| 27 |
DEPEND="${RDEPEND}
|
| 28 |
>=dev-util/intltool-0.35
|
| 29 |
dev-util/pkgconfig
|
| 30 |
"
|