public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Bernard Cafarelli" <voyageur@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmudmount/
Date: Fri, 20 Mar 2020 09:15:25 +0000 (UTC)	[thread overview]
Message-ID: <1584695690.da0e66d353f36c32e5319916b791a42b07e90f29.voyageur@gentoo> (raw)

commit:     da0e66d353f36c32e5319916b791a42b07e90f29
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 20 09:14:50 2020 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Fri Mar 20 09:14:50 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da0e66d3

x11-plugins/wmudmount: dop version depending on libgnome-keyring

Closes: https://bugs.gentoo.org/713042
Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 x11-plugins/wmudmount/Manifest                |  1 -
 x11-plugins/wmudmount/wmudmount-2.2-r2.ebuild | 36 ---------------------------
 2 files changed, 37 deletions(-)

diff --git a/x11-plugins/wmudmount/Manifest b/x11-plugins/wmudmount/Manifest
index 9949c6db305..1fe7c4741d3 100644
--- a/x11-plugins/wmudmount/Manifest
+++ b/x11-plugins/wmudmount/Manifest
@@ -1,2 +1 @@
-DIST wmudmount-2.2.tar.gz 181700 BLAKE2B f375aca9da44b5cba1483b70c36bbed81d897a691ce91ca5d3e11f8bbbbe1cc46685480d41144d6cca0bd10f625e46b5eec2ffc573ec7dd90b9b241dde7605a2 SHA512 6bc08b60430bbe66710ce183f0e7693a7818cee68cefac3a3bc191104663dd3649f8cdb62c7f214bdf4ed377b01fef250fe388f14645690aab7993c6071ceffe
 DIST wmudmount-3.0.tar.gz 189435 BLAKE2B e04c0bedfd4d0f4deed88f3acc87e4f2871890d6d12811404ec6c884107ae6bd9df17e724100068b08ff31ae557a02cd20bfc86222111939984fcc7916466c06 SHA512 dd12354d281ab04255e4ecf600d05c661168ed69b48439bba4ee6e61f2c93507e35e45c6f6671426c26df2fcf17ba5e851a6a3a3d757a5016a49bd8f76893eb9

diff --git a/x11-plugins/wmudmount/wmudmount-2.2-r2.ebuild b/x11-plugins/wmudmount/wmudmount-2.2-r2.ebuild
deleted file mode 100644
index 041cd3e713c..00000000000
--- a/x11-plugins/wmudmount/wmudmount-2.2-r2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils gnome2-utils xdg
-
-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
-	virtual/imagemagick-tools[png]"
-
-DOCS="ChangeLog"
-
-PATCHES=( "${FILESDIR}"/${P}-perl_brace_regex.patch )
-
-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; }


             reply	other threads:[~2020-03-20  9:15 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-20  9:15 Bernard Cafarelli [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-05-18 12:17 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmudmount/ Andreas Sturmlechner
2023-05-18 12:17 Andreas Sturmlechner
2022-10-01 17:16 Matt Turner
2022-02-20 15:51 Bernard Cafarelli
2020-03-20  9:04 Agostino Sarubbo
2020-03-20  8:59 Agostino Sarubbo
2018-12-22 22:43 Bernard Cafarelli
2018-12-11 14:29 Bernard Cafarelli
2018-10-05 13:55 Mikle Kolyada
2018-09-19 18:29 Thomas Deutschmann
2017-10-22 19:25 Bernard Cafarelli
2017-02-12 23:35 Bernard Cafarelli
2017-02-12 23:35 Bernard Cafarelli
2017-02-11 19:47 David Seifert
2016-07-05 13:18 Bernard Cafarelli
2015-12-17 20:54 Bernard Cafarelli

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1584695690.da0e66d353f36c32e5319916b791a42b07e90f29.voyageur@gentoo \
    --to=voyageur@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox