Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 440290 Details for
Bug 588324
net-misc/zerotier: software-based managed Ethernet switch
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
zerotier-1.1.8.ebuild
zerotier-1.1.8.ebuild (text/plain), 1.24 KB, created by
Neil Bothwick
on 2016-07-10 15:35:27 UTC
(
hide
)
Description:
zerotier-1.1.8.ebuild
Filename:
MIME Type:
Creator:
Neil Bothwick
Created:
2016-07-10 15:35:27 UTC
Size:
1.24 KB
patch
obsolete
># Copyright 1999-2016 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Id$ > >EAPI="6" > >inherit 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 > https://github.com/stfw/zt-manpages/archive/${PV}.tar.gz -> zt-manpages-${PV}.tar.gz" >LICENSE="GPL-3" >SLOT="0" >KEYWORDS="~amd64 ~x86" >S="${WORKDIR}/ZeroTierOne-${PV}" > >RDEPEND="net-libs/http-parser > net-libs/miniupnpc > net-libs/libnatpmp > dev-libs/json-glib" >DEPEND="${RDEPEND}" > >QA_PRESTRIPPED="/usr/sbin/zerotier-one" > >src_prepare(){ > default > sed -i 's:^\t\(.*/usr/share/man/man.*\):\t#\1:' make-linux.mk || die >} > >src_compile() { > emake one >} > >src_install() { > emake DESTDIR="${D}" install > dodoc README.md AUTHORS.md > doinitd "${FILESDIR}"/zerotier-one > systemd_dounit "${FILESDIR}"/zerotier-one.service > doman "${WORKDIR}/zt-manpages-${PV}"/*.? >} > >pkg_postinst() { > elog "If you previously had ZeroTier-One installed from their generic" > elog "script, you may need to rejoin your network(s) with" > elog "" > elog "\"zerotier-cli join <network>\"" > elog "" > elog "and then re-authorise the host on the web interface." >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 588324
:
440048
|
440050
|
440120
|
440162
|
440166
|
440168
|
440184
|
440290
|
440626
|
462930
|
467638
|
470998
|
478440