summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2014-12-23 00:45:47 +0100
committerGilles Dartiguelongue <eva@gentoo.org>2014-12-23 00:45:47 +0100
commit0ef4bea69a6d7378b2d73419128478a081660905 (patch)
tree9d5297afb037656b2f690e269565629b8b325a42 /gnome-extra
parentgnome-base/gnome-settings-daemon: moved to gentoo-x86 (diff)
downloadgnome-0ef4bea69a6d7378b2d73419128478a081660905.tar.gz
gnome-0ef4bea69a6d7378b2d73419128478a081660905.tar.bz2
gnome-0ef4bea69a6d7378b2d73419128478a081660905.zip
gnome-extra/gnome-user-share: moved to gentoo-x86
Diffstat (limited to 'gnome-extra')
-rw-r--r--gnome-extra/gnome-user-share/Manifest11
-rw-r--r--gnome-extra/gnome-user-share/gnome-user-share-3.14.2.ebuild48
2 files changed, 0 insertions, 59 deletions
diff --git a/gnome-extra/gnome-user-share/Manifest b/gnome-extra/gnome-user-share/Manifest
deleted file mode 100644
index ecc41476..00000000
--- a/gnome-extra/gnome-user-share/Manifest
+++ /dev/null
@@ -1,11 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA512
-
-DIST gnome-user-share-3.14.2.tar.xz 391916 SHA256 6b05b3ef31af3bb39c903f94a0d163c0a9c4aa5266ae98e2281e0613f2972ee9 SHA512 d42587c0c64fda9d051f3d6c792358d02c32b95193df512016a04a0ee4861483f3060f1579de6fa229676795e420cf88732da334757471b79410d3be6ebe8bd1 WHIRLPOOL 14a191b8cbfa218e4dcde379212a00f0753d02726b55b16b9f67fbc2c5484038d9d18ababb5c2019624856041257a88cea6b00a3d4cf21a83c9369b9486452be
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2
-
-iEYEAREKAAYFAlSWplIACgkQ1fmVwcYIWAbfXgCfWkZ0ktMLv7p2cdNweVFpbvIW
-aloAn0Mar9HmWufaGR6cVUdYsxCmWMx5
-=VgWY
------END PGP SIGNATURE-----
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 5748a36e..00000000
--- 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/
-}