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 B3179138334 for ; Fri, 26 Apr 2019 02:02:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8BA6DE08D3; Fri, 26 Apr 2019 02:02:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 57E14E08D3 for ; Fri, 26 Apr 2019 02:02:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 311AB34283E for ; Fri, 26 Apr 2019 02:02:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E365574 for ; Fri, 26 Apr 2019 02:02:29 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1556244130.f497d95e96bc047365a6d51dcbc95aab9982c852.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/netbox/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/netbox/netbox-2.5.10-r1.ebuild X-VCS-Directories: www-apps/netbox/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: f497d95e96bc047365a6d51dcbc95aab9982c852 X-VCS-Branch: master Date: Fri, 26 Apr 2019 02:02:29 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9e30fb01-c8bd-47cc-a051-e9d32a73c390 X-Archives-Hash: 4807c7297fee9926218eec1cbffd1096 commit: f497d95e96bc047365a6d51dcbc95aab9982c852 Author: William Hubbs gentoo org> AuthorDate: Fri Apr 26 02:00:52 2019 +0000 Commit: William Hubbs gentoo org> CommitDate: Fri Apr 26 02:02:10 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f497d95e www-apps/netbox: 2.5.10-r1 bump to fix home directory Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: William Hubbs gentoo.org> www-apps/netbox/netbox-2.5.10-r1.ebuild | 107 ++++++++++++++++++++++++++++++++ 1 file changed, 107 insertions(+) diff --git a/www-apps/netbox/netbox-2.5.10-r1.ebuild b/www-apps/netbox/netbox-2.5.10-r1.ebuild new file mode 100644 index 00000000000..c12e3feb2dc --- /dev/null +++ b/www-apps/netbox/netbox-2.5.10-r1.ebuild @@ -0,0 +1,107 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_6 ) +inherit python-single-r1 user readme.gentoo-r1 + +DESCRIPTION="IP address and data center infrastructure management tool" +HOMEPAGE="https://github.com/digitalocean/netbox" +SRC_URI="https://github.com/digitalocean/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" +IUSE="ldap webhooks" + +RDEPEND=">=dev-python/django-2.1.5[${PYTHON_USEDEP}] + >=dev-python/django-cors-headers-2.4.0[${PYTHON_USEDEP}] + >=dev-python/django-debug-toolbar-1.11[${PYTHON_USEDEP}] + >=dev-python/django-filter-2.0.0[${PYTHON_USEDEP}] + >=dev-python/django-mptt-0.9.1[${PYTHON_USEDEP}] + >=dev-python/django-tables2-2.0.3[${PYTHON_USEDEP}] + >=dev-python/django-taggit-0.23.0[${PYTHON_USEDEP}] + >=dev-python/django-taggit-serializer-0.1.7[${PYTHON_USEDEP}] + >=dev-python/django-timezone-field-3.0[${PYTHON_USEDEP}] + >=dev-python/djangorestframework-3.9.0[${PYTHON_USEDEP}] + >=dev-python/drf-yasg-1.14.0[${PYTHON_USEDEP},validation] + >=dev-python/graphviz-0.10.1[${PYTHON_USEDEP}] + >=dev-python/jinja-2.10[${PYTHON_USEDEP}] + >=dev-python/markdown-2.6.11[${PYTHON_USEDEP}] + >=dev-python/netaddr-0.7.19[${PYTHON_USEDEP}] + >=dev-python/pillow-5.3.0[${PYTHON_USEDEP}] + >=dev-python/psycopg-2.7.6.1[${PYTHON_USEDEP}] + >=dev-python/py-gfm-0.1.4[${PYTHON_USEDEP}] + >=dev-python/pycryptodome-3.7.2[${PYTHON_USEDEP}] + www-servers/gunicorn[${PYTHON_USEDEP}] + ldap? ( >=dev-python/django-auth-ldap-1.7[${PYTHON_USEDEP}] ) + webhooks? ( dev-python/django-rq )" +DEPEND="${RDEPEND}" + +PATCHES=( + "${FILESDIR}"/${P}-no-pip.patch + ) + +DISABLE_AUTOFORMATTING=YES +DOC_CONTENTS=" +netbox is installed on your system. However, there are some manual steps +you need to complete. + +If this is a new installation, please follow these instructions: + +From the installation instructions [1], you need to configure postgres +ldap and webhooks if you want to use them. Then, you need to +configure and install a web server. Gunicorn is already installed, so +skip that step. + +Once that is done, you should be able to add the netbox service to the +default runlevel and start it. + +If you have webhooks turned on, you should also add the netbox-rqworker + to the default runlevel and start it. + +The files you need to edit are located in /etc/netbox, not /opt/netbox, +as shown in the installation instructions. + +If this is an upgrade, you just need to stop the netbox service, + run the /opt/netbox/upgrade.sh script, check for new configuration + options in the installation documentation [1] then restart the + service. + +[1] https://netbox.readthedocs.io/en/stable/installation/ +" + +pkg_setup() { + enewgroup ${PN} + enewuser ${PN} -1 -1 /var/lib/${PN} ${PN} +} + +src_install() { + dodir /opt + cp -a ../${P} "${ED}"/opt + dosym ${P} /opt/netbox +dosym ../../etc/netbox/gunicorn_config.py /opt/netbox/gunicorn_config.py + dosym ../../../../etc/netbox/configuration.py \ + /opt/netbox/netbox/netbox/configuration.py + dodir /etc/netbox + insinto /etc/netbox + newins netbox/netbox/configuration.example.py configuration.py + doins "${FILESDIR}"/gunicorn_config.py + fowners -R netbox:netbox /etc/netbox + fperms o= /etc/netbox/configuration.py /etc/netbox/gunicorn_config.py + newinitd "${FILESDIR}"/${PN}.initd ${PN} + use webhooks && + newinitd "${FILESDIR}"/${PN}-rqworker.initd ${PN}-rqworker + readme.gentoo_create_doc +} + +pkg_postinst() { + readme.gentoo_print_elog + local r + for r in $REPLACING_VERSIONS; do + if [[ $r = "2.5.10" ]]; then + ewarn "The home directory of the netbox user is now /var/lib/netbox" + ewarn "Please adjust your system." + fi + done +}