diff options
author | Virgil Dupras <vdupras@gentoo.org> | 2018-10-15 15:58:53 -0400 |
---|---|---|
committer | Virgil Dupras <vdupras@gentoo.org> | 2018-10-15 15:59:37 -0400 |
commit | b4a23e57a82a963d9b7d3855075e616c522fc778 (patch) | |
tree | d6b167cfa7cac7f136cccd4c88453e21e808a314 /net-misc/zerotier | |
parent | net-misc/zerotier: bump version to 1.2.12 (diff) | |
download | gentoo-b4a23e57a82a963d9b7d3855075e616c522fc778.tar.gz gentoo-b4a23e57a82a963d9b7d3855075e616c522fc778.tar.bz2 gentoo-b4a23e57a82a963d9b7d3855075e616c522fc778.zip |
net-misc/zerotier: remove old
Signed-off-by: Virgil Dupras <vdupras@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'net-misc/zerotier')
-rw-r--r-- | net-misc/zerotier/Manifest | 2 | ||||
-rw-r--r-- | net-misc/zerotier/zerotier-1.2.4-r1.ebuild | 42 | ||||
-rw-r--r-- | net-misc/zerotier/zerotier-1.2.4.ebuild | 42 | ||||
-rw-r--r-- | net-misc/zerotier/zerotier-1.2.8.ebuild | 45 |
4 files changed, 0 insertions, 131 deletions
diff --git a/net-misc/zerotier/Manifest b/net-misc/zerotier/Manifest index 7ee92be6c730..4df318d310ec 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 bd328bd24296..000000000000 --- 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 9150c0a91052..000000000000 --- 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 e77b9a824dd8..000000000000 --- 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} -} |