logo

overlay

My (experimental) gentoo overlay
commit: 13f3c809a52cbc6057a8d7d23fd95d04fbcfd4fc
parent: 602806d15164afc21cfc2f265b25901e158a8930
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Thu, 18 Oct 2018 23:57:51 +0200

net-misc/openssh: Do not ~keyword @system stuff

Diffstat:

Mnet-misc/openssh/openssh-7.9_p9999.ebuild2+-
Anet-p2p/yggdrasil-go/metadata.xml8++++++++
Anet-p2p/yggdrasil-go/yggdrasil-go-9999.ebuild14++++++++++++++
3 files changed, 23 insertions(+), 1 deletion(-)

diff --git a/net-misc/openssh/openssh-7.9_p9999.ebuild b/net-misc/openssh/openssh-7.9_p9999.ebuild @@ -12,7 +12,7 @@ EGIT_REPO_URI="git://anongit.mindrot.org/openssh.git" LICENSE="BSD GPL-2" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="" IUSE="abi_mips_n32 audit bindist debug kerberos kernel_linux ldns libedit libressl livecd pam +pie selinux +ssl static test X" RESTRICT="!test? ( test )" REQUIRED_USE="ldns? ( ssl ) diff --git a/net-p2p/yggdrasil-go/metadata.xml b/net-p2p/yggdrasil-go/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer type="person"> + <email>contact@hacktivis.me</email> + <name>Haelwenn (lanodan) Monnier</name> +</maintainer> +</pkgmetadata> diff --git a/net-p2p/yggdrasil-go/yggdrasil-go-9999.ebuild b/net-p2p/yggdrasil-go/yggdrasil-go-9999.ebuild @@ -0,0 +1,14 @@ +# Copyright 2018 Haelwenn (lanodan) Monnier <contact@hacktivis.me> +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit golang-build git-r3 + +DESCRIPTION="An experiment in scalable routing as an encrypted IPv6 overlay network" +HOMEPAGE="https://yggdrasil-network.github.io/" +EGIT_REPO_URI="git://github.com/yggdrasil-network/yggdrasil-go.git" +SLOT="0" +LICENSE="LGPL-3_linking-exception" + +EGO_PN="."