Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmudmount/
Date: Sat, 11 Feb 2017 19:47:59
Message-Id: 1486842396.66db7e0ca3dd9acdcf2682794939e26780cbc95d.soap@gentoo
1 commit: 66db7e0ca3dd9acdcf2682794939e26780cbc95d
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 11 19:21:56 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 11 19:46:36 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66db7e0c
7
8 x11-plugins/wmudmount: Depend on virtual/imagemagick-tools
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 Closes: https://github.com/gentoo/gentoo/pull/3907
12
13 x11-plugins/wmudmount/wmudmount-2.2-r1.ebuild | 10 +++++-----
14 .../{wmudmount-2.2.ebuild => wmudmount-2.2-r2.ebuild} | 10 +++++-----
15 2 files changed, 10 insertions(+), 10 deletions(-)
16
17 diff --git a/x11-plugins/wmudmount/wmudmount-2.2-r1.ebuild b/x11-plugins/wmudmount/wmudmount-2.2-r1.ebuild
18 index 4a317efe82..ee477870d1 100644
19 --- a/x11-plugins/wmudmount/wmudmount-2.2-r1.ebuild
20 +++ b/x11-plugins/wmudmount/wmudmount-2.2-r1.ebuild
21 @@ -1,9 +1,9 @@
22 -# Copyright 1999-2016 Gentoo Foundation
23 +# Copyright 1999-2017 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 # $Id$
26
27 -EAPI=6
28 -inherit eutils gnome2-utils xdg
29 +EAPI=5
30 +inherit eutils gnome2-utils
31
32 DESCRIPTION="A filesystem mounter that uses udisks to handle notification and mounting"
33 HOMEPAGE="https://sourceforge.net/projects/wmudmount/"
34 @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
35
36 LICENSE="GPL-2"
37 SLOT="0"
38 -KEYWORDS="~amd64 ~x86"
39 +KEYWORDS="amd64 x86"
40 IUSE="gnome-keyring libnotify"
41
42 RDEPEND="sys-fs/udisks:2
43 @@ -20,7 +20,7 @@ RDEPEND="sys-fs/udisks:2
44 libnotify? ( >=x11-libs/libnotify-0.7 )"
45 DEPEND="${RDEPEND}
46 virtual/pkgconfig
47 - || ( media-gfx/imagemagick[png] media-gfx/graphicsmagick[imagemagick,png] )"
48 + virtual/imagemagick-tools[png]"
49
50 DOCS="ChangeLog"
51
52
53 diff --git a/x11-plugins/wmudmount/wmudmount-2.2.ebuild b/x11-plugins/wmudmount/wmudmount-2.2-r2.ebuild
54 similarity index 80%
55 rename from x11-plugins/wmudmount/wmudmount-2.2.ebuild
56 rename to x11-plugins/wmudmount/wmudmount-2.2-r2.ebuild
57 index bfdfa9dc1e..32e4f34064 100644
58 --- a/x11-plugins/wmudmount/wmudmount-2.2.ebuild
59 +++ b/x11-plugins/wmudmount/wmudmount-2.2-r2.ebuild
60 @@ -1,9 +1,9 @@
61 -# Copyright 1999-2015 Gentoo Foundation
62 +# Copyright 1999-2017 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 # $Id$
65
66 -EAPI=5
67 -inherit eutils gnome2-utils
68 +EAPI=6
69 +inherit eutils gnome2-utils xdg
70
71 DESCRIPTION="A filesystem mounter that uses udisks to handle notification and mounting"
72 HOMEPAGE="https://sourceforge.net/projects/wmudmount/"
73 @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
74
75 LICENSE="GPL-2"
76 SLOT="0"
77 -KEYWORDS="amd64 x86"
78 +KEYWORDS="~amd64 ~x86"
79 IUSE="gnome-keyring libnotify"
80
81 RDEPEND="sys-fs/udisks:2
82 @@ -20,7 +20,7 @@ RDEPEND="sys-fs/udisks:2
83 libnotify? ( >=x11-libs/libnotify-0.7 )"
84 DEPEND="${RDEPEND}
85 virtual/pkgconfig
86 - || ( media-gfx/imagemagick[png] media-gfx/graphicsmagick[imagemagick,png] )"
87 + virtual/imagemagick-tools[png]"
88
89 DOCS="ChangeLog"