From 9754f457cc6d0aeb90a1535a5228ef909e9584c9 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Fri, 17 Mar 2017 15:37:57 +0100 Subject: Second half of net-vpn/ move --- net-misc/aiccu/aiccu-2007.01.15-r5.ebuild | 58 ------------------------------- 1 file changed, 58 deletions(-) delete mode 100644 net-misc/aiccu/aiccu-2007.01.15-r5.ebuild (limited to 'net-misc/aiccu/aiccu-2007.01.15-r5.ebuild') diff --git a/net-misc/aiccu/aiccu-2007.01.15-r5.ebuild b/net-misc/aiccu/aiccu-2007.01.15-r5.ebuild deleted file mode 100644 index 4c92c3258bda..000000000000 --- a/net-misc/aiccu/aiccu-2007.01.15-r5.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils linux-info systemd toolchain-funcs - -DESCRIPTION="AICCU Client to configure an IPv6 tunnel to SixXS" -HOMEPAGE="http://www.sixxs.net/tools/aiccu" -SRC_URI="http://www.sixxs.net/archive/sixxs/aiccu/unix/${PN}_${PV//\./}.tar.gz" - -LICENSE="SixXS" -SLOT="0" -KEYWORDS="amd64 arm hppa ppc sparc x86" -IUSE="systemd" - -RDEPEND=" - net-libs/gnutls - sys-apps/iproute2 - systemd? ( sys-apps/systemd ) -" -DEPEND="${RDEPEND} - virtual/pkgconfig -" - -S=${WORKDIR}/${PN} - -CONFIG_CHECK="~TUN" - -src_prepare() { - epatch \ - "${FILESDIR}"/${P}-r2-init.gentoo.patch \ - "${FILESDIR}"/${P}-Makefile.patch \ - "${FILESDIR}"/${P}-setupscript.patch \ - "${FILESDIR}"/${P}-uclibc.patch \ - "${FILESDIR}"/${P}-systemd.patch \ - "${FILESDIR}"/${P}-gnutls-3.4.patch -} - -src_compile() { - # Don't use main Makefile since it requires additional - # dependencies which are useless for us. - emake CC=$(tc-getCC) STRIP= -C unix-console \ - HAVE_SYSTEMD=$(usex systemd 1 0) -} - -src_install() { - dosbin unix-console/${PN} - - insopts -m 600 - insinto /etc - doins doc/${PN}.conf - newinitd doc/${PN}.init.gentoo ${PN} - - use systemd && systemd_dounit doc/${PN}.service - - dodoc doc/{HOWTO,README,changelog} -} -- cgit v1.2.3-65-gdbad