* [gentoo-commits] repo/gentoo:master commit in: app-backup/boxbackup/
@ 2016-03-22 0:24 Anthony G. Basile
0 siblings, 0 replies; 4+ messages in thread
From: Anthony G. Basile @ 2016-03-22 0:24 UTC (permalink / raw
To: gentoo-commits
commit: 97233afb649bf2f965e6753745b1d118125649de
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 22 00:24:31 2016 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Tue Mar 22 00:24:46 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97233afb
app-backup/boxbackup: add libressl support
Package-Manager: portage-2.2.26
app-backup/boxbackup/boxbackup-0.11.1.ebuild | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/app-backup/boxbackup/boxbackup-0.11.1.ebuild b/app-backup/boxbackup/boxbackup-0.11.1.ebuild
index 55bf9cb..f3b4419 100644
--- a/app-backup/boxbackup/boxbackup-0.11.1.ebuild
+++ b/app-backup/boxbackup/boxbackup-0.11.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI="2"
+EAPI="5"
inherit eutils user
@@ -13,10 +13,11 @@ SRC_URI="http://boxbackup.org/svn/box/packages/${P/_/}.tgz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 x86 ~ppc-macos ~x86-macos"
-IUSE="client-only"
+IUSE="client-only libressl"
DEPEND="sys-libs/zlib
- sys-libs/db
- >=dev-libs/openssl-0.9.7
+ sys-libs/db:=
+ !libressl? ( dev-libs/openssl:0= )
+ libressl? ( dev-libs/libressl:0= )
>=dev-lang/perl-5.6"
RDEPEND="${DEPEND}
virtual/mta"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-backup/boxbackup/
@ 2016-04-26 0:08 Austin English
0 siblings, 0 replies; 4+ messages in thread
From: Austin English @ 2016-04-26 0:08 UTC (permalink / raw
To: gentoo-commits
commit: 51c5a2db360908ae432e1a502375f7fef8c1ea4f
Author: Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 26 00:08:24 2016 +0000
Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Tue Apr 26 00:08:24 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51c5a2db
app-backup/boxbackup: remove boxbackup-0.11.1
app-backup/boxbackup/boxbackup-0.11.1.ebuild | 76 ----------------------------
1 file changed, 76 deletions(-)
diff --git a/app-backup/boxbackup/boxbackup-0.11.1.ebuild b/app-backup/boxbackup/boxbackup-0.11.1.ebuild
deleted file mode 100644
index f3b4419..0000000
--- a/app-backup/boxbackup/boxbackup-0.11.1.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit eutils user
-
-DESCRIPTION="A completely automatic on-line backup system"
-HOMEPAGE="http://boxbackup.org/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
-SRC_URI="http://boxbackup.org/svn/box/packages/${P/_/}.tgz"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86 ~ppc-macos ~x86-macos"
-IUSE="client-only libressl"
-DEPEND="sys-libs/zlib
- sys-libs/db:=
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )
- >=dev-lang/perl-5.6"
-RDEPEND="${DEPEND}
- virtual/mta"
-
-S="${WORKDIR}/${P/_/}"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-0.11_rc8-testbbackupd.patch
-}
-
-src_compile() {
- # bug #299411
- emake -j1 || die
-}
-
-src_install() {
- emake -j1 DESTDIR="${D}" install || die "install failed"
- emake -j1 DESTDIR="${D}" install-backup-client || die "client install failed"
- use client-only || \
- emake -j1 DESTDIR="${D}" install-backup-server || die "server install failed"
-
- dodoc *.txt
- newinitd "${FILESDIR}"/bbackupd.rc bbackupd
- use client-only || \
- newinitd "${FILESDIR}"/bbstored.rc bbstored
-
- keepdir /etc/boxbackup
-
- # apparently new versions have the files in the right location, so this is redundant
- # move executables from /usr/bin to /usr/sbin, as configuration of
- # this is unfortunately not optimal
- #mv "${D%/}${EPREFIX}/usr/bin" "${D%/}${EPREFIX}/usr/sbin" || die "could not move files from bin to sbin"
-}
-
-pkg_preinst() {
- if ! use client-only;
- then
- enewgroup bbstored
- enewuser bbstored -1 -1 -1 bbstored
- fi
-}
-
-pkg_postinst() {
- while read line; do elog "${line}"; done <<EOF
-After configuring the Box Backup client and/or server, you can start
-the daemon using the init scripts /etc/init.d/bbackupd and
-/etc/init.d/bbstored.
-The configuration files can be found in /etc/boxbackup
-
-More information about configuring the client can be found at
-${HOMEPAGE}client.html,
-and more information about configuring the server can be found at
-${HOMEPAGE}server.html.
-EOF
- echo
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-backup/boxbackup/
@ 2017-03-20 12:28 Agostino Sarubbo
0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo @ 2017-03-20 12:28 UTC (permalink / raw
To: gentoo-commits
commit: 843ad98cadc313edf3d1ffca3c93fddd1cc9576f
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 20 12:27:46 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Mar 20 12:27:46 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=843ad98c
app-backup/boxbackup: amd64 stable wrt bug #612974
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
app-backup/boxbackup/boxbackup-0.11.1-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-backup/boxbackup/boxbackup-0.11.1-r2.ebuild b/app-backup/boxbackup/boxbackup-0.11.1-r2.ebuild
index ebc98c2de5e..9d48122397d 100644
--- a/app-backup/boxbackup/boxbackup-0.11.1-r2.ebuild
+++ b/app-backup/boxbackup/boxbackup-0.11.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -13,7 +13,7 @@ SRC_URI="http://boxbackup.org/svn/box/packages/${P/_/}.tgz"
# GPL-2 is included for the init script, bug 425884.
LICENSE="BSD GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~ppc-macos ~x86-macos"
+KEYWORDS="amd64 ~x86 ~ppc-macos ~x86-macos"
IUSE="client-only libressl"
DEPEND="sys-libs/zlib
sys-libs/db:=
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-backup/boxbackup/
@ 2017-03-22 8:37 Michael Palimaka
0 siblings, 0 replies; 4+ messages in thread
From: Michael Palimaka @ 2017-03-22 8:37 UTC (permalink / raw
To: gentoo-commits
commit: 597bd9078b068e983548d911cc5f0ac8e7e84e8c
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 22 08:36:50 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Mar 22 08:37:32 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=597bd907
app-backup/boxbackup: remove 0.11.1-r1
Package-Manager: Portage-2.3.5, Repoman-2.3.2
app-backup/boxbackup/boxbackup-0.11.1-r1.ebuild | 75 -------------------------
1 file changed, 75 deletions(-)
diff --git a/app-backup/boxbackup/boxbackup-0.11.1-r1.ebuild b/app-backup/boxbackup/boxbackup-0.11.1-r1.ebuild
deleted file mode 100644
index 025c24d90e4..00000000000
--- a/app-backup/boxbackup/boxbackup-0.11.1-r1.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit eutils user
-
-DESCRIPTION="A completely automatic on-line backup system"
-HOMEPAGE="http://boxbackup.org/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
-SRC_URI="http://boxbackup.org/svn/box/packages/${P/_/}.tgz"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86 ~ppc-macos ~x86-macos"
-IUSE="client-only libressl"
-DEPEND="sys-libs/zlib
- sys-libs/db:=
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )
- >=dev-lang/perl-5.6"
-RDEPEND="${DEPEND}
- virtual/mta"
-
-S="${WORKDIR}/${P/_/}"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-0.11_rc8-testbbackupd.patch
-}
-
-src_compile() {
- # bug #299411
- emake -j1 || die
-}
-
-src_install() {
- emake -j1 DESTDIR="${D}" install || die "install failed"
- emake -j1 DESTDIR="${D}" install-backup-client || die "client install failed"
- use client-only || \
- emake -j1 DESTDIR="${D}" install-backup-server || die "server install failed"
-
- dodoc *.txt
- newinitd "${FILESDIR}"/bbackupd.rc bbackupd
- use client-only || \
- newinitd "${FILESDIR}"/bbstored.rc bbstored
-
- keepdir /etc/boxbackup
-
- # apparently new versions have the files in the right location, so this is redundant
- # move executables from /usr/bin to /usr/sbin, as configuration of
- # this is unfortunately not optimal
- #mv "${D%/}${EPREFIX}/usr/bin" "${D%/}${EPREFIX}/usr/sbin" || die "could not move files from bin to sbin"
-}
-
-pkg_preinst() {
- if ! use client-only;
- then
- enewgroup bbstored
- enewuser bbstored -1 -1 -1 bbstored
- fi
-}
-
-pkg_postinst() {
- while read line; do elog "${line}"; done <<EOF
-After configuring the Box Backup client and/or server, you can start
-the daemon using the init scripts /etc/init.d/bbackupd and
-/etc/init.d/bbstored.
-The configuration files can be found in /etc/boxbackup
-
-More information about configuring the client can be found at
-${HOMEPAGE}client.html,
-and more information about configuring the server can be found at
-${HOMEPAGE}server.html.
-EOF
- echo
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-03-22 8:37 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-22 0:24 [gentoo-commits] repo/gentoo:master commit in: app-backup/boxbackup/ Anthony G. Basile
-- strict thread matches above, loose matches on Subject: below --
2016-04-26 0:08 Austin English
2017-03-20 12:28 Agostino Sarubbo
2017-03-22 8:37 Michael Palimaka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox