public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/rdiff-backup/files/, app-backup/rdiff-backup/
Date: Sat, 18 Apr 2020 08:58:16 +0000 (UTC)	[thread overview]
Message-ID: <1587200293.83271c70bfd007eb2fcc02f82cf55322198ccc75.mgorny@gentoo> (raw)

commit:     83271c70bfd007eb2fcc02f82cf55322198ccc75
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 18 08:57:17 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Apr 18 08:58:13 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83271c70

app-backup/rdiff-backup: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-backup/rdiff-backup/Manifest                   |  1 -
 .../files/rdiff-backup-1.3.3-librsync-1.0.0.patch  | 16 ----------
 .../files/rdiff-backup-1.3.3-no-docs.patch         | 13 --------
 .../rdiff-backup/rdiff-backup-1.3.3-r3.ebuild      | 37 ----------------------
 4 files changed, 67 deletions(-)

diff --git a/app-backup/rdiff-backup/Manifest b/app-backup/rdiff-backup/Manifest
index 5a6e800202c..e9bd5553408 100644
--- a/app-backup/rdiff-backup/Manifest
+++ b/app-backup/rdiff-backup/Manifest
@@ -1,2 +1 @@
-DIST rdiff-backup-1.3.3.tar.gz 198412 BLAKE2B 95141b64ecb3442b2a420e3e2f4325a80bc4e3949e920f3fb04d8d7e69cd20b2809d230a5f9f6af6958f47689d73cf9fdc2d95134d41a5a9d0d6037ee87cf96e SHA512 e2731464a6ff146cdecac49d2d99275dc5e6b4a3ff5b8209fe6dc71fd80cdbf573d029531325a879e9a169c12b31568f75fdcb812f53df33896784c5bc550280
 DIST rdiff-backup-2.0.0.tar.gz 408352 BLAKE2B c2a7ae90ea147398d648142e20761e3caf4f08948dcd0a3de22254a13857d3e99cb2801c83084dd13dd84764cebc7651b42a70a788553c67925521e2ed123953 SHA512 0bf06d4eefffd41e86224d798e6ac6852ca0fd356be73d651ffaf63c37aaa043a6d22f8025619ab4a86e54f6e98e61f445ab68a6f87f4f2f48e635507ea110ec

diff --git a/app-backup/rdiff-backup/files/rdiff-backup-1.3.3-librsync-1.0.0.patch b/app-backup/rdiff-backup/files/rdiff-backup-1.3.3-librsync-1.0.0.patch
deleted file mode 100644
index 16b97ab1c01..00000000000
--- a/app-backup/rdiff-backup/files/rdiff-backup-1.3.3-librsync-1.0.0.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- rdiff-backup-1.2.8/_librsyncmodule.c			2009-03-16 15:36:21.000000000 +0100
-+++ rdiff-backup-1.2.8/_librsyncmodule.c.librsync-1.0.0		2015-03-02 00:54:24.000000000 +0100
-@@ -59,8 +59,13 @@
-   if (sm == NULL) return NULL;
-   sm->x_attr = NULL;
- 
-+#ifdef RS_DEFAULT_STRONG_LEN
-   sm->sig_job = rs_sig_begin((size_t)blocklen,
- 							 (size_t)RS_DEFAULT_STRONG_LEN);
-+#else
-+  sm->sig_job = rs_sig_begin((size_t)blocklen,
-+							 (size_t)8, RS_MD4_SIG_MAGIC);
-+#endif
-   return (PyObject*)sm;
- }
- 

diff --git a/app-backup/rdiff-backup/files/rdiff-backup-1.3.3-no-docs.patch b/app-backup/rdiff-backup/files/rdiff-backup-1.3.3-no-docs.patch
deleted file mode 100644
index 9d69bba9ea2..00000000000
--- a/app-backup/rdiff-backup/files/rdiff-backup-1.3.3-no-docs.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/setup.py	2009-03-16 15:45:54.000000000 +0100
-+++ b/setup.py	2018-06-16 18:23:29.689677175 +0200
-@@ -73,9 +73,6 @@
- 							   libraries=libname,
- 							   extra_link_args=lflags_arg)],
- 	  scripts = ['rdiff-backup', 'rdiff-backup-statistics'],
--	  data_files = [('share/man/man1', ['rdiff-backup.1',
--										'rdiff-backup-statistics.1']),
--					('share/doc/rdiff-backup-%s' % (version_string,),
--					 ['CHANGELOG', 'COPYING', 'README', 'FAQ.html'])],
-+	  data_files = [('share/man/man1', ['rdiff-backup.1','rdiff-backup-statistics.1'])],
- 					**extra_options)
- 

diff --git a/app-backup/rdiff-backup/rdiff-backup-1.3.3-r3.ebuild b/app-backup/rdiff-backup/rdiff-backup-1.3.3-r3.ebuild
deleted file mode 100644
index 07a46592840..00000000000
--- a/app-backup/rdiff-backup/rdiff-backup-1.3.3-r3.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 )
-inherit distutils-r1
-
-UPSTREAM_PV=$(ver_rs 0 '-')
-
-DESCRIPTION="Local/remote mirroring+incremental backup"
-HOMEPAGE="https://github.com/sol1/rdiff-backup"
-SRC_URI="https://github.com/sol1/${PN}/archive/r${UPSTREAM_PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-IUSE="examples"
-
-DEPEND="
-	net-libs/librsync:0=
-"
-RDEPEND="${DEPEND}
-	dev-python/pylibacl[${PYTHON_USEDEP}]
-	dev-python/pyxattr[${PYTHON_USEDEP}]
-"
-
-PATCHES=(
-	"${FILESDIR}/${P}-librsync-1.0.0.patch"
-	"${FILESDIR}/${P}-no-docs.patch"
-)
-
-python_install_all() {
-	local HTML_DOCS=( FAQ.html )
-	use examples && HTML_DOCS+=( examples.html )
-	distutils-r1_python_install_all
-}


             reply	other threads:[~2020-04-18  8:58 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-18  8:58 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-12-28 18:59 [gentoo-commits] repo/gentoo:master commit in: app-backup/rdiff-backup/files/, app-backup/rdiff-backup/ Bernard Cafarelli
2019-11-29 17:39 Bernard Cafarelli
2018-06-16 16:42 Andreas Sturmlechner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1587200293.83271c70bfd007eb2fcc02f82cf55322198ccc75.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox