From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 43F9D1382C5 for ; Wed, 16 May 2018 07:27:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44AB4E0938; Wed, 16 May 2018 07:27:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 0E1C9E0938 for ; Wed, 16 May 2018 07:27:02 +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 9B8C2335C75 for ; Wed, 16 May 2018 07:27:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD2992A6 for ; Wed, 16 May 2018 07:26:57 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1526455577.665b515a32ba896e74be89ae2ca7c2e7ab627f2c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/zerotier/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/zerotier/Manifest net-misc/zerotier/metadata.xml net-misc/zerotier/zerotier-1.2.8.ebuild X-VCS-Directories: net-misc/zerotier/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 665b515a32ba896e74be89ae2ca7c2e7ab627f2c X-VCS-Branch: master Date: Wed, 16 May 2018 07:26:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2fe1d9c0-129b-4553-8ddc-877274d85dc6 X-Archives-Hash: 3c541183749c3ff0f5b93812151c37ba commit: 665b515a32ba896e74be89ae2ca7c2e7ab627f2c Author: lramage94 openmailbox org> AuthorDate: Wed May 9 02:08:45 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed May 16 07:26:17 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=665b515a net-misc/zerotier: bump version to 1.2.8 Closes: https://github.com/gentoo/gentoo/pull/8311 Package-Manager: Portage-2.3.24, Repoman-2.3.6 net-misc/zerotier/Manifest | 1 + net-misc/zerotier/metadata.xml | 1 + net-misc/zerotier/zerotier-1.2.8.ebuild | 44 +++++++++++++++++++++++++++++++++ 3 files changed, 46 insertions(+) diff --git a/net-misc/zerotier/Manifest b/net-misc/zerotier/Manifest index 7a51cf8da72..74639c849a9 100644 --- a/net-misc/zerotier/Manifest +++ b/net-misc/zerotier/Manifest @@ -1 +1,2 @@ DIST zerotier-1.2.4.tar.gz 7963254 BLAKE2B 0c79533429e7aab8dc0a93d46ace132b168b6d83276e72cd66c72660d4e44a5336a91c011404690301de0b5ef4b45f857b340f38cd195d6479b480d3a62b7abf SHA512 82adb110208d24ae2745e3839810afcac87955de050ebfe0517a7dc2a875881dafd40c1b16a041742d8c4d0f6513abcc71d6ea3e06c2fb89b47be2630a500363 +DIST zerotier-1.2.8.tar.gz 6009764 BLAKE2B 740b58888f6ce2808608867618df517996d423c61d2ab71f387405bb2528ac5edc6a890b9a7249eebe5d62be58e237362692c13725f0c5313b45102f5fc4824a SHA512 a97a8ff0e5050294fd8d56e74b5dd320b77822242ed4d43919c62a361ccbe1837417cba07d4114c91e277816f60bf47d226f37f816278bfd96505b752ef5d5ff diff --git a/net-misc/zerotier/metadata.xml b/net-misc/zerotier/metadata.xml index a4b0e41d3e7..9ba830b73cc 100644 --- a/net-misc/zerotier/metadata.xml +++ b/net-misc/zerotier/metadata.xml @@ -10,6 +10,7 @@ Proxy Maintainers + https://github.com/zerotier/ZeroTierOne/raw/master/RELEASE-NOTES.md zerotier/ZeroTierOne diff --git a/net-misc/zerotier/zerotier-1.2.8.ebuild b/net-misc/zerotier/zerotier-1.2.8.ebuild new file mode 100644 index 00000000000..7d2f788b42e --- /dev/null +++ b/net-misc/zerotier/zerotier-1.2.8.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit flag-o-matic systemd toolchain-funcs + +HOMEPAGE="https://www.zerotier.com/" +DESCRIPTION="A software-based managed Ethernet switch for planet Earth" +SRC_URI="https://github.com/zerotier/ZeroTierOne/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +S="${WORKDIR}/ZeroTierOne-${PV}" + +RDEPEND=" + dev-libs/json-glib:= + net-libs/http-parser:= + net-libs/libnatpmp:= + net-libs/miniupnpc:=" + +DEPEND="${RDEPEND}" + +DOCS=( README.md AUTHORS.md ) + +src_compile() { + append-ldflags -Wl,-z,noexecstack + emake CXX="$(tc-getCXX)" STRIP=: one +} + +src_test() { + emake selftest + ./zerotier-selftest || die +} + +src_install() { + default + + newinitd "${FILESDIR}/${PN}".init "${PN}" + systemd_dounit "${FILESDIR}/${PN}".service + doman doc/zerotier-{cli.1,idtool.1,one.8} +}