summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2013-03-29 22:58:04 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2013-03-29 22:58:04 +0000
commit365527c53d44d7e4b3ca180ae53547d90d897ae7 (patch)
tree71831a8ae4dc253c9d25146534671a0015a5f44d /gnome-extra/gnome-user-share/gnome-user-share-3.0.2.ebuild
parentDrop sqlite patch that is in the 3.14.3 release already. (diff)
downloadhistorical-365527c53d44d7e4b3ca180ae53547d90d897ae7.tar.gz
historical-365527c53d44d7e4b3ca180ae53547d90d897ae7.tar.bz2
historical-365527c53d44d7e4b3ca180ae53547d90d897ae7.zip
Clean up old revision.
Package-Manager: portage-2.2.0_alpha166/cvs/Linux x86_64 Manifest-Sign-Key: 0xC6085806
Diffstat (limited to 'gnome-extra/gnome-user-share/gnome-user-share-3.0.2.ebuild')
-rw-r--r--gnome-extra/gnome-user-share/gnome-user-share-3.0.2.ebuild53
1 files changed, 0 insertions, 53 deletions
diff --git a/gnome-extra/gnome-user-share/gnome-user-share-3.0.2.ebuild b/gnome-extra/gnome-user-share/gnome-user-share-3.0.2.ebuild
deleted file mode 100644
index 240235e4119f..000000000000
--- a/gnome-extra/gnome-user-share/gnome-user-share-3.0.2.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2012 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.0.2.ebuild,v 1.1 2012/05/06 05:39:00 tetromino Exp $
-
-EAPI="4"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2 multilib
-
-DESCRIPTION="Personal file sharing for the GNOME desktop"
-HOMEPAGE="http://www.gnome.org/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-# FIXME: could libnotify be made optional ?
-# FIXME: gnome-bluetooth is a hard-dep
-# bluetooth is pure runtime dep (dbus)
-RDEPEND=">=dev-libs/glib-2.28:2
- >=x11-libs/gtk+-3:3
- >=app-mobilephone/obex-data-server-0.4
- >=dev-libs/dbus-glib-0.70
- >=gnome-base/gconf-2.10:2
- >=gnome-base/nautilus-2.91.7
- media-libs/libcanberra[gtk3]
- >=net-wireless/gnome-bluetooth-2.91.5:2
- >=net-wireless/bluez-4.18
- >=sys-apps/dbus-1.1.1
- >=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"
-DEPEND="${RDEPEND}
- app-text/gnome-doc-utils
- app-text/docbook-xml-dtd:4.1.2
- >=dev-util/intltool-0.35
- sys-devel/gettext
- virtual/pkgconfig"
-
-pkg_setup() {
- DOCS="AUTHORS ChangeLog NEWS README"
- G2CONF="${G2CONF}
- --with-httpd=apache2
- --with-modules-path=/usr/$(get_libdir)/apache2/modules/"
-}
-
-src_prepare() {
- # Rebuild marshalers for <glib-2.31 compatibility
- rm -v src/marshal.{c,h} || die
- gnome2_src_prepare
-}