public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmudmount/
@ 2015-12-17 20:54 Bernard Cafarelli
  0 siblings, 0 replies; 17+ messages in thread
From: Bernard Cafarelli @ 2015-12-17 20:54 UTC (permalink / raw
  To: gentoo-commits

commit:     3211a8af5bde9e1dbf270c06681f77c4096ff5d7
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 17 20:53:26 2015 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Thu Dec 17 20:53:26 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3211a8af

x11-plugins/wmudmount: require USE=png on imagemagick

Thanks to Toralf Förster <toralf.foerster <AT> gmx.de> in bug #563784

Package-Manager: portage-2.2.26

 x11-plugins/wmudmount/wmudmount-2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/wmudmount/wmudmount-2.2.ebuild b/x11-plugins/wmudmount/wmudmount-2.2.ebuild
index 8e21bbc..f229e15 100644
--- a/x11-plugins/wmudmount/wmudmount-2.2.ebuild
+++ b/x11-plugins/wmudmount/wmudmount-2.2.ebuild
@@ -20,7 +20,7 @@ RDEPEND="sys-fs/udisks:2
 	libnotify? ( >=x11-libs/libnotify-0.7 )"
 DEPEND="${RDEPEND}
 	virtual/pkgconfig
-	|| ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] )"
+	|| ( media-gfx/imagemagick[png] media-gfx/graphicsmagick[imagemagick,png] )"
 
 DOCS="ChangeLog"
 


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmudmount/
@ 2016-07-05 13:18 Bernard Cafarelli
  0 siblings, 0 replies; 17+ messages in thread
From: Bernard Cafarelli @ 2016-07-05 13:18 UTC (permalink / raw
  To: gentoo-commits

commit:     de05dc37029c7ca63eb69809f730a7caffc9fd4d
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  5 13:16:32 2016 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Tue Jul  5 13:17:49 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de05dc37

x11-plugins/wmudmount: fix xdg sandbox issue, bug #587870

Reported by Toralf Förster <toralf.foerster <AT> gmx.de>
Also bump EAPI

Package-Manager: portage-2.3.0

 x11-plugins/wmudmount/wmudmount-2.2-r1.ebuild | 35 +++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/x11-plugins/wmudmount/wmudmount-2.2-r1.ebuild b/x11-plugins/wmudmount/wmudmount-2.2-r1.ebuild
new file mode 100644
index 0000000..9e2f5e8
--- /dev/null
+++ b/x11-plugins/wmudmount/wmudmount-2.2-r1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils gnome2-utils xdg
+
+DESCRIPTION="A filesystem mounter that uses udisks to handle notification and mounting"
+HOMEPAGE="http://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; }


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmudmount/
@ 2017-02-11 19:47 David Seifert
  0 siblings, 0 replies; 17+ messages in thread
From: David Seifert @ 2017-02-11 19:47 UTC (permalink / raw
  To: gentoo-commits

commit:     66db7e0ca3dd9acdcf2682794939e26780cbc95d
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 11 19:21:56 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb 11 19:46:36 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66db7e0c

x11-plugins/wmudmount: Depend on virtual/imagemagick-tools

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3907

 x11-plugins/wmudmount/wmudmount-2.2-r1.ebuild                  | 10 +++++-----
 .../{wmudmount-2.2.ebuild => wmudmount-2.2-r2.ebuild}          | 10 +++++-----
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/x11-plugins/wmudmount/wmudmount-2.2-r1.ebuild b/x11-plugins/wmudmount/wmudmount-2.2-r1.ebuild
index 4a317efe82..ee477870d1 100644
--- a/x11-plugins/wmudmount/wmudmount-2.2-r1.ebuild
+++ b/x11-plugins/wmudmount/wmudmount-2.2-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=6
-inherit eutils gnome2-utils xdg
+EAPI=5
+inherit eutils gnome2-utils
 
 DESCRIPTION="A filesystem mounter that uses udisks to handle notification and mounting"
 HOMEPAGE="https://sourceforge.net/projects/wmudmount/"
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="gnome-keyring libnotify"
 
 RDEPEND="sys-fs/udisks:2
@@ -20,7 +20,7 @@ RDEPEND="sys-fs/udisks:2
 	libnotify? ( >=x11-libs/libnotify-0.7 )"
 DEPEND="${RDEPEND}
 	virtual/pkgconfig
-	|| ( media-gfx/imagemagick[png] media-gfx/graphicsmagick[imagemagick,png] )"
+	virtual/imagemagick-tools[png]"
 
 DOCS="ChangeLog"
 

diff --git a/x11-plugins/wmudmount/wmudmount-2.2.ebuild b/x11-plugins/wmudmount/wmudmount-2.2-r2.ebuild
similarity index 80%
rename from x11-plugins/wmudmount/wmudmount-2.2.ebuild
rename to x11-plugins/wmudmount/wmudmount-2.2-r2.ebuild
index bfdfa9dc1e..32e4f34064 100644
--- a/x11-plugins/wmudmount/wmudmount-2.2.ebuild
+++ b/x11-plugins/wmudmount/wmudmount-2.2-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
-inherit eutils gnome2-utils
+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/"
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="~amd64 ~x86"
 IUSE="gnome-keyring libnotify"
 
 RDEPEND="sys-fs/udisks:2
@@ -20,7 +20,7 @@ RDEPEND="sys-fs/udisks:2
 	libnotify? ( >=x11-libs/libnotify-0.7 )"
 DEPEND="${RDEPEND}
 	virtual/pkgconfig
-	|| ( media-gfx/imagemagick[png] media-gfx/graphicsmagick[imagemagick,png] )"
+	virtual/imagemagick-tools[png]"
 
 DOCS="ChangeLog"
 


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmudmount/
@ 2017-02-12 23:35 Bernard Cafarelli
  0 siblings, 0 replies; 17+ messages in thread
From: Bernard Cafarelli @ 2017-02-12 23:35 UTC (permalink / raw
  To: gentoo-commits

commit:     eb063b6fd0705db524b5b7bbba25a3259049af85
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 12 23:29:43 2017 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sun Feb 12 23:35:21 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb063b6f

x11-plugins/wmudmount: depend on virtual/imagemagick-tools

Previous commit messed with stable version and last changes
Bug 587870

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 x11-plugins/wmudmount/wmudmount-2.2-r2.ebuild | 35 +++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/x11-plugins/wmudmount/wmudmount-2.2-r2.ebuild b/x11-plugins/wmudmount/wmudmount-2.2-r2.ebuild
new file mode 100644
index 0000000000..32e4f34064
--- /dev/null
+++ b/x11-plugins/wmudmount/wmudmount-2.2-r2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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"
+
+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; }


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmudmount/
@ 2017-02-12 23:35 Bernard Cafarelli
  0 siblings, 0 replies; 17+ messages in thread
From: Bernard Cafarelli @ 2017-02-12 23:35 UTC (permalink / raw
  To: gentoo-commits

commit:     c21d86862e276807a96f83b2362069ba4ab20b5a
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 12 23:22:11 2017 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sun Feb 12 23:35:20 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c21d8686

Revert "x11-plugins/wmudmount: Depend on virtual/imagemagick-tools"

This reverts commit 66db7e0ca3dd9acdcf2682794939e26780cbc95d.

 x11-plugins/wmudmount/wmudmount-2.2-r1.ebuild                  | 10 +++++-----
 .../{wmudmount-2.2-r2.ebuild => wmudmount-2.2.ebuild}          | 10 +++++-----
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/x11-plugins/wmudmount/wmudmount-2.2-r1.ebuild b/x11-plugins/wmudmount/wmudmount-2.2-r1.ebuild
index ee477870d1..4a317efe82 100644
--- a/x11-plugins/wmudmount/wmudmount-2.2-r1.ebuild
+++ b/x11-plugins/wmudmount/wmudmount-2.2-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
-inherit eutils gnome2-utils
+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/"
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="~amd64 ~x86"
 IUSE="gnome-keyring libnotify"
 
 RDEPEND="sys-fs/udisks:2
@@ -20,7 +20,7 @@ RDEPEND="sys-fs/udisks:2
 	libnotify? ( >=x11-libs/libnotify-0.7 )"
 DEPEND="${RDEPEND}
 	virtual/pkgconfig
-	virtual/imagemagick-tools[png]"
+	|| ( media-gfx/imagemagick[png] media-gfx/graphicsmagick[imagemagick,png] )"
 
 DOCS="ChangeLog"
 

diff --git a/x11-plugins/wmudmount/wmudmount-2.2-r2.ebuild b/x11-plugins/wmudmount/wmudmount-2.2.ebuild
similarity index 80%
rename from x11-plugins/wmudmount/wmudmount-2.2-r2.ebuild
rename to x11-plugins/wmudmount/wmudmount-2.2.ebuild
index 32e4f34064..bfdfa9dc1e 100644
--- a/x11-plugins/wmudmount/wmudmount-2.2-r2.ebuild
+++ b/x11-plugins/wmudmount/wmudmount-2.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=6
-inherit eutils gnome2-utils xdg
+EAPI=5
+inherit eutils gnome2-utils
 
 DESCRIPTION="A filesystem mounter that uses udisks to handle notification and mounting"
 HOMEPAGE="https://sourceforge.net/projects/wmudmount/"
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="gnome-keyring libnotify"
 
 RDEPEND="sys-fs/udisks:2
@@ -20,7 +20,7 @@ RDEPEND="sys-fs/udisks:2
 	libnotify? ( >=x11-libs/libnotify-0.7 )"
 DEPEND="${RDEPEND}
 	virtual/pkgconfig
-	virtual/imagemagick-tools[png]"
+	|| ( media-gfx/imagemagick[png] media-gfx/graphicsmagick[imagemagick,png] )"
 
 DOCS="ChangeLog"
 


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmudmount/
@ 2017-10-22 19:25 Bernard Cafarelli
  0 siblings, 0 replies; 17+ messages in thread
From: Bernard Cafarelli @ 2017-10-22 19:25 UTC (permalink / raw
  To: gentoo-commits

commit:     c33a9812b5b716f9fb84d99aad314b59cf529d17
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 22 19:19:17 2017 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sun Oct 22 19:24:57 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c33a9812

x11-plugins/wmudmount: drop old

Package-Manager: Portage-2.3.12, Repoman-2.3.3

 x11-plugins/wmudmount/wmudmount-2.2-r1.ebuild | 34 ---------------------------
 1 file changed, 34 deletions(-)

diff --git a/x11-plugins/wmudmount/wmudmount-2.2-r1.ebuild b/x11-plugins/wmudmount/wmudmount-2.2-r1.ebuild
deleted file mode 100644
index 10f32669f52..00000000000
--- a/x11-plugins/wmudmount/wmudmount-2.2-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# 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
-	|| ( 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; }


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmudmount/
@ 2018-09-19 18:29 Thomas Deutschmann
  0 siblings, 0 replies; 17+ messages in thread
From: Thomas Deutschmann @ 2018-09-19 18:29 UTC (permalink / raw
  To: gentoo-commits

commit:     04b7891b43d242346830d9644feb7b517a2f722b
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 19 18:19:43 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Sep 19 18:28:14 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04b7891b

x11-plugins/wmudmount: x86 stable (bug #666088)

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 x11-plugins/wmudmount/wmudmount-2.2-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/wmudmount/wmudmount-2.2-r2.ebuild b/x11-plugins/wmudmount/wmudmount-2.2-r2.ebuild
index c919f691e41..231361dfca5 100644
--- a/x11-plugins/wmudmount/wmudmount-2.2-r2.ebuild
+++ b/x11-plugins/wmudmount/wmudmount-2.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="gnome-keyring libnotify"
 
 RDEPEND="sys-fs/udisks:2


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmudmount/
@ 2018-10-05 13:55 Mikle Kolyada
  0 siblings, 0 replies; 17+ messages in thread
From: Mikle Kolyada @ 2018-10-05 13:55 UTC (permalink / raw
  To: gentoo-commits

commit:     e06651a6b2bf76f4d0e37fcde39fac45b8dba3ad
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  5 13:44:26 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Oct  5 13:54:56 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e06651a6

x11-plugins/wmudmount: amd64 stable wrt bug #666088

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 x11-plugins/wmudmount/wmudmount-2.2-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/wmudmount/wmudmount-2.2-r2.ebuild b/x11-plugins/wmudmount/wmudmount-2.2-r2.ebuild
index 231361dfca5..041cd3e713c 100644
--- a/x11-plugins/wmudmount/wmudmount-2.2-r2.ebuild
+++ b/x11-plugins/wmudmount/wmudmount-2.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="gnome-keyring libnotify"
 
 RDEPEND="sys-fs/udisks:2


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmudmount/
@ 2018-12-11 14:29 Bernard Cafarelli
  0 siblings, 0 replies; 17+ messages in thread
From: Bernard Cafarelli @ 2018-12-11 14:29 UTC (permalink / raw
  To: gentoo-commits

commit:     f7e9ce4877793c4de5f20c6f5e62bb173536a750
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Dec  7 14:11:04 2018 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Tue Dec 11 14:27:58 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7e9ce48

x11-plugins/wmudmount: drop old

Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 x11-plugins/wmudmount/wmudmount-2.2.ebuild | 34 ------------------------------
 1 file changed, 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 19b97bee0ef..00000000000
--- 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; }


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmudmount/
@ 2018-12-22 22:43 Bernard Cafarelli
  0 siblings, 0 replies; 17+ messages in thread
From: Bernard Cafarelli @ 2018-12-22 22:43 UTC (permalink / raw
  To: gentoo-commits

commit:     a5bb420cfb19de304428f4a25caaa08c3475bcb0
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 22 22:39:22 2018 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sat Dec 22 22:43:26 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5bb420c

A11-plugins/wmudmount: 3.0 bump

Replace gnome-keyring with gcr and libsecret

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 x11-plugins/wmudmount/Manifest             |  1 +
 x11-plugins/wmudmount/metadata.xml         |  4 +++
 x11-plugins/wmudmount/wmudmount-3.0.ebuild | 42 ++++++++++++++++++++++++++++++
 3 files changed, 47 insertions(+)

diff --git a/x11-plugins/wmudmount/Manifest b/x11-plugins/wmudmount/Manifest
index fd46afa9be1..9949c6db305 100644
--- a/x11-plugins/wmudmount/Manifest
+++ b/x11-plugins/wmudmount/Manifest
@@ -1 +1,2 @@
 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/metadata.xml b/x11-plugins/wmudmount/metadata.xml
index f78dad9d13a..658d5857f5d 100644
--- a/x11-plugins/wmudmount/metadata.xml
+++ b/x11-plugins/wmudmount/metadata.xml
@@ -5,6 +5,10 @@
 		<email>voyageur@gentoo.org</email>
 		<name>Bernard Cafarelli</name>
 	</maintainer>
+	<use>
+		<flag name="gcr">Enable support for secure memory with <pkg>app-crypt/gcr</pkg></flag>
+		<flag name="secret">Enable support for secret service with <pkg>app-crypt/libsecret</pkg></flag>
+	</use>
 	<upstream>
 		<remote-id type="sourceforge">wmudmount</remote-id>
 	</upstream>

diff --git a/x11-plugins/wmudmount/wmudmount-3.0.ebuild b/x11-plugins/wmudmount/wmudmount-3.0.ebuild
new file mode 100644
index 00000000000..9b83e5ecdee
--- /dev/null
+++ b/x11-plugins/wmudmount/wmudmount-3.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2018 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 )
+	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
+}


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmudmount/
@ 2020-03-20  8:59 Agostino Sarubbo
  0 siblings, 0 replies; 17+ messages in thread
From: Agostino Sarubbo @ 2020-03-20  8:59 UTC (permalink / raw
  To: gentoo-commits

commit:     fff302701e9a62ab5c7fc823e6555be5fe75cefc
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 20 08:58:42 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Mar 20 08:58:42 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fff30270

x11-plugins/wmudmount: amd64 stable wrt bug #713044

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 x11-plugins/wmudmount/wmudmount-3.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/wmudmount/wmudmount-3.0.ebuild b/x11-plugins/wmudmount/wmudmount-3.0.ebuild
index 9b83e5ecdee..2e54502d2fd 100644
--- a/x11-plugins/wmudmount/wmudmount-3.0.ebuild
+++ b/x11-plugins/wmudmount/wmudmount-3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="gcr libnotify secret"
 
 RDEPEND="sys-fs/udisks:2


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmudmount/
@ 2020-03-20  9:04 Agostino Sarubbo
  0 siblings, 0 replies; 17+ messages in thread
From: Agostino Sarubbo @ 2020-03-20  9:04 UTC (permalink / raw
  To: gentoo-commits

commit:     a8ebc4a3bc7f80b2e1b1ceb4eeb41f8e6a7d3bf9
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 20 09:04:25 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Mar 20 09:04:52 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8ebc4a3

x11-plugins/wmudmount: x86 stable wrt bug #713044

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 x11-plugins/wmudmount/wmudmount-3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/wmudmount/wmudmount-3.0.ebuild b/x11-plugins/wmudmount/wmudmount-3.0.ebuild
index 2e54502d2fd..074d9c9f545 100644
--- a/x11-plugins/wmudmount/wmudmount-3.0.ebuild
+++ b/x11-plugins/wmudmount/wmudmount-3.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="gcr libnotify secret"
 
 RDEPEND="sys-fs/udisks:2


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmudmount/
@ 2020-03-20  9:15 Bernard Cafarelli
  0 siblings, 0 replies; 17+ messages in thread
From: Bernard Cafarelli @ 2020-03-20  9:15 UTC (permalink / raw
  To: gentoo-commits

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; }


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmudmount/
@ 2022-02-20 15:51 Bernard Cafarelli
  0 siblings, 0 replies; 17+ messages in thread
From: Bernard Cafarelli @ 2022-02-20 15:51 UTC (permalink / raw
  To: gentoo-commits

commit:     2b5bc1e0bce8d75d78a24c31b18aa9efedf4d81c
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 20 15:19:49 2022 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sun Feb 20 15:28:16 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b5bc1e0

x11-plugins/wmudmount: USE=gcr requires gcr[gtk]

Closes: https://bugs.gentoo.org/832397
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 x11-plugins/wmudmount/wmudmount-3.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/wmudmount/wmudmount-3.0.ebuild b/x11-plugins/wmudmount/wmudmount-3.0.ebuild
index 074d9c9f5458..0c10dbceb600 100644
--- a/x11-plugins/wmudmount/wmudmount-3.0.ebuild
+++ b/x11-plugins/wmudmount/wmudmount-3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -15,7 +15,7 @@ IUSE="gcr libnotify secret"
 
 RDEPEND="sys-fs/udisks:2
 	>=x11-libs/gtk+-3.16.0:3
-	gcr? ( app-crypt/gcr )
+	gcr? ( app-crypt/gcr[gtk] )
 	libnotify? ( >=x11-libs/libnotify-0.7 )
 	secret? ( app-crypt/libsecret )"
 DEPEND="${RDEPEND}


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmudmount/
@ 2022-10-01 17:16 Matt Turner
  0 siblings, 0 replies; 17+ messages in thread
From: Matt Turner @ 2022-10-01 17:16 UTC (permalink / raw
  To: gentoo-commits

commit:     df19cf8a99d424cf0cd4db7018501c2a3eb1661a
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  1 17:03:11 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Oct  1 17:16:45 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df19cf8a

x11-plugins/wmudmount: Depend on app-crypt/gcr:0

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-plugins/wmudmount/{wmudmount-3.0.ebuild => wmudmount-3.0-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/wmudmount/wmudmount-3.0.ebuild b/x11-plugins/wmudmount/wmudmount-3.0-r1.ebuild
similarity index 96%
rename from x11-plugins/wmudmount/wmudmount-3.0.ebuild
rename to x11-plugins/wmudmount/wmudmount-3.0-r1.ebuild
index 0c10dbceb600..8ce66251e44d 100644
--- a/x11-plugins/wmudmount/wmudmount-3.0.ebuild
+++ b/x11-plugins/wmudmount/wmudmount-3.0-r1.ebuild
@@ -15,7 +15,7 @@ IUSE="gcr libnotify secret"
 
 RDEPEND="sys-fs/udisks:2
 	>=x11-libs/gtk+-3.16.0:3
-	gcr? ( app-crypt/gcr[gtk] )
+	gcr? ( app-crypt/gcr:0=[gtk] )
 	libnotify? ( >=x11-libs/libnotify-0.7 )
 	secret? ( app-crypt/libsecret )"
 DEPEND="${RDEPEND}


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmudmount/
@ 2023-05-18 12:17 Andreas Sturmlechner
  0 siblings, 0 replies; 17+ messages in thread
From: Andreas Sturmlechner @ 2023-05-18 12:17 UTC (permalink / raw
  To: gentoo-commits

commit:     8e6a173b6ca95982ef52aa4e6a3d1ca4f2c8a4f3
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun May 14 12:46:01 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu May 18 12:09:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e6a173b

x11-plugins/wmudmount: drop 3.0-r1

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 x11-plugins/wmudmount/metadata.xml            |  1 -
 x11-plugins/wmudmount/wmudmount-3.0-r1.ebuild | 42 ---------------------------
 2 files changed, 43 deletions(-)

diff --git a/x11-plugins/wmudmount/metadata.xml b/x11-plugins/wmudmount/metadata.xml
index 8468108df3fb..52aeabf7202d 100644
--- a/x11-plugins/wmudmount/metadata.xml
+++ b/x11-plugins/wmudmount/metadata.xml
@@ -7,7 +7,6 @@
 	</maintainer>
 	<use>
 		<flag name="gcr">Enable support for secure memory with <pkg>app-crypt/gcr</pkg></flag>
-		<flag name="secret">Enable support for secret service with <pkg>app-crypt/libsecret</pkg></flag>
 	</use>
 	<upstream>
 		<remote-id type="sourceforge">wmudmount</remote-id>

diff --git a/x11-plugins/wmudmount/wmudmount-3.0-r1.ebuild b/x11-plugins/wmudmount/wmudmount-3.0-r1.ebuild
deleted file mode 100644
index 8ce66251e44d..000000000000
--- a/x11-plugins/wmudmount/wmudmount-3.0-r1.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:0=[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
-}


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmudmount/
@ 2023-05-18 12:17 Andreas Sturmlechner
  0 siblings, 0 replies; 17+ messages in thread
From: Andreas Sturmlechner @ 2023-05-18 12:17 UTC (permalink / raw
  To: gentoo-commits

commit:     50d6a61275e427739c9acb1df7bdf86c0ddf10cc
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun May 14 12:45:19 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu May 18 12:09:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50d6a612

x11-plugins/wmudmount: EAPI-8 bump, Rename USE=secret -> keyring

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 x11-plugins/wmudmount/wmudmount-3.0-r2.ebuild | 47 +++++++++++++++++++++++++++
 1 file changed, 47 insertions(+)

diff --git a/x11-plugins/wmudmount/wmudmount-3.0-r2.ebuild b/x11-plugins/wmudmount/wmudmount-3.0-r2.ebuild
new file mode 100644
index 000000000000..ac9b162e9b6d
--- /dev/null
+++ b/x11-plugins/wmudmount/wmudmount-3.0-r2.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils
+
+DESCRIPTION="Filesystem mounter using 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 keyring libnotify"
+
+RDEPEND="
+	sys-fs/udisks:2
+	>=x11-libs/gtk+-3.16.0:3
+	gcr? ( app-crypt/gcr:0=[gtk] )
+	keyring? ( app-crypt/libsecret )
+	libnotify? ( >=x11-libs/libnotify-0.7 )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+	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 keyring secret)
+}
+
+pkg_postinst() {
+	xdg_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_icon_cache_update
+}


^ permalink raw reply related	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2023-05-18 12:17 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-12 23:35 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmudmount/ Bernard Cafarelli
  -- strict thread matches above, loose matches on Subject: below --
2023-05-18 12:17 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:15 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-11 19:47 David Seifert
2016-07-05 13:18 Bernard Cafarelli
2015-12-17 20:54 Bernard Cafarelli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox