blob: e4c44e357b2308b620d94d1eec5b00139eb50c3a (
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
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nautilus-open-terminal/nautilus-open-terminal-0.7.ebuild,v 1.5 2006/12/24 00:46:36 dertobi123 Exp $
inherit gnome2
DESCRIPTION="Nautilus Plugin for Opening Terminals"
HOMEPAGE="http://manny.cluecoder.org/packages/nautilus-open-terminal/"
SRC_URI="http://manny.cluecoder.org/packages/nautilus-open-terminal/${PF}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc sparc x86"
IUSE=""
RDEPEND=">=gnome-base/nautilus-2.6.0
>=gnome-base/gnome-desktop-2.9.91
>=dev-libs/glib-2.6.0
>=x11-libs/gtk+-2.4.0
>=gnome-base/gconf-2.0.0"
DEPEND="${RDEPEND}
sys-devel/gettext
dev-util/pkgconfig
>=dev-util/intltool-0.18"
DOCS="AUTHORS ChangeLog INSTALL NEWS README TODO"
|