From: "Ben Kohler" <bkohler@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dialup/cutecom/
Date: Wed, 4 Sep 2024 12:31:31 +0000 (UTC) [thread overview]
Message-ID: <1725453085.41ef6ae414ea5575248c1ed1236da85263d48ea5.bkohler@gentoo> (raw)
commit: 41ef6ae414ea5575248c1ed1236da85263d48ea5
Author: Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Wed Jul 31 13:22:45 2024 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Wed Sep 4 12:31:25 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41ef6ae4
net-dialup/cutecom: drop 0.51.0-r1
Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
Closes: https://github.com/gentoo/gentoo/pull/37873
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
net-dialup/cutecom/Manifest | 1 -
net-dialup/cutecom/cutecom-0.51.0-r1.ebuild | 43 -----------------------------
2 files changed, 44 deletions(-)
diff --git a/net-dialup/cutecom/Manifest b/net-dialup/cutecom/Manifest
index c7e76b206bdd..84390342677e 100644
--- a/net-dialup/cutecom/Manifest
+++ b/net-dialup/cutecom/Manifest
@@ -1,2 +1 @@
-DIST cutecom-v0.51.0.tar.bz2 1296457 BLAKE2B 407bbe12fb4303e98589720c3fe9bf96a4112c816e64a3a32227d07a64c1efbb5b33c364d1f3f06ff67c9bc935c0bf62de14849b554508eaffacda1f65e7fad9 SHA512 67857977ab6444509662be4d27059e3c4cb766a69b78d806f4cd3d6cb7306d53094337fb384133a616ae397ac4d4d7c86347285a2d68f88fbf105d73ebd97731
DIST cutecom-v0.60.0-RC1.tar.bz2 1291319 BLAKE2B 8d73a51916d8d3f103ba6215d0bf2865337aa82f95d12be512001abd845cac08f9c9b6fb9022574aff42fef958c90676ae0828d1597879c798bd1ffe4bec68ba SHA512 92a210ab846f452287693add8db52833fd83814f59a2be8de304278dbc711b2a5dc0fdaadf877a588ad023849370151788d1ea678ba777fe0a4a600429669151
diff --git a/net-dialup/cutecom/cutecom-0.51.0-r1.ebuild b/net-dialup/cutecom/cutecom-0.51.0-r1.ebuild
deleted file mode 100644
index 683af0a6bb22..000000000000
--- a/net-dialup/cutecom/cutecom-0.51.0-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake desktop xdg
-
-DESCRIPTION="A serial terminal, like minicom, written in Qt"
-HOMEPAGE="https://gitlab.com/cutecom/cutecom"
-SRC_URI="https://gitlab.com/cutecom/cutecom/-/archive/v${PV}/cutecom-v${PV}.tar.bz2"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE=""
-
-DEPEND="
- dev-qt/qtcore:5
- dev-qt/qtgui:5
- dev-qt/qtnetwork:5
- dev-qt/qtserialport:5
- dev-qt/qtwidgets:5"
-RDEPEND="${DEPEND}
- net-dialup/lrzsz"
-
-S="${WORKDIR}/cutecom-v${PV}"
-
-PATCHES=( "${FILESDIR}"/${P}-fix-for-qt-5.15.0.patch )
-
-src_prepare() {
- cmake_src_prepare
-
- sed -i \
- -e '/Path/d' \
- -e '/Terminal/s/0/false/' \
- "${PN}.desktop" || die 'sed on desktop file failed'
-}
-
-src_install() {
- cmake_src_install
- domenu "${PN}.desktop"
- doicon "distribution/${PN}.png"
-}
next reply other threads:[~2024-09-04 12:31 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-04 12:31 Ben Kohler [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-04 12:31 [gentoo-commits] repo/gentoo:master commit in: net-dialup/cutecom/ Ben Kohler
2024-09-04 12:31 Ben Kohler
2024-04-26 17:10 Sam James
2023-12-20 14:22 Ben Kohler
2020-08-17 5:12 Sam James
2020-07-18 8:41 Andreas Sturmlechner
2020-07-17 7:44 Agostino Sarubbo
2020-07-10 8:07 Andreas Sturmlechner
2019-09-20 13:50 Ben Kohler
2019-09-20 12:17 Agostino Sarubbo
2019-09-20 12:14 Agostino Sarubbo
2019-09-18 15:02 Ben Kohler
2018-11-07 16:31 Ben Kohler
2018-11-06 18:41 Ben Kohler
2017-09-24 6:02 Michael Palimaka
2017-09-24 6:02 Michael Palimaka
2017-09-24 6:02 Michael Palimaka
2017-04-27 19:16 Michael Orlitzky
2017-03-18 8:30 Michael Palimaka
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=1725453085.41ef6ae414ea5575248c1ed1236da85263d48ea5.bkohler@gentoo \
--to=bkohler@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