blob: 89dbf14305c727c63a072b7e039adc9cd1a6b455 (
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
27
28
29
|
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nautilus-sendto/nautilus-sendto-3.8.0.ebuild,v 1.1 2013/03/28 17:28:11 pacho Exp $
EAPI="5"
GCONF_DEBUG="yes"
inherit eutils gnome2 multilib
DESCRIPTION="A nautilus extension for sending files to locations"
HOMEPAGE="http://www.gnome.org"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="+introspection"
RDEPEND="
>=x11-libs/gtk+-2.90.3:3[X(+)]
introspection? ( >=dev-libs/gobject-introspection-0.6.7 )
"
DEPEND="${RDEPEND}
>=dev-util/gtk-doc-am-1.9
>=dev-util/intltool-0.35
sys-devel/gettext
virtual/pkgconfig
"
# Needed for eautoreconf
# >=gnome-base/gnome-common-0.12
|