net-misc/zerotier: remove old
authorVirgil Dupras <vdupras@gentoo.org>
Mon, 15 Oct 2018 19:58:53 +0000 (15:58 -0400)
committerVirgil Dupras <vdupras@gentoo.org>
Mon, 15 Oct 2018 19:59:37 +0000 (15:59 -0400)
Signed-off-by: Virgil Dupras <vdupras@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

net-misc/zerotier/Manifest
net-misc/zerotier/zerotier-1.2.4-r1.ebuild [deleted file]
net-misc/zerotier/zerotier-1.2.4.ebuild [deleted file]
net-misc/zerotier/zerotier-1.2.8.ebuild [deleted file]

index 7ee92be6c730305c98a6e76f963c37843d36a663..4df318d310eccd0704e316d7f9c8f257868f3ee4 100644 (file)
@@ -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 (file)
index bd328bd..0000000
+++ /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 (file)
index 9150c0a..0000000
+++ /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 (file)
index e77b9a8..0000000
+++ /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}
-}