From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E86D0159C9B for ; Wed, 7 Aug 2024 06:50:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A520E2C72; Wed, 7 Aug 2024 06:50:09 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 31BA0E2C71 for ; Wed, 7 Aug 2024 06:50:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5B5F4343081 for ; Wed, 7 Aug 2024 06:50:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1D3D1EBD for ; Wed, 7 Aug 2024 06:50:06 +0000 (UTC) From: "Thomas Beierlein" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Beierlein" Message-ID: <1723013033.592c58d93087f740f229951301f3f722b6b4859b.tomjbe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-radio/ax25-apps/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-radio/ax25-apps/ax25-apps-0.0.8_rc5-r1.ebuild X-VCS-Directories: media-radio/ax25-apps/ X-VCS-Committer: tomjbe X-VCS-Committer-Name: Thomas Beierlein X-VCS-Revision: 592c58d93087f740f229951301f3f722b6b4859b X-VCS-Branch: master Date: Wed, 7 Aug 2024 06:50:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 822a6830-72c4-4cad-a67e-8d86702722a1 X-Archives-Hash: f28d4fcc2b4dd60c26b26d08ece1c0d3 commit: 592c58d93087f740f229951301f3f722b6b4859b Author: Filip Kobierski pm me> AuthorDate: Thu Aug 1 16:56:31 2024 +0000 Commit: Thomas Beierlein gentoo org> CommitDate: Wed Aug 7 06:43:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=592c58d9 media-radio/ax25-apps: bump EAPI & fix issues - update HOMEPAGE & SRC_URI - add slot operator - move `eapply_user` - remove --force flag from rm & change the command - remove virtual/pkgconfig from RDEPEND - remove IUSE - add comment Signed-off-by: Filip Kobierski pm.me> Closes: https://github.com/gentoo/gentoo/pull/37887 Signed-off-by: Thomas Beierlein gentoo.org> .../ax25-apps/ax25-apps-0.0.8_rc5-r1.ebuild | 57 ++++++++++++++++++++++ 1 file changed, 57 insertions(+) diff --git a/media-radio/ax25-apps/ax25-apps-0.0.8_rc5-r1.ebuild b/media-radio/ax25-apps/ax25-apps-0.0.8_rc5-r1.ebuild new file mode 100644 index 000000000000..b2cbb93ef638 --- /dev/null +++ b/media-radio/ax25-apps/ax25-apps-0.0.8_rc5-r1.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools + +MY_P="${P/_/-}" + +DESCRIPTION="Basic AX.25 (Amateur Radio) user tools, additional daemons" +HOMEPAGE=" + https://linux-ax25.in-berlin.de/ + https://packet-radio.net/ax-25/ +" # NOTE: ...in-berlin.de does not work but subdomains do +SRC_URI=" + https://linux-ax25.in-berlin.de/pub/${PN}/${MY_P}.tar.gz + https://ham.packet-radio.net/packet/ax25/ax25-apps/${MY_P}.tar.gz +" +S="${WORKDIR}/${MY_P}" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" + +RDEPEND=" + >=dev-libs/libax25-0.0.12_rc2:= + sys-libs/ncurses:= + !dev-ruby/listen +" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" + +src_prepare() { + # fix missing prototype for malloc + sed -i -e "/^#include /i #include " ax25ipd/routing.c || die + eapply "${FILESDIR}"/${PN}-0.0.8_rc5-tinfo.patch + eapply_user + eautoreconf +} + +src_install() { + default + + newinitd "${FILESDIR}"/ax25ipd.rc ax25ipd + newinitd "${FILESDIR}"/ax25mond.rc ax25mond + newinitd "${FILESDIR}"/ax25rtd.rc ax25rtd + + # HACK: one should not create instead of removing + rm -r "${ED}"/usr/share/doc/${PF} || die + + dodoc AUTHORS ChangeLog NEWS README ax25ipd/README.ax25ipd \ + ax25rtd/README.ax25rtd ax25ipd/HISTORY.ax25ipd ax25rtd/TODO.ax25rtd + + dodir /var/lib/ax25/ax25rtd + touch "${ED}"/var/lib/ax25/ax25rtd/ax25_route || die + touch "${ED}"/var/lib/ax25/ax25rtd/ip_route || die +}