diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-09-24 14:55:04 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-09-24 15:53:17 -0400 |
commit | 14d743a4582da0897b152b749b1c8f9d71b1a7fc (patch) | |
tree | 5c1fd1db9a58619ad0ba33e18654b98775ae7f35 /net-dialup | |
parent | net-dns/opendnssec: drop old EAPI=5 (diff) | |
download | gentoo-14d743a4582da0897b152b749b1c8f9d71b1a7fc.tar.gz gentoo-14d743a4582da0897b152b749b1c8f9d71b1a7fc.tar.bz2 gentoo-14d743a4582da0897b152b749b1c8f9d71b1a7fc.zip |
net-dialup/xc: drop old EAPI=5
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/xc/xc-4.3.2-r3.ebuild | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/net-dialup/xc/xc-4.3.2-r3.ebuild b/net-dialup/xc/xc-4.3.2-r3.ebuild deleted file mode 100644 index 5b5159d399cc..000000000000 --- a/net-dialup/xc/xc-4.3.2-r3.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils flag-o-matic multilib toolchain-funcs - -DESCRIPTION="Modem dialout & serial terminal program" -HOMEPAGE="http://www.ibiblio.org/pub/Linux/apps/serialcomm/dialout/" -SRC_URI="http://www.ibiblio.org/pub/Linux/apps/serialcomm/dialout/${P}.tar.gz" - -LICENSE="xc-radley" -SLOT="0" -KEYWORDS="amd64 ~mips ppc ppc64 sparc x86" -IUSE="" - -RDEPEND="sys-libs/ncurses" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_prepare() { - epatch "${FILESDIR}"/${P}-gentoo.patch - epatch "${FILESDIR}"/${P}-implicit-decl.patch - epatch "${FILESDIR}"/${P}-add-115200.patch - - sed -i \ - -e "/^libdir/s:/lib/:/$(get_libdir)/:" \ - -e "/strip/d" \ - Makefile || die - # bug 459796 - append-libs "$($(tc-getPKG_CONFIG) --libs ncurses)" -} - -src_compile() { - tc-export AR CC RANLIB - emake WARN="" all -} - -src_install() { - default - insinto /usr/$(get_libdir)/xc - doins phonelist xc.init dotfiles/.[a-z]* -} |