commit:     7d2122271dd7806d96792f92efce64758718be7f
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Sep 16 17:05:33 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Nov 19 10:13:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d212227

net-misc/taptap: remove old

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 net-misc/taptap/Manifest          |  1 -
 net-misc/taptap/taptap-1.0.ebuild | 28 ----------------------------
 2 files changed, 29 deletions(-)

diff --git a/net-misc/taptap/Manifest b/net-misc/taptap/Manifest
index e82c8f5e056e..71a3aea69f6d 100644
--- a/net-misc/taptap/Manifest
+++ b/net-misc/taptap/Manifest
@@ -1,2 +1 @@
 DIST taptap-1.0.c 2665 BLAKE2B 
3c857770fd016c1837a3cdf6b8244965cd4128c9d260ab584ffa2e6e7e6deac4e35cb3800aec81f4950e0cd891bc7391be0a5a7b926681595ddde671d571d9bf
 SHA512 
74ec6012cc34f5f4b5e2d16aff3840e842b7a7f297df5277b8ee7305fed900a16d25a853b8e9544b464037f9946ca1588959e5faafeff3afd14813ac419551e1
-DIST taptap-1.0.tar.bz2 1640 BLAKE2B 
ae2bea178439991057dca6dfd2478f4927e0c762da96f8358eeb029a97cce051c894c4181801daf70681b4a3a1257ab3371a4f9ee039df2157cac226cced846b
 SHA512 
ab9264823c470fd76530258fa3b8993799bd1170269b1e8e143ef072ac5749cc51716cd53ffec285b3a3266e4503be8d0d91094f82c30dd85607ef8cd368f53e

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)"
-}

Reply via email to