diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-05-07 06:23:37 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-05-07 06:23:37 +0000 |
commit | 232c76fe5cf9bec1d80e8bc5ea4c36cec8b3a2f1 (patch) | |
tree | dc55d559f1e0dbc04ac792b87e1033d729efa0bb /app-backup | |
parent | Stable for HPPA (bug #316675). (diff) | |
download | gentoo-2-232c76fe5cf9bec1d80e8bc5ea4c36cec8b3a2f1.tar.gz gentoo-2-232c76fe5cf9bec1d80e8bc5ea4c36cec8b3a2f1.tar.bz2 gentoo-2-232c76fe5cf9bec1d80e8bc5ea4c36cec8b3a2f1.zip |
Version bump (bug #205558).
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'app-backup')
-rw-r--r-- | app-backup/boxbackup/ChangeLog | 8 | ||||
-rw-r--r-- | app-backup/boxbackup/boxbackup-0.11_rc8.ebuild | 74 | ||||
-rw-r--r-- | app-backup/boxbackup/files/boxbackup-0.11_rc8-testbbackupd.patch | 11 |
3 files changed, 92 insertions, 1 deletions
diff --git a/app-backup/boxbackup/ChangeLog b/app-backup/boxbackup/ChangeLog index 5c0b2bd218f6..f5467fefb295 100644 --- a/app-backup/boxbackup/ChangeLog +++ b/app-backup/boxbackup/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-backup/boxbackup # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/boxbackup/ChangeLog,v 1.20 2010/01/03 00:06:09 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/boxbackup/ChangeLog,v 1.21 2010/05/07 06:23:37 jer Exp $ + +*boxbackup-0.11_rc8 (07 May 2010) + + 07 May 2010; Jeroen Roovers <jer@gentoo.org> +boxbackup-0.11_rc8.ebuild, + +files/boxbackup-0.11_rc8-testbbackupd.patch: + Version bump (bug #205558). 03 Jan 2010; Diego E. Pettenò <flameeyes@gentoo.org> boxbackup-0.10.ebuild: diff --git a/app-backup/boxbackup/boxbackup-0.11_rc8.ebuild b/app-backup/boxbackup/boxbackup-0.11_rc8.ebuild new file mode 100644 index 000000000000..d0f80eb3d493 --- /dev/null +++ b/app-backup/boxbackup/boxbackup-0.11_rc8.ebuild @@ -0,0 +1,74 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-backup/boxbackup/boxbackup-0.11_rc8.ebuild,v 1.1 2010/05/07 06:23:37 jer Exp $ + +EAPI="2" + +inherit eutils autotools + +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" +DEPEND="sys-libs/zlib + sys-libs/db + >=dev-libs/openssl-0.9.7 + >=dev-lang/perl-5.6" +RDEPEND="${DEPEND} + virtual/mta" + +S="${WORKDIR}/${P/_/}" + +src_prepare() { + epatch "${FILESDIR}"/${P}-testbbackupd.patch +} + +src_compile() { + # bug #299411 + emake -j1 || die +} + +src_install() { + make DESTDIR="${D}" install || die "install failed" + make DESTDIR="${D}" install-backup-client || die "client install failed" + use client-only || \ + make 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 + + # 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 +} diff --git a/app-backup/boxbackup/files/boxbackup-0.11_rc8-testbbackupd.patch b/app-backup/boxbackup/files/boxbackup-0.11_rc8-testbbackupd.patch new file mode 100644 index 000000000000..12a6825cc759 --- /dev/null +++ b/app-backup/boxbackup/files/boxbackup-0.11_rc8-testbbackupd.patch @@ -0,0 +1,11 @@ +--- a/test/bbackupd/testbbackupd.cpp 2010-05-01 15:52:27.000000000 +0200 ++++ b/test/bbackupd/testbbackupd.cpp 2010-05-07 07:12:42.000000000 +0200 +@@ -1176,7 +1176,7 @@ + std::string touchfile = + "testfiles/TestDir1/spacetest/d1/touch-me"; + +- fd = open(touchfile.c_str(), O_CREAT | O_WRONLY); ++ fd = open(touchfile.c_str(), O_CREAT | O_WRONLY, 700); + TEST_THAT(fd > 0); + // write again, to update the file's timestamp + TEST_EQUAL_LINE(sizeof(buffer), |