commit:     ac9b70084d1b0523305c1539014b73f0d54f9a0b
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Mon Apr  8 00:51:01 2024 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Mon Apr  8 00:51:40 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ac9b7008

gui-apps/azote: drop 1.12.3

Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 gui-apps/azote/Manifest            |  1 -
 gui-apps/azote/azote-1.12.3.ebuild | 44 --------------------------------------
 2 files changed, 45 deletions(-)

diff --git a/gui-apps/azote/Manifest b/gui-apps/azote/Manifest
index 6e7d59e436..310c1a64e0 100644
--- a/gui-apps/azote/Manifest
+++ b/gui-apps/azote/Manifest
@@ -1,2 +1 @@
-DIST azote-1.12.3.tar.gz 7972106 BLAKE2B 
af99f181ef635f66b2727d2ddc880d9455462e952845713642b0069fb62ad8a96420c468c3ea791dba3f2e916d013ef2a0f638ad1dc9ec3fb05e4877426b6c3b
 SHA512 
f258bceefa58a193457295b360b05fcb65a9e114859f60ee7146e7024594e8dca38f134df92fbe6aeec058da159a320aaf212411db014fa7e8b428eb57b195ab
 DIST azote-1.12.6.tar.gz 7972892 BLAKE2B 
69c01a23c9fd6e74a816ef6141cd4ebd5039d656cdbbc8402c3b0cf909a8888658a4885f2f2e36b2c97999d69a94294cf476292b7812012280a283c0b1fbb42f
 SHA512 
8dd5b7b627f7b1f029fc30b719472044abd46a2516d626d9c8b5c48bd1af1f39fda990d09f9ba6f35186ddf0d0ae0860a59de235a1df6e4bc7626b2d3a071caa

diff --git a/gui-apps/azote/azote-1.12.3.ebuild 
b/gui-apps/azote/azote-1.12.3.ebuild
deleted file mode 100644
index 7e1a337d7a..0000000000
--- a/gui-apps/azote/azote-1.12.3.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit desktop distutils-r1 xdg-utils
-
-SRC_URI="https://github.com/nwg-piotr/azote/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="Wallpaper manager for wlroots-based compositors and some other 
WMs"
-HOMEPAGE="https://github.com/nwg-piotr/azote";
-LICENSE="MIT"
-SLOT="0"
-IUSE="X wayland"
-
-RDEPEND="
-       dev-python/pillow
-       dev-python/pygobject
-       x11-libs/gtk+:3
-
-       wayland? ( || ( gui-apps/wlr-randr  gui-apps/swaybg ) )
-       X? ( || ( x11-apps/xrandr media-gfx/feh ) )
-"
-DEPEND="${RDEPEND}"
-
-python_install_all() {
-       distutils-r1_python_install_all
-       dobin dist/azote
-       domenu dist/azote.desktop
-       newicon dist/azote.svg azote.svg
-       insinto /usr/share/pixmaps/${PN}
-       doins dist/indicator*.png
-}
-
-pkg_postinst() {
-       xdg_desktop_database_update
-}
-
-pkg_postrm() {
-       xdg_desktop_database_update
-}

Reply via email to