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-panel/
Date: Fri, 3 May 2024 18:06:17 +0000 (UTC) [thread overview]
Message-ID: <1714759570.239f776d9cc664e1ec235155a1842d82f5ceb4d3.pascal.jaeger@gentoo> (raw)
commit: 239f776d9cc664e1ec235155a1842d82f5ceb4d3
Author: Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Fri May 3 18:05:09 2024 +0000
Commit: Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Fri May 3 18:06:10 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=239f776d
gui-apps/nwg-panel: drop 0.9.29
Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>
gui-apps/nwg-panel/Manifest | 1 -
gui-apps/nwg-panel/nwg-panel-0.9.29.ebuild | 53 ------------------------------
2 files changed, 54 deletions(-)
diff --git a/gui-apps/nwg-panel/Manifest b/gui-apps/nwg-panel/Manifest
index 98f31f9d48..93ec574f1b 100644
--- a/gui-apps/nwg-panel/Manifest
+++ b/gui-apps/nwg-panel/Manifest
@@ -1,4 +1,3 @@
DIST nwg-panel-0.9.27.tar.gz 229930 BLAKE2B d1a028a6fb7cdf2097b868a572fb394bf9bd5ab8ed927d35eab63d354b668f4e422d0a59e1ab28d5d1cdc47343768429ce4891f72ebaa554e2d55314dfec912b SHA512 f2772fcd5336761dbe9b0f15502d4506a0a7e0362610310a67605751d5b1d0575e1b0abb2ed0745a4b14822cba71206afb6534ed59b182b35350f51ca0184563
DIST nwg-panel-0.9.28.tar.gz 230981 BLAKE2B 70b424ae92c4d52a3c59ca3969ac9efc4799a72a316775455a8f96ab7e58690cace5702f251551054cd4ce2f3f029864aff8c636b0498f4e79508f6a4d9c7738 SHA512 b5c0dc81c96c8ade31e94e9d9298cf839d2bbcb39320b79860259ecf2d8ee9e1803a1bddb30f7cdbff4bba4e2a3843149ace0890fe3097afd5bed326427416d6
-DIST nwg-panel-0.9.29.tar.gz 230960 BLAKE2B 9787176e887dd89f5fdae1a171e21f6db9acb552f98e3846c2f1c760e263232fb0832bd23116aa79e9406bb26dcd3a9643277afb639522176c814429188c571b SHA512 948fcb86ec70577e8109e5f0b1e98ecd411d1b4faa543f00ed4814009d4ff79d267222fd48104c7b4c3f067c63fd8d8875ba48b970ef20876c9aa86e9dd54fc1
DIST nwg-panel-0.9.31.tar.gz 231000 BLAKE2B 6363c09e0bc47cb89b27f987e890126b62de21e9d45f4dbab8dbb7902375c44268add7ffb42f343eeb105af2a29f9cc1cbb9831e4eb7c6553fd746a55125a4ff SHA512 a3ce46610ac1e3837b7a30220722954e201b5ea8ef89913be2f519267d02ab5ca6b87e7514a3ea6156ceb98d1a6d7bfebe452b14de577f82b117105cb82bfde8
diff --git a/gui-apps/nwg-panel/nwg-panel-0.9.29.ebuild b/gui-apps/nwg-panel/nwg-panel-0.9.29.ebuild
deleted file mode 100644
index a992904e1d..0000000000
--- a/gui-apps/nwg-panel/nwg-panel-0.9.29.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_12 )
-DISTUTILS_USE_PEP517=setuptools
-inherit desktop distutils-r1 systemd xdg-utils
-
-if [[ "${PV}" == 9999 ]]
-then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/nwg-piotr/nwg-panel.git"
-else
- SRC_URI="https://github.com/nwg-piotr/nwg-panel/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
-fi
-
-DESCRIPTION="GTK3-based panel for sway and Hyprland Wayland compositors"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-panel"
-LICENSE="MIT"
-
-SLOT="0"
-
-RDEPEND="
- x11-libs/gtk+:3
- dev-python/pygobject[${PYTHON_USEDEP}]
- dev-python/psutil[${PYTHON_USEDEP}]
- dev-python/i3ipc[${PYTHON_USEDEP}]
- dev-python/dasbus[${PYTHON_USEDEP}]
- gui-apps/nwg-icon-picker
- media-sound/playerctl
- gui-libs/gtk-layer-shell
-"
-DEPEND="${RDEPEND}"
-
-python_install_all() {
- distutils-r1_python_install_all
- domenu nwg-panel-config.desktop
- domenu nwg-processes.desktop
- doicon nwg-panel.svg
- doicon nwg-processes.svg
- doicon nwg-shell.svg
- systemd_dounit nwg-panel.service
-}
-
-pkg_postinst() {
- xdg_desktop_database_update
-}
-
-pkg_postrm() {
- xdg_desktop_database_update
-}
next reply other threads:[~2024-05-03 18:06 UTC|newest]
Thread overview: 61+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-03 18:06 Pascal Jäger [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-15 12:09 [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/nwg-panel/ Pascal Jäger
2024-10-15 12:09 Pascal Jäger
2024-10-15 12:09 Pascal Jäger
2024-10-15 12:09 Pascal Jäger
2024-10-15 12:09 Pascal Jäger
2024-10-08 12:05 Pascal Jäger
2024-10-08 12:05 Pascal Jäger
2024-10-08 12:05 Pascal Jäger
2024-10-08 12:05 Pascal Jäger
2024-10-08 12:05 Pascal Jäger
2024-10-08 12:05 Pascal Jäger
2024-10-08 12:05 Pascal Jäger
2024-10-08 12:05 Pascal Jäger
2024-10-08 12:05 Pascal Jäger
2024-08-28 8:50 Pascal Jäger
2024-08-22 19:33 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-18 18:13 Pascal Jäger
2024-05-16 16:27 [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-05-15 19:33 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-05-03 18:06 Pascal Jäger
2024-05-03 18:06 Pascal Jäger
2024-05-02 22:01 Pascal Jäger
2024-05-02 21:58 Pascal Jäger
2024-05-02 10:56 Pascal Jäger
2024-05-02 10:56 Pascal Jäger
2024-05-02 10:56 Pascal Jäger
2024-05-02 10:56 Pascal Jäger
2024-05-02 10:56 Pascal Jäger
2024-05-02 10:56 Pascal Jäger
2024-03-27 17:11 Pascal Jäger
2024-03-27 17:11 Pascal Jäger
2024-03-27 17:11 Pascal Jäger
2024-03-27 17:11 Pascal Jäger
2024-03-27 17:11 Pascal Jäger
2024-03-06 13:12 Pascal Jäger
2024-02-21 15:02 Pascal Jäger
2024-02-21 15:02 Pascal Jäger
2024-02-21 15:02 Pascal Jäger
2024-02-14 15:23 Pascal Jäger
2024-01-31 16:35 Pascal Jäger
2024-01-31 16:35 Pascal Jäger
2024-01-12 12:21 Pascal Jäger
2024-01-12 12:21 Pascal Jäger
2024-01-10 11:43 Pascal Jäger
2024-01-10 11:43 Pascal Jäger
2023-12-10 9:48 Pascal Jäger
2023-12-03 18:51 Pascal Jäger
2023-12-03 18:51 Pascal Jäger
2023-12-03 18:51 Pascal Jäger
2023-12-03 18:51 Pascal Jäger
2023-12-03 18:51 Pascal Jäger
2023-11-11 12:28 Pascal Jäger
2023-10-25 19:10 Pascal Jäger
2023-10-19 17:38 Pascal Jäger
2023-10-18 9:51 Pascal Jäger
2023-10-18 9:51 Pascal Jäger
2023-08-10 21:54 Pascal Jäger
2023-08-08 20:29 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=1714759570.239f776d9cc664e1ec235155a1842d82f5ceb4d3.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