From 4b23af00c3b7d9dd6b2099541fe01561edb25262 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Amadeusz=20=C5=BBo=C5=82nowski?= Date: Thu, 30 Jun 2016 23:54:13 +0100 Subject: [PATCH] app-backup/burp: Move scripts out of /etc Burp needs /etc/burp directory to be writable for its daemon (at least first time it runs). On the other hand an executable cannot be placed into a group-writable directory and this is where Burp scripts are installed by default. Move all scripts to /usr/share/burp/scripts. /etc is not a good place for scripts anyway. Gentoo-Bug: 562470 Package-Manager: portage-2.3.0 --- app-backup/burp/burp-1.4.40-r2.ebuild | 108 ++++++++++++++++++++++++++ app-backup/burp/files/burp.initd | 7 +- 2 files changed, 112 insertions(+), 3 deletions(-) create mode 100644 app-backup/burp/burp-1.4.40-r2.ebuild diff --git a/app-backup/burp/burp-1.4.40-r2.ebuild b/app-backup/burp/burp-1.4.40-r2.ebuild new file mode 100644 index 000000000000..da09df4e23e9 --- /dev/null +++ b/app-backup/burp/burp-1.4.40-r2.ebuild @@ -0,0 +1,108 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit autotools eutils user + +DESCRIPTION="Network backup and restore client and server for Unix and Windows" +HOMEPAGE="http://burp.grke.org/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2 + http://burp.grke.org/downloads/${P}/${P}.tar.bz2" + +LICENSE="AGPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="acl afs ipv6 libressl nls tcpd xattr" + +DEPEND=" + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) + dev-libs/uthash + sys-libs/libcap +