Gentoo Archives: gentoo-commits

From: Sebastian Pipping <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/safeeyes/
Date: Sat, 26 Dec 2020 15:57:01
Message-Id: 1608997960.2c23770271229055dce9c4687e5057c1070ef143.sping@gentoo
1 commit: 2c23770271229055dce9c4687e5057c1070ef143
2 Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 26 15:51:41 2020 +0000
4 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 26 15:52:40 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c237702
7
8 x11-misc/safeeyes: 2.1.1 + add missing deps
9
10 Closes: https://bugs.gentoo.org/761316
11 Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
12 Package-Manager: Portage-3.0.12, Repoman-3.0.2
13
14 x11-misc/safeeyes/Manifest | 1 +
15 .../safeeyes/{safeeyes-2.0.9-r1.ebuild => safeeyes-2.0.9-r2.ebuild} | 4 +++-
16 .../safeeyes/{safeeyes-2.0.9-r1.ebuild => safeeyes-2.1.1.ebuild} | 5 ++++-
17 3 files changed, 8 insertions(+), 2 deletions(-)
18
19 diff --git a/x11-misc/safeeyes/Manifest b/x11-misc/safeeyes/Manifest
20 index 5ad0f9486da..21a2a15d608 100644
21 --- a/x11-misc/safeeyes/Manifest
22 +++ b/x11-misc/safeeyes/Manifest
23 @@ -1 +1,2 @@
24 DIST safeeyes-2.0.9.tar.gz 291147 BLAKE2B 61f56b7c73964f1663eff4da7965c54ff413535d55fcb3c4dbe2b5caef6f1d8e7330d5191711b87f274cbbf4458d0dff2c0dd6f5531755c556d81455438b46cc SHA512 6a168686faa716bc1da9966250bb55654ccab926775207ff1c2104b2da802ccbd50f916ed9f7cec55ffe2b5b12ea63b5bdefcfbf35f044a7fb9ba9cb4918b2b2
25 +DIST safeeyes-2.1.1.tar.gz 342791 BLAKE2B 0051267daacb1a8f5dcd6c88c0132d09483cc5181c59a19f34b956ea97672a44fbefc78b8b1ec2223428df159dab3074280afd3069618dc3b3257f3703e9078e SHA512 ad1f7810646010902b30effc899743c986a5bc56734f6ded0f22f0e428ec772b419aa11348d75c406f931b126737a809fabf9e029a4936976f889714629ac0b1
26
27 diff --git a/x11-misc/safeeyes/safeeyes-2.0.9-r1.ebuild b/x11-misc/safeeyes/safeeyes-2.0.9-r2.ebuild
28 similarity index 89%
29 copy from x11-misc/safeeyes/safeeyes-2.0.9-r1.ebuild
30 copy to x11-misc/safeeyes/safeeyes-2.0.9-r2.ebuild
31 index fe34e0ec470..645b84ffc08 100644
32 --- a/x11-misc/safeeyes/safeeyes-2.0.9-r1.ebuild
33 +++ b/x11-misc/safeeyes/safeeyes-2.0.9-r2.ebuild
34 @@ -22,7 +22,7 @@ DEPEND="${CDEPEND}
35 >=dev-python/setuptools-38.6.0[${PYTHON_USEDEP}]
36 "
37 RDEPEND="${CDEPEND}
38 - dev-libs/libappindicator:3
39 + dev-libs/libappindicator:3[introspection]
40 dev-python/Babel[${PYTHON_USEDEP}]
41 dev-python/dbus-python[${PYTHON_USEDEP}]
42 dev-python/psutil[${PYTHON_USEDEP}]
43 @@ -30,6 +30,8 @@ RDEPEND="${CDEPEND}
44 dev-python/python-xlib[${PYTHON_USEDEP}]
45 media-sound/alsa-utils
46 x11-apps/xprop
47 + x11-libs/gtk+:3[introspection]
48 + x11-libs/libnotify[introspection]
49 x11-misc/xprintidle
50 "
51
52
53 diff --git a/x11-misc/safeeyes/safeeyes-2.0.9-r1.ebuild b/x11-misc/safeeyes/safeeyes-2.1.1.ebuild
54 similarity index 86%
55 rename from x11-misc/safeeyes/safeeyes-2.0.9-r1.ebuild
56 rename to x11-misc/safeeyes/safeeyes-2.1.1.ebuild
57 index fe34e0ec470..99a979b206a 100644
58 --- a/x11-misc/safeeyes/safeeyes-2.0.9-r1.ebuild
59 +++ b/x11-misc/safeeyes/safeeyes-2.1.1.ebuild
60 @@ -22,14 +22,17 @@ DEPEND="${CDEPEND}
61 >=dev-python/setuptools-38.6.0[${PYTHON_USEDEP}]
62 "
63 RDEPEND="${CDEPEND}
64 - dev-libs/libappindicator:3
65 + dev-libs/libappindicator:3[introspection]
66 dev-python/Babel[${PYTHON_USEDEP}]
67 + dev-python/croniter[${PYTHON_USEDEP}]
68 dev-python/dbus-python[${PYTHON_USEDEP}]
69 dev-python/psutil[${PYTHON_USEDEP}]
70 dev-python/pygobject:3[${PYTHON_USEDEP}]
71 dev-python/python-xlib[${PYTHON_USEDEP}]
72 media-sound/alsa-utils
73 x11-apps/xprop
74 + x11-libs/gtk+:3[introspection]
75 + x11-libs/libnotify[introspection]
76 x11-misc/xprintidle
77 "