commit:     d5ca1c34b1221638fefc1f0b946d36984ed69c74
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon May  1 19:41:29 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Mon May  1 19:41:29 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d5ca1c34

gui-apps/azote: treeclean

Closes: https://bugs.gentoo.org/897620
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 gui-apps/azote/Manifest           |  1 -
 gui-apps/azote/azote-1.9.5.ebuild | 67 ---------------------------------------
 gui-apps/azote/azote-9999.ebuild  | 67 ---------------------------------------
 gui-apps/azote/metadata.xml       | 13 --------
 profiles/package.mask             |  1 -
 5 files changed, 149 deletions(-)

diff --git a/gui-apps/azote/Manifest b/gui-apps/azote/Manifest
deleted file mode 100644
index 1c69e8c24..000000000
--- a/gui-apps/azote/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST azote-1.9.5.tar.gz 4560473 BLAKE2B 
6ca814369fa15db143a4957ea6876d2114700404d9e8b2228e1b21021528efdbeba6478787ffefdeb1408c44837b7f00c1bfea777a25dc1c487d88ed8fd8b809
 SHA512 
bd7af12adf23d4671454c3a6a2b33368a68ddfacff7da78f347c1ad471b1ffaaf3b9f6187cef3398d5849b84e4a86639be4e7bc1fb50282d8394386e9b9ce83e

diff --git a/gui-apps/azote/azote-1.9.5.ebuild 
b/gui-apps/azote/azote-1.9.5.ebuild
deleted file mode 100644
index 01dcc256e..000000000
--- a/gui-apps/azote/azote-1.9.5.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 2019-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_9 )
-
-inherit distutils-r1 desktop
-
-DESCRIPTION="wallpaper manager for wlroots compositors"
-HOMEPAGE="https://github.com/nwg-piotr/azote";
-
-if [[ ${PV} == 9999 ]]; then
-       inherit git-r3
-       EGIT_REPO_URI="https://github.com/nwg-piotr/azote";
-else
-       SRC_URI="https://github.com/nwg-piotr/azote/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-       KEYWORDS="~amd64"
-fi
-
-LICENSE="GPL-3 BSD"
-SLOT="0"
-IUSE="simple-colorpicker imagemagick wayland X yaml"
-
-RDEPEND="
-       dev-cpp/gtkmm:3.0
-       dev-python/pillow
-       dev-python/pygobject:3=
-       dev-python/send2trash
-       simple-colorpicker? (
-               X? (
-                       media-gfx/maim
-                       x11-misc/slop
-               )
-               wayland? (
-                       gui-apps/grim
-                       gui-apps/slurp
-               )
-       )
-       imagemagick? (
-               media-gfx/imagemagick[jpeg,png,svg,X?]
-       )
-       wayland? (
-               gui-apps/swaybg
-               gui-apps/wlr-randr
-       )
-       X? (
-               media-gfx/feh
-               x11-apps/xrandr
-       )
-       yaml? ( dev-python/pyyaml )
-"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-python_install_all() {
-       distutils-r1_python_install_all
-
-       cd "${S}"
-
-       dobin dist/azote
-       domenu dist/azote.desktop
-
-       insinto /usr/share/azote
-       doins dist/azote.svg dist/indicator_{active,attention}.png
-       insinto /usr/share/licenses/azote
-       doins LICENSE-COLORTHIEF
-}

diff --git a/gui-apps/azote/azote-9999.ebuild b/gui-apps/azote/azote-9999.ebuild
deleted file mode 100644
index 01dcc256e..000000000
--- a/gui-apps/azote/azote-9999.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 2019-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_9 )
-
-inherit distutils-r1 desktop
-
-DESCRIPTION="wallpaper manager for wlroots compositors"
-HOMEPAGE="https://github.com/nwg-piotr/azote";
-
-if [[ ${PV} == 9999 ]]; then
-       inherit git-r3
-       EGIT_REPO_URI="https://github.com/nwg-piotr/azote";
-else
-       SRC_URI="https://github.com/nwg-piotr/azote/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-       KEYWORDS="~amd64"
-fi
-
-LICENSE="GPL-3 BSD"
-SLOT="0"
-IUSE="simple-colorpicker imagemagick wayland X yaml"
-
-RDEPEND="
-       dev-cpp/gtkmm:3.0
-       dev-python/pillow
-       dev-python/pygobject:3=
-       dev-python/send2trash
-       simple-colorpicker? (
-               X? (
-                       media-gfx/maim
-                       x11-misc/slop
-               )
-               wayland? (
-                       gui-apps/grim
-                       gui-apps/slurp
-               )
-       )
-       imagemagick? (
-               media-gfx/imagemagick[jpeg,png,svg,X?]
-       )
-       wayland? (
-               gui-apps/swaybg
-               gui-apps/wlr-randr
-       )
-       X? (
-               media-gfx/feh
-               x11-apps/xrandr
-       )
-       yaml? ( dev-python/pyyaml )
-"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-python_install_all() {
-       distutils-r1_python_install_all
-
-       cd "${S}"
-
-       dobin dist/azote
-       domenu dist/azote.desktop
-
-       insinto /usr/share/azote
-       doins dist/azote.svg dist/indicator_{active,attention}.png
-       insinto /usr/share/licenses/azote
-       doins LICENSE-COLORTHIEF
-}

diff --git a/gui-apps/azote/metadata.xml b/gui-apps/azote/metadata.xml
deleted file mode 100644
index 185719dda..000000000
--- a/gui-apps/azote/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-    <maintainer type="person">
-        <email>gen...@aisha.cc</email>
-        <name>Aisha Tammy</name>
-    </maintainer>
-  <use>
-    <flag name="imagemagick">enable colorpicker using imagemagick</flag>
-    <flag name="simple-colorpicker">enable colorpicker without 
imagemagick</flag>
-    <flag name="yaml">enable support for reading yaml files</flag>
-  </use>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 4daf791e8..91d554712 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -22,7 +22,6 @@ sys-cluster/pcs
 # Anna Vyalkova <cyber+gen...@sysrq.in> (2023-05-01)
 # No supported Pythom implementations set in ebuild.
 # Masked for removal in 30 days.
-gui-apps/azote
 net-wireless/iwdgui
 sci-geosciences/mapillary_tools
 sys-apps/rogdrv

Reply via email to