From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B9F32158086 for ; Sat, 30 Oct 2021 18:04:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09950E0821; Sat, 30 Oct 2021 18:04:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CFB36E0821 for ; Sat, 30 Oct 2021 18:04:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BFE113433B4 for ; Sat, 30 Oct 2021 18:04:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D4051187 for ; Sat, 30 Oct 2021 18:04:36 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1635617057.6ec94f16878058cf1d197f2ecd22a221ffe1e94c.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/pdumpfs/files/, app-backup/pdumpfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-backup/pdumpfs/files/pdumpfs-in.patch app-backup/pdumpfs/files/pdumpfs-test.patch app-backup/pdumpfs/pdumpfs-1.3-r2.ebuild X-VCS-Directories: app-backup/pdumpfs/ app-backup/pdumpfs/files/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 6ec94f16878058cf1d197f2ecd22a221ffe1e94c X-VCS-Branch: master Date: Sat, 30 Oct 2021 18:04:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2bde6fd8-447b-4425-a8ff-5230166b36fd X-Archives-Hash: e03106fb04aebe3850621e76bdf22ad3 commit: 6ec94f16878058cf1d197f2ecd22a221ffe1e94c Author: Jakov Smolić gentoo org> AuthorDate: Sat Oct 30 18:04:17 2021 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Sat Oct 30 18:04:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ec94f16 app-backup/pdumpfs: drop 1.3-r2 Closes: https://bugs.gentoo.org/819687 Signed-off-by: Jakov Smolić gentoo.org> app-backup/pdumpfs/files/pdumpfs-in.patch | 40 ------------------------ app-backup/pdumpfs/files/pdumpfs-test.patch | 12 -------- app-backup/pdumpfs/pdumpfs-1.3-r2.ebuild | 47 ----------------------------- 3 files changed, 99 deletions(-) diff --git a/app-backup/pdumpfs/files/pdumpfs-in.patch b/app-backup/pdumpfs/files/pdumpfs-in.patch deleted file mode 100644 index cddfb995918..00000000000 --- a/app-backup/pdumpfs/files/pdumpfs-in.patch +++ /dev/null @@ -1,40 +0,0 @@ -patch by proxy maintainer, P. Healy, April 2015 -# Bug 509960 ---- pdumpfs.in_orig 2004-12-21 02:43:12.000000000 +0000 -+++ pdumpfs.in 2015-04-01 10:58:22.671131947 +0100 -@@ -48,7 +48,7 @@ - # - - require 'find' --require 'ftools' -+require 'fileutils' - require 'getoptlong' - require 'date' - -@@ -868,7 +868,7 @@ - today = File.join(dest, datedir(start_time), base) - - File.umask(0077) -- File.mkpath(today) unless @dry_run -+ FileUtils.mkpath(today) unless @dry_run - if latest - update_snapshot(src, latest, today) - else -@@ -1018,7 +1018,7 @@ - - case type - when "directory" -- File.mkpath(today) -+ FileUtils.mkpath(today) - when "unchanged" - File.force_link(latest, today) - when "updated" -@@ -1089,7 +1089,7 @@ - - case type - when "directory" -- File.mkpath(t) -+ FileUtils.mkpath(t) - when "new_file" - copy(s, t) - when "symlink" diff --git a/app-backup/pdumpfs/files/pdumpfs-test.patch b/app-backup/pdumpfs/files/pdumpfs-test.patch deleted file mode 100644 index e81e8b0f2d8..00000000000 --- a/app-backup/pdumpfs/files/pdumpfs-test.patch +++ /dev/null @@ -1,12 +0,0 @@ -patch by proxy maintainer, P. Healy, April 2015 -# Bug 509960 ---- tests/pdumpfs-test_orig 2004-08-10 07:54:28.000000000 +0100 -+++ tests/pdumpfs-test 2015-04-01 11:24:35.948633870 +0100 -@@ -17,6 +17,7 @@ - - ../pdumpfs src dest > tmp.log || exit 1 - diff -r src dest/$today/src || exit 1 -+mkdir -p dest/$yesterday && rmdir dest/$yesterday - mv dest/$today dest/$yesterday - - echo update > src/foo diff --git a/app-backup/pdumpfs/pdumpfs-1.3-r2.ebuild b/app-backup/pdumpfs/pdumpfs-1.3-r2.ebuild deleted file mode 100644 index 224e6c596e4..00000000000 --- a/app-backup/pdumpfs/pdumpfs-1.3-r2.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit epatch - -DESCRIPTION="A daily backup system similar to Plan9's dumpfs" -HOMEPAGE="http://0xcc.net/pdumpfs/" -SRC_URI="http://0xcc.net/pdumpfs/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="l10n_ja" - -DEPEND=">=dev-lang/ruby-2.0.0_p598" - -src_prepare() { - # Bug #509960 - epatch "${FILESDIR}/${PN}-in.patch" \ - "${FILESDIR}/${PN}-test.patch" -} - -src_compile() { - emake pdumpfs -} - -src_test() { - # RUBYOPT=-rauto_gem without rubygems installed will cause ruby to fail, bug #158455 and #163473. - export RUBYOPT="${GENTOO_RUBYOPT}" - emake check -} - -src_install() { - dobin pdumpfs - - doman man/man8/pdumpfs.8 - dohtml -r doc/* - - if use l10n_ja; then - insinto /usr/share/man/ja/man8 - doins man/ja/man8/pdumpfs.8 - fi - - dodoc ChangeLog README -}