media-radio/ax25-apps: Drop old

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
This commit is contained in:
Thomas Beierlein
2020-05-30 06:36:47 +02:00
parent 0a85dbdb59
commit 5eefed2bc4
2 changed files with 0 additions and 49 deletions

View File

@@ -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

View File

@@ -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
}