summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/isatapd/isatapd-0.9.7-r2.ebuild')
-rw-r--r--net-misc/isatapd/isatapd-0.9.7-r2.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/net-misc/isatapd/isatapd-0.9.7-r2.ebuild b/net-misc/isatapd/isatapd-0.9.7-r2.ebuild
deleted file mode 100644
index 9474bf9461e8..000000000000
--- a/net-misc/isatapd/isatapd-0.9.7-r2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit linux-info systemd
-
-DESCRIPTION="creates and maintains an ISATAP tunnel (rfc5214)"
-HOMEPAGE="http://www.saschahlusiak.de/linux/isatap.htm"
-SRC_URI="http://www.saschahlusiak.de/linux/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-CONFIG_CHECK="~TUN"
-ERROR_TUN="CONFIG_TUN is needed for isatapd to work"
-
-src_prepare() {
- sed -e '/^opts/s:opts:extra_started_commands:' \
- -i openrc/isatapd.init.d || die
-}
-
-src_install() {
- default
-
- newinitd openrc/isatapd.init.d isatapd
- newconfd openrc/isatapd.conf.d isatapd
- systemd_newunit "${FILESDIR}"/${PN}.service-r2 ${PN}.service
- systemd_install_serviced "${FILESDIR}"/${PN}.service.conf
-}