diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-12-07 15:11:04 +0100 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2018-12-11 15:27:58 +0100 |
commit | f7e9ce4877793c4de5f20c6f5e62bb173536a750 (patch) | |
tree | ac90fb4fb1c7d7a7771a3b45a0a131eb5edb0c6f /x11-plugins/wmudmount | |
parent | x11-plugins/wmtime: drop old (diff) | |
download | gentoo-f7e9ce4877793c4de5f20c6f5e62bb173536a750.tar.gz gentoo-f7e9ce4877793c4de5f20c6f5e62bb173536a750.tar.bz2 gentoo-f7e9ce4877793c4de5f20c6f5e62bb173536a750.zip |
x11-plugins/wmudmount: drop old
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'x11-plugins/wmudmount')
-rw-r--r-- | x11-plugins/wmudmount/wmudmount-2.2.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/x11-plugins/wmudmount/wmudmount-2.2.ebuild b/x11-plugins/wmudmount/wmudmount-2.2.ebuild deleted file mode 100644 index 19b97bee0ef5..000000000000 --- a/x11-plugins/wmudmount/wmudmount-2.2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils gnome2-utils - -DESCRIPTION="A filesystem mounter that uses udisks to handle notification and mounting" -HOMEPAGE="https://sourceforge.net/projects/wmudmount/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="gnome-keyring libnotify" - -RDEPEND="sys-fs/udisks:2 - >=x11-libs/gtk+-3.8.0:3 - gnome-keyring? ( gnome-base/libgnome-keyring ) - libnotify? ( >=x11-libs/libnotify-0.7 )" -DEPEND="${RDEPEND} - virtual/pkgconfig - || ( media-gfx/imagemagick[png] media-gfx/graphicsmagick[imagemagick,png] )" - -DOCS="ChangeLog" - -src_configure() { - econf \ - $(use_with libnotify) \ - $(use_with gnome-keyring) -} - -pkg_preinst() { gnome2_icon_savelist; } -pkg_postinst() { gnome2_icon_cache_update; } -pkg_postrm() { gnome2_icon_cache_update; } |