commit:     7366b40fe3b8c63e61eb8a8ba3f91dbc3de74f0a
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Fri Dec 13 11:25:21 2024 +0000
Commit:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Fri Dec 13 11:25:21 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7366b40f

gui-apps/nwg-shell-config: drop 0.5.49

Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>

 gui-apps/nwg-shell-config/Manifest                 |  1 -
 .../nwg-shell-config-0.5.49.ebuild                 | 41 ----------------------
 2 files changed, 42 deletions(-)

diff --git a/gui-apps/nwg-shell-config/Manifest 
b/gui-apps/nwg-shell-config/Manifest
index bfe87c431..19c3f17c0 100644
--- a/gui-apps/nwg-shell-config/Manifest
+++ b/gui-apps/nwg-shell-config/Manifest
@@ -1,4 +1,3 @@
-DIST nwg-shell-config-0.5.49.tar.gz 118676 BLAKE2B 
03a6c270751936485f9ba7e7b9f24a4589e09c3b5f6acf2e0dc871d15a68abb52b8f2eeb7d1f536ef5aca2ef2aadbf2449e897d07296beaeb99aae00725d1324
 SHA512 
c49bae5758d3ca3a0121a787c275dd1ec5cd06404cb29139ee8d021e4dece3014bb36aa17a337c1de14c6e97511f88732c5622674203f1bc02f5d0b783537693
 DIST nwg-shell-config-0.5.50.tar.gz 118671 BLAKE2B 
b2e8cf208fc064f500b6ccf959666d865c98aa4d0c1506fb30ff63463962576933c5324baadf8bbe77f6e9d8171f4fbf3db219fea62b5cc9fd03bd85b2c02c01
 SHA512 
58fd5e4afc06f085882d8fbde498361cccc82e038153d5a35e17ecbb071927dcb9df508aabd6409e2b2a173ce48b793ae8ccedb7e0a8bf81b8b375122e1fd937
 DIST nwg-shell-config-0.5.51.tar.gz 118572 BLAKE2B 
ad943797e39cb0840f6005c54e534fdd82ab1da36fd5870e2e75709090e2472def63798b1d9fb921f2675954ed467097a7c32ccb5eb693e1a4618fe6c1c5f7e3
 SHA512 
e5af9f6d4554516b081f5bfd7fbf5c25f7dd1bc8caa5771657b45af2b4216c67b9d432dd32fb9ae399de67a8cad60564ac16e84a31f2a616d7cafdb876f0226f
 DIST nwg-shell-config-0.5.52.tar.gz 130606 BLAKE2B 
8987f78b3c08ea35c0fbc6a9f3d44bed21769c92323be35e9293f5c02f4c6e23c0a14ef571dabb37815765894c1faba0171d660032d93d566afb15ddfd1f7483
 SHA512 
9e26de5fb899bf52c131d60ccb506a142b78140a085cd516b13eb46e2b04edaa96763729e3155426e9fe23cef62fbbb7bbb701cc6f2185f270efb9e38de8065e

diff --git a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.49.ebuild 
b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.49.ebuild
deleted file mode 100644
index 18bb5419f..000000000
--- a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.49.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{11..12} )
-DISTUTILS_USE_PEP517=setuptools
-inherit desktop distutils-r1 xdg-utils
-
-DESCRIPTION="nwg-shell configuration utility"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-shell-config";
-SRC_URI="https://github.com/nwg-piotr/nwg-shell-config/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-       gui-apps/nwg-shell
-       sci-geosciences/geopy
-       x11-libs/gtk+:3
-"
-DEPEND="${RDEPEND}"
-
-python_install_all() {
-       distutils-r1_python_install_all
-       domenu nwg-shell-config.desktop
-       doicon nwg-shell-config.svg
-       doicon nwg-shell-update.svg
-       doicon nwg-shell-translate.svg
-       doicon nwg-update-noupdate.svg
-       doicon nwg-update-available.svg
-       doicon nwg-update-checking.svg
-}
-
-pkg_postinst() {
-       xdg_desktop_database_update
-}
-
-pkg_postrm() {
-       xdg_desktop_database_update
-}

Reply via email to