summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/gnome-disk-utility/gnome-disk-utility-3.0.2-r200.ebuild')
-rw-r--r--sys-apps/gnome-disk-utility/gnome-disk-utility-3.0.2-r200.ebuild76
1 files changed, 0 insertions, 76 deletions
diff --git a/sys-apps/gnome-disk-utility/gnome-disk-utility-3.0.2-r200.ebuild b/sys-apps/gnome-disk-utility/gnome-disk-utility-3.0.2-r200.ebuild
deleted file mode 100644
index 0a75f7b8e355..000000000000
--- a/sys-apps/gnome-disk-utility/gnome-disk-utility-3.0.2-r200.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/gnome-disk-utility/gnome-disk-utility-3.0.2-r200.ebuild,v 1.11 2012/05/04 09:17:26 jdhore Exp $
-
-EAPI="4"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit autotools eutils gnome2
-
-DESCRIPTION="Disk Utility for GNOME using udisks"
-HOMEPAGE="http://git.gnome.org/browse/gnome-disk-utility"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE="avahi doc fat gnome-keyring nautilus remote-access"
-KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sh sparc x86"
-
-CDEPEND="
- >=dev-libs/glib-2.22:2
- >=dev-libs/dbus-glib-0.74
- >=dev-libs/libunique-2.90.1:3
- >=x11-libs/gtk+-2.90.7:3
- =sys-fs/udisks-1.0*:0[remote-access?]
- >=dev-libs/libatasmart-0.14
- >=x11-libs/libnotify-0.6.1
-
- avahi? ( >=net-dns/avahi-0.6.25[gtk3] )
- gnome-keyring? ( gnome-base/libgnome-keyring )
- nautilus? ( >=gnome-base/nautilus-2.24.0 )
-"
-RDEPEND="${CDEPEND}
- x11-misc/xdg-utils
- fat? ( sys-fs/dosfstools )"
-DEPEND="${CDEPEND}
- sys-devel/gettext
- gnome-base/gnome-common
- app-text/docbook-xml-dtd:4.1.2
- app-text/rarian
- app-text/gnome-doc-utils
-
- virtual/pkgconfig
- >=dev-util/intltool-0.35
- >=dev-util/gtk-doc-am-1.13
-
- doc? ( >=dev-util/gtk-doc-1.3 )"
-
-pkg_setup() {
- G2CONF="${G2CONF}
- --disable-static
- $(use_enable avahi avahi-ui)
- $(use_enable nautilus)
- $(use_enable remote-access)
- $(use_enable gnome-keyring)"
- DOCS="AUTHORS NEWS README TODO"
-}
-
-src_prepare() {
- local f=data/gdu-notification-daemon.desktop.in.in.in
- sed -i -e '/^OnlyShowIn/d' ${f} || die
- echo 'NotShowIn=KDE;' >> ${f}
-
- sed -e '/printf/s:nautilus:xdg-open:' \
- -i src/palimpsest/gdu-section-volumes.c || die "#350919"
-
- # Keep avahi optional, upstream bug #631986
- epatch "${FILESDIR}/${PN}-2.91.6-optional-avahi.patch"
-
- # Keep nautilus extension working on Gnome2 setups
- EPATCH_OPTS="-R" epatch "${FILESDIR}/${PN}-3.0.2-nautilus2-compat.patch"
-
- intltoolize --force --copy --automake || die
- eautoreconf
-
- gnome2_src_prepare
-}