diff options
Diffstat (limited to 'gnome-base/gnome-mount/gnome-mount-0.4-r3.ebuild')
-rw-r--r-- | gnome-base/gnome-mount/gnome-mount-0.4-r3.ebuild | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/gnome-base/gnome-mount/gnome-mount-0.4-r3.ebuild b/gnome-base/gnome-mount/gnome-mount-0.4-r3.ebuild deleted file mode 100644 index 019b5f5ae25f..000000000000 --- a/gnome-base/gnome-mount/gnome-mount-0.4-r3.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2006 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.4-r3.ebuild,v 1.1 2006/05/21 23:35:50 dang Exp $ - -inherit eutils gnome2 - -DESCRIPTION="Wrapper for (un)mounting and ejecting disks" -HOMEPAGE="http://freedesktop.org/~david/" -SRC_URI="http://freedesktop.org/~david/dist/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="debug" - -RDEPEND=">=gnome-base/libgnomeui-2.13 - >=sys-apps/dbus-0.60 - >=sys-apps/hal-0.5.7-r1 - >=x11-libs/gtk+-2.8 - gnome-base/gnome-keyring - >=gnome-base/libglade-2 - >=gnome-base/gconf-2" - -DEPEND="${RDEPEND} - dev-util/pkgconfig - >=dev-util/intltool-0.29" - -DOCS="AUTHORS ChangeLog COPYING HACKING INSTALL NEWS README TODO" - -src_unpack() { - unpack ${A} - cd ${S} - - # Patch for bug #133549 - epatch ${FILESDIR}/${P}-hal-mountable.patch - - # Patch for bug #133880 - epatch ${FILESDIR}/${P}-fix-segv-on-no-media.patch -} |