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 903641581EE for ; Mon, 31 Mar 2025 14:17:38 +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) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 72CFE34309D for ; Mon, 31 Mar 2025 14:17:38 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 57DDF1104B0; Mon, 31 Mar 2025 14:17:37 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 4DE811104B0 for ; Mon, 31 Mar 2025 14:17:37 +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 00D4D34309D for ; Mon, 31 Mar 2025 14:17:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F3A5B1BEE for ; Mon, 31 Mar 2025 14:17:34 +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: <1743430616.6d94aaa4fff65542d0561c1c1fab04da3c8e7b9c.tomjbe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-radio/ax25-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-radio/ax25-tools/ax25-tools-0.0.10_rc5.ebuild X-VCS-Directories: media-radio/ax25-tools/ X-VCS-Committer: tomjbe X-VCS-Committer-Name: Thomas Beierlein X-VCS-Revision: 6d94aaa4fff65542d0561c1c1fab04da3c8e7b9c X-VCS-Branch: master Date: Mon, 31 Mar 2025 14:17:34 +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: 422b5cf2-6ea9-484e-9677-c0ee5944765e X-Archives-Hash: fe4b389b8a3fab9b758907a66fcb8f51 commit: 6d94aaa4fff65542d0561c1c1fab04da3c8e7b9c Author: Thomas Beierlein gentoo org> AuthorDate: Mon Mar 31 14:16:35 2025 +0000 Commit: Thomas Beierlein gentoo org> CommitDate: Mon Mar 31 14:16:56 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d94aaa4 media-radio/ax25-tools: drop 0.0.10_rc5 Signed-off-by: Thomas Beierlein gentoo.org> .../ax25-tools/ax25-tools-0.0.10_rc5.ebuild | 45 ---------------------- 1 file changed, 45 deletions(-) diff --git a/media-radio/ax25-tools/ax25-tools-0.0.10_rc5.ebuild b/media-radio/ax25-tools/ax25-tools-0.0.10_rc5.ebuild deleted file mode 100644 index eeac9ffacb63..000000000000 --- a/media-radio/ax25-tools/ax25-tools-0.0.10_rc5.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -MY_P=${P/_/-} - -DESCRIPTION="Basic AX.25 (Amateur Radio) administrative tools and 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="X" - -DOCS=( AUTHORS ChangeLog NEWS README tcpip/ttylinkd.README \ - user_call/README.user_call yamdrv/README.yamdrv dmascc/README.dmascc \ - tcpip/ttylinkd.INSTALL ) - -S=${WORKDIR}/${MY_P} - -DEPEND=" - dev-libs/libax25 - X? ( - x11-libs/libX11 - media-libs/mesa[X(+)] - )" -RDEPEND=${DEPEND} - -src_configure() { - econf $(use_with X x) -} - -src_install() { - emake DESTDIR="${D}" install installconf - einstalldocs - - newinitd "${FILESDIR}"/ax25d.rc ax25d - newinitd "${FILESDIR}"/mheardd.rc mheardd - newinitd "${FILESDIR}"/netromd.rc netromd - newinitd "${FILESDIR}"/rip98d.rc rip98d - newinitd "${FILESDIR}"/rxecho.rc rxecho - newinitd "${FILESDIR}"/ttylinkd.rc ttylinkd -}