diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2020-05-25 19:12:27 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-06-17 20:00:25 +0300 |
commit | 6cc4986ae91db2126f5768d038ab9064f18db5dc (patch) | |
tree | e7fc50a704c29ad5ca391948310b0d1718de27e6 /net-vpn | |
parent | net-vpn/6tunnel: add myself as proxy maintainer (diff) | |
download | gentoo-6cc4986ae91db2126f5768d038ab9064f18db5dc.tar.gz gentoo-6cc4986ae91db2126f5768d038ab9064f18db5dc.tar.bz2 gentoo-6cc4986ae91db2126f5768d038ab9064f18db5dc.zip |
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@sartura.hr>
Closes: https://github.com/gentoo/gentoo/pull/15965
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-vpn')
-rw-r--r-- | net-vpn/6tunnel/6tunnel-0.12.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-vpn/6tunnel/6tunnel-0.12.ebuild b/net-vpn/6tunnel/6tunnel-0.12.ebuild index 31053d5ce0bb..a159170ed1c3 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" |