From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 finch.gentoo.org (Postfix) with ESMTPS id 0D2251584F2 for ; Sat, 15 Mar 2025 10:26:39 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id ED34D34314C for ; Sat, 15 Mar 2025 10:26:38 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 11E741103C8; Sat, 15 Mar 2025 10:26:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id 057D81103C8 for ; Sat, 15 Mar 2025 10:26:35 +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 A77C33430DE for ; Sat, 15 Mar 2025 10:26:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0AECF2035 for ; Sat, 15 Mar 2025 10:26:33 +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: <1742034064.eda2a70f08499a16f72cff24bcb4535954855e19.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.ebuild X-VCS-Directories: media-radio/ax25-apps/ X-VCS-Committer: tomjbe X-VCS-Committer-Name: Thomas Beierlein X-VCS-Revision: eda2a70f08499a16f72cff24bcb4535954855e19 X-VCS-Branch: master Date: Sat, 15 Mar 2025 10:26:33 +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: 0f9a9aeb-b00f-4e02-b300-a3c0813ce849 X-Archives-Hash: 95c2dbed181d3c2b7b99c3debfb9f53c commit: eda2a70f08499a16f72cff24bcb4535954855e19 Author: Thomas Beierlein gentoo org> AuthorDate: Sat Mar 15 10:21:04 2025 +0000 Commit: Thomas Beierlein gentoo org> CommitDate: Sat Mar 15 10:21:04 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eda2a70f media-radio/ax25-apps: drop 0.0.8_rc5 Signed-off-by: Thomas Beierlein gentoo.org> media-radio/ax25-apps/ax25-apps-0.0.8_rc5.ebuild | 53 ------------------------ 1 file changed, 53 deletions(-) diff --git a/media-radio/ax25-apps/ax25-apps-0.0.8_rc5.ebuild b/media-radio/ax25-apps/ax25-apps-0.0.8_rc5.ebuild deleted file mode 100644 index 7f142a5fac48..000000000000 --- a/media-radio/ax25-apps/ax25-apps-0.0.8_rc5.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -MY_P=${P/_/-} - -DESCRIPTION="Basic AX.25 (Amateur Radio) user tools, additional daemons" -HOMEPAGE="http://www.linux-ax25.org" -SRC_URI="http://www.linux-ax25.org/pub/${PN}/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -RDEPEND=" - >=dev-libs/libax25-0.0.12_rc2 - sys-libs/ncurses:= - virtual/pkgconfig - !dev-ruby/listen -" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - eapply_user - # fix missing prototype for malloc - sed -i -e "/^#include /i #include " ax25ipd/routing.c || die - eapply "${FILESDIR}"/${PN}-0.0.8_rc5-tinfo.patch - eautoreconf -} - -src_install() { - default - - newinitd "${FILESDIR}"/ax25ipd.rc ax25ipd - newinitd "${FILESDIR}"/ax25mond.rc ax25mond - newinitd "${FILESDIR}"/ax25rtd.rc ax25rtd - - rm -rf "${ED}"/usr/share/doc/ax25-apps || 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 -}