summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-05-27 06:51:19 +0000
committerPacho Ramos <pacho@gentoo.org>2014-05-27 06:51:19 +0000
commit11fdbf5930329ca09afb5f1b664069234130713e (patch)
treedc15a06afc346cf1f5470f097b933d4aaf534bfe /gnome-extra/gnome-user-share
parentNeeds to be rebuilt with icu updates (diff)
downloadgentoo-2-11fdbf5930329ca09afb5f1b664069234130713e.tar.gz
gentoo-2-11fdbf5930329ca09afb5f1b664069234130713e.tar.bz2
gentoo-2-11fdbf5930329ca09afb5f1b664069234130713e.zip
Needs to be rebuilt with gnome-bluetooth updates, drop old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'gnome-extra/gnome-user-share')
-rw-r--r--gnome-extra/gnome-user-share/ChangeLog6
-rw-r--r--gnome-extra/gnome-user-share/gnome-user-share-3.10.1.ebuild56
-rw-r--r--gnome-extra/gnome-user-share/gnome-user-share-3.10.2.ebuild4
3 files changed, 7 insertions, 59 deletions
diff --git a/gnome-extra/gnome-user-share/ChangeLog b/gnome-extra/gnome-user-share/ChangeLog
index d1517fca5ce6..4e8fb41cb79c 100644
--- a/gnome-extra/gnome-user-share/ChangeLog
+++ b/gnome-extra/gnome-user-share/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for gnome-extra/gnome-user-share
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-user-share/ChangeLog,v 1.36 2014/05/04 12:10:44 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-user-share/ChangeLog,v 1.37 2014/05/27 06:51:19 pacho Exp $
+
+ 27 May 2014; Pacho Ramos <pacho@gentoo.org> -gnome-user-share-3.10.1.ebuild,
+ gnome-user-share-3.10.2.ebuild:
+ Needs to be rebuilt with gnome-bluetooth updates, drop old
04 May 2014; Pacho Ramos <pacho@gentoo.org> gnome-user-share-3.10.2.ebuild:
x86 stable, bug 508862
diff --git a/gnome-extra/gnome-user-share/gnome-user-share-3.10.1.ebuild b/gnome-extra/gnome-user-share/gnome-user-share-3.10.1.ebuild
deleted file mode 100644
index 5e7e64abdc1c..000000000000
--- a/gnome-extra/gnome-user-share/gnome-user-share-3.10.1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-user-share/gnome-user-share-3.10.1.ebuild,v 1.5 2014/03/09 12:00:30 pacho Exp $
-
-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? (
- >=app-mobilephone/obex-data-server-0.4
- >=net-wireless/gnome-bluetooth-3.9.3:2
- >=net-wireless/bluez-4.18 )
-"
-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/
-}
-
-src_install() {
- gnome2_src_install
-
- # FIXME: looks like upstream forgot about this
- rm "${D}"/etc/xdg/autostart/gnome-user-share-obexpush.desktop || die
-}
diff --git a/gnome-extra/gnome-user-share/gnome-user-share-3.10.2.ebuild b/gnome-extra/gnome-user-share/gnome-user-share-3.10.2.ebuild
index d26e73b6e6ab..1212a62efc6f 100644
--- a/gnome-extra/gnome-user-share/gnome-user-share-3.10.2.ebuild
+++ b/gnome-extra/gnome-user-share/gnome-user-share-3.10.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-user-share/gnome-user-share-3.10.2.ebuild,v 1.4 2014/05/04 12:10:44 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-user-share/gnome-user-share-3.10.2.ebuild,v 1.5 2014/05/27 06:51:19 pacho Exp $
EAPI="5"
GCONF_DEBUG="no"
@@ -27,7 +27,7 @@ RDEPEND="
>=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/gnome-bluetooth-3.9.3:2=
>=net-wireless/bluez-5 )
"
DEPEND="${RDEPEND}