From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1180347-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4824213835A for <garchives@archives.gentoo.org>; Wed, 17 Jun 2020 17:01:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82C44E0AB4; Wed, 17 Jun 2020 17:01:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6D296E0AB4 for <gentoo-commits@lists.gentoo.org>; Wed, 17 Jun 2020 17:01:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DCF2434F358 for <gentoo-commits@lists.gentoo.org>; Wed, 17 Jun 2020 17:01:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B144F2AA for <gentoo-commits@lists.gentoo.org>; Wed, 17 Jun 2020 17:00:55 +0000 (UTC) From: "Joonas Niilola" <juippis@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" <juippis@gentoo.org> Message-ID: <1592413225.1b76dc9e6fd53f06f21b47b6835d1063f3565666.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/6tunnel/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-vpn/6tunnel/6tunnel-0.13.ebuild net-vpn/6tunnel/Manifest X-VCS-Directories: net-vpn/6tunnel/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 1b76dc9e6fd53f06f21b47b6835d1063f3565666 X-VCS-Branch: master Date: Wed, 17 Jun 2020 17:00:55 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1e9901a7-f14a-4467-bf79-97d313b97360 X-Archives-Hash: 1e492de2ffd7e2ce4def592d6bdd66cd commit: 1b76dc9e6fd53f06f21b47b6835d1063f3565666 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr> AuthorDate: Mon May 25 17:05:51 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Wed Jun 17 17:00:25 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b76dc9e net-vpn/6tunnel: version bump to 0.13 - Update ebuild header - Update HOMEPAGE and SRC_URI - Bump EAPI to 7 Closes: https://bugs.gentoo.org/725376 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr> Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> net-vpn/6tunnel/6tunnel-0.13.ebuild | 13 +++++++++++++ net-vpn/6tunnel/Manifest | 1 + 2 files changed, 14 insertions(+) diff --git a/net-vpn/6tunnel/6tunnel-0.13.ebuild b/net-vpn/6tunnel/6tunnel-0.13.ebuild new file mode 100644 index 00000000000..2947248fbba --- /dev/null +++ b/net-vpn/6tunnel/6tunnel-0.13.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="TCP proxy for applications that don't speak IPv6" +HOMEPAGE="https://github.com/wojtekka/6tunnel" +SRC_URI="https://github.com/wojtekka/${PN}/releases/download/${PV}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~s390 ~x86" +IUSE="" diff --git a/net-vpn/6tunnel/Manifest b/net-vpn/6tunnel/Manifest index dc96ed09aad..1bf4805ec59 100644 --- a/net-vpn/6tunnel/Manifest +++ b/net-vpn/6tunnel/Manifest @@ -1 +1,2 @@ DIST 6tunnel-0.12.tar.gz 96364 BLAKE2B 3c36cc4fc632bcb0136981dace4ae46d2823901eb92d0f82b58b801ad139879b0e2ca129099a651bc51dc8f29aa3db89a0be62d7dabda87d66361474558b66a1 SHA512 56c5b8b285c730e25a1bd57a37fc6d169c4c54a842e7763a1580231158858a098b8eb5549dd8adf0c5ae4516cce9c70b00ae82f27b6e152ca10eba7681b8808b +DIST 6tunnel-0.13.tar.gz 103054 BLAKE2B 4aa10cd798ff3e3ab1e78bf3497c007e63a3e0cef094f507976fa495e6b544601cd9a231b828fc21db35a45e67a9dc4f13b1339e82d4f198c842c9b1177b95ad SHA512 e495b561e2fe4483417cf44291d729377fe02123f21b7d58b9aed294c676392d860de7474b6bcb4e3e4ffdcd87752ee1af070dfbab028b5de5adb778b0241f72