public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Amadeusz Piotr Żołnowski" <aidecoe@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/burp/
Date: Mon, 26 Sep 2016 20:35:59 +0000 (UTC)	[thread overview]
Message-ID: <1474922128.af571f128815fae9ec025ebe53db40909daf68cd.aidecoe@gentoo> (raw)

commit:     af571f128815fae9ec025ebe53db40909daf68cd
Author:     Amadeusz Żołnowski <aidecoe <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 26 20:03:51 2016 +0000
Commit:     Amadeusz Piotr Żołnowski <aidecoe <AT> gentoo <DOT> org>
CommitDate: Mon Sep 26 20:35:28 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af571f12

app-backup/burp: Remove oldest revision of 1.4.40

Package-Manager: portage-2.3.1

 app-backup/burp/burp-1.4.40-r1.ebuild | 97 -----------------------------------
 1 file changed, 97 deletions(-)

diff --git a/app-backup/burp/burp-1.4.40-r1.ebuild b/app-backup/burp/burp-1.4.40-r1.ebuild
deleted file mode 100644
index 3d0215c..00000000
--- a/app-backup/burp/burp-1.4.40-r1.ebuild
+++ /dev/null
@@ -1,97 +0,0 @@
-# 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
-	~net-libs/librsync-0.9.7
-	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
-}
-
-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 /var/spool/burp
-	fperms 0775 /etc/burp /var/spool/burp
-	fowners root:burp /etc/burp/clientconfdir
-	fperms 0750 /etc/burp/clientconfdir
-	fowners root:burp /etc/burp/burp-server.conf
-	fperms 0640 /etc/burp/burp-server.conf
-
-	newinitd "${FILESDIR}"/${PN}.initd ${PN}
-	dodoc docs/*
-
-	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
-}


             reply	other threads:[~2016-09-26 20:36 UTC|newest]

Thread overview: 84+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-26 20:35 Amadeusz Piotr Żołnowski [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-11-22 17:44 [gentoo-commits] repo/gentoo:master commit in: app-backup/burp/ Sam James
2023-05-07  7:22 Joonas Niilola
2023-04-19  1:07 Sam James
2023-04-19  1:07 Sam James
2022-12-24 18:19 Arthur Zamarin
2022-12-24 18:05 Arthur Zamarin
2022-12-24  7:03 Sam James
2022-12-03  8:10 Sam James
2022-12-03  8:10 Sam James
2022-10-24  7:27 Joonas Niilola
2022-10-24  7:27 Joonas Niilola
2022-02-23  4:05 Sam James
2022-02-18  7:40 Agostino Sarubbo
2022-02-18  7:39 Agostino Sarubbo
2022-01-25  8:50 Jakov Smolić
2022-01-25  8:50 Jakov Smolić
2022-01-15  9:31 Joonas Niilola
2022-01-15  9:31 Joonas Niilola
2022-01-15  9:31 Joonas Niilola
2021-04-30 17:32 Mikle Kolyada
2020-11-11 12:47 Marek Szuba
2020-11-10 17:53 Marek Szuba
2020-11-09 12:19 Marek Szuba
2020-11-05 13:00 Marek Szuba
2020-09-07 12:07 Marek Szuba
2020-09-05 19:44 Marek Szuba
2020-08-24 17:19 Marek Szuba
2020-07-25 10:31 Marek Szuba
2020-07-25 10:31 Marek Szuba
2020-03-20  9:04 Agostino Sarubbo
2020-03-20  8:59 Agostino Sarubbo
2019-10-08 14:57 Marek Szuba
2019-10-08 14:57 Marek Szuba
2019-07-30 10:11 Sven Wegener
2019-07-05 10:13 Agostino Sarubbo
2019-07-04 12:33 Agostino Sarubbo
2019-07-01 11:24 Marek Szuba
2019-03-28  9:40 Marek Szuba
2019-03-27 23:44 Thomas Deutschmann
2019-03-27 20:04 Agostino Sarubbo
2019-03-25 14:16 Marek Szuba
2019-03-25 14:16 Marek Szuba
2018-06-12  9:19 Marek Szuba
2018-05-27 14:14 Thomas Deutschmann
2018-05-25 10:21 Marek Szuba
2018-05-18 14:44 Agostino Sarubbo
2018-04-18 13:22 Marek Szuba
2018-02-15 16:31 Marek Szuba
2018-01-05 11:09 Marek Szuba
2017-12-21 14:52 Marek Szuba
2017-11-17  9:16 Marek Szuba
2017-10-11 20:52 Marek Szuba
2017-07-10 12:20 Marek Szuba
2017-07-10 12:20 Marek Szuba
2017-06-14 19:48 Markus Meier
2017-06-14 19:48 Markus Meier
2017-06-06  9:18 Marek Szuba
2017-06-06  9:18 Marek Szuba
2017-06-01  9:13 Agostino Sarubbo
2017-05-31 13:46 Marek Szuba
2017-05-31 13:46 Marek Szuba
2017-05-31  7:34 Marek Szuba
2017-04-27 14:02 Marek Szuba
2017-04-03 11:41 Marek Szuba
2016-07-10 19:47 Amadeusz Piotr Żołnowski
2016-07-02 21:38 Amadeusz Piotr Żołnowski
2016-07-02 21:32 Amadeusz Piotr Żołnowski
2016-07-02 21:32 Amadeusz Piotr Żołnowski
2016-06-17 21:16 Amadeusz Piotr Żołnowski
2016-03-22  0:27 Anthony G. Basile
2016-01-20 20:53 Amadeusz Piotr Żołnowski
2016-01-18 17:08 Agostino Sarubbo
2016-01-18 17:06 Agostino Sarubbo
2016-01-17 16:48 Amadeusz Piotr Żołnowski
2016-01-17 14:50 Amadeusz Piotr Żołnowski
2015-09-25 14:43 Agostino Sarubbo
2015-09-24 13:19 Agostino Sarubbo
2015-08-30 16:47 Amadeusz Żołnowski
2015-08-18  8:43 Amadeusz Żołnowski
2015-08-17 21:48 Amadeusz Żołnowski
2015-08-16 23:53 Amadeusz Żołnowski
2015-08-16 23:53 Amadeusz Żołnowski
2015-08-16 23:53 Amadeusz Żołnowski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1474922128.af571f128815fae9ec025ebe53db40909daf68cd.aidecoe@gentoo \
    --to=aidecoe@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox