commit: 6cc4986ae91db2126f5768d038ab9064f18db5dc Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr> AuthorDate: Mon May 25 17:12:27 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=6cc4986a
net-vpn/6tunnel: ebuild cleanup - Update header - Update HOMEPAGE and SRC_URI - Bump EAPI to 7 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr> Closes: https://github.com/gentoo/gentoo/pull/15965 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> net-vpn/6tunnel/6tunnel-0.12.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net-vpn/6tunnel/6tunnel-0.12.ebuild b/net-vpn/6tunnel/6tunnel-0.12.ebuild index 31053d5ce0b..a159170ed1c 100644 --- a/net-vpn/6tunnel/6tunnel-0.12.ebuild +++ b/net-vpn/6tunnel/6tunnel-0.12.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 DESCRIPTION="TCP proxy for applications that don't speak IPv6" -HOMEPAGE="http://toxygen.net/6tunnel" -SRC_URI="http://toxygen.net/6tunnel/${P}.tar.gz" +HOMEPAGE="https://github.com/wojtekka/6tunnel" +SRC_URI="https://github.com/wojtekka/${PN}/releases/download/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0"
