commit: 5eefed2bc4cec36f2d1a8ce32d13ab4c60efdf1d
Author: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Sat May 30 04:36:47 2020 +0000
Commit: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Sat May 30 04:38:02 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5eefed2b
media-radio/ax25-apps: Drop old
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>
media-radio/ax25-apps/Manifest | 1 -
media-radio/ax25-apps/ax25-apps-0.0.8_rc4.ebuild | 48 ------------------------
2 files changed, 49 deletions(-)
diff --git a/media-radio/ax25-apps/Manifest b/media-radio/ax25-apps/Manifest
index 2d9b3a3d608..1b82c6dd376 100644
--- a/media-radio/ax25-apps/Manifest
+++ b/media-radio/ax25-apps/Manifest
@@ -1,2 +1 @@
-DIST ax25-apps-0.0.8-rc4.tar.gz 442172 BLAKE2B
59a622c0e675cadc90a7d728b899b1820153d6b9e35f3ccdbac74d191f844d1642dd2e9192d6dce0f1208cbc26b98cb1643f8d1041ec3802b833ad5cbc903f81
SHA512
c99b553c5cadb0e389c1cb35e79fea61b628c76f5ef35c35876e492afc7ab796f8781c3ab5987a096f0816389e9772274fe54e88c16fca0fd30013da3d74d38b
DIST ax25-apps-0.0.8-rc5.tar.gz 479590 BLAKE2B
baa4814ebb68c435a9986158dcdad1333376c75202db8e3595ec35851fabb3c718e7015a721d587ee307b8b8c918a690b898addcf4194532f6d26b70219c4c98
SHA512
5886f79dcdd4b02374289e04a61101b1ccdcdd936a6a98bdefa7b091689381de75f722a0bf32a914c85a3759c7b42489fabf74a53492fe2f937b22c953fc230d
diff --git a/media-radio/ax25-apps/ax25-apps-0.0.8_rc4.ebuild
b/media-radio/ax25-apps/ax25-apps-0.0.8_rc4.ebuild
deleted file mode 100644
index f63f96a8ec9..00000000000
--- a/media-radio/ax25-apps/ax25-apps-0.0.8_rc4.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils
-
-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:="
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- !media-sound/listen
- !dev-ruby/listen"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
- epatch "$FILESDIR"/$PN-0.8.4-tinfo.patch
- epatch "$FILESDIR"/$PN-0.0.8-fno-common.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
-
- 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
- touch "${ED}"/var/lib/ax25/ax25rtd/ip_route
-}