public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pascal Jäger" <pascal.jaeger@leimstift.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/nwg-shell-config/
Date: Sat, 18 Nov 2023 09:10:56 +0000 (UTC)	[thread overview]
Message-ID: <1700297604.dca9a0afb8790aaca8043fd3f191545a96589d7c.pascal.jaeger@gentoo> (raw)

commit:     dca9a0afb8790aaca8043fd3f191545a96589d7c
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Sat Nov 18 08:53:24 2023 +0000
Commit:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Sat Nov 18 08:53:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dca9a0af

gui-apps/nwg-shell-config: drop 0.5.14-r1

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

 gui-apps/nwg-shell-config/Manifest                 |  1 -
 .../nwg-shell-config-0.5.14-r1.ebuild              | 43 ----------------------
 2 files changed, 44 deletions(-)

diff --git a/gui-apps/nwg-shell-config/Manifest b/gui-apps/nwg-shell-config/Manifest
index ccb8afc484..5e61a65373 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.14.tar.gz 104956 BLAKE2B 109e6da5d30b3b96c4b5ee111c43b49febccb5072e1510776a8b5238379055cf5968bd408a1c69961e65b86a36d6adf54e196f4ebbdbf3e2587453d823fdd355 SHA512 9b4f7cf89c984f37d7f3a671cf9b029f0a94a7c41bb7986303e35f9975c1890140815a33c808a284f1c5e616bd3f652d5ac3696ebe16f4dee0f4234f7713d43c
 DIST nwg-shell-config-0.5.22.tar.gz 109183 BLAKE2B d1475d80ecc5280dacf402abb9f27dc6d073b15f61dc24fcfcdc053e017656add62a706b1e012d7fb0d5004ee5358602732421d2e76d9a5171869730d4ef01dc SHA512 a19c65c10785e6f499ce997073bf32227c9d193befef8a847b8e051f4d2fe702d1db31d4cbfd881dbdc8b7b36609bc6ec6e5611b6696fe02ffd4262d21898101
 DIST nwg-shell-config-0.5.23.tar.gz 109379 BLAKE2B 39e2ca78afa83ef0104b8e6d9f3ca3301852f8d9af5ee4f7a7aab6a8c01677ca18c9f635177b76cb923295f26e6e6316b124f5a7d7540da07d05cc5e2347f254 SHA512 99caa2b18dd4828ffa8a98293dfea65877e41cbfe0209d241cf100a822a732b556a16cbe2921c0cdc48ad6fde078c9d64656b286bb833fae495085976b934975
 DIST nwg-shell-config-0.5.24.tar.gz 109606 BLAKE2B 9c968d2da56e37c0e30f0796f096f6191651076696e8835b345830d990f9f44cdbf53a8a5e43388d95d14fabe77a513cb8ff4b50d252ab5ec3d26c432b7371cb SHA512 337889eb3a3d8abfcf5272b35ea91941091a3b9e3ac25f476637eceb1b3bddb9d306751f3e956d693333e75f603a18c881b905a044640b20040223dd268a6395

diff --git a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.14-r1.ebuild b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.14-r1.ebuild
deleted file mode 100644
index a1a277b03f..0000000000
--- a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.14-r1.ebuild
+++ /dev/null
@@ -1,43 +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/nwg-shell-config/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="nwg-shell configuration utility"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-shell-config"
-LICENSE="MIT"
-
-SLOT="0"
-
-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	other threads:[~2023-11-18  9:11 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-18  9:10 Pascal Jäger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-22 19:33 [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/nwg-shell-config/ Pascal Jäger
2024-07-05 18:58 Pascal Jäger
2024-07-05 18:58 Pascal Jäger
2024-07-05 18:58 Pascal Jäger
2024-07-05 18:58 Pascal Jäger
2024-06-29  8:04 Pascal Jäger
2024-06-29  8:04 Pascal Jäger
2024-06-29  8:04 Pascal Jäger
2024-06-29  8:04 Pascal Jäger
2024-05-20 20:35 Pascal Jäger
2024-05-20 20:35 Pascal Jäger
2024-05-08 18:17 Pascal Jäger
2024-05-08 18:17 Pascal Jäger
2024-04-25 18:38 Pascal Jäger
2024-04-25 18:38 Pascal Jäger
2024-04-25 18:38 Pascal Jäger
2024-04-25 18:38 Pascal Jäger
2024-02-07 14:05 Pascal Jäger
2024-02-07 14:05 Pascal Jäger
2024-02-07 14:05 Pascal Jäger
2024-02-07 14:05 Pascal Jäger
2024-01-28 19:13 Pascal Jäger
2024-01-28 19:13 Pascal Jäger
2024-01-10 11:43 Pascal Jäger
2024-01-10 11:43 Pascal Jäger
2024-01-05 19:26 Pascal Jäger
2024-01-05 19:26 Pascal Jäger
2023-12-06 12:29 Pascal Jäger
2023-12-06 12:29 Pascal Jäger
2023-11-29 16:09 Pascal Jäger
2023-11-29 16:09 Pascal Jäger
2023-11-29 16:09 Pascal Jäger
2023-11-29 16:09 Pascal Jäger
2023-11-22 17:02 Pascal Jäger
2023-11-22 17:02 Pascal Jäger
2023-11-22 17:02 Pascal Jäger
2023-11-18  9:10 Pascal Jäger
2023-11-18  9:10 Pascal Jäger
2023-11-18  9:10 Pascal Jäger
2023-11-14 19:52 Pascal Jäger
2023-11-10 18:38 Pascal Jäger
2023-10-18  9:57 Pascal Jäger
2023-08-10 21:54 Pascal Jäger
2023-08-08 23:01 Pascal Jäger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1700297604.dca9a0afb8790aaca8043fd3f191545a96589d7c.pascal.jaeger@gentoo \
    --to=pascal.jaeger@leimstift.de \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox