summaryrefslogtreecommitdiff
path: root/x11-plugins/wmudmount/wmudmount-3.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-10-02 01:11:51 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-10-02 01:11:51 +0100
commitb0bab803d2f1c96af5760374e2684f9a85591916 (patch)
treeb1657ea0e7ff32ab77431e9509b2b9eac3c16711 /x11-plugins/wmudmount/wmudmount-3.0.ebuild
parent0a772e9952c6683769ac22be1b2304fcd86f02cb (diff)
gentoo auto-resync : 02:10:2022 - 01:11:51
Diffstat (limited to 'x11-plugins/wmudmount/wmudmount-3.0.ebuild')
-rw-r--r--x11-plugins/wmudmount/wmudmount-3.0.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/x11-plugins/wmudmount/wmudmount-3.0.ebuild b/x11-plugins/wmudmount/wmudmount-3.0.ebuild
deleted file mode 100644
index 0c10dbceb600..000000000000
--- a/x11-plugins/wmudmount/wmudmount-3.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit 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="gcr libnotify secret"
-
-RDEPEND="sys-fs/udisks:2
- >=x11-libs/gtk+-3.16.0:3
- gcr? ( app-crypt/gcr[gtk] )
- libnotify? ( >=x11-libs/libnotify-0.7 )
- secret? ( app-crypt/libsecret )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- virtual/imagemagick-tools[png]"
-
-DOCS="ChangeLog"
-
-PATCHES=( "${FILESDIR}"/${PN}-2.2-perl_brace_regex.patch )
-
-src_configure() {
- econf \
- $(use_with gcr) \
- $(use_with libnotify) \
- $(use_with secret)
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}