From: Amadeusz Żołnowski Date: Sat, 2 Jul 2016 20:46:24 +0000 (+0100) Subject: app-backup/burp: Correct permissions X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=9f367ab90f56e5dbcfde65a1cf3ef97498fd7cae;p=gentoo.git app-backup/burp: Correct permissions Remove autoupgrade configuration. Package-Manager: portage-2.3.0 --- diff --git a/app-backup/burp/burp-1.4.40-r3.ebuild b/app-backup/burp/burp-1.4.40-r3.ebuild new file mode 100644 index 000000000000..f7cbc6640b3a --- /dev/null +++ b/app-backup/burp/burp-1.4.40-r3.ebuild @@ -0,0 +1,116 @@ +# 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 +