From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-radio/svxlink/
Date: Sun, 1 Dec 2024 20:16:23 +0000 (UTC) [thread overview]
Message-ID: <1733084174.07190cbb0e73cedd7e11541a2a10ff39a44f55dc.asturm@gentoo> (raw)
commit: 07190cbb0e73cedd7e11541a2a10ff39a44f55dc
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 29 13:56:51 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Dec 1 20:16:14 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07190cbb
media-radio/svxlink: drop 19.09.2
Closes: https://bugs.gentoo.org/938735
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-radio/svxlink/Manifest | 1 -
media-radio/svxlink/svxlink-19.09.2.ebuild | 78 ------------------------------
2 files changed, 79 deletions(-)
diff --git a/media-radio/svxlink/Manifest b/media-radio/svxlink/Manifest
index 601e6c0d9b13..c8a617705f19 100644
--- a/media-radio/svxlink/Manifest
+++ b/media-radio/svxlink/Manifest
@@ -1,2 +1 @@
-DIST svxlink-19.09.2.tar.gz 1730836 BLAKE2B 7fe8a1b018dba7837486dbed21242d8514a1f546b5eecbd2d2bfdf620d7e093cddbedab17f19d5f2cbd79c9a66825713c45a981335f0b526ba0946e764efc535 SHA512 f3c8b29953da3b2f61eba528a07152f40a2aca2efe511cb98637b1ef77fa676e506a3f4766edb81069f13333ddbae2d39f679874455b05286d3daf96a903e1c1
DIST svxlink-24.02.tar.gz 1974323 BLAKE2B ca743d8356bdcde85bc560015ffa51f97f8fa1bcbbe6972f1789b68dbda33210cc2194f950b0ead57272963de67244bb57a6cbb546e3091215d288cdb6a16c2a SHA512 7bd8d9bf272922ec5d4b134ca1d5ee9cb1f9713c5cb9985aed5f63e601425bb6b6a17de026095c9cbb83797cf58228bcf05284c5a87384b4d019f6c27ac3e848
diff --git a/media-radio/svxlink/svxlink-19.09.2.ebuild b/media-radio/svxlink/svxlink-19.09.2.ebuild
deleted file mode 100644
index 5dc13813cd96..000000000000
--- a/media-radio/svxlink/svxlink-19.09.2.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-CMAKE_MAKEFILE_GENERATOR=emake
-
-inherit cmake flag-o-matic systemd
-
-CMAKE_USE_DIR="${S}/src"
-
-DESCRIPTION="Multi Purpose Voice Services System, including Qtel for EchoLink"
-HOMEPAGE="https://www.svxlink.org"
-SRC_URI="https://github.com/sm0svx/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-DEPEND="dev-lang/tcl:0
- dev-qt/qtcore:5
- dev-qt/qtgui:5
- dev-qt/qtnetwork:5
- dev-qt/qtwidgets:5
- media-libs/alsa-lib
- media-sound/gsm
- dev-libs/libgcrypt:0
- media-libs/speex
- media-libs/opus
- dev-libs/libsigc++:2
- dev-libs/popt"
-RDEPEND="${DEPEND}
- acct-group/svxlink
- acct-user/svxlink"
-BDEPEND="
- dev-qt/linguist-tools:5
- virtual/pkgconfig"
-
-src_prepare() {
- cmake_src_prepare
- # drop deprecated desktop category (bug #475730)
- sed -i -e "s:Categories=Application;:Categories=:g" src/qtel/qtel.desktop || die
-}
-
-src_configure() {
- # -Wodr warnings, see bug #860414
- filter-lto
-
- local mycmakeargs=(
- -DSYSCONF_INSTALL_DIR=/etc
- -DLOCAL_STATE_DIR=/var
- )
- cmake_src_configure
-}
-
-src_install() {
- cmake_src_install
-
- fowners -R svxlink.svxlink /var/spool/svxlink
-
- rm -R "${D}"/usr/share/doc/${P}/man || die
- doman src/doc/man/*.1 src/doc/man/*.5
-
- insinto /etc/logrotate.d
- doins distributions/gentoo/etc/logrotate.d/*
-
- newinitd "${FILESDIR}"/remotetrx.init remotetrx
- newinitd "${FILESDIR}"/svxlink.init svxlink
- newconfd "${FILESDIR}"/remotetrx.rc remotetrx
- newconfd "${FILESDIR}"/svxlink.rc svxlink
-
- systemd_dounit "${FILESDIR}"/remotetrx.service
- systemd_dounit "${FILESDIR}"/svxlink.service
-
- keepdir /var/spool/${PN}/propagation_monitor
- keepdir /var/spool/${PN}/qso_recorder
- keepdir /var/spool/${PN}/voice_mail
-}
next reply other threads:[~2024-12-01 20:16 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-01 20:16 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-03 11:09 [gentoo-commits] repo/gentoo:master commit in: media-radio/svxlink/ Jakov Smolić
2024-09-03 11:09 Jakov Smolić
2024-08-27 11:32 Thomas Beierlein
2024-07-31 12:34 Thomas Beierlein
2024-07-30 18:39 Thomas Beierlein
2024-07-25 7:45 Thomas Beierlein
2024-07-01 19:36 Thomas Beierlein
2024-01-15 13:41 Thomas Beierlein
2022-08-12 16:34 Thomas Beierlein
2022-08-08 9:40 Andreas Sturmlechner
2021-05-25 17:45 Thomas Beierlein
2021-05-25 15:04 Agostino Sarubbo
2021-05-25 11:03 Sam James
2021-04-26 15:35 Thomas Beierlein
2021-04-26 14:33 Thomas Beierlein
2018-07-09 14:38 Mikle Kolyada
2018-07-06 13:43 Thomas Deutschmann
2018-03-30 18:00 Thomas Beierlein
2018-02-18 21:48 Thomas Deutschmann
2018-02-15 6:09 Thomas Beierlein
2018-01-15 15:27 Thomas Beierlein
2016-05-01 14:33 Thomas Beierlein
2016-01-30 9:40 Pacho Ramos
2016-01-07 17:40 Thomas Beierlein
2016-01-07 17:37 Thomas Beierlein
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=1733084174.07190cbb0e73cedd7e11541a2a10ff39a44f55dc.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