commit: 6d94aaa4fff65542d0561c1c1fab04da3c8e7b9c
Author: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 31 14:16:35 2025 +0000
Commit: Thomas Beierlein <tomjbe <AT> gentoo <DOT> 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 <tomjbe <AT> 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
-}