From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A3EE315823F for ; Sun, 19 Nov 2023 10:19:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5B872BC02E; Sun, 19 Nov 2023 10:19:32 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8C9772BC02E for ; Sun, 19 Nov 2023 10:19:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D4199335D1E for ; Sun, 19 Nov 2023 10:19:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0122113A6 for ; Sun, 19 Nov 2023 10:19:29 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1700388790.b940f788b3aea05657df6355b651c31e69c1bdb3.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/taptap/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/taptap/Manifest net-misc/taptap/taptap-1.0-r1.ebuild X-VCS-Directories: net-misc/taptap/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: b940f788b3aea05657df6355b651c31e69c1bdb3 X-VCS-Branch: master Date: Sun, 19 Nov 2023 10:19:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 11af9a00-c213-4cc7-87f4-cdf1eb981a95 X-Archives-Hash: 52229c6ae466958bedd541aa32af65f5 commit: b940f788b3aea05657df6355b651c31e69c1bdb3 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sat Sep 16 17:05:12 2023 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Nov 19 10:13:10 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b940f788 net-misc/taptap: EAPI8 bump, update HOMEPAGE, SRC_URI Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Ulrich Müller gentoo.org> net-misc/taptap/Manifest | 1 + net-misc/taptap/taptap-1.0-r1.ebuild | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/net-misc/taptap/Manifest b/net-misc/taptap/Manifest index b2457d873818..e82c8f5e056e 100644 --- a/net-misc/taptap/Manifest +++ b/net-misc/taptap/Manifest @@ -1 +1,2 @@ +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-r1.ebuild b/net-misc/taptap/taptap-1.0-r1.ebuild new file mode 100644 index 000000000000..5ea681d0e963 --- /dev/null +++ b/net-misc/taptap/taptap-1.0-r1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit edo toolchain-funcs + +DESCRIPTION="Program to link two /dev/net/tun to form virtual ethernet" +HOMEPAGE="https://grumpf.hope-2000.org/" +SRC_URI="https://grumpf.hope-2000.org/${PN}.c -> ${P}.c" +S="${WORKDIR}" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~sparc ~x86" + +src_unpack() { + cp "${DISTDIR}"/${P}.c ${P}.c || die +} + +src_compile() { + edo $(tc-getCC) ${CFLAGS} ${LDFLAGS} -o ${PN} ${P}.c +} + +src_install() { + dobin ${PN} +}