aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2023-05-02 00:41:29 +0500
committerAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2023-05-02 00:41:29 +0500
commitd5ca1c34b1221638fefc1f0b946d36984ed69c74 (patch)
tree6a13b56d14ae1ef7d60187d53272e5154e2a0235 /gui-apps
parentdev-util/osc: treeclean (diff)
downloadguru-d5ca1c34b1221638fefc1f0b946d36984ed69c74.tar.gz
guru-d5ca1c34b1221638fefc1f0b946d36984ed69c74.tar.bz2
guru-d5ca1c34b1221638fefc1f0b946d36984ed69c74.zip
gui-apps/azote: treeclean
Closes: https://bugs.gentoo.org/897620 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to 'gui-apps')
-rw-r--r--gui-apps/azote/Manifest1
-rw-r--r--gui-apps/azote/azote-1.9.5.ebuild67
-rw-r--r--gui-apps/azote/azote-9999.ebuild67
-rw-r--r--gui-apps/azote/metadata.xml13
4 files changed, 0 insertions, 148 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>gentoo@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>