diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-04-19 22:44:55 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-04-19 22:44:55 +0000 |
commit | 9097f150095cfbaf093ef4e6b49fd14f70f5863a (patch) | |
tree | 2f448098149080f23cd5790fc4796a997bd112c6 /app-backup/sarab | |
parent | Remove old. (diff) | |
download | gentoo-2-9097f150095cfbaf093ef4e6b49fd14f70f5863a.tar.gz gentoo-2-9097f150095cfbaf093ef4e6b49fd14f70f5863a.tar.bz2 gentoo-2-9097f150095cfbaf093ef4e6b49fd14f70f5863a.zip |
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'app-backup/sarab')
-rw-r--r-- | app-backup/sarab/ChangeLog | 10 | ||||
-rw-r--r-- | app-backup/sarab/files/0.2.4-better-defaults-gentoo.patch | 23 | ||||
-rw-r--r-- | app-backup/sarab/files/0.2.7-better-defaults-gentoo.patch | 23 | ||||
-rw-r--r-- | app-backup/sarab/sarab-0.2.4.ebuild | 40 | ||||
-rw-r--r-- | app-backup/sarab/sarab-0.2.7.ebuild | 40 |
5 files changed, 8 insertions, 128 deletions
diff --git a/app-backup/sarab/ChangeLog b/app-backup/sarab/ChangeLog index a73f8cf9e284..89391a9c1848 100644 --- a/app-backup/sarab/ChangeLog +++ b/app-backup/sarab/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-backup/sarab -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/sarab/ChangeLog,v 1.15 2014/08/10 01:54:01 patrick Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-backup/sarab/ChangeLog,v 1.16 2015/04/19 22:44:55 mrueg Exp $ + + 19 Apr 2015; Manuel Rüger <mrueg@gentoo.org> + -files/0.2.4-better-defaults-gentoo.patch, + -files/0.2.7-better-defaults-gentoo.patch, -sarab-0.2.4.ebuild, + -sarab-0.2.7.ebuild: + Remove old. 10 Aug 2014; Patrick Lauer <patrick@gentoo.org> sarab-0.2.4.ebuild, sarab-0.2.7.ebuild, sarab-1.0.0.ebuild: diff --git a/app-backup/sarab/files/0.2.4-better-defaults-gentoo.patch b/app-backup/sarab/files/0.2.4-better-defaults-gentoo.patch deleted file mode 100644 index 79603650ba84..000000000000 --- a/app-backup/sarab/files/0.2.4-better-defaults-gentoo.patch +++ /dev/null @@ -1,23 +0,0 @@ -Index: sarab-0.2.4/etc/sarab.conf -=================================================================== ---- sarab-0.2.4.orig/etc/sarab.conf -+++ sarab-0.2.4/etc/sarab.conf -@@ -75,10 +75,10 @@ SECURITY_CONFIG=$SARAB_ETC/sarab.dcf.sec - BASENAME="$(date +'%m-%d-%Y_%H%M')" - - # The location of the DAR executable file --DAR_BINARY="/usr/local/bin/dar" -+DAR_BINARY="/usr/bin/dar" - - # The location of the statically-compiled DAR executable file --DAR_STATIC="/usr/local/bin/dar_static" -+DAR_STATIC="/usr/bin/dar_static" - - # The temporary directory name that backups will be created in. This will be created underneath $DESTINATION. - WORK_DIR=".sarab_temp_workdir" -@@ -91,4 +91,4 @@ DAR_CREATE="$DESTINATION/$WORK_DIR/$BASE - DAR_COMMAND="$DAR_BINARY --batch $SECURITY_CONFIG --batch $SARAB_ETC/$SARAB_DCF -c $DAR_CREATE --noconf" - - # Location and name of temporary log file --TEMP_LOG="$SARAB_ETC/sarab_temp.log" -+TEMP_LOG="/var/log/sarab_temp.log" diff --git a/app-backup/sarab/files/0.2.7-better-defaults-gentoo.patch b/app-backup/sarab/files/0.2.7-better-defaults-gentoo.patch deleted file mode 100644 index 88c3172027cb..000000000000 --- a/app-backup/sarab/files/0.2.7-better-defaults-gentoo.patch +++ /dev/null @@ -1,23 +0,0 @@ -Index: sarab-0.2.7/etc/sarab.conf -=================================================================== ---- sarab-0.2.7.orig/etc/sarab.conf -+++ sarab-0.2.7/etc/sarab.conf -@@ -76,10 +76,10 @@ - - # The location of the DAR executable file - # This line is only effective if not added by install.sh later in this file --DAR_BINARY="/usr/local/bin/dar" -+DAR_BINARY="/usr/bin/dar" - - # The location of the statically-compiled DAR executable file --DAR_STATIC="/usr/local/bin/dar_static" -+DAR_STATIC="/usr/bin/dar_static" - - # The temporary directory name that backups will be created in. This will be created underneath $DESTINATION. - WORK_DIR=".sarab_temp_workdir" -@@ -92,4 +92,4 @@ - DAR_COMMAND="$DAR_BINARY --batch $SECURITY_CONFIG --batch $SARAB_ETC/$SARAB_DCF -c $DAR_CREATE --noconf -Q" - - # Location and name of temporary log file --TEMP_LOG="$SARAB_ETC/sarab_temp.log" -+TEMP_LOG="/var/log/sarab_temp.log" diff --git a/app-backup/sarab/sarab-0.2.4.ebuild b/app-backup/sarab/sarab-0.2.4.ebuild deleted file mode 100644 index 9665f589360d..000000000000 --- a/app-backup/sarab/sarab-0.2.4.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/sarab/sarab-0.2.4.ebuild,v 1.3 2014/08/10 01:54:00 patrick Exp $ - -inherit eutils - -DESCRIPTION="SaraB is a powerful and automated backup scheduling system based on DAR" -HOMEPAGE="http://sarab.sourceforge.net/" -SRC_URI="mirror://sourceforge/sarab/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="app-backup/dar - virtual/mailx" - -src_unpack() { - cd "${S}" - unpack ${A} - - epatch "${FILESDIR}"/${PV}-better-defaults-gentoo.patch -} - -src_install() { - dobin sarab.sh - insinto /etc/sarab - doins -r etc/* - # sarab.conf could contain passphrase information - fperms 600 /etc/sarab/sarab.conf - dodoc CHANGELOG FAQ INSTALL README - dodoc "${FILESDIR}"/README.Gentoo -} - -pkg_postinstl() { - ewarn "The configuration format for DAR encryption has changed in Sarab 0.2.4." - ewarn "Replace DAR_ENCRYPTION_OPTIONS=\"--key blowfish:PASSPHRASE\"" - ewarn "by SARAB_KEY=\"blowfish:PASSPHRASE\" in /etc/sarab/sarab.conf" -} diff --git a/app-backup/sarab/sarab-0.2.7.ebuild b/app-backup/sarab/sarab-0.2.7.ebuild deleted file mode 100644 index 6fb20d0e6c4d..000000000000 --- a/app-backup/sarab/sarab-0.2.7.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/sarab/sarab-0.2.7.ebuild,v 1.2 2014/08/10 01:54:00 patrick Exp $ - -inherit eutils - -DESCRIPTION="SaraB is a powerful and automated backup scheduling system based on DAR" -HOMEPAGE="http://sarab.sourceforge.net/" -SRC_URI="mirror://sourceforge/sarab/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="app-backup/dar - virtual/mailx" - -src_unpack() { - cd "${S}" - unpack ${A} - - epatch "${FILESDIR}"/${PV}-better-defaults-gentoo.patch -} - -src_install() { - dobin sarab.sh - insinto /etc/sarab - doins -r etc/* - # sarab.conf could contain passphrase information - fperms 600 /etc/sarab/sarab.conf - dodoc CHANGELOG FAQ INSTALL README - dodoc "${FILESDIR}"/README.Gentoo -} - -pkg_postinstl() { - ewarn "The configuration format for DAR encryption has changed in Sarab 0.2.4." - ewarn "Replace DAR_ENCRYPTION_OPTIONS=\"--key blowfish:PASSPHRASE\"" - ewarn "by SARAB_KEY=\"blowfish:PASSPHRASE\" in /etc/sarab/sarab.conf" -} |