public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-backup/tob/files/, profiles/, app-backup/tob/
@ 2020-03-22  6:13 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2020-03-22  6:13 UTC (permalink / raw
  To: gentoo-commits

commit:     1d5c5ecb0c264bf5e0226bb259dbfccac9afb874
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 22 06:09:11 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Mar 22 06:09:11 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d5c5ecb

app-backup/tob: Remove last-rited pkg

Closes: https://bugs.gentoo.org/704316
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-backup/tob/Manifest                            |  1 -
 app-backup/tob/files/tob-0.26-nice.patch           | 11 -------
 .../tob/files/tob-0.26-no-maketemp-warn.diff       | 12 -------
 app-backup/tob/files/tob-0.26-scsi-tape.diff       | 12 -------
 app-backup/tob/metadata.xml                        |  5 ---
 app-backup/tob/tob-0.26-r2.ebuild                  | 38 ----------------------
 profiles/package.mask                              |  7 ----
 7 files changed, 86 deletions(-)

diff --git a/app-backup/tob/Manifest b/app-backup/tob/Manifest
deleted file mode 100644
index 87a163ef10c..00000000000
--- 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 d488a27a19c..00000000000
--- 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 af346d11135..00000000000
--- 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 4628d8a8f41..00000000000
--- 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 6f49eba8f49..00000000000
--- 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 c6c3a196f6e..00000000000
--- 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
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 31a59d42b2e..f725e243ee8 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -591,13 +591,6 @@ www-plugins/passff
 =app-editors/emacs-27.0.50_pre*
 ~app-editors/emacs-27.0.90
 
-# Jonas Stein <jstein@gentoo.org> (2019-12-30)
-# Package masked for removal. Broken SRC_URI,
-# last upstream activity was ~16 years ago.
-# Bug #704316.
-# Removal after 2020-03-01
-app-backup/tob
-
 # David Seifert <soap@gentoo.org> (2019-12-08)
 # Unmaintained, build hangs, tons of other build failures, missing
 # dependencies.  Bug #663794, #666916, #666922, #667062, #678068,


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-03-22  6:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-22  6:13 [gentoo-commits] repo/gentoo:master commit in: app-backup/tob/files/, profiles/, app-backup/tob/ Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox