From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-953025-garchives=archives.gentoo.org@lists.gentoo.org> 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 CE5CD139694 for <garchives@archives.gentoo.org>; Wed, 31 May 2017 13:46:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B19DE0EDC; Wed, 31 May 2017 13:46:11 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 49079E0EDC for <gentoo-commits@lists.gentoo.org>; Wed, 31 May 2017 13:46:11 +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 4B4AD34174C for <gentoo-commits@lists.gentoo.org>; Wed, 31 May 2017 13:46:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6BEC745E for <gentoo-commits@lists.gentoo.org>; Wed, 31 May 2017 13:46:07 +0000 (UTC) From: "Marek Szuba" <marecki@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" <marecki@gentoo.org> Message-ID: <1496238357.4128d28383432ea825a1eb297f95ffb3463f2448.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/burp/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-backup/burp/burp-1.4.40-r6.ebuild X-VCS-Directories: app-backup/burp/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 4128d28383432ea825a1eb297f95ffb3463f2448 X-VCS-Branch: master Date: Wed, 31 May 2017 13:46:07 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 13967677-f5bc-4763-a1ab-f2fc5aef9dd7 X-Archives-Hash: 857a823b5a9bf3102e466ebf24618631 commit: 4128d28383432ea825a1eb297f95ffb3463f2448 Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Wed May 31 13:09:38 2017 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Wed May 31 13:45:57 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4128d283 app-backup/burp: remove old unstable revision Package-Manager: Portage-2.3.5, Repoman-2.3.1 app-backup/burp/burp-1.4.40-r6.ebuild | 115 ---------------------------------- 1 file changed, 115 deletions(-) diff --git a/app-backup/burp/burp-1.4.40-r6.ebuild b/app-backup/burp/burp-1.4.40-r6.ebuild deleted file mode 100644 index d658d876bac..00000000000 --- a/app-backup/burp/burp-1.4.40-r6.ebuild +++ /dev/null @@ -1,115 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -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 - >net-libs/librsync-2.0.0:0= - sys-libs/ncurses:0= - sys-libs/zlib - acl? ( sys-apps/acl ) - afs? ( net-fs/openafs ) - nls? ( sys-devel/gettext ) - tcpd? ( sys-apps/tcp-wrappers ) - xattr? ( sys-apps/attr ) - " -RDEPEND="${DEPEND} - virtual/logger - " - -DOCS=( CONTRIBUTORS DONATIONS UPGRADING ) -PATCHES=( - "${FILESDIR}/${PV}-non-zero-or-build-failure.patch" - "${FILESDIR}/${PV}-bedup-conf-path.patch" - "${FILESDIR}/${PV}-tinfo.patch" - ) - -pkg_setup() { - enewgroup "${PN}" - enewuser "${PN}" -1 "" "" "${PN}" -} - -src_prepare() { - epatch "${PATCHES[@]}" - eautoreconf - sed -e '/autoupgrade/d' -i "${S}"/Makefile.in || die - rm "${S}"/docs/autoupgrade.txt || die -} - -src_configure() { - local myeconfargs=( - --sbindir=/usr/sbin - --sysconfdir=/etc/burp - --enable-largefile - $(use_enable acl) - $(use_enable afs) - $(use_enable ipv6) - $(use_enable nls) - $(use_enable xattr) - $(use_with tcpd tcp-wrappers) - ) - econf "${myeconfargs[@]}" -} - -src_install() { - default - - fowners root:burp /etc/burp - fperms 0775 /etc/burp - fowners root:burp /etc/burp/burp-server.conf - fperms 0640 /etc/burp/burp-server.conf - fowners root:burp /etc/burp/clientconfdir - fperms 0750 /etc/burp/clientconfdir - fowners root:burp /var/spool/burp - fperms 0770 /var/spool/burp - - newinitd "${FILESDIR}"/${PN}.initd ${PN} - dodoc docs/* - - local scripts_dir=/usr/share/burp/scripts - dodir "${scripts_dir}" - local script - for script in notify_script ssl_extra_checks_script summary_script \ - timer_script; do - mv "${D}etc/burp/${script}" "${D}${scripts_dir}/" || die - sed -r \ - -e "s|(=\\s*)/etc/burp/${script}\\s*$|\1${scripts_dir}/${script}|" \ - -i "${D}etc/burp/burp-server.conf" \ - || die - done - - sed -e '/autoupgrade/d' -i "${D}etc/burp/burp.conf" || die - sed -e '/autoupgrade/,+1d' -i "${D}etc/burp/burp-server.conf" || die - - sed -e 's|^# user=graham|user = burp|' \ - -e 's|^# group=nogroup|group = burp|' \ - -e 's|^pidfile = .*|lockfile = /run/lock/burp/server.lock|' \ - -i "${D}etc/burp/burp-server.conf" || die -} - -pkg_postinst() { - if [[ ! -e /etc/burp/CA/index.txt ]]; then - elog "At first run burp server will generate DH parameters and SSL" - elog "certificates. You should adjust configuration before." - elog "Server configuration is located at" - elog "" - elog " /etc/burp/burp-server.conf" - elog "" - fi -}