logo

overlay

My (experimental) gentoo overlay
commit: 45f0cb287e6354411053a93ce343cbfa059930be
parent: 13f3c809a52cbc6057a8d7d23fd95d04fbcfd4fc
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Thu, 18 Oct 2018 23:59:10 +0200

net-p2p/yggdrasil-go: Forgot to git reset

Diffstat:

Dnet-p2p/yggdrasil-go/metadata.xml8--------
Dnet-p2p/yggdrasil-go/yggdrasil-go-9999.ebuild14--------------
2 files changed, 0 insertions(+), 22 deletions(-)

diff --git a/net-p2p/yggdrasil-go/metadata.xml b/net-p2p/yggdrasil-go/metadata.xml @@ -1,8 +0,0 @@ -<?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 @@ -1,14 +0,0 @@ -# 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="."