summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/taptap/taptap-1.0.ebuild')
-rw-r--r--net-misc/taptap/taptap-1.0.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/net-misc/taptap/taptap-1.0.ebuild b/net-misc/taptap/taptap-1.0.ebuild
deleted file mode 100644
index f95f52794ab5..000000000000
--- a/net-misc/taptap/taptap-1.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit toolchain-funcs
-
-DESCRIPTION="A program to link two /dev/net/tun to form virtual ethernet"
-HOMEPAGE="http://www.munted.org.uk/programming/taptap/"
-SRC_URI="http://www.munted.org.uk/programming/${PN}/${P}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86"
-IUSE=""
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
- default
- sed -i \
- -e 's:= -Wall -s:+= -Wall:' \
- -e 's:$(CFLAGS):$(LDFLAGS) &:' \
- Makefile || die
-}
-
-src_compile() {
- emake CC="$(tc-getCC)"
-}