summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-01-26 20:01:21 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-01-26 20:01:21 +0000
commitb634e6b21e124b7137b7a696f9bdd6839f4bcc1c (patch)
tree7183ceb18f0ed14ed8ab38cb279fb8a0589dd057 /gnome-base/gnome-mount/gnome-mount-0.8-r1.ebuild
parentold (diff)
downloadgentoo-2-b634e6b21e124b7137b7a696f9bdd6839f4bcc1c.tar.gz
gentoo-2-b634e6b21e124b7137b7a696f9bdd6839f4bcc1c.tar.bz2
gentoo-2-b634e6b21e124b7137b7a696f9bdd6839f4bcc1c.zip
old
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'gnome-base/gnome-mount/gnome-mount-0.8-r1.ebuild')
-rw-r--r--gnome-base/gnome-mount/gnome-mount-0.8-r1.ebuild57
1 files changed, 0 insertions, 57 deletions
diff --git a/gnome-base/gnome-mount/gnome-mount-0.8-r1.ebuild b/gnome-base/gnome-mount/gnome-mount-0.8-r1.ebuild
deleted file mode 100644
index 067625353bc7..000000000000
--- a/gnome-base/gnome-mount/gnome-mount-0.8-r1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-mount/gnome-mount-0.8-r1.ebuild,v 1.12 2010/07/20 01:38:24 jer Exp $
-
-inherit autotools eutils gnome2
-
-DESCRIPTION="Wrapper for (un)mounting and ejecting disks"
-HOMEPAGE="http://hal.freedesktop.org/"
-SRC_URI="http://hal.freedesktop.org/releases/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sh sparc x86 ~x86-fbsd"
-IUSE="libnotify nautilus kernel_FreeBSD"
-
-RDEPEND=">=dev-libs/glib-2.15.0
- >=x11-libs/gtk+-2.8
- >=sys-apps/hal-0.5.8.1
- || ( gnome-base/libgnome-keyring <gnome-base/gnome-keyring-2.29.4 )
- >=gnome-base/gconf-2
- libnotify? ( >=x11-libs/libnotify-0.3 )
- nautilus? (
- >=gnome-base/libglade-2
- >=gnome-base/nautilus-2.21.2 )
- >=dev-libs/dbus-glib-0.71"
-
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- >=dev-util/intltool-0.35.5"
-
-DOCS="AUTHORS ChangeLog HACKING INSTALL NEWS README TODO"
-
-pkg_setup() {
- G2CONF="${G2CONF} --disable-static
- $(use_enable libnotify)
- $(use_enable nautilus nautilus-extension)"
-}
-
-src_unpack() {
- gnome2_src_unpack
-
- use kernel_FreeBSD && epatch "${FILESDIR}/${PN}-0.6-freebsd-schemas.patch"
-
- # Include missing locale.h, bug #176035
- epatch "${FILESDIR}/${PN}-0.6-include-locale-h.patch"
-
- # Better defaults for vfat, bug #257745
- use kernel_FreeBSD || epatch "${FILESDIR}/${P}-vfat-defaults.patch"
-
- # Fix HAL locking for devices in fstab, bug #257746
- epatch "${FILESDIR}/${P}-fstablock.patch"
-
- # Fix automagic dependency, bug #257753
- epatch "${FILESDIR}/${P}-libnotify-automagic.patch"
-
- eautoreconf
-}