Lines 1-6
Link Here
|
1 |
# Copyright 1999-2010 Gentoo Foundation |
1 |
# Copyright 1999-2010 Gentoo Foundation |
2 |
# Distributed under the terms of the GNU General Public License v2 |
2 |
# Distributed under the terms of the GNU General Public License v2 |
3 |
# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/gvfs-1.4.3-r1.ebuild,v 1.4 2010/06/04 21:14:00 maekke Exp $ |
3 |
# $Header: svn://core/kids/portage/trunk/gnome-base/gvfs/gvfs-1.4.3-r2.ebuild 1519 2010-06-11 09:38:53Z glitch $ |
4 |
|
4 |
|
5 |
EAPI="2" |
5 |
EAPI="2" |
6 |
GCONF_DEBUG="no" |
6 |
GCONF_DEBUG="no" |
Lines 12-20
Link Here
|
12 |
|
12 |
|
13 |
LICENSE="LGPL-2" |
13 |
LICENSE="LGPL-2" |
14 |
SLOT="0" |
14 |
SLOT="0" |
15 |
KEYWORDS="~alpha amd64 ~ia64 ~sparc x86" |
15 |
KEYWORDS="~alpha amd64 ~ia64 ~sparc ~x86" |
16 |
IUSE="archive avahi bluetooth cdda doc fuse gdu gnome gnome-keyring gphoto2 hal |
16 |
IUSE="archive avahi bluetooth cdda doc fuse gdu gnome gnome-keyring gphoto2 hal |
17 |
+http samba +udev" |
17 |
+http samba +udev xfce" |
|
|
18 |
|
19 |
SRC_URI="${SRC_URI} http://files.uvena.de/gnome-mount.gz" |
18 |
|
20 |
|
19 |
RDEPEND=">=dev-libs/glib-2.21.2 |
21 |
RDEPEND=">=dev-libs/glib-2.21.2 |
20 |
>=sys-apps/dbus-1.0 |
22 |
>=sys-apps/dbus-1.0 |
Lines 95-100
Link Here
|
95 |
|
97 |
|
96 |
src_install() { |
98 |
src_install() { |
97 |
gnome2_src_install |
99 |
gnome2_src_install |
|
|
100 |
|
101 |
if use hal && ! use gnome && use xfce; then |
102 |
insinto /usr/bin |
103 |
insopts -m0655 |
104 |
doins "${WORKDIR}"/gnome-mount |
105 |
fi |
106 |
|
98 |
use bash-completion && \ |
107 |
use bash-completion && \ |
99 |
dobashcompletion programs/gvfs-bash-completion.sh ${PN} |
108 |
dobashcompletion programs/gvfs-bash-completion.sh ${PN} |
100 |
} |
109 |
} |