diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-22 07:09:11 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-22 07:09:11 +0100 |
commit | 1d5c5ecb0c264bf5e0226bb259dbfccac9afb874 (patch) | |
tree | 95b75f541f350d40032f16a00edcd5ce16e995a9 /app-backup | |
parent | python-utils-r1.eclass: Mark python_export private (diff) | |
download | gentoo-1d5c5ecb0c264bf5e0226bb259dbfccac9afb874.tar.gz gentoo-1d5c5ecb0c264bf5e0226bb259dbfccac9afb874.tar.bz2 gentoo-1d5c5ecb0c264bf5e0226bb259dbfccac9afb874.zip |
app-backup/tob: Remove last-rited pkg
Closes: https://bugs.gentoo.org/704316
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-backup')
-rw-r--r-- | app-backup/tob/Manifest | 1 | ||||
-rw-r--r-- | app-backup/tob/files/tob-0.26-nice.patch | 11 | ||||
-rw-r--r-- | app-backup/tob/files/tob-0.26-no-maketemp-warn.diff | 12 | ||||
-rw-r--r-- | app-backup/tob/files/tob-0.26-scsi-tape.diff | 12 | ||||
-rw-r--r-- | app-backup/tob/metadata.xml | 5 | ||||
-rw-r--r-- | app-backup/tob/tob-0.26-r2.ebuild | 38 |
6 files changed, 0 insertions, 79 deletions
diff --git a/app-backup/tob/Manifest b/app-backup/tob/Manifest deleted file mode 100644 index 87a163ef10c3..000000000000 --- a/app-backup/tob/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST tob-0.26.tgz 107711 BLAKE2B 2de8f95816b8cf3721d70ba24544f4f137a4711e9ec88f1927e3195b21cf4c8f20f399faaf314c559b0c18ae72b05ffe9ed69c54c197b0ce1a4005f2311c7110 SHA512 4c570388d3dff6c240a36492c05f7248a5efd527235b45238731db4972ed3fd10b8e3e5632768f16214bafef5e27d7796ada253ce9e3cfb71d182d1c9516b9cd diff --git a/app-backup/tob/files/tob-0.26-nice.patch b/app-backup/tob/files/tob-0.26-nice.patch deleted file mode 100644 index d488a27a19cd..000000000000 --- a/app-backup/tob/files/tob-0.26-nice.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- tob.old 2005-02-13 17:46:00.000000000 -0500 -+++ tob 2005-02-13 17:35:43.000000000 -0500 -@@ -314,7 +314,7 @@ - fi - - if [ "$NICEFIND" = "yes" ] ; then -- nicefindcmd="nice -19" -+ nicefindcmd="nice -n 19" - else - nicefindcmd="" - fi diff --git a/app-backup/tob/files/tob-0.26-no-maketemp-warn.diff b/app-backup/tob/files/tob-0.26-no-maketemp-warn.diff deleted file mode 100644 index af346d111353..000000000000 --- a/app-backup/tob/files/tob-0.26-no-maketemp-warn.diff +++ /dev/null @@ -1,12 +0,0 @@ -diff -u tob-0.26/tob tob-0.26.new/tob ---- tob-0.26/tob 2003-12-22 01:25:17.000000000 +0100 -+++ tob-0.26.new/tob 2004-03-20 10:30:09.916597016 +0100 -@@ -61,7 +61,7 @@ - ## 16 May 1998 - ## - ## Smartened up by Stephen van Egmond <svanegmond@tinyplanet.ca> 2003/10/30 --MKTEMP=`which maketemp`; -+MKTEMP=`which maketemp 2> /dev/null`; - if [ ! -x "$MKTEMP" ]; then - MKTEMP=`which mktemp`; - fi diff --git a/app-backup/tob/files/tob-0.26-scsi-tape.diff b/app-backup/tob/files/tob-0.26-scsi-tape.diff deleted file mode 100644 index 4628d8a8f417..000000000000 --- a/app-backup/tob/files/tob-0.26-scsi-tape.diff +++ /dev/null @@ -1,12 +0,0 @@ -diff -Nur tob-0.26/tob /tmp/tob-0.26/tob ---- a/tob-0.26/tob 2005-02-27 22:46:15.701964928 +0100 -+++ b/tob-0.26/tob 2005-02-27 22:45:41.091226560 +0100 -@@ -219,8 +219,6 @@ - if [ -d "$BACKUPDEV" ]; then - BACKUPDIR=$BACKUPDEV - BACKUPDEV="${BACKUPDIR}/${VOLUMENAME}_${DATE}_${TYPE}.${EXT}" -- else -- BACKUPDIR="/var/lib/tob" - fi - - # check that relevant environment vars are set diff --git a/app-backup/tob/metadata.xml b/app-backup/tob/metadata.xml deleted file mode 100644 index 6f49eba8f496..000000000000 --- a/app-backup/tob/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<!-- maintainer-needed --> -</pkgmetadata> diff --git a/app-backup/tob/tob-0.26-r2.ebuild b/app-backup/tob/tob-0.26-r2.ebuild deleted file mode 100644 index c6c3a196f6e6..000000000000 --- a/app-backup/tob/tob-0.26-r2.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils vcs-clean - -DESCRIPTION="A general driver for making and maintaining backups" -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" -SRC_URI="mirror://gentoo/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc x86" -IUSE="" - -RDEPEND="app-arch/afio" -DEPEND="" - -src_prepare() { - epatch \ - "${FILESDIR}"/${P}-no-maketemp-warn.diff \ - "${FILESDIR}"/${P}-nice.patch \ - "${FILESDIR}"/${P}-scsi-tape.diff - ecvs_clean -} - -src_install() { - dosbin tob - dodir /var/lib/tob - insinto /etc/tob - doins tob.rc - insinto /etc/tob/volumes - doins example.* - - dodoc -r README contrib/tobconv doc sample-rc - doman tob.8 -} |