From: "Virgil Dupras" <vdupras@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/zerotier/
Date: Mon, 15 Oct 2018 20:00:11 +0000 (UTC) [thread overview]
Message-ID: <1539633577.b4a23e57a82a963d9b7d3855075e616c522fc778.vdupras@gentoo> (raw)
commit: b4a23e57a82a963d9b7d3855075e616c522fc778
Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 15 19:58:53 2018 +0000
Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
CommitDate: Mon Oct 15 19:59:37 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4a23e57
net-misc/zerotier: remove old
Signed-off-by: Virgil Dupras <vdupras <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
net-misc/zerotier/Manifest | 2 --
net-misc/zerotier/zerotier-1.2.4-r1.ebuild | 42 ----------------------------
net-misc/zerotier/zerotier-1.2.4.ebuild | 42 ----------------------------
net-misc/zerotier/zerotier-1.2.8.ebuild | 45 ------------------------------
4 files changed, 131 deletions(-)
diff --git a/net-misc/zerotier/Manifest b/net-misc/zerotier/Manifest
index 7ee92be6c73..4df318d310e 100644
--- a/net-misc/zerotier/Manifest
+++ b/net-misc/zerotier/Manifest
@@ -1,3 +1 @@
DIST zerotier-1.2.12.tar.gz 6058902 BLAKE2B 851d0d871fac7f6cdd9feafb375f97181f9155c265f13e44122424bd7adcaff10e3f2c2a4484d2e2ad1f4f2f174fc723681451c1a728c9aa324bdcb02300af57 SHA512 a35029993d9266f3529a9922daa606b0d56a332514545f8cfab2092a4c9db4fc7217223f3bd7dbe59e536de325ee9b4f0226d673c0f0ec5859cf2937e8a4a2d4
-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/zerotier-1.2.4-r1.ebuild b/net-misc/zerotier/zerotier-1.2.4-r1.ebuild
deleted file mode 100644
index bd328bd2429..00000000000
--- a/net-misc/zerotier/zerotier-1.2.4-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit flag-o-matic toolchain-funcs systemd
-
-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="
- net-libs/miniupnpc
- net-libs/libnatpmp
- dev-libs/json-glib
- net-libs/http-parser"
-
-DEPEND="${RDEPEND}
- >=sys-devel/gcc-4.9.3"
-
-QA_PRESTRIPPED="/usr/sbin/zerotier-one"
-
-DOCS=( README.md AUTHORS.md )
-
-src_compile() {
- append-ldflags -Wl,-z,noexecstack
- emake CXX="$(tc-getCXX)" one
-}
-
-src_install() {
- default
-
- newinitd "${FILESDIR}/${PN}.init" "${PN}"
- systemd_dounit "${FILESDIR}/${PN}.service"
- doman "${S}/doc/zerotier-"{cli.1,idtool.1,one.8}
-}
diff --git a/net-misc/zerotier/zerotier-1.2.4.ebuild b/net-misc/zerotier/zerotier-1.2.4.ebuild
deleted file mode 100644
index 9150c0a9105..00000000000
--- a/net-misc/zerotier/zerotier-1.2.4.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit flag-o-matic toolchain-funcs systemd
-
-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 -> zerotier-${PV}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-S="${WORKDIR}/ZeroTierOne-${PV}"
-
-RDEPEND="
- net-libs/miniupnpc
- net-libs/libnatpmp
- dev-libs/json-glib
- net-libs/http-parser"
-
-DEPEND="${RDEPEND}
- >=sys-devel/gcc-4.9.3"
-
-QA_PRESTRIPPED="/usr/sbin/zerotier-one"
-
-DOCS=( README.md AUTHORS.md )
-
-src_compile() {
- append-ldflags -Wl,-z,noexecstack
- emake CXX="$(tc-getCXX)" one
-}
-
-src_install() {
- default
-
- newinitd "${FILESDIR}/${PN}.init" "${PN}"
- systemd_dounit "${FILESDIR}/${PN}.service"
- doman "${S}/doc/zerotier-"{cli.1,idtool.1,one.8}
-}
diff --git a/net-misc/zerotier/zerotier-1.2.8.ebuild b/net-misc/zerotier/zerotier-1.2.8.ebuild
deleted file mode 100644
index e77b9a824dd..00000000000
--- a/net-misc/zerotier/zerotier-1.2.8.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# 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
- tc-export AS CC CXX
- emake 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}
-}
next reply other threads:[~2018-10-15 20:00 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-15 20:00 Virgil Dupras [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-09 7:54 [gentoo-commits] repo/gentoo:master commit in: net-misc/zerotier/ Sam James
2024-10-31 9:28 Yixun Lan
2024-10-31 9:28 Yixun Lan
2024-09-13 7:51 Yixun Lan
2024-08-12 8:56 Yixun Lan
2024-05-22 3:06 Yixun Lan
2023-11-13 23:34 Yixun Lan
2023-10-28 0:24 Sam James
2023-08-11 9:42 Ulrich Müller
2023-07-27 9:08 Sam James
2022-08-26 6:29 Yixun Lan
2021-04-12 19:27 Lars Wendler
2021-04-12 18:12 Lars Wendler
2021-04-12 16:55 Lars Wendler
2021-04-12 16:41 Lars Wendler
2021-02-06 15:32 Lars Wendler
2021-01-25 20:21 Lars Wendler
2020-02-26 18:25 Andreas Sturmlechner
2020-02-26 16:17 Joonas Niilola
2019-04-21 3:26 Anthony G. Basile
2018-12-09 0:02 Anthony G. Basile
2018-10-15 20:00 Virgil Dupras
2018-09-25 12:00 Jeroen Roovers
2018-05-16 7:26 Michał Górny
2018-02-12 8:14 Patrice Clement
2018-02-07 9:29 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1539633577.b4a23e57a82a963d9b7d3855075e616c522fc778.vdupras@gentoo \
--to=vdupras@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox