From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/kapow/
Date: Mon, 17 Feb 2025 16:47:10 +0000 (UTC) [thread overview]
Message-ID: <1739810812.5de90c96469fa79faa3bbc37e2e5ff8f2d865ef2.asturm@gentoo> (raw)
commit: 5de90c96469fa79faa3bbc37e2e5ff8f2d865ef2
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 17 16:43:24 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Feb 17 16:46:52 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5de90c96
x11-misc/kapow: drop 1.5.10
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
x11-misc/kapow/Manifest | 1 -
x11-misc/kapow/kapow-1.5.10.ebuild | 65 --------------------------------------
2 files changed, 66 deletions(-)
diff --git a/x11-misc/kapow/Manifest b/x11-misc/kapow/Manifest
index 358bcf86f490..212897b557d1 100644
--- a/x11-misc/kapow/Manifest
+++ b/x11-misc/kapow/Manifest
@@ -1,2 +1 @@
-DIST kapow-1.5.10-src.tar.bz2 834452 BLAKE2B 0ca2eb71a13119689ba878b6981bb66d26565035441f0a02d20097becd19a539742b37989543d18db6438f5cdccfa1aed1c698a94a0287b3d0b0b316cb9bd8b4 SHA512 6aa47bcf7ccb0a4c3dba4d675786ed63bd27ef7b6ed4d62074ae8409fcc640574d264c9c4952f764792b8280f11cd3a736f46389db2239b68589595e4424e518
DIST kapow-1.6.4.tar.bz2 843376 BLAKE2B 40d8130a754ab8981772adf001c5bf04a3614acf23c2d5e95d891bd0f5dd21dd9a7aa66da5329557f4e2d55ad4c8ce4ec8c022b3cfb167cd74e2d04133108d31 SHA512 39c421ad5ebd538379af374964b056ef0678a7836701b3cbf8960886294eb1ba9358bf15e7d7a491d5a27d480533a481e2c2cb1ae25be05bb327acd49ddbcc96
diff --git a/x11-misc/kapow/kapow-1.5.10.ebuild b/x11-misc/kapow/kapow-1.5.10.ebuild
deleted file mode 100644
index 99d2b1b4ae5d..000000000000
--- a/x11-misc/kapow/kapow-1.5.10.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qmake-utils xdg-utils
-
-DESCRIPTION="A punch clock program designed to easily keep track of your hours"
-HOMEPAGE="https://gottcode.org/kapow/"
-SRC_URI="https://gottcode.org/${PN}/${P}-src.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- dev-qt/qtcore:5
- dev-qt/qtgui:5
- dev-qt/qtnetwork:5
- dev-qt/qtprintsupport:5
- dev-qt/qtwidgets:5
-"
-DEPEND="${RDEPEND}"
-BDEPEND="dev-qt/linguist-tools:5"
-
-K_LANGS="ar bg cs da de el en es fr it lt nl no pl pt_BR pt ro ru sv tr uk"
-for K_LANG in ${K_LANGS}; do
- IUSE+=" l10n_${K_LANG/_/-}"
-done
-DOCS=( ChangeLog README )
-
-src_prepare() {
- default
-
- count() { echo ${#}; }
- local lang_count=$(count ${K_LANGS})
- local locale_count=$(count translations/${PN}_*.ts)
- [[ ${lang_count} = ${locale_count} ]] \
- || die "Number of LANGS does not match number of locales"
- unset count
-
- local lang
- for lang in ${K_LANGS}; do
- if ! use l10n_${lang/_/-}; then
- rm translations/${PN}_${lang}.* || die
- fi
- done
-}
-
-src_configure() {
- eqmake5 kapow.pro PREFIX=/usr
-}
-
-src_install() {
- export INSTALL_ROOT="${D}"
- default
-}
-
-pkg_postinst() {
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_icon_cache_update
-}
next reply other threads:[~2025-02-17 16:47 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-17 16:47 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-06-05 10:31 [gentoo-commits] repo/gentoo:master commit in: x11-misc/kapow/ Sam James
2025-02-17 16:47 Andreas Sturmlechner
2025-02-17 16:47 Andreas Sturmlechner
2022-07-27 8:43 Andreas Sturmlechner
2020-05-21 19:46 Andreas Sturmlechner
2020-04-23 7:26 Jeroen Roovers
2019-08-08 7:00 Jeroen Roovers
2019-08-08 7:00 Jeroen Roovers
2018-07-24 8:52 Jeroen Roovers
2018-07-24 8:52 Jeroen Roovers
2018-06-27 6:41 Jeroen Roovers
2018-06-27 6:41 Jeroen Roovers
2018-06-03 13:33 Jeroen Roovers
2018-06-03 13:33 Jeroen Roovers
2018-01-08 18:11 Ulrich Müller
2017-12-29 16:19 Jeroen Roovers
2017-12-29 16:00 Jeroen Roovers
2017-12-29 16:00 Jeroen Roovers
2017-12-29 16:00 Jeroen Roovers
2017-10-29 16:58 Jeroen Roovers
2017-10-29 16:58 Jeroen Roovers
2017-10-22 17:01 Patrice Clement
2017-08-09 6:56 Jeroen Roovers
2017-07-08 4:18 Michael Palimaka
2017-04-12 15:20 Jeroen Roovers
2016-11-07 7:26 Jeroen Roovers
2016-11-07 7:26 Jeroen Roovers
2016-10-14 5:46 Jeroen Roovers
2016-09-20 18:59 Jeroen Roovers
2016-09-20 18:59 Jeroen Roovers
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=1739810812.5de90c96469fa79faa3bbc37e2e5ff8f2d865ef2.asturm@gentoo \
--to=asturm@gentoo.org \
--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