Gentoo Archives: gentoo-commits

From: Anna Vyalkova <cyber+gentoo@×××××.in>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/azote/
Date: Tue, 25 May 2021 08:10:19
Message-Id: 1621930011.5c20d6a3b01bbbbc1455b02b2c613b7f7f380c7f.cybertailor@gentoo
1 commit: 5c20d6a3b01bbbbc1455b02b2c613b7f7f380c7f
2 Author: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Mon May 24 19:43:49 2021 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Tue May 25 08:06:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5c20d6a3
7
8 gui-apps/azote: drop 1.8.1, 1.8.2
9
10 Signed-off-by: Anna Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 gui-apps/azote/Manifest | 2 --
13 gui-apps/azote/azote-1.8.1.ebuild | 67 ---------------------------------------
14 gui-apps/azote/azote-1.8.2.ebuild | 67 ---------------------------------------
15 3 files changed, 136 deletions(-)
16
17 diff --git a/gui-apps/azote/Manifest b/gui-apps/azote/Manifest
18 index 1cd2c8b4e..234994d07 100644
19 --- a/gui-apps/azote/Manifest
20 +++ b/gui-apps/azote/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST azote-1.8.1.tar.gz 615661 BLAKE2B f742fd037eab1a4ef3d87e1c055b254900151c8006127559cd8188665a01fd5277de4a22da6fd9fad270297fa9f1aab075094e59cc5d21e5ddee4f92bb8be5c5 SHA512 b474718242ab767c50edb6a660c4f2c91378289c6c5ae45e3e1dd37603fa0df56939ad56cf330a6e057edfd9b02f88f0a47b803100ad825dca4da8286214313e
23 -DIST azote-1.8.2.tar.gz 616189 BLAKE2B a45e1bbd054b409c04f84acb8b67c48bbc33d5efbbc4cdca140e269119e506195e5fb5e59c1b890788190d984ce86f244d8545151c09413841e28d8788c0e038 SHA512 e49cc391801ad8424d0103f5bea0964b0ac20ed66f88b08a78bed1b81ca69b57fcb4674b232a2809c31e1b5af23a4ed0f792ec96def411f2fa2dc2d0f2159337
24 DIST azote-1.9.0.tar.gz 617084 BLAKE2B 6c3cae1f8bcb1be45741dc969c6dec3dfc5df526c3208017d7f31535eb029051ccc3a2549a07bacb1bc3aceaa211a28e23cbd3d6b8605692742b7421e899ddba SHA512 21db7e08e4967235976101f3158fcab83c2896b3a74ab0ea01c6c942dced4dafd68658a8ece381f3813b39bcde09ab5adb50c41533a60bd2af50faa2f876ef38
25 DIST azote-1.9.1.tar.gz 618349 BLAKE2B 4449ebd42134c5429f4486aa2526e2c6b9e5ec8943f872a9bcadd942c6629e3095f71f5759f64e1011793282ffb99cb0bdbbe0c0ffdd0305f2fcdcb70dbfe0b0 SHA512 aa9264172e43b824cd051c2ae86c7cd572821721d0bf1db0f916707bc48d3674fb90c2039c56afd724e9a975fb02a13528c7ae9145bd0ea767b908a230a133c2
26
27 diff --git a/gui-apps/azote/azote-1.8.1.ebuild b/gui-apps/azote/azote-1.8.1.ebuild
28 deleted file mode 100644
29 index 63872934c..000000000
30 --- a/gui-apps/azote/azote-1.8.1.ebuild
31 +++ /dev/null
32 @@ -1,67 +0,0 @@
33 -# Copyright 2019-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -PYTHON_COMPAT=( python3_{7..9} )
39 -
40 -inherit distutils-r1 desktop
41 -
42 -DESCRIPTION="wallpaper manager for wlroots compositors"
43 -HOMEPAGE="https://github.com/nwg-piotr/azote"
44 -
45 -if [[ ${PV} == 9999 ]]; then
46 - inherit git-r3
47 - EGIT_REPO_URI="https://github.com/nwg-piotr/azote"
48 -else
49 - SRC_URI="https://github.com/nwg-piotr/azote/archive/v${PV}.tar.gz -> ${P}.tar.gz"
50 - KEYWORDS="~amd64"
51 -fi
52 -
53 -LICENSE="GPL-3 BSD"
54 -SLOT="0"
55 -IUSE="simple-colorpicker imagemagick wayland X yaml"
56 -
57 -RDEPEND="
58 - dev-cpp/gtkmm:3.0
59 - dev-python/pillow
60 - dev-python/pygobject:3=
61 - dev-python/send2trash
62 - simple-colorpicker? (
63 - X? (
64 - media-gfx/maim
65 - x11-misc/slop
66 - )
67 - wayland? (
68 - gui-apps/grim
69 - gui-apps/slurp
70 - )
71 - )
72 - imagemagick? (
73 - media-gfx/imagemagick[jpeg,png,svg,X?]
74 - )
75 - wayland? (
76 - gui-apps/swaybg
77 - gui-apps/wlr-randr
78 - )
79 - X? (
80 - media-gfx/feh
81 - x11-apps/xrandr
82 - )
83 - yaml? ( dev-python/pyyaml )
84 -"
85 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
86 -
87 -python_install_all() {
88 - distutils-r1_python_install_all
89 -
90 - cd "${S}"
91 -
92 - dobin dist/azote
93 - domenu dist/azote.desktop
94 -
95 - insinto /usr/share/azote
96 - doins dist/azote.svg dist/indicator_{active,attention}.png
97 - insinto /usr/share/licenses/azote
98 - doins LICENSE-COLORTHIEF
99 -}
100
101 diff --git a/gui-apps/azote/azote-1.8.2.ebuild b/gui-apps/azote/azote-1.8.2.ebuild
102 deleted file mode 100644
103 index b39da491a..000000000
104 --- a/gui-apps/azote/azote-1.8.2.ebuild
105 +++ /dev/null
106 @@ -1,67 +0,0 @@
107 -# Copyright 2019-2021 Gentoo Authors
108 -# Distributed under the terms of the GNU General Public License v2
109 -
110 -EAPI=7
111 -
112 -PYTHON_COMPAT=( python3_{7..9} )
113 -
114 -inherit distutils-r1 desktop
115 -
116 -DESCRIPTION="wallpaper manager for wlroots compositors"
117 -HOMEPAGE="https://github.com/nwg-piotr/azote"
118 -
119 -if [[ ${PV} == 9999 ]]; then
120 - inherit git-r3
121 - EGIT_REPO_URI="https://github.com/nwg-piotr/azote"
122 -else
123 - SRC_URI="https://github.com/nwg-piotr/azote/archive/v${PV}.tar.gz -> ${P}.tar.gz"
124 - KEYWORDS="~amd64"
125 -fi
126 -
127 -LICENSE="GPL-3 BSD"
128 -SLOT="0"
129 -IUSE="simple-colorpicker imagemagick wayland X yaml"
130 -
131 -RDEPEND="
132 - dev-cpp/gtkmm:3.0
133 - dev-python/pillow
134 - dev-python/pygobject:3=
135 - dev-python/send2trash
136 - simple-colorpicker? (
137 - X? (
138 - media-gfx/maim
139 - x11-misc/slop
140 - )
141 - wayland? (
142 - gui-apps/grim
143 - gui-apps/slurp
144 - )
145 - )
146 - imagemagick? (
147 - media-gfx/imagemagick[jpeg,png,svg,X?]
148 - )
149 - wayland? (
150 - gui-apps/swaybg
151 - gui-apps/wlr-randr
152 - )
153 - X? (
154 - media-gfx/feh
155 - x11-apps/xrandr
156 - )
157 - yaml? ( dev-python/pyyaml )
158 -"
159 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
160 -
161 -python_install_all() {
162 - distutils-r1_python_install_all
163 -
164 - cd "${S}"
165 -
166 - dobin dist/azote
167 - domenu dist/azote.desktop
168 -
169 - insinto /usr/share/azote
170 - doins dist/azote.svg dist/indicator_{active,attention}.png
171 - insinto /usr/share/licenses/azote
172 - doins LICENSE-COLORTHIEF
173 -}