commit: 0ef4bea69a6d7378b2d73419128478a081660905 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> AuthorDate: Mon Dec 22 23:45:47 2014 +0000 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> CommitDate: Mon Dec 22 23:45:47 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=0ef4bea6
gnome-extra/gnome-user-share: moved to gentoo-x86 --- .../gnome-user-share-3.14.2.ebuild | 48 ---------------------- 1 file changed, 48 deletions(-) diff --git a/gnome-extra/gnome-user-share/gnome-user-share-3.14.2.ebuild b/gnome-extra/gnome-user-share/gnome-user-share-3.14.2.ebuild deleted file mode 100644 index 5748a36..0000000 --- a/gnome-extra/gnome-user-share/gnome-user-share-3.14.2.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="5" -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" - -inherit gnome2 multilib - -DESCRIPTION="Personal file sharing for the GNOME desktop" -HOMEPAGE="https://git.gnome.org/browse/gnome-user-share" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="bluetooth" - -# FIXME: could libnotify be made optional ? -# FIXME: selinux automagic support -RDEPEND=" - >=dev-libs/glib-2.28:2 - >=x11-libs/gtk+-3:3 - >=gnome-base/nautilus-2.91.7 - media-libs/libcanberra[gtk3] - >=www-apache/mod_dnssd-0.6 - >=www-servers/apache-2.2[apache2_modules_dav,apache2_modules_dav_fs,apache2_modules_authn_file,apache2_modules_auth_digest,apache2_modules_authz_groupfile] - >=x11-libs/libnotify-0.7:= - bluetooth? ( - >=net-wireless/gnome-bluetooth-3.9.3:2= - >=net-wireless/bluez-5 ) -" -DEPEND="${RDEPEND} - !<gnome-base/gnome-control-center-3.9 - app-text/yelp-tools - app-text/docbook-xml-dtd:4.1.2 - >=dev-util/intltool-0.35 - sys-devel/gettext - virtual/pkgconfig -" - -src_configure() { - gnome2_src_configure \ - $(use_enable bluetooth) \ - ITSTOOL=$(type -P true) \ - --with-httpd=apache2 \ - --with-modules-path=/usr/$(get_libdir)/apache2/modules/ -}
