public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2016-03-20 21:52 Anthony G. Basile
  0 siblings, 0 replies; 132+ messages in thread
From: Anthony G. Basile @ 2016-03-20 21:52 UTC (permalink / raw
  To: gentoo-commits

commit:     02ba85d880d88de79561b93e5a449d02687855c8
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 20 21:50:43 2016 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Mar 20 21:51:19 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02ba85d8

app-backup/borgbackup: initial commit

Borg is a fork of attic.  Attic may be dead upstream
while borg is currently actively being maintained.

Package-Manager: portage-2.2.26

 app-backup/borgbackup/Manifest                |  1 +
 app-backup/borgbackup/borgbackup-1.0.0.ebuild | 38 +++++++++++++++++++++++++++
 app-backup/borgbackup/borgbackup-9999.ebuild  | 38 +++++++++++++++++++++++++++
 app-backup/borgbackup/metadata.xml            | 14 ++++++++++
 4 files changed, 91 insertions(+)

diff --git a/app-backup/borgbackup/Manifest b/app-backup/borgbackup/Manifest
new file mode 100644
index 0000000..71527d5
--- /dev/null
+++ b/app-backup/borgbackup/Manifest
@@ -0,0 +1 @@
+DIST borgbackup-1.0.0.tar.gz 424089 SHA256 500b9e311331aa88ec07df94d9f3280a79ca207bf1a997b92dd1e6a1f1664671 SHA512 5a94f1b0dfe17d383bcc917db69ed272b9b752b96912a21ac62886972cdbd718b58fe3f9529af455ab325ba418cfc05b89985e32a23fed5e946c5f7e53e6e3b1 WHIRLPOOL c0a5c40aff70c9872e62861a0e971f659191f3a99112dfe940db2440666def3a04af284f5f31ccaef410c7028a49377df96fb38fd462917ad11cd095e33b12e9

diff --git a/app-backup/borgbackup/borgbackup-1.0.0.ebuild b/app-backup/borgbackup/borgbackup-1.0.0.ebuild
new file mode 100644
index 0000000..5267b91
--- /dev/null
+++ b/app-backup/borgbackup/borgbackup-1.0.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+PYTHON_COMPAT=( python3_4 )
+
+inherit distutils-r1
+
+if [[ ${PV} == "9999" ]] ; then
+	EGIT_REPO_URI="https://github.com/borgbackup/borg.git"
+	inherit git-r3
+else
+	SRC_URI="mirror://pypi/b/borgbackup/${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Deduplicating backup program with compression and authenticated encryption."
+HOMEPAGE="https://borgbackup.github.io/"
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="libressl +fuse"
+
+RDEPEND="
+	app-arch/lz4
+	dev-python/msgpack[${PYTHON_USEDEP}]
+	!libressl? ( dev-libs/openssl:0 )
+	libressl? ( dev-libs/libressl )
+	fuse? ( dev-python/llfuse[${PYTHON_USEDEP}] )
+"
+
+DEPEND="
+	dev-python/setuptools_scm[${PYTHON_USEDEP}]
+	dev-python/cython[${PYTHON_USEDEP}]
+	${RDEPEND}
+"

diff --git a/app-backup/borgbackup/borgbackup-9999.ebuild b/app-backup/borgbackup/borgbackup-9999.ebuild
new file mode 100644
index 0000000..5267b91
--- /dev/null
+++ b/app-backup/borgbackup/borgbackup-9999.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+PYTHON_COMPAT=( python3_4 )
+
+inherit distutils-r1
+
+if [[ ${PV} == "9999" ]] ; then
+	EGIT_REPO_URI="https://github.com/borgbackup/borg.git"
+	inherit git-r3
+else
+	SRC_URI="mirror://pypi/b/borgbackup/${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Deduplicating backup program with compression and authenticated encryption."
+HOMEPAGE="https://borgbackup.github.io/"
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="libressl +fuse"
+
+RDEPEND="
+	app-arch/lz4
+	dev-python/msgpack[${PYTHON_USEDEP}]
+	!libressl? ( dev-libs/openssl:0 )
+	libressl? ( dev-libs/libressl )
+	fuse? ( dev-python/llfuse[${PYTHON_USEDEP}] )
+"
+
+DEPEND="
+	dev-python/setuptools_scm[${PYTHON_USEDEP}]
+	dev-python/cython[${PYTHON_USEDEP}]
+	${RDEPEND}
+"

diff --git a/app-backup/borgbackup/metadata.xml b/app-backup/borgbackup/metadata.xml
new file mode 100644
index 0000000..520d601
--- /dev/null
+++ b/app-backup/borgbackup/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>blueness@gentoo.org</email>
+		<name>Anthony G. Basile</name>
+	</maintainer>
+	<use>
+		<flag name="fuse">Mount archive as a FUSE filesystem.</flag>
+	</use>
+	<upstream>
+		<remote-id type="github">borgbackup/borg</remote-id>
+	</upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2016-03-21 23:21 Anthony G. Basile
  0 siblings, 0 replies; 132+ messages in thread
From: Anthony G. Basile @ 2016-03-21 23:21 UTC (permalink / raw
  To: gentoo-commits

commit:     d48ba731f2df4b10e90f56096ab1af6827c757e4
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 21 23:21:32 2016 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon Mar 21 23:21:32 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d48ba731

app-backup/borgbackup: fix openssl and libressl slots

Package-Manager: portage-2.2.26

 app-backup/borgbackup/borgbackup-1.0.0.ebuild | 4 ++--
 app-backup/borgbackup/borgbackup-9999.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-backup/borgbackup/borgbackup-1.0.0.ebuild b/app-backup/borgbackup/borgbackup-1.0.0.ebuild
index 5267b91..373e984 100644
--- a/app-backup/borgbackup/borgbackup-1.0.0.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.0.0.ebuild
@@ -26,8 +26,8 @@ IUSE="libressl +fuse"
 RDEPEND="
 	app-arch/lz4
 	dev-python/msgpack[${PYTHON_USEDEP}]
-	!libressl? ( dev-libs/openssl:0 )
-	libressl? ( dev-libs/libressl )
+	!libressl? ( dev-libs/openssl:0= )
+	libressl? ( dev-libs/libressl:0= )
 	fuse? ( dev-python/llfuse[${PYTHON_USEDEP}] )
 "
 

diff --git a/app-backup/borgbackup/borgbackup-9999.ebuild b/app-backup/borgbackup/borgbackup-9999.ebuild
index 5267b91..373e984 100644
--- a/app-backup/borgbackup/borgbackup-9999.ebuild
+++ b/app-backup/borgbackup/borgbackup-9999.ebuild
@@ -26,8 +26,8 @@ IUSE="libressl +fuse"
 RDEPEND="
 	app-arch/lz4
 	dev-python/msgpack[${PYTHON_USEDEP}]
-	!libressl? ( dev-libs/openssl:0 )
-	libressl? ( dev-libs/libressl )
+	!libressl? ( dev-libs/openssl:0= )
+	libressl? ( dev-libs/libressl:0= )
 	fuse? ( dev-python/llfuse[${PYTHON_USEDEP}] )
 "
 


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2016-04-10  1:40 Anthony G. Basile
  0 siblings, 0 replies; 132+ messages in thread
From: Anthony G. Basile @ 2016-04-10  1:40 UTC (permalink / raw
  To: gentoo-commits

commit:     9489049ad1dd1377ef0f4716cf10722c8d7b3b0f
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 10 01:47:27 2016 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Apr 10 01:47:27 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9489049a

app-backup/borgbackup: version bump to 1.0.1

Package-Manager: portage-2.2.26

 app-backup/borgbackup/Manifest                |  1 +
 app-backup/borgbackup/borgbackup-1.0.1.ebuild | 38 +++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/app-backup/borgbackup/Manifest b/app-backup/borgbackup/Manifest
index 71527d5..1ae0783 100644
--- a/app-backup/borgbackup/Manifest
+++ b/app-backup/borgbackup/Manifest
@@ -1 +1,2 @@
 DIST borgbackup-1.0.0.tar.gz 424089 SHA256 500b9e311331aa88ec07df94d9f3280a79ca207bf1a997b92dd1e6a1f1664671 SHA512 5a94f1b0dfe17d383bcc917db69ed272b9b752b96912a21ac62886972cdbd718b58fe3f9529af455ab325ba418cfc05b89985e32a23fed5e946c5f7e53e6e3b1 WHIRLPOOL c0a5c40aff70c9872e62861a0e971f659191f3a99112dfe940db2440666def3a04af284f5f31ccaef410c7028a49377df96fb38fd462917ad11cd095e33b12e9
+DIST borgbackup-1.0.1.tar.gz 413316 SHA256 58a2c2e649207c8e15223f6380d238124b0f1b45fd83990a40df5b678cd41fba SHA512 1cb0ceb0d4fcf844220947000b51bbd1156244dd4394285e51b82da9f6e23c866d97246aed3c13fdd62534788daf5efde9a049a51db36b22db2674892d95b1d9 WHIRLPOOL 964c173a22b524c7426c74421856e96a17cd8a583cc271829a5e069186b607186919a373ae9c7a7ae71132b26a4c495837a15536ed280e7daa5b984703c46aad

diff --git a/app-backup/borgbackup/borgbackup-1.0.1.ebuild b/app-backup/borgbackup/borgbackup-1.0.1.ebuild
new file mode 100644
index 0000000..373e984
--- /dev/null
+++ b/app-backup/borgbackup/borgbackup-1.0.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+PYTHON_COMPAT=( python3_4 )
+
+inherit distutils-r1
+
+if [[ ${PV} == "9999" ]] ; then
+	EGIT_REPO_URI="https://github.com/borgbackup/borg.git"
+	inherit git-r3
+else
+	SRC_URI="mirror://pypi/b/borgbackup/${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Deduplicating backup program with compression and authenticated encryption."
+HOMEPAGE="https://borgbackup.github.io/"
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="libressl +fuse"
+
+RDEPEND="
+	app-arch/lz4
+	dev-python/msgpack[${PYTHON_USEDEP}]
+	!libressl? ( dev-libs/openssl:0= )
+	libressl? ( dev-libs/libressl:0= )
+	fuse? ( dev-python/llfuse[${PYTHON_USEDEP}] )
+"
+
+DEPEND="
+	dev-python/setuptools_scm[${PYTHON_USEDEP}]
+	dev-python/cython[${PYTHON_USEDEP}]
+	${RDEPEND}
+"


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2016-04-18 15:17 Anthony G. Basile
  0 siblings, 0 replies; 132+ messages in thread
From: Anthony G. Basile @ 2016-04-18 15:17 UTC (permalink / raw
  To: gentoo-commits

commit:     e0517bf7cb08d650f387ae106cdd5a04608c7be1
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 18 15:14:02 2016 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon Apr 18 15:17:28 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0517bf7

app-backup/borgbackup: remove older version

Package-Manager: portage-2.2.26

 app-backup/borgbackup/Manifest                |  1 -
 app-backup/borgbackup/borgbackup-1.0.0.ebuild | 38 ---------------------------
 2 files changed, 39 deletions(-)

diff --git a/app-backup/borgbackup/Manifest b/app-backup/borgbackup/Manifest
index 1ae0783..807d19f 100644
--- a/app-backup/borgbackup/Manifest
+++ b/app-backup/borgbackup/Manifest
@@ -1,2 +1 @@
-DIST borgbackup-1.0.0.tar.gz 424089 SHA256 500b9e311331aa88ec07df94d9f3280a79ca207bf1a997b92dd1e6a1f1664671 SHA512 5a94f1b0dfe17d383bcc917db69ed272b9b752b96912a21ac62886972cdbd718b58fe3f9529af455ab325ba418cfc05b89985e32a23fed5e946c5f7e53e6e3b1 WHIRLPOOL c0a5c40aff70c9872e62861a0e971f659191f3a99112dfe940db2440666def3a04af284f5f31ccaef410c7028a49377df96fb38fd462917ad11cd095e33b12e9
 DIST borgbackup-1.0.1.tar.gz 413316 SHA256 58a2c2e649207c8e15223f6380d238124b0f1b45fd83990a40df5b678cd41fba SHA512 1cb0ceb0d4fcf844220947000b51bbd1156244dd4394285e51b82da9f6e23c866d97246aed3c13fdd62534788daf5efde9a049a51db36b22db2674892d95b1d9 WHIRLPOOL 964c173a22b524c7426c74421856e96a17cd8a583cc271829a5e069186b607186919a373ae9c7a7ae71132b26a4c495837a15536ed280e7daa5b984703c46aad

diff --git a/app-backup/borgbackup/borgbackup-1.0.0.ebuild b/app-backup/borgbackup/borgbackup-1.0.0.ebuild
deleted file mode 100644
index 373e984..0000000
--- a/app-backup/borgbackup/borgbackup-1.0.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-PYTHON_COMPAT=( python3_4 )
-
-inherit distutils-r1
-
-if [[ ${PV} == "9999" ]] ; then
-	EGIT_REPO_URI="https://github.com/borgbackup/borg.git"
-	inherit git-r3
-else
-	SRC_URI="mirror://pypi/b/borgbackup/${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Deduplicating backup program with compression and authenticated encryption."
-HOMEPAGE="https://borgbackup.github.io/"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="libressl +fuse"
-
-RDEPEND="
-	app-arch/lz4
-	dev-python/msgpack[${PYTHON_USEDEP}]
-	!libressl? ( dev-libs/openssl:0= )
-	libressl? ( dev-libs/libressl:0= )
-	fuse? ( dev-python/llfuse[${PYTHON_USEDEP}] )
-"
-
-DEPEND="
-	dev-python/setuptools_scm[${PYTHON_USEDEP}]
-	dev-python/cython[${PYTHON_USEDEP}]
-	${RDEPEND}
-"


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2016-04-18 15:17 Anthony G. Basile
  0 siblings, 0 replies; 132+ messages in thread
From: Anthony G. Basile @ 2016-04-18 15:17 UTC (permalink / raw
  To: gentoo-commits

commit:     1de87698ffc1895ac812b7718bc64e1fdd090192
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 18 15:17:00 2016 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon Apr 18 15:17:31 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1de87698

app-backup/borgbackup: fix file conflict with app-office/borg, bug #580402

Package-Manager: portage-2.2.26

 app-backup/borgbackup/borgbackup-1.0.1.ebuild | 2 ++
 app-backup/borgbackup/borgbackup-9999.ebuild  | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/app-backup/borgbackup/borgbackup-1.0.1.ebuild b/app-backup/borgbackup/borgbackup-1.0.1.ebuild
index 373e984..c6825d5 100644
--- a/app-backup/borgbackup/borgbackup-1.0.1.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.0.1.ebuild
@@ -23,7 +23,9 @@ LICENSE="BSD"
 SLOT="0"
 IUSE="libressl +fuse"
 
+# Unformately we have a file conflict with app-office/borg, bug #580402
 RDEPEND="
+	!!app-office/borg
 	app-arch/lz4
 	dev-python/msgpack[${PYTHON_USEDEP}]
 	!libressl? ( dev-libs/openssl:0= )

diff --git a/app-backup/borgbackup/borgbackup-9999.ebuild b/app-backup/borgbackup/borgbackup-9999.ebuild
index 373e984..c6825d5 100644
--- a/app-backup/borgbackup/borgbackup-9999.ebuild
+++ b/app-backup/borgbackup/borgbackup-9999.ebuild
@@ -23,7 +23,9 @@ LICENSE="BSD"
 SLOT="0"
 IUSE="libressl +fuse"
 
+# Unformately we have a file conflict with app-office/borg, bug #580402
 RDEPEND="
+	!!app-office/borg
 	app-arch/lz4
 	dev-python/msgpack[${PYTHON_USEDEP}]
 	!libressl? ( dev-libs/openssl:0= )


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2016-04-21 10:12 Anthony G. Basile
  0 siblings, 0 replies; 132+ messages in thread
From: Anthony G. Basile @ 2016-04-21 10:12 UTC (permalink / raw
  To: gentoo-commits

commit:     e3d0c0b5b74bcb4f920217606e514696c281352a
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 21 10:12:38 2016 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Thu Apr 21 10:12:54 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3d0c0b5

app-backup/borgbackup: version bump to 1.0.2

Package-Manager: portage-2.2.26

 app-backup/borgbackup/Manifest                |  1 +
 app-backup/borgbackup/borgbackup-1.0.2.ebuild | 40 +++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/app-backup/borgbackup/Manifest b/app-backup/borgbackup/Manifest
index 807d19f..e32cc98 100644
--- a/app-backup/borgbackup/Manifest
+++ b/app-backup/borgbackup/Manifest
@@ -1 +1,2 @@
 DIST borgbackup-1.0.1.tar.gz 413316 SHA256 58a2c2e649207c8e15223f6380d238124b0f1b45fd83990a40df5b678cd41fba SHA512 1cb0ceb0d4fcf844220947000b51bbd1156244dd4394285e51b82da9f6e23c866d97246aed3c13fdd62534788daf5efde9a049a51db36b22db2674892d95b1d9 WHIRLPOOL 964c173a22b524c7426c74421856e96a17cd8a583cc271829a5e069186b607186919a373ae9c7a7ae71132b26a4c495837a15536ed280e7daa5b984703c46aad
+DIST borgbackup-1.0.2.tar.gz 422181 SHA256 11ea343290f788a2d849f43ebb07e8f0990f651f3cf097ca4f4cd9ce2f08dfd7 SHA512 721f840b55a385976b7d01e03690cf0e73029f1566809fee5770622b3455aba6a35ca8b246127b5a8e07bc26e0cc31d6fd35a4e188906e5714d8dac912844189 WHIRLPOOL e7854661260b82654d96158613f2676587b4aab165963bcc72ce0e5d1e95e7b28a0feea798fc257cda00b10c3db0c2967f75cceb2c6a91c192c3e0d75258c533

diff --git a/app-backup/borgbackup/borgbackup-1.0.2.ebuild b/app-backup/borgbackup/borgbackup-1.0.2.ebuild
new file mode 100644
index 0000000..c6825d5
--- /dev/null
+++ b/app-backup/borgbackup/borgbackup-1.0.2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+PYTHON_COMPAT=( python3_4 )
+
+inherit distutils-r1
+
+if [[ ${PV} == "9999" ]] ; then
+	EGIT_REPO_URI="https://github.com/borgbackup/borg.git"
+	inherit git-r3
+else
+	SRC_URI="mirror://pypi/b/borgbackup/${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Deduplicating backup program with compression and authenticated encryption."
+HOMEPAGE="https://borgbackup.github.io/"
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="libressl +fuse"
+
+# Unformately we have a file conflict with app-office/borg, bug #580402
+RDEPEND="
+	!!app-office/borg
+	app-arch/lz4
+	dev-python/msgpack[${PYTHON_USEDEP}]
+	!libressl? ( dev-libs/openssl:0= )
+	libressl? ( dev-libs/libressl:0= )
+	fuse? ( dev-python/llfuse[${PYTHON_USEDEP}] )
+"
+
+DEPEND="
+	dev-python/setuptools_scm[${PYTHON_USEDEP}]
+	dev-python/cython[${PYTHON_USEDEP}]
+	${RDEPEND}
+"


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2016-05-21 11:14 Anthony G. Basile
  0 siblings, 0 replies; 132+ messages in thread
From: Anthony G. Basile @ 2016-05-21 11:14 UTC (permalink / raw
  To: gentoo-commits

commit:     d5d2ee65c7fc96d61beedf98dd1ed97db4d5e6cc
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sat May 21 11:15:50 2016 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat May 21 11:16:06 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5d2ee65

app-backup/borgbackup: version bump to 1.0.3

Package-Manager: portage-2.2.26

 app-backup/borgbackup/Manifest                                      | 1 +
 .../borgbackup/{borgbackup-9999.ebuild => borgbackup-1.0.3.ebuild}  | 6 +++---
 app-backup/borgbackup/borgbackup-9999.ebuild                        | 6 +++---
 3 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/app-backup/borgbackup/Manifest b/app-backup/borgbackup/Manifest
index e32cc98..8ad91d4 100644
--- a/app-backup/borgbackup/Manifest
+++ b/app-backup/borgbackup/Manifest
@@ -1,2 +1,3 @@
 DIST borgbackup-1.0.1.tar.gz 413316 SHA256 58a2c2e649207c8e15223f6380d238124b0f1b45fd83990a40df5b678cd41fba SHA512 1cb0ceb0d4fcf844220947000b51bbd1156244dd4394285e51b82da9f6e23c866d97246aed3c13fdd62534788daf5efde9a049a51db36b22db2674892d95b1d9 WHIRLPOOL 964c173a22b524c7426c74421856e96a17cd8a583cc271829a5e069186b607186919a373ae9c7a7ae71132b26a4c495837a15536ed280e7daa5b984703c46aad
 DIST borgbackup-1.0.2.tar.gz 422181 SHA256 11ea343290f788a2d849f43ebb07e8f0990f651f3cf097ca4f4cd9ce2f08dfd7 SHA512 721f840b55a385976b7d01e03690cf0e73029f1566809fee5770622b3455aba6a35ca8b246127b5a8e07bc26e0cc31d6fd35a4e188906e5714d8dac912844189 WHIRLPOOL e7854661260b82654d96158613f2676587b4aab165963bcc72ce0e5d1e95e7b28a0feea798fc257cda00b10c3db0c2967f75cceb2c6a91c192c3e0d75258c533
+DIST borgbackup-1.0.3.tar.gz 426936 SHA256 7a79c53f2fd3f8a687bb10dbec4591ce95878f89f4467544ef4e7a005407f94f SHA512 323f2625441580be5cb9684ae63d9cd28f6c72df7c199c712466ea7009a1d47ffbcac1204b9dc8f25f7017a9ec2edcdac31d272fdb082f13a08f4d19bbc7bcf2 WHIRLPOOL 23bf0c500553288d3d3096dfe7dcee4fee3f915610aaf9a29ef012deff5ef346dd3a2c0b58ca85b88747422fbe687e51b1824d1a466aca6f28213e9925938ba2

diff --git a/app-backup/borgbackup/borgbackup-9999.ebuild b/app-backup/borgbackup/borgbackup-1.0.3.ebuild
similarity index 83%
copy from app-backup/borgbackup/borgbackup-9999.ebuild
copy to app-backup/borgbackup/borgbackup-1.0.3.ebuild
index c6825d5..cd5cacd 100644
--- a/app-backup/borgbackup/borgbackup-9999.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.0.3.ebuild
@@ -9,15 +9,15 @@ PYTHON_COMPAT=( python3_4 )
 inherit distutils-r1
 
 if [[ ${PV} == "9999" ]] ; then
-	EGIT_REPO_URI="https://github.com/borgbackup/borg.git"
+	EGIT_REPO_URI="https://github.com/${PN}/borg.git"
 	inherit git-r3
 else
-	SRC_URI="mirror://pypi/b/borgbackup/${P}.tar.gz"
+	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 	KEYWORDS="~amd64 ~x86"
 fi
 
 DESCRIPTION="Deduplicating backup program with compression and authenticated encryption."
-HOMEPAGE="https://borgbackup.github.io/"
+HOMEPAGE="https://borgbackup.readthedocs.io/"
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/app-backup/borgbackup/borgbackup-9999.ebuild b/app-backup/borgbackup/borgbackup-9999.ebuild
index c6825d5..cd5cacd 100644
--- a/app-backup/borgbackup/borgbackup-9999.ebuild
+++ b/app-backup/borgbackup/borgbackup-9999.ebuild
@@ -9,15 +9,15 @@ PYTHON_COMPAT=( python3_4 )
 inherit distutils-r1
 
 if [[ ${PV} == "9999" ]] ; then
-	EGIT_REPO_URI="https://github.com/borgbackup/borg.git"
+	EGIT_REPO_URI="https://github.com/${PN}/borg.git"
 	inherit git-r3
 else
-	SRC_URI="mirror://pypi/b/borgbackup/${P}.tar.gz"
+	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 	KEYWORDS="~amd64 ~x86"
 fi
 
 DESCRIPTION="Deduplicating backup program with compression and authenticated encryption."
-HOMEPAGE="https://borgbackup.github.io/"
+HOMEPAGE="https://borgbackup.readthedocs.io/"
 
 LICENSE="BSD"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2016-07-13 15:17 Anthony G. Basile
  0 siblings, 0 replies; 132+ messages in thread
From: Anthony G. Basile @ 2016-07-13 15:17 UTC (permalink / raw
  To: gentoo-commits

commit:     5932e7f02c92235f2c56e334d6e9064e6ba4aedc
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 13 15:20:14 2016 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Wed Jul 13 15:20:35 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5932e7f0

app-backup/borgbackup: remove older unstable versions

Package-Manager: portage-2.2.28

 app-backup/borgbackup/Manifest                |  2 --
 app-backup/borgbackup/borgbackup-1.0.1.ebuild | 40 ---------------------------
 app-backup/borgbackup/borgbackup-1.0.2.ebuild | 40 ---------------------------
 3 files changed, 82 deletions(-)

diff --git a/app-backup/borgbackup/Manifest b/app-backup/borgbackup/Manifest
index 91721f8..5c2f36c 100644
--- a/app-backup/borgbackup/Manifest
+++ b/app-backup/borgbackup/Manifest
@@ -1,4 +1,2 @@
-DIST borgbackup-1.0.1.tar.gz 413316 SHA256 58a2c2e649207c8e15223f6380d238124b0f1b45fd83990a40df5b678cd41fba SHA512 1cb0ceb0d4fcf844220947000b51bbd1156244dd4394285e51b82da9f6e23c866d97246aed3c13fdd62534788daf5efde9a049a51db36b22db2674892d95b1d9 WHIRLPOOL 964c173a22b524c7426c74421856e96a17cd8a583cc271829a5e069186b607186919a373ae9c7a7ae71132b26a4c495837a15536ed280e7daa5b984703c46aad
-DIST borgbackup-1.0.2.tar.gz 422181 SHA256 11ea343290f788a2d849f43ebb07e8f0990f651f3cf097ca4f4cd9ce2f08dfd7 SHA512 721f840b55a385976b7d01e03690cf0e73029f1566809fee5770622b3455aba6a35ca8b246127b5a8e07bc26e0cc31d6fd35a4e188906e5714d8dac912844189 WHIRLPOOL e7854661260b82654d96158613f2676587b4aab165963bcc72ce0e5d1e95e7b28a0feea798fc257cda00b10c3db0c2967f75cceb2c6a91c192c3e0d75258c533
 DIST borgbackup-1.0.3.tar.gz 426936 SHA256 7a79c53f2fd3f8a687bb10dbec4591ce95878f89f4467544ef4e7a005407f94f SHA512 323f2625441580be5cb9684ae63d9cd28f6c72df7c199c712466ea7009a1d47ffbcac1204b9dc8f25f7017a9ec2edcdac31d272fdb082f13a08f4d19bbc7bcf2 WHIRLPOOL 23bf0c500553288d3d3096dfe7dcee4fee3f915610aaf9a29ef012deff5ef346dd3a2c0b58ca85b88747422fbe687e51b1824d1a466aca6f28213e9925938ba2
 DIST borgbackup-1.0.6.tar.gz 469242 SHA256 b72444d260b66538b6b5394f4f1919ab095214d130b5ffbb18ed83dac94db6b7 SHA512 176f016671208d43c3e675b9beaea1fadff33df7ad637c2df20c237f64d760439a4da7fe15b92e02a4e4560db17363050f6464cc7bac413d4f7a994dbea4fd60 WHIRLPOOL 8089003bb0d37e7d41f5f6574a402128ec7b69f32b701487fdc3e582b69a0722196869b58b227749dcc29eb7f5b28c80b19ddc80a84d5e4375292c482af1cbb2

diff --git a/app-backup/borgbackup/borgbackup-1.0.1.ebuild b/app-backup/borgbackup/borgbackup-1.0.1.ebuild
deleted file mode 100644
index c6825d5..0000000
--- a/app-backup/borgbackup/borgbackup-1.0.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-PYTHON_COMPAT=( python3_4 )
-
-inherit distutils-r1
-
-if [[ ${PV} == "9999" ]] ; then
-	EGIT_REPO_URI="https://github.com/borgbackup/borg.git"
-	inherit git-r3
-else
-	SRC_URI="mirror://pypi/b/borgbackup/${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Deduplicating backup program with compression and authenticated encryption."
-HOMEPAGE="https://borgbackup.github.io/"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="libressl +fuse"
-
-# Unformately we have a file conflict with app-office/borg, bug #580402
-RDEPEND="
-	!!app-office/borg
-	app-arch/lz4
-	dev-python/msgpack[${PYTHON_USEDEP}]
-	!libressl? ( dev-libs/openssl:0= )
-	libressl? ( dev-libs/libressl:0= )
-	fuse? ( dev-python/llfuse[${PYTHON_USEDEP}] )
-"
-
-DEPEND="
-	dev-python/setuptools_scm[${PYTHON_USEDEP}]
-	dev-python/cython[${PYTHON_USEDEP}]
-	${RDEPEND}
-"

diff --git a/app-backup/borgbackup/borgbackup-1.0.2.ebuild b/app-backup/borgbackup/borgbackup-1.0.2.ebuild
deleted file mode 100644
index c6825d5..0000000
--- a/app-backup/borgbackup/borgbackup-1.0.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-PYTHON_COMPAT=( python3_4 )
-
-inherit distutils-r1
-
-if [[ ${PV} == "9999" ]] ; then
-	EGIT_REPO_URI="https://github.com/borgbackup/borg.git"
-	inherit git-r3
-else
-	SRC_URI="mirror://pypi/b/borgbackup/${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Deduplicating backup program with compression and authenticated encryption."
-HOMEPAGE="https://borgbackup.github.io/"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="libressl +fuse"
-
-# Unformately we have a file conflict with app-office/borg, bug #580402
-RDEPEND="
-	!!app-office/borg
-	app-arch/lz4
-	dev-python/msgpack[${PYTHON_USEDEP}]
-	!libressl? ( dev-libs/openssl:0= )
-	libressl? ( dev-libs/libressl:0= )
-	fuse? ( dev-python/llfuse[${PYTHON_USEDEP}] )
-"
-
-DEPEND="
-	dev-python/setuptools_scm[${PYTHON_USEDEP}]
-	dev-python/cython[${PYTHON_USEDEP}]
-	${RDEPEND}
-"


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2016-07-13 15:17 Anthony G. Basile
  0 siblings, 0 replies; 132+ messages in thread
From: Anthony G. Basile @ 2016-07-13 15:17 UTC (permalink / raw
  To: gentoo-commits

commit:     8d49c6f61159dfa4607cc764f5419bd408e28e1c
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 13 15:19:41 2016 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Wed Jul 13 15:20:32 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d49c6f6

app-backup/borgbackup: version bump to 1.0.6

Package-Manager: portage-2.2.28

 app-backup/borgbackup/Manifest                |  1 +
 app-backup/borgbackup/borgbackup-1.0.6.ebuild | 40 +++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/app-backup/borgbackup/Manifest b/app-backup/borgbackup/Manifest
index 8ad91d4..91721f8 100644
--- a/app-backup/borgbackup/Manifest
+++ b/app-backup/borgbackup/Manifest
@@ -1,3 +1,4 @@
 DIST borgbackup-1.0.1.tar.gz 413316 SHA256 58a2c2e649207c8e15223f6380d238124b0f1b45fd83990a40df5b678cd41fba SHA512 1cb0ceb0d4fcf844220947000b51bbd1156244dd4394285e51b82da9f6e23c866d97246aed3c13fdd62534788daf5efde9a049a51db36b22db2674892d95b1d9 WHIRLPOOL 964c173a22b524c7426c74421856e96a17cd8a583cc271829a5e069186b607186919a373ae9c7a7ae71132b26a4c495837a15536ed280e7daa5b984703c46aad
 DIST borgbackup-1.0.2.tar.gz 422181 SHA256 11ea343290f788a2d849f43ebb07e8f0990f651f3cf097ca4f4cd9ce2f08dfd7 SHA512 721f840b55a385976b7d01e03690cf0e73029f1566809fee5770622b3455aba6a35ca8b246127b5a8e07bc26e0cc31d6fd35a4e188906e5714d8dac912844189 WHIRLPOOL e7854661260b82654d96158613f2676587b4aab165963bcc72ce0e5d1e95e7b28a0feea798fc257cda00b10c3db0c2967f75cceb2c6a91c192c3e0d75258c533
 DIST borgbackup-1.0.3.tar.gz 426936 SHA256 7a79c53f2fd3f8a687bb10dbec4591ce95878f89f4467544ef4e7a005407f94f SHA512 323f2625441580be5cb9684ae63d9cd28f6c72df7c199c712466ea7009a1d47ffbcac1204b9dc8f25f7017a9ec2edcdac31d272fdb082f13a08f4d19bbc7bcf2 WHIRLPOOL 23bf0c500553288d3d3096dfe7dcee4fee3f915610aaf9a29ef012deff5ef346dd3a2c0b58ca85b88747422fbe687e51b1824d1a466aca6f28213e9925938ba2
+DIST borgbackup-1.0.6.tar.gz 469242 SHA256 b72444d260b66538b6b5394f4f1919ab095214d130b5ffbb18ed83dac94db6b7 SHA512 176f016671208d43c3e675b9beaea1fadff33df7ad637c2df20c237f64d760439a4da7fe15b92e02a4e4560db17363050f6464cc7bac413d4f7a994dbea4fd60 WHIRLPOOL 8089003bb0d37e7d41f5f6574a402128ec7b69f32b701487fdc3e582b69a0722196869b58b227749dcc29eb7f5b28c80b19ddc80a84d5e4375292c482af1cbb2

diff --git a/app-backup/borgbackup/borgbackup-1.0.6.ebuild b/app-backup/borgbackup/borgbackup-1.0.6.ebuild
new file mode 100644
index 0000000..cd5cacd
--- /dev/null
+++ b/app-backup/borgbackup/borgbackup-1.0.6.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+PYTHON_COMPAT=( python3_4 )
+
+inherit distutils-r1
+
+if [[ ${PV} == "9999" ]] ; then
+	EGIT_REPO_URI="https://github.com/${PN}/borg.git"
+	inherit git-r3
+else
+	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Deduplicating backup program with compression and authenticated encryption."
+HOMEPAGE="https://borgbackup.readthedocs.io/"
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="libressl +fuse"
+
+# Unformately we have a file conflict with app-office/borg, bug #580402
+RDEPEND="
+	!!app-office/borg
+	app-arch/lz4
+	dev-python/msgpack[${PYTHON_USEDEP}]
+	!libressl? ( dev-libs/openssl:0= )
+	libressl? ( dev-libs/libressl:0= )
+	fuse? ( dev-python/llfuse[${PYTHON_USEDEP}] )
+"
+
+DEPEND="
+	dev-python/setuptools_scm[${PYTHON_USEDEP}]
+	dev-python/cython[${PYTHON_USEDEP}]
+	${RDEPEND}
+"


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2016-08-25 18:34 Anthony G. Basile
  0 siblings, 0 replies; 132+ messages in thread
From: Anthony G. Basile @ 2016-08-25 18:34 UTC (permalink / raw
  To: gentoo-commits

commit:     f94b512b7509d5e7e3f9e8d0be8601da31be942e
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 25 18:34:18 2016 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Thu Aug 25 18:34:18 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f94b512b

app-backup/borgbackup: version bump to 1.0.7, remove older

Package-Manager: portage-2.2.28

 app-backup/borgbackup/Manifest                     |  3 +-
 app-backup/borgbackup/borgbackup-1.0.6.ebuild      | 40 ----------------------
 ...backup-1.0.3.ebuild => borgbackup-1.0.7.ebuild} |  0
 3 files changed, 1 insertion(+), 42 deletions(-)

diff --git a/app-backup/borgbackup/Manifest b/app-backup/borgbackup/Manifest
index 5c2f36c..ccfed18 100644
--- a/app-backup/borgbackup/Manifest
+++ b/app-backup/borgbackup/Manifest
@@ -1,2 +1 @@
-DIST borgbackup-1.0.3.tar.gz 426936 SHA256 7a79c53f2fd3f8a687bb10dbec4591ce95878f89f4467544ef4e7a005407f94f SHA512 323f2625441580be5cb9684ae63d9cd28f6c72df7c199c712466ea7009a1d47ffbcac1204b9dc8f25f7017a9ec2edcdac31d272fdb082f13a08f4d19bbc7bcf2 WHIRLPOOL 23bf0c500553288d3d3096dfe7dcee4fee3f915610aaf9a29ef012deff5ef346dd3a2c0b58ca85b88747422fbe687e51b1824d1a466aca6f28213e9925938ba2
-DIST borgbackup-1.0.6.tar.gz 469242 SHA256 b72444d260b66538b6b5394f4f1919ab095214d130b5ffbb18ed83dac94db6b7 SHA512 176f016671208d43c3e675b9beaea1fadff33df7ad637c2df20c237f64d760439a4da7fe15b92e02a4e4560db17363050f6464cc7bac413d4f7a994dbea4fd60 WHIRLPOOL 8089003bb0d37e7d41f5f6574a402128ec7b69f32b701487fdc3e582b69a0722196869b58b227749dcc29eb7f5b28c80b19ddc80a84d5e4375292c482af1cbb2
+DIST borgbackup-1.0.7.tar.gz 462509 SHA256 203353a299b6ea0c092a1f23b6bb5414a0b795712c213c68f7a1f4c24be131d1 SHA512 750e85597043049775a2480fb32df5a10e4ba581a91911e93eeb29dbc517db43f537b54206f8f2ce8fa51530866ed9e490c31e6c35d181853481fb3e6269d8af WHIRLPOOL ec34fa9f144dc3cf35f8ef8c61e70ce4b62dd624b6fcff42ca0db3e017b68e2afa3e379aec0acbc443279df25dded18b79df9ba702cc3f94ed834a9c7ff6eff0

diff --git a/app-backup/borgbackup/borgbackup-1.0.6.ebuild b/app-backup/borgbackup/borgbackup-1.0.6.ebuild
deleted file mode 100644
index cd5cacd..00000000
--- a/app-backup/borgbackup/borgbackup-1.0.6.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-PYTHON_COMPAT=( python3_4 )
-
-inherit distutils-r1
-
-if [[ ${PV} == "9999" ]] ; then
-	EGIT_REPO_URI="https://github.com/${PN}/borg.git"
-	inherit git-r3
-else
-	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Deduplicating backup program with compression and authenticated encryption."
-HOMEPAGE="https://borgbackup.readthedocs.io/"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="libressl +fuse"
-
-# Unformately we have a file conflict with app-office/borg, bug #580402
-RDEPEND="
-	!!app-office/borg
-	app-arch/lz4
-	dev-python/msgpack[${PYTHON_USEDEP}]
-	!libressl? ( dev-libs/openssl:0= )
-	libressl? ( dev-libs/libressl:0= )
-	fuse? ( dev-python/llfuse[${PYTHON_USEDEP}] )
-"
-
-DEPEND="
-	dev-python/setuptools_scm[${PYTHON_USEDEP}]
-	dev-python/cython[${PYTHON_USEDEP}]
-	${RDEPEND}
-"

diff --git a/app-backup/borgbackup/borgbackup-1.0.3.ebuild b/app-backup/borgbackup/borgbackup-1.0.7.ebuild
similarity index 100%
rename from app-backup/borgbackup/borgbackup-1.0.3.ebuild
rename to app-backup/borgbackup/borgbackup-1.0.7.ebuild


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2016-10-09  7:47 Pacho Ramos
  0 siblings, 0 replies; 132+ messages in thread
From: Pacho Ramos @ 2016-10-09  7:47 UTC (permalink / raw
  To: gentoo-commits

commit:     0b088e72f69329e7f3e28bddf92c2887a5d4e37f
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  9 07:40:41 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Oct  9 07:46:43 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b088e72

app-backup/borgbackup: Support python 3.5

Package-Manager: portage-2.3.1

 app-backup/borgbackup/borgbackup-1.0.7.ebuild | 2 +-
 app-backup/borgbackup/borgbackup-9999.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-backup/borgbackup/borgbackup-1.0.7.ebuild b/app-backup/borgbackup/borgbackup-1.0.7.ebuild
index cd5cacd..1690af4 100644
--- a/app-backup/borgbackup/borgbackup-1.0.7.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.0.7.ebuild
@@ -4,7 +4,7 @@
 
 EAPI="5"
 
-PYTHON_COMPAT=( python3_4 )
+PYTHON_COMPAT=( python3_{4,5} )
 
 inherit distutils-r1
 

diff --git a/app-backup/borgbackup/borgbackup-9999.ebuild b/app-backup/borgbackup/borgbackup-9999.ebuild
index cd5cacd..1690af4 100644
--- a/app-backup/borgbackup/borgbackup-9999.ebuild
+++ b/app-backup/borgbackup/borgbackup-9999.ebuild
@@ -4,7 +4,7 @@
 
 EAPI="5"
 
-PYTHON_COMPAT=( python3_4 )
+PYTHON_COMPAT=( python3_{4,5} )
 
 inherit distutils-r1
 


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2016-10-30 19:15 Anthony G. Basile
  0 siblings, 0 replies; 132+ messages in thread
From: Anthony G. Basile @ 2016-10-30 19:15 UTC (permalink / raw
  To: gentoo-commits

commit:     40156a1bbec0f147f5aee9b1ba363f25cbf5ab13
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 30 19:14:05 2016 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Oct 30 19:14:05 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40156a1b

app-backup/borgbackup: version bump to 1.0.8

Package-Manager: portage-2.3.0

 app-backup/borgbackup/Manifest                |  1 +
 app-backup/borgbackup/borgbackup-1.0.8.ebuild | 40 +++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/app-backup/borgbackup/Manifest b/app-backup/borgbackup/Manifest
index ccfed18..fc75394 100644
--- a/app-backup/borgbackup/Manifest
+++ b/app-backup/borgbackup/Manifest
@@ -1 +1,2 @@
 DIST borgbackup-1.0.7.tar.gz 462509 SHA256 203353a299b6ea0c092a1f23b6bb5414a0b795712c213c68f7a1f4c24be131d1 SHA512 750e85597043049775a2480fb32df5a10e4ba581a91911e93eeb29dbc517db43f537b54206f8f2ce8fa51530866ed9e490c31e6c35d181853481fb3e6269d8af WHIRLPOOL ec34fa9f144dc3cf35f8ef8c61e70ce4b62dd624b6fcff42ca0db3e017b68e2afa3e379aec0acbc443279df25dded18b79df9ba702cc3f94ed834a9c7ff6eff0
+DIST borgbackup-1.0.8.tar.gz 501606 SHA256 6902563c447c4f378ff1a13167f83d15eb60a02316a06368a539b7ff3d88aeb9 SHA512 2a24b302da6cf0266c53a5efc7c1f500c3a3f290c1a49abbced981d2e252886e81b828ab092518f675a81b9865079af66ea34d035b34ebf19a86a153fff6bd45 WHIRLPOOL 8f258bca6b4787e0494f68660e774bcc63d73d3829c5236815858719381c74ca037fcb418cef039e05b74e7da0535cbe941e3e1a8185e51cae1deb8a5aa58505

diff --git a/app-backup/borgbackup/borgbackup-1.0.8.ebuild b/app-backup/borgbackup/borgbackup-1.0.8.ebuild
new file mode 100644
index 00000000..065fdc1
--- /dev/null
+++ b/app-backup/borgbackup/borgbackup-1.0.8.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+PYTHON_COMPAT=( python3_{4,5} )
+
+inherit distutils-r1
+
+if [[ ${PV} == "9999" ]] ; then
+	EGIT_REPO_URI="https://github.com/${PN}/borg.git"
+	inherit git-r3
+else
+	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Deduplicating backup program with compression and authenticated encryption."
+HOMEPAGE="https://borgbackup.readthedocs.io/"
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="libressl +fuse"
+
+# Unformately we have a file conflict with app-office/borg, bug #580402
+RDEPEND="
+	!!app-office/borg
+	app-arch/lz4
+	dev-python/msgpack[${PYTHON_USEDEP}]
+	!libressl? ( dev-libs/openssl:0= )
+	libressl? ( dev-libs/libressl:0= )
+	fuse? ( dev-python/llfuse[${PYTHON_USEDEP}] )
+"
+
+DEPEND="
+	dev-python/setuptools_scm[${PYTHON_USEDEP}]
+	dev-python/cython[${PYTHON_USEDEP}]
+	${RDEPEND}
+"


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2016-12-20  7:51 Anthony G. Basile
  0 siblings, 0 replies; 132+ messages in thread
From: Anthony G. Basile @ 2016-12-20  7:51 UTC (permalink / raw
  To: gentoo-commits

commit:     d41052d32ded9415b1c8a3eb638af565990e7651
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 20 07:49:47 2016 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Tue Dec 20 07:50:20 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d41052d3

app-backup/borgbackup: version bump to 1.0.9

Package-Manager: portage-2.3.0

 app-backup/borgbackup/Manifest                                          | 1 +
 .../borgbackup/{borgbackup-9999.ebuild => borgbackup-1.0.9.ebuild}      | 2 +-
 app-backup/borgbackup/borgbackup-9999.ebuild                            | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-backup/borgbackup/Manifest b/app-backup/borgbackup/Manifest
index fc75394..9600d23 100644
--- a/app-backup/borgbackup/Manifest
+++ b/app-backup/borgbackup/Manifest
@@ -1,2 +1,3 @@
 DIST borgbackup-1.0.7.tar.gz 462509 SHA256 203353a299b6ea0c092a1f23b6bb5414a0b795712c213c68f7a1f4c24be131d1 SHA512 750e85597043049775a2480fb32df5a10e4ba581a91911e93eeb29dbc517db43f537b54206f8f2ce8fa51530866ed9e490c31e6c35d181853481fb3e6269d8af WHIRLPOOL ec34fa9f144dc3cf35f8ef8c61e70ce4b62dd624b6fcff42ca0db3e017b68e2afa3e379aec0acbc443279df25dded18b79df9ba702cc3f94ed834a9c7ff6eff0
 DIST borgbackup-1.0.8.tar.gz 501606 SHA256 6902563c447c4f378ff1a13167f83d15eb60a02316a06368a539b7ff3d88aeb9 SHA512 2a24b302da6cf0266c53a5efc7c1f500c3a3f290c1a49abbced981d2e252886e81b828ab092518f675a81b9865079af66ea34d035b34ebf19a86a153fff6bd45 WHIRLPOOL 8f258bca6b4787e0494f68660e774bcc63d73d3829c5236815858719381c74ca037fcb418cef039e05b74e7da0535cbe941e3e1a8185e51cae1deb8a5aa58505
+DIST borgbackup-1.0.9.tar.gz 541796 SHA256 35860840e0429d4bb3acc8b9dd33aa5996a42fb2b678813a982b321a7dba3cb2 SHA512 5623916b143a3d39cab41bc5cca82589a612035d9be0bfd0d211656a975b986bc0c04133bdd1ba44b628fffd84f2c4294530a7c37b9c874e878b77d6105ff0ad WHIRLPOOL 76d740c07bc9767c80e3a725cdbba3f0c990d0e67643089e38f020aa611248f3d3694b07605c12d17645e7af5c1ba7ce7b86a458496350c8c798ab6b97cd0cde

diff --git a/app-backup/borgbackup/borgbackup-9999.ebuild b/app-backup/borgbackup/borgbackup-1.0.9.ebuild
similarity index 99%
copy from app-backup/borgbackup/borgbackup-9999.ebuild
copy to app-backup/borgbackup/borgbackup-1.0.9.ebuild
index 1690af4..065fdc1 100644
--- a/app-backup/borgbackup/borgbackup-9999.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.0.9.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="5"
+EAPI="6"
 
 PYTHON_COMPAT=( python3_{4,5} )
 

diff --git a/app-backup/borgbackup/borgbackup-9999.ebuild b/app-backup/borgbackup/borgbackup-9999.ebuild
index 1690af4..065fdc1 100644
--- a/app-backup/borgbackup/borgbackup-9999.ebuild
+++ b/app-backup/borgbackup/borgbackup-9999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="5"
+EAPI="6"
 
 PYTHON_COMPAT=( python3_{4,5} )
 


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2016-12-20 19:16 Tobias Klausmann
  0 siblings, 0 replies; 132+ messages in thread
From: Tobias Klausmann @ 2016-12-20 19:16 UTC (permalink / raw
  To: gentoo-commits

commit:     d4b375c2233031fa18d77630c8cb0789cf511fa2
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 20 19:15:34 2016 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Tue Dec 20 19:15:34 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4b375c2

app-backup/borgbackup-1.0.7-r0: stable on amd64

Gentoo-Bug: 595796

 app-backup/borgbackup/borgbackup-1.0.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/borgbackup/borgbackup-1.0.7.ebuild b/app-backup/borgbackup/borgbackup-1.0.7.ebuild
index 1690af4..e1b8438 100644
--- a/app-backup/borgbackup/borgbackup-1.0.7.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.0.7.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]] ; then
 	inherit git-r3
 else
 	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="amd64 ~x86"
 fi
 
 DESCRIPTION="Deduplicating backup program with compression and authenticated encryption."


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2017-01-30 13:09 Agostino Sarubbo
  0 siblings, 0 replies; 132+ messages in thread
From: Agostino Sarubbo @ 2017-01-30 13:09 UTC (permalink / raw
  To: gentoo-commits

commit:     729d55bbedce21b6b781b4d63e21ec81178aa953
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 30 13:08:10 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Jan 30 13:08:10 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=729d55bb

app-backup/borgbackup: amd64 stable wrt bug #607060

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-backup/borgbackup/borgbackup-1.0.9.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-backup/borgbackup/borgbackup-1.0.9.ebuild b/app-backup/borgbackup/borgbackup-1.0.9.ebuild
index 065fdc1..eeda308 100644
--- a/app-backup/borgbackup/borgbackup-1.0.9.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.0.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]] ; then
 	inherit git-r3
 else
 	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="amd64 ~x86"
 fi
 
 DESCRIPTION="Deduplicating backup program with compression and authenticated encryption."


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2017-02-15 14:41 Anthony G. Basile
  0 siblings, 0 replies; 132+ messages in thread
From: Anthony G. Basile @ 2017-02-15 14:41 UTC (permalink / raw
  To: gentoo-commits

commit:     e758fd8258415c56bc35a11d035096fcb58e5d25
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 15 14:41:05 2017 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Wed Feb 15 14:41:21 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e758fd82

app-backup/borgbackup: version bump to 1.0.10

Package-Manager: portage-2.3.3

 app-backup/borgbackup/Manifest                                          | 1 +
 .../borgbackup/{borgbackup-9999.ebuild => borgbackup-1.0.10.ebuild}     | 2 +-
 app-backup/borgbackup/borgbackup-9999.ebuild                            | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-backup/borgbackup/Manifest b/app-backup/borgbackup/Manifest
index 9600d23c97..6cb53302fa 100644
--- a/app-backup/borgbackup/Manifest
+++ b/app-backup/borgbackup/Manifest
@@ -1,3 +1,4 @@
+DIST borgbackup-1.0.10.tar.gz 563363 SHA256 978f28f144924005219da989b1b436a32b2735a34c6d0dc15bb0a1ccffad59e9 SHA512 db0d315b8381f853c192e0b6672bac8275ef2046dc307f88bbd9641f941feedb91bdfdb074b2b33141a6b94db204588fb87b6ea1b746648d20f30f1268055d7a WHIRLPOOL 055c925bd843fbd9dc73eb7b9a8ceb71510ba6f4e2e3668204fd73f73b610d44c070517af440e12e0d05844d42128d87b8d4defdc863a642a678ae5834af8261
 DIST borgbackup-1.0.7.tar.gz 462509 SHA256 203353a299b6ea0c092a1f23b6bb5414a0b795712c213c68f7a1f4c24be131d1 SHA512 750e85597043049775a2480fb32df5a10e4ba581a91911e93eeb29dbc517db43f537b54206f8f2ce8fa51530866ed9e490c31e6c35d181853481fb3e6269d8af WHIRLPOOL ec34fa9f144dc3cf35f8ef8c61e70ce4b62dd624b6fcff42ca0db3e017b68e2afa3e379aec0acbc443279df25dded18b79df9ba702cc3f94ed834a9c7ff6eff0
 DIST borgbackup-1.0.8.tar.gz 501606 SHA256 6902563c447c4f378ff1a13167f83d15eb60a02316a06368a539b7ff3d88aeb9 SHA512 2a24b302da6cf0266c53a5efc7c1f500c3a3f290c1a49abbced981d2e252886e81b828ab092518f675a81b9865079af66ea34d035b34ebf19a86a153fff6bd45 WHIRLPOOL 8f258bca6b4787e0494f68660e774bcc63d73d3829c5236815858719381c74ca037fcb418cef039e05b74e7da0535cbe941e3e1a8185e51cae1deb8a5aa58505
 DIST borgbackup-1.0.9.tar.gz 541796 SHA256 35860840e0429d4bb3acc8b9dd33aa5996a42fb2b678813a982b321a7dba3cb2 SHA512 5623916b143a3d39cab41bc5cca82589a612035d9be0bfd0d211656a975b986bc0c04133bdd1ba44b628fffd84f2c4294530a7c37b9c874e878b77d6105ff0ad WHIRLPOOL 76d740c07bc9767c80e3a725cdbba3f0c990d0e67643089e38f020aa611248f3d3694b07605c12d17645e7af5c1ba7ce7b86a458496350c8c798ab6b97cd0cde

diff --git a/app-backup/borgbackup/borgbackup-9999.ebuild b/app-backup/borgbackup/borgbackup-1.0.10.ebuild
similarity index 95%
copy from app-backup/borgbackup/borgbackup-9999.ebuild
copy to app-backup/borgbackup/borgbackup-1.0.10.ebuild
index 065fdc1346..80e54b0b34 100644
--- a/app-backup/borgbackup/borgbackup-9999.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.0.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 

diff --git a/app-backup/borgbackup/borgbackup-9999.ebuild b/app-backup/borgbackup/borgbackup-9999.ebuild
index 065fdc1346..80e54b0b34 100644
--- a/app-backup/borgbackup/borgbackup-9999.ebuild
+++ b/app-backup/borgbackup/borgbackup-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2017-02-15 14:42 Anthony G. Basile
  0 siblings, 0 replies; 132+ messages in thread
From: Anthony G. Basile @ 2017-02-15 14:42 UTC (permalink / raw
  To: gentoo-commits

commit:     6f13016aaf6d79446cfa2a52f57507f9b1d0d443
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 15 14:42:41 2017 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Wed Feb 15 14:42:41 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f13016a

app-backup/borgbackup: remove older versions

Package-Manager: portage-2.3.3

 app-backup/borgbackup/Manifest                |  2 --
 app-backup/borgbackup/borgbackup-1.0.7.ebuild | 40 ---------------------------
 app-backup/borgbackup/borgbackup-1.0.8.ebuild | 40 ---------------------------
 3 files changed, 82 deletions(-)

diff --git a/app-backup/borgbackup/Manifest b/app-backup/borgbackup/Manifest
index 6cb53302fa..0c1b4d0ce1 100644
--- a/app-backup/borgbackup/Manifest
+++ b/app-backup/borgbackup/Manifest
@@ -1,4 +1,2 @@
 DIST borgbackup-1.0.10.tar.gz 563363 SHA256 978f28f144924005219da989b1b436a32b2735a34c6d0dc15bb0a1ccffad59e9 SHA512 db0d315b8381f853c192e0b6672bac8275ef2046dc307f88bbd9641f941feedb91bdfdb074b2b33141a6b94db204588fb87b6ea1b746648d20f30f1268055d7a WHIRLPOOL 055c925bd843fbd9dc73eb7b9a8ceb71510ba6f4e2e3668204fd73f73b610d44c070517af440e12e0d05844d42128d87b8d4defdc863a642a678ae5834af8261
-DIST borgbackup-1.0.7.tar.gz 462509 SHA256 203353a299b6ea0c092a1f23b6bb5414a0b795712c213c68f7a1f4c24be131d1 SHA512 750e85597043049775a2480fb32df5a10e4ba581a91911e93eeb29dbc517db43f537b54206f8f2ce8fa51530866ed9e490c31e6c35d181853481fb3e6269d8af WHIRLPOOL ec34fa9f144dc3cf35f8ef8c61e70ce4b62dd624b6fcff42ca0db3e017b68e2afa3e379aec0acbc443279df25dded18b79df9ba702cc3f94ed834a9c7ff6eff0
-DIST borgbackup-1.0.8.tar.gz 501606 SHA256 6902563c447c4f378ff1a13167f83d15eb60a02316a06368a539b7ff3d88aeb9 SHA512 2a24b302da6cf0266c53a5efc7c1f500c3a3f290c1a49abbced981d2e252886e81b828ab092518f675a81b9865079af66ea34d035b34ebf19a86a153fff6bd45 WHIRLPOOL 8f258bca6b4787e0494f68660e774bcc63d73d3829c5236815858719381c74ca037fcb418cef039e05b74e7da0535cbe941e3e1a8185e51cae1deb8a5aa58505
 DIST borgbackup-1.0.9.tar.gz 541796 SHA256 35860840e0429d4bb3acc8b9dd33aa5996a42fb2b678813a982b321a7dba3cb2 SHA512 5623916b143a3d39cab41bc5cca82589a612035d9be0bfd0d211656a975b986bc0c04133bdd1ba44b628fffd84f2c4294530a7c37b9c874e878b77d6105ff0ad WHIRLPOOL 76d740c07bc9767c80e3a725cdbba3f0c990d0e67643089e38f020aa611248f3d3694b07605c12d17645e7af5c1ba7ce7b86a458496350c8c798ab6b97cd0cde

diff --git a/app-backup/borgbackup/borgbackup-1.0.7.ebuild b/app-backup/borgbackup/borgbackup-1.0.7.ebuild
deleted file mode 100644
index e1b8438f3c..0000000000
--- a/app-backup/borgbackup/borgbackup-1.0.7.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-PYTHON_COMPAT=( python3_{4,5} )
-
-inherit distutils-r1
-
-if [[ ${PV} == "9999" ]] ; then
-	EGIT_REPO_URI="https://github.com/${PN}/borg.git"
-	inherit git-r3
-else
-	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="amd64 ~x86"
-fi
-
-DESCRIPTION="Deduplicating backup program with compression and authenticated encryption."
-HOMEPAGE="https://borgbackup.readthedocs.io/"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="libressl +fuse"
-
-# Unformately we have a file conflict with app-office/borg, bug #580402
-RDEPEND="
-	!!app-office/borg
-	app-arch/lz4
-	dev-python/msgpack[${PYTHON_USEDEP}]
-	!libressl? ( dev-libs/openssl:0= )
-	libressl? ( dev-libs/libressl:0= )
-	fuse? ( dev-python/llfuse[${PYTHON_USEDEP}] )
-"
-
-DEPEND="
-	dev-python/setuptools_scm[${PYTHON_USEDEP}]
-	dev-python/cython[${PYTHON_USEDEP}]
-	${RDEPEND}
-"

diff --git a/app-backup/borgbackup/borgbackup-1.0.8.ebuild b/app-backup/borgbackup/borgbackup-1.0.8.ebuild
deleted file mode 100644
index 065fdc1346..0000000000
--- a/app-backup/borgbackup/borgbackup-1.0.8.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="6"
-
-PYTHON_COMPAT=( python3_{4,5} )
-
-inherit distutils-r1
-
-if [[ ${PV} == "9999" ]] ; then
-	EGIT_REPO_URI="https://github.com/${PN}/borg.git"
-	inherit git-r3
-else
-	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Deduplicating backup program with compression and authenticated encryption."
-HOMEPAGE="https://borgbackup.readthedocs.io/"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="libressl +fuse"
-
-# Unformately we have a file conflict with app-office/borg, bug #580402
-RDEPEND="
-	!!app-office/borg
-	app-arch/lz4
-	dev-python/msgpack[${PYTHON_USEDEP}]
-	!libressl? ( dev-libs/openssl:0= )
-	libressl? ( dev-libs/libressl:0= )
-	fuse? ( dev-python/llfuse[${PYTHON_USEDEP}] )
-"
-
-DEPEND="
-	dev-python/setuptools_scm[${PYTHON_USEDEP}]
-	dev-python/cython[${PYTHON_USEDEP}]
-	${RDEPEND}
-"


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2017-05-16 14:17 Manuel Rüger
  0 siblings, 0 replies; 132+ messages in thread
From: Manuel Rüger @ 2017-05-16 14:17 UTC (permalink / raw
  To: gentoo-commits

commit:     1db43ee34c57b63a91bf815ef2f3aef0e830d7a5
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue May 16 14:16:38 2017 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue May 16 14:17:00 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1db43ee3

app-backup/borgbackup: Add python3_6

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-backup/borgbackup/borgbackup-1.0.10.ebuild | 6 +++---
 app-backup/borgbackup/borgbackup-9999.ebuild   | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-backup/borgbackup/borgbackup-1.0.10.ebuild b/app-backup/borgbackup/borgbackup-1.0.10.ebuild
index 8bdfcb1384a..27907669fe9 100644
--- a/app-backup/borgbackup/borgbackup-1.0.10.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.0.10.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
+EAPI=6
 
-PYTHON_COMPAT=( python3_{4,5} )
+PYTHON_COMPAT=( python3_{4,5,6} )
 
 inherit distutils-r1
 
@@ -15,7 +15,7 @@ else
 	KEYWORDS="~amd64 ~x86"
 fi
 
-DESCRIPTION="Deduplicating backup program with compression and authenticated encryption."
+DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"
 HOMEPAGE="https://borgbackup.readthedocs.io/"
 
 LICENSE="BSD"

diff --git a/app-backup/borgbackup/borgbackup-9999.ebuild b/app-backup/borgbackup/borgbackup-9999.ebuild
index 8bdfcb1384a..27907669fe9 100644
--- a/app-backup/borgbackup/borgbackup-9999.ebuild
+++ b/app-backup/borgbackup/borgbackup-9999.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
+EAPI=6
 
-PYTHON_COMPAT=( python3_{4,5} )
+PYTHON_COMPAT=( python3_{4,5,6} )
 
 inherit distutils-r1
 
@@ -15,7 +15,7 @@ else
 	KEYWORDS="~amd64 ~x86"
 fi
 
-DESCRIPTION="Deduplicating backup program with compression and authenticated encryption."
+DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"
 HOMEPAGE="https://borgbackup.readthedocs.io/"
 
 LICENSE="BSD"


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2017-07-21 11:28 Anthony G. Basile
  0 siblings, 0 replies; 132+ messages in thread
From: Anthony G. Basile @ 2017-07-21 11:28 UTC (permalink / raw
  To: gentoo-commits

commit:     714a3a03ae2e2498a4528377a0d9dc994bfd0113
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 21 11:28:31 2017 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Fri Jul 21 11:28:31 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=714a3a03

app-backup/borgbackup: version bump to 1.0.11

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-backup/borgbackup/Manifest                 |  1 +
 app-backup/borgbackup/borgbackup-1.0.11.ebuild | 39 ++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/app-backup/borgbackup/Manifest b/app-backup/borgbackup/Manifest
index 0c1b4d0ce13..1e7f86b8b7e 100644
--- a/app-backup/borgbackup/Manifest
+++ b/app-backup/borgbackup/Manifest
@@ -1,2 +1,3 @@
 DIST borgbackup-1.0.10.tar.gz 563363 SHA256 978f28f144924005219da989b1b436a32b2735a34c6d0dc15bb0a1ccffad59e9 SHA512 db0d315b8381f853c192e0b6672bac8275ef2046dc307f88bbd9641f941feedb91bdfdb074b2b33141a6b94db204588fb87b6ea1b746648d20f30f1268055d7a WHIRLPOOL 055c925bd843fbd9dc73eb7b9a8ceb71510ba6f4e2e3668204fd73f73b610d44c070517af440e12e0d05844d42128d87b8d4defdc863a642a678ae5834af8261
+DIST borgbackup-1.0.11.tar.gz 603381 SHA256 fc6efd2d19454625532e0defac90cd8e8737665e10ae59edb15356ee5a99d291 SHA512 438d39557a4ebc936f606a880b7f1c915fd5497b11663f03b8a767af7cca522a1b235be0f81c4310d8f12e19d147b438481b7ac82e7371588237de8f1e229525 WHIRLPOOL b998593db3487c0d533820054ff63ca30f0975481fa33f8aacf0d0552c21d37e26879c8a01ca611792b09946d09f82d602685fe2317f701faa015c96ea916f3d
 DIST borgbackup-1.0.9.tar.gz 541796 SHA256 35860840e0429d4bb3acc8b9dd33aa5996a42fb2b678813a982b321a7dba3cb2 SHA512 5623916b143a3d39cab41bc5cca82589a612035d9be0bfd0d211656a975b986bc0c04133bdd1ba44b628fffd84f2c4294530a7c37b9c874e878b77d6105ff0ad WHIRLPOOL 76d740c07bc9767c80e3a725cdbba3f0c990d0e67643089e38f020aa611248f3d3694b07605c12d17645e7af5c1ba7ce7b86a458496350c8c798ab6b97cd0cde

diff --git a/app-backup/borgbackup/borgbackup-1.0.11.ebuild b/app-backup/borgbackup/borgbackup-1.0.11.ebuild
new file mode 100644
index 00000000000..27907669fe9
--- /dev/null
+++ b/app-backup/borgbackup/borgbackup-1.0.11.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{4,5,6} )
+
+inherit distutils-r1
+
+if [[ ${PV} == "9999" ]] ; then
+	EGIT_REPO_URI="https://github.com/${PN}/borg.git"
+	inherit git-r3
+else
+	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"
+HOMEPAGE="https://borgbackup.readthedocs.io/"
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="libressl +fuse"
+
+# Unformately we have a file conflict with app-office/borg, bug #580402
+RDEPEND="
+	!!app-office/borg
+	app-arch/lz4
+	dev-python/msgpack[${PYTHON_USEDEP}]
+	!libressl? ( dev-libs/openssl:0= )
+	libressl? ( dev-libs/libressl:0= )
+	fuse? ( dev-python/llfuse[${PYTHON_USEDEP}] )
+"
+
+DEPEND="
+	dev-python/setuptools_scm[${PYTHON_USEDEP}]
+	dev-python/cython[${PYTHON_USEDEP}]
+	${RDEPEND}
+"


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2017-07-30  9:48 David Seifert
  0 siblings, 0 replies; 132+ messages in thread
From: David Seifert @ 2017-07-30  9:48 UTC (permalink / raw
  To: gentoo-commits

commit:     29b5dc0984e380bf201af7fca70740677fe043d2
Author:     Rainer Hihn <hihn.rainer <AT> gmail <DOT> com>
AuthorDate: Sun Jul 30 08:35:23 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 09:47:52 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29b5dc09

app-backup/borgbackup: Added dev-python/pyzmq to RPDEPEND

Closes: https://github.com/gentoo/gentoo/pull/5240

 app-backup/borgbackup/borgbackup-9999.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-backup/borgbackup/borgbackup-9999.ebuild b/app-backup/borgbackup/borgbackup-9999.ebuild
index 27907669fe9..a1f508fb654 100644
--- a/app-backup/borgbackup/borgbackup-9999.ebuild
+++ b/app-backup/borgbackup/borgbackup-9999.ebuild
@@ -22,7 +22,7 @@ LICENSE="BSD"
 SLOT="0"
 IUSE="libressl +fuse"
 
-# Unformately we have a file conflict with app-office/borg, bug #580402
+# Unfortunately we have a file conflict with app-office/borg, bug #580402
 RDEPEND="
 	!!app-office/borg
 	app-arch/lz4
@@ -30,6 +30,7 @@ RDEPEND="
 	!libressl? ( dev-libs/openssl:0= )
 	libressl? ( dev-libs/libressl:0= )
 	fuse? ( dev-python/llfuse[${PYTHON_USEDEP}] )
+	dev-python/pyzmq[${PYTHON_USEDEP}]
 "
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2017-10-09 12:16 Anthony G. Basile
  0 siblings, 0 replies; 132+ messages in thread
From: Anthony G. Basile @ 2017-10-09 12:16 UTC (permalink / raw
  To: gentoo-commits

commit:     6e8564e5d5dc7665ec4223a46619cd5703c10f0f
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  9 12:15:37 2017 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon Oct  9 12:16:03 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e8564e5

app-backup/borgbackup: version bump to 1.1.0

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-backup/borgbackup/Manifest                                      | 1 +
 .../borgbackup/{borgbackup-9999.ebuild => borgbackup-1.1.0.ebuild}  | 6 +++---
 app-backup/borgbackup/borgbackup-9999.ebuild                        | 6 +++---
 3 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/app-backup/borgbackup/Manifest b/app-backup/borgbackup/Manifest
index 1e7f86b8b7e..9c8282b44e0 100644
--- a/app-backup/borgbackup/Manifest
+++ b/app-backup/borgbackup/Manifest
@@ -1,3 +1,4 @@
 DIST borgbackup-1.0.10.tar.gz 563363 SHA256 978f28f144924005219da989b1b436a32b2735a34c6d0dc15bb0a1ccffad59e9 SHA512 db0d315b8381f853c192e0b6672bac8275ef2046dc307f88bbd9641f941feedb91bdfdb074b2b33141a6b94db204588fb87b6ea1b746648d20f30f1268055d7a WHIRLPOOL 055c925bd843fbd9dc73eb7b9a8ceb71510ba6f4e2e3668204fd73f73b610d44c070517af440e12e0d05844d42128d87b8d4defdc863a642a678ae5834af8261
 DIST borgbackup-1.0.11.tar.gz 603381 SHA256 fc6efd2d19454625532e0defac90cd8e8737665e10ae59edb15356ee5a99d291 SHA512 438d39557a4ebc936f606a880b7f1c915fd5497b11663f03b8a767af7cca522a1b235be0f81c4310d8f12e19d147b438481b7ac82e7371588237de8f1e229525 WHIRLPOOL b998593db3487c0d533820054ff63ca30f0975481fa33f8aacf0d0552c21d37e26879c8a01ca611792b09946d09f82d602685fe2317f701faa015c96ea916f3d
 DIST borgbackup-1.0.9.tar.gz 541796 SHA256 35860840e0429d4bb3acc8b9dd33aa5996a42fb2b678813a982b321a7dba3cb2 SHA512 5623916b143a3d39cab41bc5cca82589a612035d9be0bfd0d211656a975b986bc0c04133bdd1ba44b628fffd84f2c4294530a7c37b9c874e878b77d6105ff0ad WHIRLPOOL 76d740c07bc9767c80e3a725cdbba3f0c990d0e67643089e38f020aa611248f3d3694b07605c12d17645e7af5c1ba7ce7b86a458496350c8c798ab6b97cd0cde
+DIST borgbackup-1.1.0.tar.gz 2912847 SHA256 b40c1120c480a8235ce403b8e6e7abf1377458896f438eafce60f54916789e6f SHA512 052c9780ede503d0ace18ceea2f7d323027c553418c09e7c2202bb3a72d9ff7d34cfd35e2beab42e5cc65d9c28748d469060799c8dd87dcc3fdd9bfa9ba8e9f2 WHIRLPOOL b12bf0086256dd73a30c904fb9883787eef9cd5c4ace1fb2a5791ad8eb37ecd8bf0738b44c793db799f90fffb1e9f23f26d1270dbb80c7eb3265325e079c1a2d

diff --git a/app-backup/borgbackup/borgbackup-9999.ebuild b/app-backup/borgbackup/borgbackup-1.1.0.ebuild
similarity index 92%
copy from app-backup/borgbackup/borgbackup-9999.ebuild
copy to app-backup/borgbackup/borgbackup-1.1.0.ebuild
index a1f508fb654..664c1f81223 100644
--- a/app-backup/borgbackup/borgbackup-9999.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.1.0.ebuild
@@ -20,17 +20,17 @@ HOMEPAGE="https://borgbackup.readthedocs.io/"
 
 LICENSE="BSD"
 SLOT="0"
-IUSE="libressl +fuse"
+IUSE="libressl"
 
 # Unfortunately we have a file conflict with app-office/borg, bug #580402
 RDEPEND="
 	!!app-office/borg
 	app-arch/lz4
+	dev-python/llfuse[${PYTHON_USEDEP}]
 	dev-python/msgpack[${PYTHON_USEDEP}]
+	dev-python/pyzmq[${PYTHON_USEDEP}]
 	!libressl? ( dev-libs/openssl:0= )
 	libressl? ( dev-libs/libressl:0= )
-	fuse? ( dev-python/llfuse[${PYTHON_USEDEP}] )
-	dev-python/pyzmq[${PYTHON_USEDEP}]
 "
 
 DEPEND="

diff --git a/app-backup/borgbackup/borgbackup-9999.ebuild b/app-backup/borgbackup/borgbackup-9999.ebuild
index a1f508fb654..664c1f81223 100644
--- a/app-backup/borgbackup/borgbackup-9999.ebuild
+++ b/app-backup/borgbackup/borgbackup-9999.ebuild
@@ -20,17 +20,17 @@ HOMEPAGE="https://borgbackup.readthedocs.io/"
 
 LICENSE="BSD"
 SLOT="0"
-IUSE="libressl +fuse"
+IUSE="libressl"
 
 # Unfortunately we have a file conflict with app-office/borg, bug #580402
 RDEPEND="
 	!!app-office/borg
 	app-arch/lz4
+	dev-python/llfuse[${PYTHON_USEDEP}]
 	dev-python/msgpack[${PYTHON_USEDEP}]
+	dev-python/pyzmq[${PYTHON_USEDEP}]
 	!libressl? ( dev-libs/openssl:0= )
 	libressl? ( dev-libs/libressl:0= )
-	fuse? ( dev-python/llfuse[${PYTHON_USEDEP}] )
-	dev-python/pyzmq[${PYTHON_USEDEP}]
 "
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2017-10-25 14:56 Anthony G. Basile
  0 siblings, 0 replies; 132+ messages in thread
From: Anthony G. Basile @ 2017-10-25 14:56 UTC (permalink / raw
  To: gentoo-commits

commit:     0b72979c0190a69f1f0a4cc59a0e65146e220848
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 25 14:56:33 2017 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Wed Oct 25 14:56:49 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b72979c

app-backup/borgbackup: version bump to 1.1.1

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-backup/borgbackup/Manifest                |  1 +
 app-backup/borgbackup/borgbackup-1.1.1.ebuild | 40 +++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/app-backup/borgbackup/Manifest b/app-backup/borgbackup/Manifest
index 9c8282b44e0..501018ba466 100644
--- a/app-backup/borgbackup/Manifest
+++ b/app-backup/borgbackup/Manifest
@@ -2,3 +2,4 @@ DIST borgbackup-1.0.10.tar.gz 563363 SHA256 978f28f144924005219da989b1b436a32b27
 DIST borgbackup-1.0.11.tar.gz 603381 SHA256 fc6efd2d19454625532e0defac90cd8e8737665e10ae59edb15356ee5a99d291 SHA512 438d39557a4ebc936f606a880b7f1c915fd5497b11663f03b8a767af7cca522a1b235be0f81c4310d8f12e19d147b438481b7ac82e7371588237de8f1e229525 WHIRLPOOL b998593db3487c0d533820054ff63ca30f0975481fa33f8aacf0d0552c21d37e26879c8a01ca611792b09946d09f82d602685fe2317f701faa015c96ea916f3d
 DIST borgbackup-1.0.9.tar.gz 541796 SHA256 35860840e0429d4bb3acc8b9dd33aa5996a42fb2b678813a982b321a7dba3cb2 SHA512 5623916b143a3d39cab41bc5cca82589a612035d9be0bfd0d211656a975b986bc0c04133bdd1ba44b628fffd84f2c4294530a7c37b9c874e878b77d6105ff0ad WHIRLPOOL 76d740c07bc9767c80e3a725cdbba3f0c990d0e67643089e38f020aa611248f3d3694b07605c12d17645e7af5c1ba7ce7b86a458496350c8c798ab6b97cd0cde
 DIST borgbackup-1.1.0.tar.gz 2912847 SHA256 b40c1120c480a8235ce403b8e6e7abf1377458896f438eafce60f54916789e6f SHA512 052c9780ede503d0ace18ceea2f7d323027c553418c09e7c2202bb3a72d9ff7d34cfd35e2beab42e5cc65d9c28748d469060799c8dd87dcc3fdd9bfa9ba8e9f2 WHIRLPOOL b12bf0086256dd73a30c904fb9883787eef9cd5c4ace1fb2a5791ad8eb37ecd8bf0738b44c793db799f90fffb1e9f23f26d1270dbb80c7eb3265325e079c1a2d
+DIST borgbackup-1.1.1.tar.gz 2988023 SHA256 a5092cfdc57b7f85ce192d64642f94dc0c09ee152a735ae341942532302d3346 SHA512 07e716556fd3edd6d7cdca6045a6eb49a92cdc6d6e37a6999bbd1bc09e00134862081df0d9046c46f867cb4b45ab6ed98f3783eb4e27e4330fc48f0e4dd53272 WHIRLPOOL 8e40b111463e7e338f3c7974fcb8896586b4d640b9bde216fec2e64a8cdd41c89bda6081cc9b2a8819a384a69507b139e4101faa6f917d87155c983d12fecc29

diff --git a/app-backup/borgbackup/borgbackup-1.1.1.ebuild b/app-backup/borgbackup/borgbackup-1.1.1.ebuild
new file mode 100644
index 00000000000..664c1f81223
--- /dev/null
+++ b/app-backup/borgbackup/borgbackup-1.1.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{4,5,6} )
+
+inherit distutils-r1
+
+if [[ ${PV} == "9999" ]] ; then
+	EGIT_REPO_URI="https://github.com/${PN}/borg.git"
+	inherit git-r3
+else
+	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"
+HOMEPAGE="https://borgbackup.readthedocs.io/"
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="libressl"
+
+# Unfortunately we have a file conflict with app-office/borg, bug #580402
+RDEPEND="
+	!!app-office/borg
+	app-arch/lz4
+	dev-python/llfuse[${PYTHON_USEDEP}]
+	dev-python/msgpack[${PYTHON_USEDEP}]
+	dev-python/pyzmq[${PYTHON_USEDEP}]
+	!libressl? ( dev-libs/openssl:0= )
+	libressl? ( dev-libs/libressl:0= )
+"
+
+DEPEND="
+	dev-python/setuptools_scm[${PYTHON_USEDEP}]
+	dev-python/cython[${PYTHON_USEDEP}]
+	${RDEPEND}
+"


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2017-11-06  9:16 Anthony G. Basile
  0 siblings, 0 replies; 132+ messages in thread
From: Anthony G. Basile @ 2017-11-06  9:16 UTC (permalink / raw
  To: gentoo-commits

commit:     b9cb7722469634dab6552b6da9caa150d2b3482b
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Mon Nov  6 09:13:35 2017 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon Nov  6 09:13:35 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9cb7722

app-backup/borgbackup: version bump to 1.1.2

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-backup/borgbackup/Manifest                |  1 +
 app-backup/borgbackup/borgbackup-1.1.2.ebuild | 40 +++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/app-backup/borgbackup/Manifest b/app-backup/borgbackup/Manifest
index 501018ba466..e40c982f588 100644
--- a/app-backup/borgbackup/Manifest
+++ b/app-backup/borgbackup/Manifest
@@ -3,3 +3,4 @@ DIST borgbackup-1.0.11.tar.gz 603381 SHA256 fc6efd2d19454625532e0defac90cd8e8737
 DIST borgbackup-1.0.9.tar.gz 541796 SHA256 35860840e0429d4bb3acc8b9dd33aa5996a42fb2b678813a982b321a7dba3cb2 SHA512 5623916b143a3d39cab41bc5cca82589a612035d9be0bfd0d211656a975b986bc0c04133bdd1ba44b628fffd84f2c4294530a7c37b9c874e878b77d6105ff0ad WHIRLPOOL 76d740c07bc9767c80e3a725cdbba3f0c990d0e67643089e38f020aa611248f3d3694b07605c12d17645e7af5c1ba7ce7b86a458496350c8c798ab6b97cd0cde
 DIST borgbackup-1.1.0.tar.gz 2912847 SHA256 b40c1120c480a8235ce403b8e6e7abf1377458896f438eafce60f54916789e6f SHA512 052c9780ede503d0ace18ceea2f7d323027c553418c09e7c2202bb3a72d9ff7d34cfd35e2beab42e5cc65d9c28748d469060799c8dd87dcc3fdd9bfa9ba8e9f2 WHIRLPOOL b12bf0086256dd73a30c904fb9883787eef9cd5c4ace1fb2a5791ad8eb37ecd8bf0738b44c793db799f90fffb1e9f23f26d1270dbb80c7eb3265325e079c1a2d
 DIST borgbackup-1.1.1.tar.gz 2988023 SHA256 a5092cfdc57b7f85ce192d64642f94dc0c09ee152a735ae341942532302d3346 SHA512 07e716556fd3edd6d7cdca6045a6eb49a92cdc6d6e37a6999bbd1bc09e00134862081df0d9046c46f867cb4b45ab6ed98f3783eb4e27e4330fc48f0e4dd53272 WHIRLPOOL 8e40b111463e7e338f3c7974fcb8896586b4d640b9bde216fec2e64a8cdd41c89bda6081cc9b2a8819a384a69507b139e4101faa6f917d87155c983d12fecc29
+DIST borgbackup-1.1.2.tar.gz 19860535 SHA256 097b2d92d51f570aaea82ab6632481b8235b78d7bbaac9d8164bdfa6bd5b5502 SHA512 e818c4750c00559bc60196446e2c8fb01d8225b307982a9b6d3b38148d6ad7aa4766a6b9f06fee3954fbc34a4ff298ad6e49a758223906cc1d3d39c3d82dcec9 WHIRLPOOL e5e644506cd34dce872041d27edd652b7facb7ea9699a99451fce4271acbfa33ca56e3f0a4a33d3f92b60e05d4f89eb3285beb3fc13a745d274ba0175d4ae1f0

diff --git a/app-backup/borgbackup/borgbackup-1.1.2.ebuild b/app-backup/borgbackup/borgbackup-1.1.2.ebuild
new file mode 100644
index 00000000000..664c1f81223
--- /dev/null
+++ b/app-backup/borgbackup/borgbackup-1.1.2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{4,5,6} )
+
+inherit distutils-r1
+
+if [[ ${PV} == "9999" ]] ; then
+	EGIT_REPO_URI="https://github.com/${PN}/borg.git"
+	inherit git-r3
+else
+	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"
+HOMEPAGE="https://borgbackup.readthedocs.io/"
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="libressl"
+
+# Unfortunately we have a file conflict with app-office/borg, bug #580402
+RDEPEND="
+	!!app-office/borg
+	app-arch/lz4
+	dev-python/llfuse[${PYTHON_USEDEP}]
+	dev-python/msgpack[${PYTHON_USEDEP}]
+	dev-python/pyzmq[${PYTHON_USEDEP}]
+	!libressl? ( dev-libs/openssl:0= )
+	libressl? ( dev-libs/libressl:0= )
+"
+
+DEPEND="
+	dev-python/setuptools_scm[${PYTHON_USEDEP}]
+	dev-python/cython[${PYTHON_USEDEP}]
+	${RDEPEND}
+"


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2017-11-06  9:16 Anthony G. Basile
  0 siblings, 0 replies; 132+ messages in thread
From: Anthony G. Basile @ 2017-11-06  9:16 UTC (permalink / raw
  To: gentoo-commits

commit:     b89a0d649a3bc4d4a21166b30e66c4b85946d3d3
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Mon Nov  6 09:15:47 2017 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon Nov  6 09:15:47 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b89a0d64

app-backup/borgbackup: remove older versions

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-backup/borgbackup/Manifest                 |  4 ---
 app-backup/borgbackup/borgbackup-1.0.10.ebuild | 39 -------------------------
 app-backup/borgbackup/borgbackup-1.0.11.ebuild | 39 -------------------------
 app-backup/borgbackup/borgbackup-1.0.9.ebuild  | 39 -------------------------
 app-backup/borgbackup/borgbackup-1.1.0.ebuild  | 40 --------------------------
 app-backup/borgbackup/metadata.xml             |  3 --
 6 files changed, 164 deletions(-)

diff --git a/app-backup/borgbackup/Manifest b/app-backup/borgbackup/Manifest
index e40c982f588..e8636cd0189 100644
--- a/app-backup/borgbackup/Manifest
+++ b/app-backup/borgbackup/Manifest
@@ -1,6 +1,2 @@
-DIST borgbackup-1.0.10.tar.gz 563363 SHA256 978f28f144924005219da989b1b436a32b2735a34c6d0dc15bb0a1ccffad59e9 SHA512 db0d315b8381f853c192e0b6672bac8275ef2046dc307f88bbd9641f941feedb91bdfdb074b2b33141a6b94db204588fb87b6ea1b746648d20f30f1268055d7a WHIRLPOOL 055c925bd843fbd9dc73eb7b9a8ceb71510ba6f4e2e3668204fd73f73b610d44c070517af440e12e0d05844d42128d87b8d4defdc863a642a678ae5834af8261
-DIST borgbackup-1.0.11.tar.gz 603381 SHA256 fc6efd2d19454625532e0defac90cd8e8737665e10ae59edb15356ee5a99d291 SHA512 438d39557a4ebc936f606a880b7f1c915fd5497b11663f03b8a767af7cca522a1b235be0f81c4310d8f12e19d147b438481b7ac82e7371588237de8f1e229525 WHIRLPOOL b998593db3487c0d533820054ff63ca30f0975481fa33f8aacf0d0552c21d37e26879c8a01ca611792b09946d09f82d602685fe2317f701faa015c96ea916f3d
-DIST borgbackup-1.0.9.tar.gz 541796 SHA256 35860840e0429d4bb3acc8b9dd33aa5996a42fb2b678813a982b321a7dba3cb2 SHA512 5623916b143a3d39cab41bc5cca82589a612035d9be0bfd0d211656a975b986bc0c04133bdd1ba44b628fffd84f2c4294530a7c37b9c874e878b77d6105ff0ad WHIRLPOOL 76d740c07bc9767c80e3a725cdbba3f0c990d0e67643089e38f020aa611248f3d3694b07605c12d17645e7af5c1ba7ce7b86a458496350c8c798ab6b97cd0cde
-DIST borgbackup-1.1.0.tar.gz 2912847 SHA256 b40c1120c480a8235ce403b8e6e7abf1377458896f438eafce60f54916789e6f SHA512 052c9780ede503d0ace18ceea2f7d323027c553418c09e7c2202bb3a72d9ff7d34cfd35e2beab42e5cc65d9c28748d469060799c8dd87dcc3fdd9bfa9ba8e9f2 WHIRLPOOL b12bf0086256dd73a30c904fb9883787eef9cd5c4ace1fb2a5791ad8eb37ecd8bf0738b44c793db799f90fffb1e9f23f26d1270dbb80c7eb3265325e079c1a2d
 DIST borgbackup-1.1.1.tar.gz 2988023 SHA256 a5092cfdc57b7f85ce192d64642f94dc0c09ee152a735ae341942532302d3346 SHA512 07e716556fd3edd6d7cdca6045a6eb49a92cdc6d6e37a6999bbd1bc09e00134862081df0d9046c46f867cb4b45ab6ed98f3783eb4e27e4330fc48f0e4dd53272 WHIRLPOOL 8e40b111463e7e338f3c7974fcb8896586b4d640b9bde216fec2e64a8cdd41c89bda6081cc9b2a8819a384a69507b139e4101faa6f917d87155c983d12fecc29
 DIST borgbackup-1.1.2.tar.gz 19860535 SHA256 097b2d92d51f570aaea82ab6632481b8235b78d7bbaac9d8164bdfa6bd5b5502 SHA512 e818c4750c00559bc60196446e2c8fb01d8225b307982a9b6d3b38148d6ad7aa4766a6b9f06fee3954fbc34a4ff298ad6e49a758223906cc1d3d39c3d82dcec9 WHIRLPOOL e5e644506cd34dce872041d27edd652b7facb7ea9699a99451fce4271acbfa33ca56e3f0a4a33d3f92b60e05d4f89eb3285beb3fc13a745d274ba0175d4ae1f0

diff --git a/app-backup/borgbackup/borgbackup-1.0.10.ebuild b/app-backup/borgbackup/borgbackup-1.0.10.ebuild
deleted file mode 100644
index 27907669fe9..00000000000
--- a/app-backup/borgbackup/borgbackup-1.0.10.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{4,5,6} )
-
-inherit distutils-r1
-
-if [[ ${PV} == "9999" ]] ; then
-	EGIT_REPO_URI="https://github.com/${PN}/borg.git"
-	inherit git-r3
-else
-	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"
-HOMEPAGE="https://borgbackup.readthedocs.io/"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="libressl +fuse"
-
-# Unformately we have a file conflict with app-office/borg, bug #580402
-RDEPEND="
-	!!app-office/borg
-	app-arch/lz4
-	dev-python/msgpack[${PYTHON_USEDEP}]
-	!libressl? ( dev-libs/openssl:0= )
-	libressl? ( dev-libs/libressl:0= )
-	fuse? ( dev-python/llfuse[${PYTHON_USEDEP}] )
-"
-
-DEPEND="
-	dev-python/setuptools_scm[${PYTHON_USEDEP}]
-	dev-python/cython[${PYTHON_USEDEP}]
-	${RDEPEND}
-"

diff --git a/app-backup/borgbackup/borgbackup-1.0.11.ebuild b/app-backup/borgbackup/borgbackup-1.0.11.ebuild
deleted file mode 100644
index 27907669fe9..00000000000
--- a/app-backup/borgbackup/borgbackup-1.0.11.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{4,5,6} )
-
-inherit distutils-r1
-
-if [[ ${PV} == "9999" ]] ; then
-	EGIT_REPO_URI="https://github.com/${PN}/borg.git"
-	inherit git-r3
-else
-	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"
-HOMEPAGE="https://borgbackup.readthedocs.io/"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="libressl +fuse"
-
-# Unformately we have a file conflict with app-office/borg, bug #580402
-RDEPEND="
-	!!app-office/borg
-	app-arch/lz4
-	dev-python/msgpack[${PYTHON_USEDEP}]
-	!libressl? ( dev-libs/openssl:0= )
-	libressl? ( dev-libs/libressl:0= )
-	fuse? ( dev-python/llfuse[${PYTHON_USEDEP}] )
-"
-
-DEPEND="
-	dev-python/setuptools_scm[${PYTHON_USEDEP}]
-	dev-python/cython[${PYTHON_USEDEP}]
-	${RDEPEND}
-"

diff --git a/app-backup/borgbackup/borgbackup-1.0.9.ebuild b/app-backup/borgbackup/borgbackup-1.0.9.ebuild
deleted file mode 100644
index ffc77cac9ce..00000000000
--- a/app-backup/borgbackup/borgbackup-1.0.9.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-PYTHON_COMPAT=( python3_{4,5} )
-
-inherit distutils-r1
-
-if [[ ${PV} == "9999" ]] ; then
-	EGIT_REPO_URI="https://github.com/${PN}/borg.git"
-	inherit git-r3
-else
-	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="amd64 ~x86"
-fi
-
-DESCRIPTION="Deduplicating backup program with compression and authenticated encryption."
-HOMEPAGE="https://borgbackup.readthedocs.io/"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="libressl +fuse"
-
-# Unformately we have a file conflict with app-office/borg, bug #580402
-RDEPEND="
-	!!app-office/borg
-	app-arch/lz4
-	dev-python/msgpack[${PYTHON_USEDEP}]
-	!libressl? ( dev-libs/openssl:0= )
-	libressl? ( dev-libs/libressl:0= )
-	fuse? ( dev-python/llfuse[${PYTHON_USEDEP}] )
-"
-
-DEPEND="
-	dev-python/setuptools_scm[${PYTHON_USEDEP}]
-	dev-python/cython[${PYTHON_USEDEP}]
-	${RDEPEND}
-"

diff --git a/app-backup/borgbackup/borgbackup-1.1.0.ebuild b/app-backup/borgbackup/borgbackup-1.1.0.ebuild
deleted file mode 100644
index 664c1f81223..00000000000
--- a/app-backup/borgbackup/borgbackup-1.1.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{4,5,6} )
-
-inherit distutils-r1
-
-if [[ ${PV} == "9999" ]] ; then
-	EGIT_REPO_URI="https://github.com/${PN}/borg.git"
-	inherit git-r3
-else
-	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"
-HOMEPAGE="https://borgbackup.readthedocs.io/"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="libressl"
-
-# Unfortunately we have a file conflict with app-office/borg, bug #580402
-RDEPEND="
-	!!app-office/borg
-	app-arch/lz4
-	dev-python/llfuse[${PYTHON_USEDEP}]
-	dev-python/msgpack[${PYTHON_USEDEP}]
-	dev-python/pyzmq[${PYTHON_USEDEP}]
-	!libressl? ( dev-libs/openssl:0= )
-	libressl? ( dev-libs/libressl:0= )
-"
-
-DEPEND="
-	dev-python/setuptools_scm[${PYTHON_USEDEP}]
-	dev-python/cython[${PYTHON_USEDEP}]
-	${RDEPEND}
-"

diff --git a/app-backup/borgbackup/metadata.xml b/app-backup/borgbackup/metadata.xml
index 9d5eca83c70..7c11254ebfa 100644
--- a/app-backup/borgbackup/metadata.xml
+++ b/app-backup/borgbackup/metadata.xml
@@ -5,9 +5,6 @@
 		<email>blueness@gentoo.org</email>
 		<name>Anthony G. Basile</name>
 	</maintainer>
-	<use>
-		<flag name="fuse">Mount archive as a FUSE filesystem.</flag>
-	</use>
 	<upstream>
 		<remote-id type="github">borgbackup/borg</remote-id>
 		<remote-id type="pypi">borgbackup</remote-id>


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2017-11-06  9:16 Anthony G. Basile
  0 siblings, 0 replies; 132+ messages in thread
From: Anthony G. Basile @ 2017-11-06  9:16 UTC (permalink / raw
  To: gentoo-commits

commit:     3a8a1c8304b182f7025a68185c6857b108cac74c
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Mon Nov  6 09:14:20 2017 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon Nov  6 09:14:20 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a8a1c83

app-backup/borgbackup: version 1.1.1 stable on amd64

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-backup/borgbackup/borgbackup-1.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/borgbackup/borgbackup-1.1.1.ebuild b/app-backup/borgbackup/borgbackup-1.1.1.ebuild
index 664c1f81223..f0eea83acae 100644
--- a/app-backup/borgbackup/borgbackup-1.1.1.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.1.1.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]] ; then
 	inherit git-r3
 else
 	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="amd64 ~x86"
 fi
 
 DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2017-11-28 14:44 Anthony G. Basile
  0 siblings, 0 replies; 132+ messages in thread
From: Anthony G. Basile @ 2017-11-28 14:44 UTC (permalink / raw
  To: gentoo-commits

commit:     4bbe9bae5daca50bc74f66e8cf5249715128ccc1
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 28 14:44:28 2017 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Tue Nov 28 14:44:28 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bbe9bae

app-backup/borgbackup: version bump to 1.1.3

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 app-backup/borgbackup/Manifest                |  1 +
 app-backup/borgbackup/borgbackup-1.1.3.ebuild | 40 +++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/app-backup/borgbackup/Manifest b/app-backup/borgbackup/Manifest
index e8636cd0189..ebe587e391d 100644
--- a/app-backup/borgbackup/Manifest
+++ b/app-backup/borgbackup/Manifest
@@ -1,2 +1,3 @@
 DIST borgbackup-1.1.1.tar.gz 2988023 SHA256 a5092cfdc57b7f85ce192d64642f94dc0c09ee152a735ae341942532302d3346 SHA512 07e716556fd3edd6d7cdca6045a6eb49a92cdc6d6e37a6999bbd1bc09e00134862081df0d9046c46f867cb4b45ab6ed98f3783eb4e27e4330fc48f0e4dd53272 WHIRLPOOL 8e40b111463e7e338f3c7974fcb8896586b4d640b9bde216fec2e64a8cdd41c89bda6081cc9b2a8819a384a69507b139e4101faa6f917d87155c983d12fecc29
 DIST borgbackup-1.1.2.tar.gz 19860535 SHA256 097b2d92d51f570aaea82ab6632481b8235b78d7bbaac9d8164bdfa6bd5b5502 SHA512 e818c4750c00559bc60196446e2c8fb01d8225b307982a9b6d3b38148d6ad7aa4766a6b9f06fee3954fbc34a4ff298ad6e49a758223906cc1d3d39c3d82dcec9 WHIRLPOOL e5e644506cd34dce872041d27edd652b7facb7ea9699a99451fce4271acbfa33ca56e3f0a4a33d3f92b60e05d4f89eb3285beb3fc13a745d274ba0175d4ae1f0
+DIST borgbackup-1.1.3.tar.gz 2942183 BLAKE2B c7ca37459d35e06694cf9fdbef7328806cf03e6a4290368d47a2c06e1b6a0700d9dbba3efb170e130c7e59951d65ff8ca677955782150154f0ad2d12b93fe57b SHA512 8378e4f805bfb3e9a4e454f5ccfa58eef0517f13a2e8a2c3c6cbdb0304b763fa67152963b17d677daff09590eb777f12fbe1f3f69c3459bcc68781e5a747cb49

diff --git a/app-backup/borgbackup/borgbackup-1.1.3.ebuild b/app-backup/borgbackup/borgbackup-1.1.3.ebuild
new file mode 100644
index 00000000000..664c1f81223
--- /dev/null
+++ b/app-backup/borgbackup/borgbackup-1.1.3.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{4,5,6} )
+
+inherit distutils-r1
+
+if [[ ${PV} == "9999" ]] ; then
+	EGIT_REPO_URI="https://github.com/${PN}/borg.git"
+	inherit git-r3
+else
+	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"
+HOMEPAGE="https://borgbackup.readthedocs.io/"
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="libressl"
+
+# Unfortunately we have a file conflict with app-office/borg, bug #580402
+RDEPEND="
+	!!app-office/borg
+	app-arch/lz4
+	dev-python/llfuse[${PYTHON_USEDEP}]
+	dev-python/msgpack[${PYTHON_USEDEP}]
+	dev-python/pyzmq[${PYTHON_USEDEP}]
+	!libressl? ( dev-libs/openssl:0= )
+	libressl? ( dev-libs/libressl:0= )
+"
+
+DEPEND="
+	dev-python/setuptools_scm[${PYTHON_USEDEP}]
+	dev-python/cython[${PYTHON_USEDEP}]
+	${RDEPEND}
+"


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2017-11-30 20:07 Anthony G. Basile
  0 siblings, 0 replies; 132+ messages in thread
From: Anthony G. Basile @ 2017-11-30 20:07 UTC (permalink / raw
  To: gentoo-commits

commit:     bd1be943f5d600bcd1989160319e1b2da92140df
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 30 20:07:03 2017 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Thu Nov 30 20:07:25 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd1be943

app-backup/borgbackup: remove vulnerable versions, bug #639102

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 app-backup/borgbackup/Manifest                |  2 --
 app-backup/borgbackup/borgbackup-1.1.1.ebuild | 40 ---------------------------
 app-backup/borgbackup/borgbackup-1.1.2.ebuild | 40 ---------------------------
 3 files changed, 82 deletions(-)

diff --git a/app-backup/borgbackup/Manifest b/app-backup/borgbackup/Manifest
index ebe587e391d..aea7966b691 100644
--- a/app-backup/borgbackup/Manifest
+++ b/app-backup/borgbackup/Manifest
@@ -1,3 +1 @@
-DIST borgbackup-1.1.1.tar.gz 2988023 SHA256 a5092cfdc57b7f85ce192d64642f94dc0c09ee152a735ae341942532302d3346 SHA512 07e716556fd3edd6d7cdca6045a6eb49a92cdc6d6e37a6999bbd1bc09e00134862081df0d9046c46f867cb4b45ab6ed98f3783eb4e27e4330fc48f0e4dd53272 WHIRLPOOL 8e40b111463e7e338f3c7974fcb8896586b4d640b9bde216fec2e64a8cdd41c89bda6081cc9b2a8819a384a69507b139e4101faa6f917d87155c983d12fecc29
-DIST borgbackup-1.1.2.tar.gz 19860535 SHA256 097b2d92d51f570aaea82ab6632481b8235b78d7bbaac9d8164bdfa6bd5b5502 SHA512 e818c4750c00559bc60196446e2c8fb01d8225b307982a9b6d3b38148d6ad7aa4766a6b9f06fee3954fbc34a4ff298ad6e49a758223906cc1d3d39c3d82dcec9 WHIRLPOOL e5e644506cd34dce872041d27edd652b7facb7ea9699a99451fce4271acbfa33ca56e3f0a4a33d3f92b60e05d4f89eb3285beb3fc13a745d274ba0175d4ae1f0
 DIST borgbackup-1.1.3.tar.gz 2942183 BLAKE2B c7ca37459d35e06694cf9fdbef7328806cf03e6a4290368d47a2c06e1b6a0700d9dbba3efb170e130c7e59951d65ff8ca677955782150154f0ad2d12b93fe57b SHA512 8378e4f805bfb3e9a4e454f5ccfa58eef0517f13a2e8a2c3c6cbdb0304b763fa67152963b17d677daff09590eb777f12fbe1f3f69c3459bcc68781e5a747cb49

diff --git a/app-backup/borgbackup/borgbackup-1.1.1.ebuild b/app-backup/borgbackup/borgbackup-1.1.1.ebuild
deleted file mode 100644
index f0eea83acae..00000000000
--- a/app-backup/borgbackup/borgbackup-1.1.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{4,5,6} )
-
-inherit distutils-r1
-
-if [[ ${PV} == "9999" ]] ; then
-	EGIT_REPO_URI="https://github.com/${PN}/borg.git"
-	inherit git-r3
-else
-	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="amd64 ~x86"
-fi
-
-DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"
-HOMEPAGE="https://borgbackup.readthedocs.io/"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="libressl"
-
-# Unfortunately we have a file conflict with app-office/borg, bug #580402
-RDEPEND="
-	!!app-office/borg
-	app-arch/lz4
-	dev-python/llfuse[${PYTHON_USEDEP}]
-	dev-python/msgpack[${PYTHON_USEDEP}]
-	dev-python/pyzmq[${PYTHON_USEDEP}]
-	!libressl? ( dev-libs/openssl:0= )
-	libressl? ( dev-libs/libressl:0= )
-"
-
-DEPEND="
-	dev-python/setuptools_scm[${PYTHON_USEDEP}]
-	dev-python/cython[${PYTHON_USEDEP}]
-	${RDEPEND}
-"

diff --git a/app-backup/borgbackup/borgbackup-1.1.2.ebuild b/app-backup/borgbackup/borgbackup-1.1.2.ebuild
deleted file mode 100644
index 664c1f81223..00000000000
--- a/app-backup/borgbackup/borgbackup-1.1.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{4,5,6} )
-
-inherit distutils-r1
-
-if [[ ${PV} == "9999" ]] ; then
-	EGIT_REPO_URI="https://github.com/${PN}/borg.git"
-	inherit git-r3
-else
-	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"
-HOMEPAGE="https://borgbackup.readthedocs.io/"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="libressl"
-
-# Unfortunately we have a file conflict with app-office/borg, bug #580402
-RDEPEND="
-	!!app-office/borg
-	app-arch/lz4
-	dev-python/llfuse[${PYTHON_USEDEP}]
-	dev-python/msgpack[${PYTHON_USEDEP}]
-	dev-python/pyzmq[${PYTHON_USEDEP}]
-	!libressl? ( dev-libs/openssl:0= )
-	libressl? ( dev-libs/libressl:0= )
-"
-
-DEPEND="
-	dev-python/setuptools_scm[${PYTHON_USEDEP}]
-	dev-python/cython[${PYTHON_USEDEP}]
-	${RDEPEND}
-"


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2017-11-30 20:07 Anthony G. Basile
  0 siblings, 0 replies; 132+ messages in thread
From: Anthony G. Basile @ 2017-11-30 20:07 UTC (permalink / raw
  To: gentoo-commits

commit:     e9a6261b99e7d92e5dd8bfb1c21cab9ec0446f40
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 30 20:05:37 2017 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Thu Nov 30 20:07:24 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9a6261b

app-backup/borgbackup: stable on amd64, bug #639102

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 app-backup/borgbackup/borgbackup-1.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/borgbackup/borgbackup-1.1.3.ebuild b/app-backup/borgbackup/borgbackup-1.1.3.ebuild
index 664c1f81223..f0eea83acae 100644
--- a/app-backup/borgbackup/borgbackup-1.1.3.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.1.3.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]] ; then
 	inherit git-r3
 else
 	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="amd64 ~x86"
 fi
 
 DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2017-12-31  9:46 Anthony G. Basile
  0 siblings, 0 replies; 132+ messages in thread
From: Anthony G. Basile @ 2017-12-31  9:46 UTC (permalink / raw
  To: gentoo-commits

commit:     36a387f3bb42614d3ea1f6a56e80eddfe2969034
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 31 09:45:56 2017 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Dec 31 09:45:56 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36a387f3

app-backup/borgbackup: version bump to 1.1.4

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 app-backup/borgbackup/Manifest                |  1 +
 app-backup/borgbackup/borgbackup-1.1.4.ebuild | 40 +++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/app-backup/borgbackup/Manifest b/app-backup/borgbackup/Manifest
index aea7966b691..350e4621a8d 100644
--- a/app-backup/borgbackup/Manifest
+++ b/app-backup/borgbackup/Manifest
@@ -1 +1,2 @@
 DIST borgbackup-1.1.3.tar.gz 2942183 BLAKE2B c7ca37459d35e06694cf9fdbef7328806cf03e6a4290368d47a2c06e1b6a0700d9dbba3efb170e130c7e59951d65ff8ca677955782150154f0ad2d12b93fe57b SHA512 8378e4f805bfb3e9a4e454f5ccfa58eef0517f13a2e8a2c3c6cbdb0304b763fa67152963b17d677daff09590eb777f12fbe1f3f69c3459bcc68781e5a747cb49
+DIST borgbackup-1.1.4.tar.gz 3390046 BLAKE2B 27d1743718b9fdd303dbc7a01a586b9f87c119ed7f2464582a229bf2357c3f7d929bdf614689be7d7306a707e7332b8ae0ce5bd9898cea5af2311ca2210c5f41 SHA512 0853033f72406a2913dd74c6ebb8b33a318179843255c92481f5e4fdd0f436de6e4c77eed259a422e00bfadcf260facdfd00c813bb0628b82b8ff63a87e1bcfb

diff --git a/app-backup/borgbackup/borgbackup-1.1.4.ebuild b/app-backup/borgbackup/borgbackup-1.1.4.ebuild
new file mode 100644
index 00000000000..664c1f81223
--- /dev/null
+++ b/app-backup/borgbackup/borgbackup-1.1.4.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{4,5,6} )
+
+inherit distutils-r1
+
+if [[ ${PV} == "9999" ]] ; then
+	EGIT_REPO_URI="https://github.com/${PN}/borg.git"
+	inherit git-r3
+else
+	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"
+HOMEPAGE="https://borgbackup.readthedocs.io/"
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="libressl"
+
+# Unfortunately we have a file conflict with app-office/borg, bug #580402
+RDEPEND="
+	!!app-office/borg
+	app-arch/lz4
+	dev-python/llfuse[${PYTHON_USEDEP}]
+	dev-python/msgpack[${PYTHON_USEDEP}]
+	dev-python/pyzmq[${PYTHON_USEDEP}]
+	!libressl? ( dev-libs/openssl:0= )
+	libressl? ( dev-libs/libressl:0= )
+"
+
+DEPEND="
+	dev-python/setuptools_scm[${PYTHON_USEDEP}]
+	dev-python/cython[${PYTHON_USEDEP}]
+	${RDEPEND}
+"


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2018-03-09 17:59 Matt Thode
  0 siblings, 0 replies; 132+ messages in thread
From: Matt Thode @ 2018-03-09 17:59 UTC (permalink / raw
  To: gentoo-commits

commit:     6be966567cce366a0cc092b082b771edc814dfa7
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  9 17:25:40 2018 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Fri Mar  9 17:58:46 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6be96656

app-backup/borgbackup: allow the use of the msgpack rename w/ fast stable

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --force

 .../{borgbackup-1.1.3.ebuild => borgbackup-1.1.3-r1.ebuild}       | 8 +++++++-
 .../{borgbackup-1.1.4.ebuild => borgbackup-1.1.4-r1.ebuild}       | 8 +++++++-
 app-backup/borgbackup/borgbackup-9999.ebuild                      | 8 +++++++-
 3 files changed, 21 insertions(+), 3 deletions(-)

diff --git a/app-backup/borgbackup/borgbackup-1.1.3.ebuild b/app-backup/borgbackup/borgbackup-1.1.3-r1.ebuild
similarity index 83%
rename from app-backup/borgbackup/borgbackup-1.1.3.ebuild
rename to app-backup/borgbackup/borgbackup-1.1.3-r1.ebuild
index f0eea83acae..bb6bf0f8a5e 100644
--- a/app-backup/borgbackup/borgbackup-1.1.3.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.1.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -38,3 +38,9 @@ DEPEND="
 	dev-python/cython[${PYTHON_USEDEP}]
 	${RDEPEND}
 "
+
+python_prepare_all() {
+	# allow use of new (renamed) msgpack
+	sed -i '/msgpack/d' setup.py || die
+	distutils-r1_python_prepare_all
+}

diff --git a/app-backup/borgbackup/borgbackup-1.1.4.ebuild b/app-backup/borgbackup/borgbackup-1.1.4-r1.ebuild
similarity index 83%
rename from app-backup/borgbackup/borgbackup-1.1.4.ebuild
rename to app-backup/borgbackup/borgbackup-1.1.4-r1.ebuild
index 664c1f81223..e04ac14d424 100644
--- a/app-backup/borgbackup/borgbackup-1.1.4.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.1.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -38,3 +38,9 @@ DEPEND="
 	dev-python/cython[${PYTHON_USEDEP}]
 	${RDEPEND}
 "
+
+python_prepare_all() {
+	# allow use of new (renamed) msgpack
+	sed -i '/msgpack/d' setup.py || die
+	distutils-r1_python_prepare_all
+}

diff --git a/app-backup/borgbackup/borgbackup-9999.ebuild b/app-backup/borgbackup/borgbackup-9999.ebuild
index 664c1f81223..e04ac14d424 100644
--- a/app-backup/borgbackup/borgbackup-9999.ebuild
+++ b/app-backup/borgbackup/borgbackup-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -38,3 +38,9 @@ DEPEND="
 	dev-python/cython[${PYTHON_USEDEP}]
 	${RDEPEND}
 "
+
+python_prepare_all() {
+	# allow use of new (renamed) msgpack
+	sed -i '/msgpack/d' setup.py || die
+	distutils-r1_python_prepare_all
+}


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2018-03-09 21:45 Matt Thode
  0 siblings, 0 replies; 132+ messages in thread
From: Matt Thode @ 2018-03-09 21:45 UTC (permalink / raw
  To: gentoo-commits

commit:     850e059b9dafc4b042a07a37c741310d2a018798
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  9 21:45:21 2018 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Fri Mar  9 21:45:40 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=850e059b

app-backup/borgbackup: fixing setup.py sed

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-backup/borgbackup/borgbackup-1.1.3-r1.ebuild | 2 +-
 app-backup/borgbackup/borgbackup-1.1.4-r1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-backup/borgbackup/borgbackup-1.1.3-r1.ebuild b/app-backup/borgbackup/borgbackup-1.1.3-r1.ebuild
index bb6bf0f8a5e..b360607c770 100644
--- a/app-backup/borgbackup/borgbackup-1.1.3-r1.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.1.3-r1.ebuild
@@ -41,6 +41,6 @@ DEPEND="
 
 python_prepare_all() {
 	# allow use of new (renamed) msgpack
-	sed -i '/msgpack/d' setup.py || die
+	sed -i "s|'msgpack-python.*',||g" setup.py || die
 	distutils-r1_python_prepare_all
 }

diff --git a/app-backup/borgbackup/borgbackup-1.1.4-r1.ebuild b/app-backup/borgbackup/borgbackup-1.1.4-r1.ebuild
index e04ac14d424..fdd80a89ecd 100644
--- a/app-backup/borgbackup/borgbackup-1.1.4-r1.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.1.4-r1.ebuild
@@ -41,6 +41,6 @@ DEPEND="
 
 python_prepare_all() {
 	# allow use of new (renamed) msgpack
-	sed -i '/msgpack/d' setup.py || die
+	sed -i "s|'msgpack-python.*',||g" setup.py || die
 	distutils-r1_python_prepare_all
 }


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2018-04-02 21:52 Anthony G. Basile
  0 siblings, 0 replies; 132+ messages in thread
From: Anthony G. Basile @ 2018-04-02 21:52 UTC (permalink / raw
  To: gentoo-commits

commit:     49d54aea50ae504fa087e4cf25e30ec8b9502d5f
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  2 21:52:27 2018 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon Apr  2 21:52:43 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49d54aea

app-backup/borgbackup: version bump to 1.1.5

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-backup/borgbackup/Manifest                                          | 1 +
 .../borgbackup/{borgbackup-9999.ebuild => borgbackup-1.1.5.ebuild}      | 2 +-
 app-backup/borgbackup/borgbackup-9999.ebuild                            | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-backup/borgbackup/Manifest b/app-backup/borgbackup/Manifest
index 350e4621a8d..6805ea4182b 100644
--- a/app-backup/borgbackup/Manifest
+++ b/app-backup/borgbackup/Manifest
@@ -1,2 +1,3 @@
 DIST borgbackup-1.1.3.tar.gz 2942183 BLAKE2B c7ca37459d35e06694cf9fdbef7328806cf03e6a4290368d47a2c06e1b6a0700d9dbba3efb170e130c7e59951d65ff8ca677955782150154f0ad2d12b93fe57b SHA512 8378e4f805bfb3e9a4e454f5ccfa58eef0517f13a2e8a2c3c6cbdb0304b763fa67152963b17d677daff09590eb777f12fbe1f3f69c3459bcc68781e5a747cb49
 DIST borgbackup-1.1.4.tar.gz 3390046 BLAKE2B 27d1743718b9fdd303dbc7a01a586b9f87c119ed7f2464582a229bf2357c3f7d929bdf614689be7d7306a707e7332b8ae0ce5bd9898cea5af2311ca2210c5f41 SHA512 0853033f72406a2913dd74c6ebb8b33a318179843255c92481f5e4fdd0f436de6e4c77eed259a422e00bfadcf260facdfd00c813bb0628b82b8ff63a87e1bcfb
+DIST borgbackup-1.1.5.tar.gz 3392774 BLAKE2B 7eaa3dee548748b4b741607934c9344203e318f4558cf9497938caf5ae5af7dfac075748a2c78a767de618d5ca07c80d7dcd2f5c61e7314d643e2974c4eb4b29 SHA512 22071e4b37059d816592baff852772720769b3d86eb1d071abba67f9d13de809066aa29cdf18f1aaef127d1f24288913a7b0b63d157fb98840b1a71606dc0554

diff --git a/app-backup/borgbackup/borgbackup-9999.ebuild b/app-backup/borgbackup/borgbackup-1.1.5.ebuild
similarity index 95%
copy from app-backup/borgbackup/borgbackup-9999.ebuild
copy to app-backup/borgbackup/borgbackup-1.1.5.ebuild
index e04ac14d424..fdd80a89ecd 100644
--- a/app-backup/borgbackup/borgbackup-9999.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.1.5.ebuild
@@ -41,6 +41,6 @@ DEPEND="
 
 python_prepare_all() {
 	# allow use of new (renamed) msgpack
-	sed -i '/msgpack/d' setup.py || die
+	sed -i "s|'msgpack-python.*',||g" setup.py || die
 	distutils-r1_python_prepare_all
 }

diff --git a/app-backup/borgbackup/borgbackup-9999.ebuild b/app-backup/borgbackup/borgbackup-9999.ebuild
index e04ac14d424..fdd80a89ecd 100644
--- a/app-backup/borgbackup/borgbackup-9999.ebuild
+++ b/app-backup/borgbackup/borgbackup-9999.ebuild
@@ -41,6 +41,6 @@ DEPEND="
 
 python_prepare_all() {
 	# allow use of new (renamed) msgpack
-	sed -i '/msgpack/d' setup.py || die
+	sed -i "s|'msgpack-python.*',||g" setup.py || die
 	distutils-r1_python_prepare_all
 }


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2018-06-14 18:18 Anthony G. Basile
  0 siblings, 0 replies; 132+ messages in thread
From: Anthony G. Basile @ 2018-06-14 18:18 UTC (permalink / raw
  To: gentoo-commits

commit:     07886f28667ba08598658d83c25311e83fcb3576
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 14 18:17:57 2018 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Thu Jun 14 18:17:57 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07886f28

app-backup/borgbackup: version bump to 1.1.6

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-backup/borgbackup/Manifest                |  1 +
 app-backup/borgbackup/borgbackup-1.1.6.ebuild | 46 +++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/app-backup/borgbackup/Manifest b/app-backup/borgbackup/Manifest
index 6805ea4182b..6c05eff75d7 100644
--- a/app-backup/borgbackup/Manifest
+++ b/app-backup/borgbackup/Manifest
@@ -1,3 +1,4 @@
 DIST borgbackup-1.1.3.tar.gz 2942183 BLAKE2B c7ca37459d35e06694cf9fdbef7328806cf03e6a4290368d47a2c06e1b6a0700d9dbba3efb170e130c7e59951d65ff8ca677955782150154f0ad2d12b93fe57b SHA512 8378e4f805bfb3e9a4e454f5ccfa58eef0517f13a2e8a2c3c6cbdb0304b763fa67152963b17d677daff09590eb777f12fbe1f3f69c3459bcc68781e5a747cb49
 DIST borgbackup-1.1.4.tar.gz 3390046 BLAKE2B 27d1743718b9fdd303dbc7a01a586b9f87c119ed7f2464582a229bf2357c3f7d929bdf614689be7d7306a707e7332b8ae0ce5bd9898cea5af2311ca2210c5f41 SHA512 0853033f72406a2913dd74c6ebb8b33a318179843255c92481f5e4fdd0f436de6e4c77eed259a422e00bfadcf260facdfd00c813bb0628b82b8ff63a87e1bcfb
 DIST borgbackup-1.1.5.tar.gz 3392774 BLAKE2B 7eaa3dee548748b4b741607934c9344203e318f4558cf9497938caf5ae5af7dfac075748a2c78a767de618d5ca07c80d7dcd2f5c61e7314d643e2974c4eb4b29 SHA512 22071e4b37059d816592baff852772720769b3d86eb1d071abba67f9d13de809066aa29cdf18f1aaef127d1f24288913a7b0b63d157fb98840b1a71606dc0554
+DIST borgbackup-1.1.6.tar.gz 3441523 BLAKE2B 13b1892774e857432a77d1f67d981046a0670b4ba2f3665502f7b729a211fc47e10a87feca308d5089c984cfe4665e7e70ca68bb9aa6e188893a0d088e84df93 SHA512 5741c48bdb70a26d40bd583f207460e35bb7dd560424889d37eb4d90ee96947457faf09bae0fa2b26b42ec71ef6eeaec1b770ba3257223a2637fcb55266e4a17

diff --git a/app-backup/borgbackup/borgbackup-1.1.6.ebuild b/app-backup/borgbackup/borgbackup-1.1.6.ebuild
new file mode 100644
index 00000000000..fdd80a89ecd
--- /dev/null
+++ b/app-backup/borgbackup/borgbackup-1.1.6.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{4,5,6} )
+
+inherit distutils-r1
+
+if [[ ${PV} == "9999" ]] ; then
+	EGIT_REPO_URI="https://github.com/${PN}/borg.git"
+	inherit git-r3
+else
+	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"
+HOMEPAGE="https://borgbackup.readthedocs.io/"
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="libressl"
+
+# Unfortunately we have a file conflict with app-office/borg, bug #580402
+RDEPEND="
+	!!app-office/borg
+	app-arch/lz4
+	dev-python/llfuse[${PYTHON_USEDEP}]
+	dev-python/msgpack[${PYTHON_USEDEP}]
+	dev-python/pyzmq[${PYTHON_USEDEP}]
+	!libressl? ( dev-libs/openssl:0= )
+	libressl? ( dev-libs/libressl:0= )
+"
+
+DEPEND="
+	dev-python/setuptools_scm[${PYTHON_USEDEP}]
+	dev-python/cython[${PYTHON_USEDEP}]
+	${RDEPEND}
+"
+
+python_prepare_all() {
+	# allow use of new (renamed) msgpack
+	sed -i "s|'msgpack-python.*',||g" setup.py || die
+	distutils-r1_python_prepare_all
+}


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2018-07-05  0:42 Thomas Deutschmann
  0 siblings, 0 replies; 132+ messages in thread
From: Thomas Deutschmann @ 2018-07-05  0:42 UTC (permalink / raw
  To: gentoo-commits

commit:     d5676f9168e52c5bac4b66f9f7a476ac6a8b0764
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  5 00:42:22 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Jul  5 00:42:22 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5676f91

app-backup/borgbackup: x86 stable (bug #660326)

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-backup/borgbackup/borgbackup-1.1.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/borgbackup/borgbackup-1.1.6.ebuild b/app-backup/borgbackup/borgbackup-1.1.6.ebuild
index fdd80a89ecd..8ef58febf6a 100644
--- a/app-backup/borgbackup/borgbackup-1.1.6.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.1.6.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]] ; then
 	inherit git-r3
 else
 	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="~amd64 x86"
 fi
 
 DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2018-07-09 14:50 Mikle Kolyada
  0 siblings, 0 replies; 132+ messages in thread
From: Mikle Kolyada @ 2018-07-09 14:50 UTC (permalink / raw
  To: gentoo-commits

commit:     d0cd88e968bc03544b67b0f670e63a5763b979c1
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  9 14:50:43 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Jul  9 14:50:51 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0cd88e9

app-backup/borgbackup: amd64 stable wrt bug #660326

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-backup/borgbackup/borgbackup-1.1.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/borgbackup/borgbackup-1.1.6.ebuild b/app-backup/borgbackup/borgbackup-1.1.6.ebuild
index 8ef58febf6a..c94a558657c 100644
--- a/app-backup/borgbackup/borgbackup-1.1.6.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.1.6.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]] ; then
 	inherit git-r3
 else
 	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="~amd64 x86"
+	KEYWORDS="amd64 x86"
 fi
 
 DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2018-08-12 11:59 Anthony G. Basile
  0 siblings, 0 replies; 132+ messages in thread
From: Anthony G. Basile @ 2018-08-12 11:59 UTC (permalink / raw
  To: gentoo-commits

commit:     5d5d2ff454bf900fb26af17c34ead5ca0adaee77
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 12 11:58:08 2018 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Aug 12 11:58:08 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d5d2ff4

app-backup/borgbackup: version bump to 1.1.7

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-backup/borgbackup/Manifest                |  1 +
 app-backup/borgbackup/borgbackup-1.1.7.ebuild | 46 +++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/app-backup/borgbackup/Manifest b/app-backup/borgbackup/Manifest
index 6c05eff75d7..4e0a1e4b13e 100644
--- a/app-backup/borgbackup/Manifest
+++ b/app-backup/borgbackup/Manifest
@@ -2,3 +2,4 @@ DIST borgbackup-1.1.3.tar.gz 2942183 BLAKE2B c7ca37459d35e06694cf9fdbef7328806cf
 DIST borgbackup-1.1.4.tar.gz 3390046 BLAKE2B 27d1743718b9fdd303dbc7a01a586b9f87c119ed7f2464582a229bf2357c3f7d929bdf614689be7d7306a707e7332b8ae0ce5bd9898cea5af2311ca2210c5f41 SHA512 0853033f72406a2913dd74c6ebb8b33a318179843255c92481f5e4fdd0f436de6e4c77eed259a422e00bfadcf260facdfd00c813bb0628b82b8ff63a87e1bcfb
 DIST borgbackup-1.1.5.tar.gz 3392774 BLAKE2B 7eaa3dee548748b4b741607934c9344203e318f4558cf9497938caf5ae5af7dfac075748a2c78a767de618d5ca07c80d7dcd2f5c61e7314d643e2974c4eb4b29 SHA512 22071e4b37059d816592baff852772720769b3d86eb1d071abba67f9d13de809066aa29cdf18f1aaef127d1f24288913a7b0b63d157fb98840b1a71606dc0554
 DIST borgbackup-1.1.6.tar.gz 3441523 BLAKE2B 13b1892774e857432a77d1f67d981046a0670b4ba2f3665502f7b729a211fc47e10a87feca308d5089c984cfe4665e7e70ca68bb9aa6e188893a0d088e84df93 SHA512 5741c48bdb70a26d40bd583f207460e35bb7dd560424889d37eb4d90ee96947457faf09bae0fa2b26b42ec71ef6eeaec1b770ba3257223a2637fcb55266e4a17
+DIST borgbackup-1.1.7.tar.gz 3446832 BLAKE2B c4e2ce7c08f0df479d3333e5766ea070d0c1e18abc88fc8787e4212eff27e8e4505759f80f3bdda80d2b9a737241b907a41749edca9a6138eae2a5620913908d SHA512 586420b9cad7e731f2f1b8b05f3cd3dc606691c5a5ec307e887035d941ac5ac6d4c988783660969960a1221e4d9f2b865ee5558d4007ea7524632d0a50a8a402

diff --git a/app-backup/borgbackup/borgbackup-1.1.7.ebuild b/app-backup/borgbackup/borgbackup-1.1.7.ebuild
new file mode 100644
index 00000000000..fdd80a89ecd
--- /dev/null
+++ b/app-backup/borgbackup/borgbackup-1.1.7.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{4,5,6} )
+
+inherit distutils-r1
+
+if [[ ${PV} == "9999" ]] ; then
+	EGIT_REPO_URI="https://github.com/${PN}/borg.git"
+	inherit git-r3
+else
+	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"
+HOMEPAGE="https://borgbackup.readthedocs.io/"
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="libressl"
+
+# Unfortunately we have a file conflict with app-office/borg, bug #580402
+RDEPEND="
+	!!app-office/borg
+	app-arch/lz4
+	dev-python/llfuse[${PYTHON_USEDEP}]
+	dev-python/msgpack[${PYTHON_USEDEP}]
+	dev-python/pyzmq[${PYTHON_USEDEP}]
+	!libressl? ( dev-libs/openssl:0= )
+	libressl? ( dev-libs/libressl:0= )
+"
+
+DEPEND="
+	dev-python/setuptools_scm[${PYTHON_USEDEP}]
+	dev-python/cython[${PYTHON_USEDEP}]
+	${RDEPEND}
+"
+
+python_prepare_all() {
+	# allow use of new (renamed) msgpack
+	sed -i "s|'msgpack-python.*',||g" setup.py || die
+	distutils-r1_python_prepare_all
+}


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2018-08-12 11:59 Anthony G. Basile
  0 siblings, 0 replies; 132+ messages in thread
From: Anthony G. Basile @ 2018-08-12 11:59 UTC (permalink / raw
  To: gentoo-commits

commit:     55d719f1b5bf78d3690dffa3dc16b39bf71c7411
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 12 11:59:08 2018 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Aug 12 11:59:08 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55d719f1

app-backup/borgbackup: remove older versions

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-backup/borgbackup/Manifest                   |  3 --
 app-backup/borgbackup/borgbackup-1.1.3-r1.ebuild | 46 ------------------------
 app-backup/borgbackup/borgbackup-1.1.4-r1.ebuild | 46 ------------------------
 app-backup/borgbackup/borgbackup-1.1.5.ebuild    | 46 ------------------------
 4 files changed, 141 deletions(-)

diff --git a/app-backup/borgbackup/Manifest b/app-backup/borgbackup/Manifest
index 4e0a1e4b13e..b733fd51c71 100644
--- a/app-backup/borgbackup/Manifest
+++ b/app-backup/borgbackup/Manifest
@@ -1,5 +1,2 @@
-DIST borgbackup-1.1.3.tar.gz 2942183 BLAKE2B c7ca37459d35e06694cf9fdbef7328806cf03e6a4290368d47a2c06e1b6a0700d9dbba3efb170e130c7e59951d65ff8ca677955782150154f0ad2d12b93fe57b SHA512 8378e4f805bfb3e9a4e454f5ccfa58eef0517f13a2e8a2c3c6cbdb0304b763fa67152963b17d677daff09590eb777f12fbe1f3f69c3459bcc68781e5a747cb49
-DIST borgbackup-1.1.4.tar.gz 3390046 BLAKE2B 27d1743718b9fdd303dbc7a01a586b9f87c119ed7f2464582a229bf2357c3f7d929bdf614689be7d7306a707e7332b8ae0ce5bd9898cea5af2311ca2210c5f41 SHA512 0853033f72406a2913dd74c6ebb8b33a318179843255c92481f5e4fdd0f436de6e4c77eed259a422e00bfadcf260facdfd00c813bb0628b82b8ff63a87e1bcfb
-DIST borgbackup-1.1.5.tar.gz 3392774 BLAKE2B 7eaa3dee548748b4b741607934c9344203e318f4558cf9497938caf5ae5af7dfac075748a2c78a767de618d5ca07c80d7dcd2f5c61e7314d643e2974c4eb4b29 SHA512 22071e4b37059d816592baff852772720769b3d86eb1d071abba67f9d13de809066aa29cdf18f1aaef127d1f24288913a7b0b63d157fb98840b1a71606dc0554
 DIST borgbackup-1.1.6.tar.gz 3441523 BLAKE2B 13b1892774e857432a77d1f67d981046a0670b4ba2f3665502f7b729a211fc47e10a87feca308d5089c984cfe4665e7e70ca68bb9aa6e188893a0d088e84df93 SHA512 5741c48bdb70a26d40bd583f207460e35bb7dd560424889d37eb4d90ee96947457faf09bae0fa2b26b42ec71ef6eeaec1b770ba3257223a2637fcb55266e4a17
 DIST borgbackup-1.1.7.tar.gz 3446832 BLAKE2B c4e2ce7c08f0df479d3333e5766ea070d0c1e18abc88fc8787e4212eff27e8e4505759f80f3bdda80d2b9a737241b907a41749edca9a6138eae2a5620913908d SHA512 586420b9cad7e731f2f1b8b05f3cd3dc606691c5a5ec307e887035d941ac5ac6d4c988783660969960a1221e4d9f2b865ee5558d4007ea7524632d0a50a8a402

diff --git a/app-backup/borgbackup/borgbackup-1.1.3-r1.ebuild b/app-backup/borgbackup/borgbackup-1.1.3-r1.ebuild
deleted file mode 100644
index b360607c770..00000000000
--- a/app-backup/borgbackup/borgbackup-1.1.3-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{4,5,6} )
-
-inherit distutils-r1
-
-if [[ ${PV} == "9999" ]] ; then
-	EGIT_REPO_URI="https://github.com/${PN}/borg.git"
-	inherit git-r3
-else
-	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="amd64 ~x86"
-fi
-
-DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"
-HOMEPAGE="https://borgbackup.readthedocs.io/"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="libressl"
-
-# Unfortunately we have a file conflict with app-office/borg, bug #580402
-RDEPEND="
-	!!app-office/borg
-	app-arch/lz4
-	dev-python/llfuse[${PYTHON_USEDEP}]
-	dev-python/msgpack[${PYTHON_USEDEP}]
-	dev-python/pyzmq[${PYTHON_USEDEP}]
-	!libressl? ( dev-libs/openssl:0= )
-	libressl? ( dev-libs/libressl:0= )
-"
-
-DEPEND="
-	dev-python/setuptools_scm[${PYTHON_USEDEP}]
-	dev-python/cython[${PYTHON_USEDEP}]
-	${RDEPEND}
-"
-
-python_prepare_all() {
-	# allow use of new (renamed) msgpack
-	sed -i "s|'msgpack-python.*',||g" setup.py || die
-	distutils-r1_python_prepare_all
-}

diff --git a/app-backup/borgbackup/borgbackup-1.1.4-r1.ebuild b/app-backup/borgbackup/borgbackup-1.1.4-r1.ebuild
deleted file mode 100644
index fdd80a89ecd..00000000000
--- a/app-backup/borgbackup/borgbackup-1.1.4-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{4,5,6} )
-
-inherit distutils-r1
-
-if [[ ${PV} == "9999" ]] ; then
-	EGIT_REPO_URI="https://github.com/${PN}/borg.git"
-	inherit git-r3
-else
-	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"
-HOMEPAGE="https://borgbackup.readthedocs.io/"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="libressl"
-
-# Unfortunately we have a file conflict with app-office/borg, bug #580402
-RDEPEND="
-	!!app-office/borg
-	app-arch/lz4
-	dev-python/llfuse[${PYTHON_USEDEP}]
-	dev-python/msgpack[${PYTHON_USEDEP}]
-	dev-python/pyzmq[${PYTHON_USEDEP}]
-	!libressl? ( dev-libs/openssl:0= )
-	libressl? ( dev-libs/libressl:0= )
-"
-
-DEPEND="
-	dev-python/setuptools_scm[${PYTHON_USEDEP}]
-	dev-python/cython[${PYTHON_USEDEP}]
-	${RDEPEND}
-"
-
-python_prepare_all() {
-	# allow use of new (renamed) msgpack
-	sed -i "s|'msgpack-python.*',||g" setup.py || die
-	distutils-r1_python_prepare_all
-}

diff --git a/app-backup/borgbackup/borgbackup-1.1.5.ebuild b/app-backup/borgbackup/borgbackup-1.1.5.ebuild
deleted file mode 100644
index fdd80a89ecd..00000000000
--- a/app-backup/borgbackup/borgbackup-1.1.5.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{4,5,6} )
-
-inherit distutils-r1
-
-if [[ ${PV} == "9999" ]] ; then
-	EGIT_REPO_URI="https://github.com/${PN}/borg.git"
-	inherit git-r3
-else
-	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"
-HOMEPAGE="https://borgbackup.readthedocs.io/"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="libressl"
-
-# Unfortunately we have a file conflict with app-office/borg, bug #580402
-RDEPEND="
-	!!app-office/borg
-	app-arch/lz4
-	dev-python/llfuse[${PYTHON_USEDEP}]
-	dev-python/msgpack[${PYTHON_USEDEP}]
-	dev-python/pyzmq[${PYTHON_USEDEP}]
-	!libressl? ( dev-libs/openssl:0= )
-	libressl? ( dev-libs/libressl:0= )
-"
-
-DEPEND="
-	dev-python/setuptools_scm[${PYTHON_USEDEP}]
-	dev-python/cython[${PYTHON_USEDEP}]
-	${RDEPEND}
-"
-
-python_prepare_all() {
-	# allow use of new (renamed) msgpack
-	sed -i "s|'msgpack-python.*',||g" setup.py || die
-	distutils-r1_python_prepare_all
-}


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2018-12-10 16:37 Anthony G. Basile
  0 siblings, 0 replies; 132+ messages in thread
From: Anthony G. Basile @ 2018-12-10 16:37 UTC (permalink / raw
  To: gentoo-commits

commit:     19fbcd73a4e3086fa6a2df853983c4066747a46d
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  9 15:54:26 2018 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon Dec 10 16:37:38 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19fbcd73

app-backup/borgbackup: version bump to 1.1.8

Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>

 app-backup/borgbackup/Manifest                |  1 +
 app-backup/borgbackup/borgbackup-1.1.8.ebuild | 46 +++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/app-backup/borgbackup/Manifest b/app-backup/borgbackup/Manifest
index b733fd51c71..d2d58d6d1d0 100644
--- a/app-backup/borgbackup/Manifest
+++ b/app-backup/borgbackup/Manifest
@@ -1,2 +1,3 @@
 DIST borgbackup-1.1.6.tar.gz 3441523 BLAKE2B 13b1892774e857432a77d1f67d981046a0670b4ba2f3665502f7b729a211fc47e10a87feca308d5089c984cfe4665e7e70ca68bb9aa6e188893a0d088e84df93 SHA512 5741c48bdb70a26d40bd583f207460e35bb7dd560424889d37eb4d90ee96947457faf09bae0fa2b26b42ec71ef6eeaec1b770ba3257223a2637fcb55266e4a17
 DIST borgbackup-1.1.7.tar.gz 3446832 BLAKE2B c4e2ce7c08f0df479d3333e5766ea070d0c1e18abc88fc8787e4212eff27e8e4505759f80f3bdda80d2b9a737241b907a41749edca9a6138eae2a5620913908d SHA512 586420b9cad7e731f2f1b8b05f3cd3dc606691c5a5ec307e887035d941ac5ac6d4c988783660969960a1221e4d9f2b865ee5558d4007ea7524632d0a50a8a402
+DIST borgbackup-1.1.8.tar.gz 3456058 BLAKE2B cad55216f92025418e1a427f4b578d6b7eafa03f6b3e9c4fccb148dd3856c4f6649928fb4227249c534add125f9b3a2a0b6ed808ae12c5e60a28f9df4fb0031a SHA512 1455e68bcedab8f35f9426dc73958c6a6565ad1f1cc274ce59d34a12e3a7bfa1d12fa2b8e8dd3e71824e1cd0927babf79f4e99d4e516454ed12dbd3970d0e921

diff --git a/app-backup/borgbackup/borgbackup-1.1.8.ebuild b/app-backup/borgbackup/borgbackup-1.1.8.ebuild
new file mode 100644
index 00000000000..15ee3092744
--- /dev/null
+++ b/app-backup/borgbackup/borgbackup-1.1.8.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{4,5,6} )
+
+inherit distutils-r1
+
+if [[ ${PV} == "9999" ]] ; then
+	EGIT_REPO_URI="https://github.com/${PN}/borg.git"
+	inherit git-r3
+else
+	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"
+HOMEPAGE="https://borgbackup.readthedocs.io/"
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="libressl"
+
+# Unfortunately we have a file conflict with app-office/borg, bug #580402
+RDEPEND="
+	!!app-office/borg
+	app-arch/lz4
+	dev-python/llfuse[${PYTHON_USEDEP}]
+	dev-python/msgpack[${PYTHON_USEDEP}]
+	dev-python/pyzmq[${PYTHON_USEDEP}]
+	!libressl? ( dev-libs/openssl:0= )
+	libressl? ( dev-libs/libressl:0= )
+"
+
+DEPEND="
+	dev-python/setuptools_scm[${PYTHON_USEDEP}]
+	dev-python/cython[${PYTHON_USEDEP}]
+	${RDEPEND}
+"
+
+python_prepare_all() {
+	# allow use of new (renamed) msgpack
+	sed -i "s|'msgpack-python.*',||g" setup.py || die
+	distutils-r1_python_prepare_all
+}


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2019-02-12  0:56 Anthony G. Basile
  0 siblings, 0 replies; 132+ messages in thread
From: Anthony G. Basile @ 2019-02-12  0:56 UTC (permalink / raw
  To: gentoo-commits

commit:     400dce6ae72690a97ed1dab581dc10e2dfdada06
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 12 00:55:44 2019 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Tue Feb 12 00:56:07 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=400dce6a

app-backup/borgbackup: version bump to 1.1.9

Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-backup/borgbackup/Manifest                                        | 1 +
 .../borgbackup/{borgbackup-9999.ebuild => borgbackup-1.1.9.ebuild}    | 4 ++--
 app-backup/borgbackup/borgbackup-9999.ebuild                          | 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/app-backup/borgbackup/Manifest b/app-backup/borgbackup/Manifest
index d2d58d6d1d0..7de9de4cab1 100644
--- a/app-backup/borgbackup/Manifest
+++ b/app-backup/borgbackup/Manifest
@@ -1,3 +1,4 @@
 DIST borgbackup-1.1.6.tar.gz 3441523 BLAKE2B 13b1892774e857432a77d1f67d981046a0670b4ba2f3665502f7b729a211fc47e10a87feca308d5089c984cfe4665e7e70ca68bb9aa6e188893a0d088e84df93 SHA512 5741c48bdb70a26d40bd583f207460e35bb7dd560424889d37eb4d90ee96947457faf09bae0fa2b26b42ec71ef6eeaec1b770ba3257223a2637fcb55266e4a17
 DIST borgbackup-1.1.7.tar.gz 3446832 BLAKE2B c4e2ce7c08f0df479d3333e5766ea070d0c1e18abc88fc8787e4212eff27e8e4505759f80f3bdda80d2b9a737241b907a41749edca9a6138eae2a5620913908d SHA512 586420b9cad7e731f2f1b8b05f3cd3dc606691c5a5ec307e887035d941ac5ac6d4c988783660969960a1221e4d9f2b865ee5558d4007ea7524632d0a50a8a402
 DIST borgbackup-1.1.8.tar.gz 3456058 BLAKE2B cad55216f92025418e1a427f4b578d6b7eafa03f6b3e9c4fccb148dd3856c4f6649928fb4227249c534add125f9b3a2a0b6ed808ae12c5e60a28f9df4fb0031a SHA512 1455e68bcedab8f35f9426dc73958c6a6565ad1f1cc274ce59d34a12e3a7bfa1d12fa2b8e8dd3e71824e1cd0927babf79f4e99d4e516454ed12dbd3970d0e921
+DIST borgbackup-1.1.9.tar.gz 3468259 BLAKE2B 91c89304cf22328a0bd74583c22370343915209a204f52c65290dbec0cb688392c2e80b946a55317f8c58ef23099e710c16a34c6bfbbfb547a3e4b38c3c81c37 SHA512 466288258700fb0b3dae936c79fd423d26bea2d721dd70112b3cfd0f8e2bb335144a00de76743c31d336f6c19793775260d154326ec70d6d6d0a4e5ad6a59e59

diff --git a/app-backup/borgbackup/borgbackup-9999.ebuild b/app-backup/borgbackup/borgbackup-1.1.9.ebuild
similarity index 95%
copy from app-backup/borgbackup/borgbackup-9999.ebuild
copy to app-backup/borgbackup/borgbackup-1.1.9.ebuild
index fdd80a89ecd..e4f4ef7e0a9 100644
--- a/app-backup/borgbackup/borgbackup-9999.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.1.9.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 PYTHON_COMPAT=( python3_{4,5,6} )
 

diff --git a/app-backup/borgbackup/borgbackup-9999.ebuild b/app-backup/borgbackup/borgbackup-9999.ebuild
index fdd80a89ecd..e4f4ef7e0a9 100644
--- a/app-backup/borgbackup/borgbackup-9999.ebuild
+++ b/app-backup/borgbackup/borgbackup-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 PYTHON_COMPAT=( python3_{4,5,6} )
 


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2019-02-12  1:17 Anthony G. Basile
  0 siblings, 0 replies; 132+ messages in thread
From: Anthony G. Basile @ 2019-02-12  1:17 UTC (permalink / raw
  To: gentoo-commits

commit:     73fd7775fed43a1e995f0b9acd733d1ce6598cdb
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 12 01:16:38 2019 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Tue Feb 12 01:17:02 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73fd7775

app-backup/borgbackup: 1.1.8 stable on amd64 and x86

Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-backup/borgbackup/borgbackup-1.1.8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-backup/borgbackup/borgbackup-1.1.8.ebuild b/app-backup/borgbackup/borgbackup-1.1.8.ebuild
index 15ee3092744..a4d863249ec 100644
--- a/app-backup/borgbackup/borgbackup-1.1.8.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.1.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]] ; then
 	inherit git-r3
 else
 	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="amd64 x86"
 fi
 
 DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2019-02-12 23:35 Anthony G. Basile
  0 siblings, 0 replies; 132+ messages in thread
From: Anthony G. Basile @ 2019-02-12 23:35 UTC (permalink / raw
  To: gentoo-commits

commit:     2a72164adacc0e34d699d1e042cd9ed425cccdc5
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 12 23:35:19 2019 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Tue Feb 12 23:35:31 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a72164a

app-backup/borgbackup: remove older versions

Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-backup/borgbackup/Manifest                |  2 --
 app-backup/borgbackup/borgbackup-1.1.6.ebuild | 46 ---------------------------
 app-backup/borgbackup/borgbackup-1.1.7.ebuild | 46 ---------------------------
 3 files changed, 94 deletions(-)

diff --git a/app-backup/borgbackup/Manifest b/app-backup/borgbackup/Manifest
index 7de9de4cab1..098c31662b0 100644
--- a/app-backup/borgbackup/Manifest
+++ b/app-backup/borgbackup/Manifest
@@ -1,4 +1,2 @@
-DIST borgbackup-1.1.6.tar.gz 3441523 BLAKE2B 13b1892774e857432a77d1f67d981046a0670b4ba2f3665502f7b729a211fc47e10a87feca308d5089c984cfe4665e7e70ca68bb9aa6e188893a0d088e84df93 SHA512 5741c48bdb70a26d40bd583f207460e35bb7dd560424889d37eb4d90ee96947457faf09bae0fa2b26b42ec71ef6eeaec1b770ba3257223a2637fcb55266e4a17
-DIST borgbackup-1.1.7.tar.gz 3446832 BLAKE2B c4e2ce7c08f0df479d3333e5766ea070d0c1e18abc88fc8787e4212eff27e8e4505759f80f3bdda80d2b9a737241b907a41749edca9a6138eae2a5620913908d SHA512 586420b9cad7e731f2f1b8b05f3cd3dc606691c5a5ec307e887035d941ac5ac6d4c988783660969960a1221e4d9f2b865ee5558d4007ea7524632d0a50a8a402
 DIST borgbackup-1.1.8.tar.gz 3456058 BLAKE2B cad55216f92025418e1a427f4b578d6b7eafa03f6b3e9c4fccb148dd3856c4f6649928fb4227249c534add125f9b3a2a0b6ed808ae12c5e60a28f9df4fb0031a SHA512 1455e68bcedab8f35f9426dc73958c6a6565ad1f1cc274ce59d34a12e3a7bfa1d12fa2b8e8dd3e71824e1cd0927babf79f4e99d4e516454ed12dbd3970d0e921
 DIST borgbackup-1.1.9.tar.gz 3468259 BLAKE2B 91c89304cf22328a0bd74583c22370343915209a204f52c65290dbec0cb688392c2e80b946a55317f8c58ef23099e710c16a34c6bfbbfb547a3e4b38c3c81c37 SHA512 466288258700fb0b3dae936c79fd423d26bea2d721dd70112b3cfd0f8e2bb335144a00de76743c31d336f6c19793775260d154326ec70d6d6d0a4e5ad6a59e59

diff --git a/app-backup/borgbackup/borgbackup-1.1.6.ebuild b/app-backup/borgbackup/borgbackup-1.1.6.ebuild
deleted file mode 100644
index c94a558657c..00000000000
--- a/app-backup/borgbackup/borgbackup-1.1.6.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{4,5,6} )
-
-inherit distutils-r1
-
-if [[ ${PV} == "9999" ]] ; then
-	EGIT_REPO_URI="https://github.com/${PN}/borg.git"
-	inherit git-r3
-else
-	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="amd64 x86"
-fi
-
-DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"
-HOMEPAGE="https://borgbackup.readthedocs.io/"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="libressl"
-
-# Unfortunately we have a file conflict with app-office/borg, bug #580402
-RDEPEND="
-	!!app-office/borg
-	app-arch/lz4
-	dev-python/llfuse[${PYTHON_USEDEP}]
-	dev-python/msgpack[${PYTHON_USEDEP}]
-	dev-python/pyzmq[${PYTHON_USEDEP}]
-	!libressl? ( dev-libs/openssl:0= )
-	libressl? ( dev-libs/libressl:0= )
-"
-
-DEPEND="
-	dev-python/setuptools_scm[${PYTHON_USEDEP}]
-	dev-python/cython[${PYTHON_USEDEP}]
-	${RDEPEND}
-"
-
-python_prepare_all() {
-	# allow use of new (renamed) msgpack
-	sed -i "s|'msgpack-python.*',||g" setup.py || die
-	distutils-r1_python_prepare_all
-}

diff --git a/app-backup/borgbackup/borgbackup-1.1.7.ebuild b/app-backup/borgbackup/borgbackup-1.1.7.ebuild
deleted file mode 100644
index fdd80a89ecd..00000000000
--- a/app-backup/borgbackup/borgbackup-1.1.7.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{4,5,6} )
-
-inherit distutils-r1
-
-if [[ ${PV} == "9999" ]] ; then
-	EGIT_REPO_URI="https://github.com/${PN}/borg.git"
-	inherit git-r3
-else
-	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"
-HOMEPAGE="https://borgbackup.readthedocs.io/"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="libressl"
-
-# Unfortunately we have a file conflict with app-office/borg, bug #580402
-RDEPEND="
-	!!app-office/borg
-	app-arch/lz4
-	dev-python/llfuse[${PYTHON_USEDEP}]
-	dev-python/msgpack[${PYTHON_USEDEP}]
-	dev-python/pyzmq[${PYTHON_USEDEP}]
-	!libressl? ( dev-libs/openssl:0= )
-	libressl? ( dev-libs/libressl:0= )
-"
-
-DEPEND="
-	dev-python/setuptools_scm[${PYTHON_USEDEP}]
-	dev-python/cython[${PYTHON_USEDEP}]
-	${RDEPEND}
-"
-
-python_prepare_all() {
-	# allow use of new (renamed) msgpack
-	sed -i "s|'msgpack-python.*',||g" setup.py || die
-	distutils-r1_python_prepare_all
-}


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2019-02-12 23:35 Anthony G. Basile
  0 siblings, 0 replies; 132+ messages in thread
From: Anthony G. Basile @ 2019-02-12 23:35 UTC (permalink / raw
  To: gentoo-commits

commit:     024f969c22517b036c5356dcd667bd1a6a891979
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 12 23:34:17 2019 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Tue Feb 12 23:35:29 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=024f969c

app-backup/borgbackup: depend on virtual/acl, bug #609428

Thanks Aljoscha Vollmerhaus <gentoobugzilla <AT> aljoscha.vollmerhaus.net>

Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-backup/borgbackup/borgbackup-1.1.8.ebuild | 1 +
 app-backup/borgbackup/borgbackup-1.1.9.ebuild | 1 +
 app-backup/borgbackup/borgbackup-9999.ebuild  | 1 +
 3 files changed, 3 insertions(+)

diff --git a/app-backup/borgbackup/borgbackup-1.1.8.ebuild b/app-backup/borgbackup/borgbackup-1.1.8.ebuild
index a4d863249ec..9cdb1a9c1ce 100644
--- a/app-backup/borgbackup/borgbackup-1.1.8.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.1.8.ebuild
@@ -26,6 +26,7 @@ IUSE="libressl"
 RDEPEND="
 	!!app-office/borg
 	app-arch/lz4
+	virtual/acl
 	dev-python/llfuse[${PYTHON_USEDEP}]
 	dev-python/msgpack[${PYTHON_USEDEP}]
 	dev-python/pyzmq[${PYTHON_USEDEP}]

diff --git a/app-backup/borgbackup/borgbackup-1.1.9.ebuild b/app-backup/borgbackup/borgbackup-1.1.9.ebuild
index e4f4ef7e0a9..dc020049d63 100644
--- a/app-backup/borgbackup/borgbackup-1.1.9.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.1.9.ebuild
@@ -26,6 +26,7 @@ IUSE="libressl"
 RDEPEND="
 	!!app-office/borg
 	app-arch/lz4
+	virtual/acl
 	dev-python/llfuse[${PYTHON_USEDEP}]
 	dev-python/msgpack[${PYTHON_USEDEP}]
 	dev-python/pyzmq[${PYTHON_USEDEP}]

diff --git a/app-backup/borgbackup/borgbackup-9999.ebuild b/app-backup/borgbackup/borgbackup-9999.ebuild
index e4f4ef7e0a9..dc020049d63 100644
--- a/app-backup/borgbackup/borgbackup-9999.ebuild
+++ b/app-backup/borgbackup/borgbackup-9999.ebuild
@@ -26,6 +26,7 @@ IUSE="libressl"
 RDEPEND="
 	!!app-office/borg
 	app-arch/lz4
+	virtual/acl
 	dev-python/llfuse[${PYTHON_USEDEP}]
 	dev-python/msgpack[${PYTHON_USEDEP}]
 	dev-python/pyzmq[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2019-04-13 11:27 Patrick Lauer
  0 siblings, 0 replies; 132+ messages in thread
From: Patrick Lauer @ 2019-04-13 11:27 UTC (permalink / raw
  To: gentoo-commits

commit:     a4116f322ff79e5b8f1a94633de9c992474713ac
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 13 11:26:38 2019 +0000
Commit:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Sat Apr 13 11:26:38 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4116f32

app-backup/borgbackup: Restrict msgpack version

Otherwise it'll refuse to run.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Patrick Lauer <patrick <AT> gentoo.org>

 app-backup/borgbackup/borgbackup-1.1.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/borgbackup/borgbackup-1.1.9.ebuild b/app-backup/borgbackup/borgbackup-1.1.9.ebuild
index dc020049d63..f4df6c1d6de 100644
--- a/app-backup/borgbackup/borgbackup-1.1.9.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.1.9.ebuild
@@ -28,7 +28,7 @@ RDEPEND="
 	app-arch/lz4
 	virtual/acl
 	dev-python/llfuse[${PYTHON_USEDEP}]
-	dev-python/msgpack[${PYTHON_USEDEP}]
+	<=dev-python/msgpack-0.6.1[${PYTHON_USEDEP}]
 	dev-python/pyzmq[${PYTHON_USEDEP}]
 	!libressl? ( dev-libs/openssl:0= )
 	libressl? ( dev-libs/libressl:0= )


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2019-04-14 16:19 Piotr Karbowski
  0 siblings, 0 replies; 132+ messages in thread
From: Piotr Karbowski @ 2019-04-14 16:19 UTC (permalink / raw
  To: gentoo-commits

commit:     4cba1216422f4be172301ef17178a53224d34490
Author:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 14 16:18:07 2019 +0000
Commit:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 16:19:19 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cba1216

app-backup/borgbackup: 1.1.9: fixed msgpack version dependency

Currently borgbackup does not support msgpack other than 0.5.6, with
version checking hardcoded internally. The msgpack >=0.6 is supposed to
be supported in borgbackup-1.2 that is yet to be released.

Closes: https://bugs.gentoo.org/683012
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>

 app-backup/borgbackup/borgbackup-1.1.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/borgbackup/borgbackup-1.1.9.ebuild b/app-backup/borgbackup/borgbackup-1.1.9.ebuild
index f4df6c1d6de..850e42f523b 100644
--- a/app-backup/borgbackup/borgbackup-1.1.9.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.1.9.ebuild
@@ -28,7 +28,7 @@ RDEPEND="
 	app-arch/lz4
 	virtual/acl
 	dev-python/llfuse[${PYTHON_USEDEP}]
-	<=dev-python/msgpack-0.6.1[${PYTHON_USEDEP}]
+	=dev-python/msgpack-0.5.6[${PYTHON_USEDEP}]
 	dev-python/pyzmq[${PYTHON_USEDEP}]
 	!libressl? ( dev-libs/openssl:0= )
 	libressl? ( dev-libs/libressl:0= )


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2019-05-21  1:13 Anthony G. Basile
  0 siblings, 0 replies; 132+ messages in thread
From: Anthony G. Basile @ 2019-05-21  1:13 UTC (permalink / raw
  To: gentoo-commits

commit:     dacae96d96eeffc3a9823e88c5d550533ec95144
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Tue May 21 01:13:06 2019 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Tue May 21 01:13:06 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dacae96d

app-backup/borgbackup: version bump to 1.1.10

Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 app-backup/borgbackup/Manifest                                          | 1 +
 .../borgbackup/{borgbackup-1.1.9.ebuild => borgbackup-1.1.10.ebuild}    | 2 +-
 app-backup/borgbackup/borgbackup-1.1.9.ebuild                           | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-backup/borgbackup/Manifest b/app-backup/borgbackup/Manifest
index 098c31662b0..04421d6524e 100644
--- a/app-backup/borgbackup/Manifest
+++ b/app-backup/borgbackup/Manifest
@@ -1,2 +1,3 @@
+DIST borgbackup-1.1.10.tar.gz 3610011 BLAKE2B 9c13d89a0441b5403019ed24b2f36fd55f4d133219b68802b79c76f5086324f4a249124a89c67049fecbadb78d5dae64b007ed6c53a579c115ce248db3e83054 SHA512 9315335208f10427e3105e10819817d15fd05171479252903bd51eaacb016bc3ff792d505b9203ce0b9b41ec350472bdb9a23b0128e7fe156aaa47c1608451c0
 DIST borgbackup-1.1.8.tar.gz 3456058 BLAKE2B cad55216f92025418e1a427f4b578d6b7eafa03f6b3e9c4fccb148dd3856c4f6649928fb4227249c534add125f9b3a2a0b6ed808ae12c5e60a28f9df4fb0031a SHA512 1455e68bcedab8f35f9426dc73958c6a6565ad1f1cc274ce59d34a12e3a7bfa1d12fa2b8e8dd3e71824e1cd0927babf79f4e99d4e516454ed12dbd3970d0e921
 DIST borgbackup-1.1.9.tar.gz 3468259 BLAKE2B 91c89304cf22328a0bd74583c22370343915209a204f52c65290dbec0cb688392c2e80b946a55317f8c58ef23099e710c16a34c6bfbbfb547a3e4b38c3c81c37 SHA512 466288258700fb0b3dae936c79fd423d26bea2d721dd70112b3cfd0f8e2bb335144a00de76743c31d336f6c19793775260d154326ec70d6d6d0a4e5ad6a59e59

diff --git a/app-backup/borgbackup/borgbackup-1.1.9.ebuild b/app-backup/borgbackup/borgbackup-1.1.10.ebuild
similarity index 95%
copy from app-backup/borgbackup/borgbackup-1.1.9.ebuild
copy to app-backup/borgbackup/borgbackup-1.1.10.ebuild
index 388d1d46920..0afaf4e4593 100644
--- a/app-backup/borgbackup/borgbackup-1.1.9.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.1.10.ebuild
@@ -28,7 +28,7 @@ RDEPEND="
 	app-arch/lz4
 	virtual/acl
 	dev-python/llfuse[${PYTHON_USEDEP}]
-	=dev-python/msgpack-0.5.6[${PYTHON_USEDEP}]
+	~dev-python/msgpack-0.5.6[${PYTHON_USEDEP}]
 	dev-python/pyzmq[${PYTHON_USEDEP}]
 	!libressl? ( dev-libs/openssl:0= )
 	libressl? ( dev-libs/libressl:0= )

diff --git a/app-backup/borgbackup/borgbackup-1.1.9.ebuild b/app-backup/borgbackup/borgbackup-1.1.9.ebuild
index 388d1d46920..0afaf4e4593 100644
--- a/app-backup/borgbackup/borgbackup-1.1.9.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.1.9.ebuild
@@ -28,7 +28,7 @@ RDEPEND="
 	app-arch/lz4
 	virtual/acl
 	dev-python/llfuse[${PYTHON_USEDEP}]
-	=dev-python/msgpack-0.5.6[${PYTHON_USEDEP}]
+	~dev-python/msgpack-0.5.6[${PYTHON_USEDEP}]
 	dev-python/pyzmq[${PYTHON_USEDEP}]
 	!libressl? ( dev-libs/openssl:0= )
 	libressl? ( dev-libs/libressl:0= )


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2019-06-15 17:24 Piotr Karbowski
  0 siblings, 0 replies; 132+ messages in thread
From: Piotr Karbowski @ 2019-06-15 17:24 UTC (permalink / raw
  To: gentoo-commits

commit:     282560fb6b538991eae445d1328320e5394b1a1f
Author:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 15 17:20:51 2019 +0000
Commit:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Sat Jun 15 17:23:56 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=282560fb

app-backup/borgbackup: 1.1.8: fixed msgpack version dependency.

This is the same fix that has been applied to 1.1.9, as reported on bug
683012.

Bug: https://bugs.gentoo.org/683012
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>

 app-backup/borgbackup/borgbackup-1.1.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/borgbackup/borgbackup-1.1.8.ebuild b/app-backup/borgbackup/borgbackup-1.1.8.ebuild
index 100e853a235..bd9fe6cc819 100644
--- a/app-backup/borgbackup/borgbackup-1.1.8.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.1.8.ebuild
@@ -28,7 +28,7 @@ RDEPEND="
 	app-arch/lz4
 	virtual/acl
 	dev-python/llfuse[${PYTHON_USEDEP}]
-	dev-python/msgpack[${PYTHON_USEDEP}]
+	~dev-python/msgpack-0.5.6[${PYTHON_USEDEP}]
 	dev-python/pyzmq[${PYTHON_USEDEP}]
 	!libressl? ( dev-libs/openssl:0= )
 	libressl? ( dev-libs/libressl:0= )


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2019-06-15 17:24 Piotr Karbowski
  0 siblings, 0 replies; 132+ messages in thread
From: Piotr Karbowski @ 2019-06-15 17:24 UTC (permalink / raw
  To: gentoo-commits

commit:     4682207d6ac846550641670041c9ac4eed6675f6
Author:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 15 17:22:22 2019 +0000
Commit:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Sat Jun 15 17:23:56 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4682207d

app-backup/borgbackup: adding myself as another maintainer.

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>

 app-backup/borgbackup/metadata.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/app-backup/borgbackup/metadata.xml b/app-backup/borgbackup/metadata.xml
index 7c11254ebfa..aacb2bc191d 100644
--- a/app-backup/borgbackup/metadata.xml
+++ b/app-backup/borgbackup/metadata.xml
@@ -5,6 +5,10 @@
 		<email>blueness@gentoo.org</email>
 		<name>Anthony G. Basile</name>
 	</maintainer>
+	<maintainer type="person">
+		<email>slashbeast@gentoo.org</email>
+		<name>Piotr Karbowski</name>
+	</maintainer>
 	<upstream>
 		<remote-id type="github">borgbackup/borg</remote-id>
 		<remote-id type="pypi">borgbackup</remote-id>


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2019-07-08 11:05 Agostino Sarubbo
  0 siblings, 0 replies; 132+ messages in thread
From: Agostino Sarubbo @ 2019-07-08 11:05 UTC (permalink / raw
  To: gentoo-commits

commit:     714b55eaf48ae0faca8281f88ccc0bd94e1aa640
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  8 11:04:37 2019 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Jul  8 11:04:37 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=714b55ea

app-backup/borgbackup: amd64 stable wrt bug #689218

Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 app-backup/borgbackup/borgbackup-1.1.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/borgbackup/borgbackup-1.1.9.ebuild b/app-backup/borgbackup/borgbackup-1.1.9.ebuild
index 0afaf4e4593..b418e696ffc 100644
--- a/app-backup/borgbackup/borgbackup-1.1.9.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.1.9.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]] ; then
 	inherit git-r3
 else
 	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="amd64 ~x86"
 fi
 
 DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2019-07-08 12:10 Thomas Deutschmann
  0 siblings, 0 replies; 132+ messages in thread
From: Thomas Deutschmann @ 2019-07-08 12:10 UTC (permalink / raw
  To: gentoo-commits

commit:     60b19b786c424a7612e519e448530a04ff780382
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  8 11:52:24 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon Jul  8 12:09:52 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60b19b78

app-backup/borgbackup: x86 stable (bug #689218)

Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 app-backup/borgbackup/borgbackup-1.1.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/borgbackup/borgbackup-1.1.9.ebuild b/app-backup/borgbackup/borgbackup-1.1.9.ebuild
index b418e696ffc..3f7bb54989c 100644
--- a/app-backup/borgbackup/borgbackup-1.1.9.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.1.9.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]] ; then
 	inherit git-r3
 else
 	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="amd64 ~x86"
+	KEYWORDS="amd64 x86"
 fi
 
 DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2019-08-25 16:35 Piotr Karbowski
  0 siblings, 0 replies; 132+ messages in thread
From: Piotr Karbowski @ 2019-08-25 16:35 UTC (permalink / raw
  To: gentoo-commits

commit:     8544b5158f7da182351128690dd88843e957e004
Author:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 25 16:26:35 2019 +0000
Commit:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Sun Aug 25 16:35:45 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8544b515

app-backup/borgbackup-9999: build time dependency on dev-python/pkgconfig.

Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>

 app-backup/borgbackup/borgbackup-9999.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/app-backup/borgbackup/borgbackup-9999.ebuild b/app-backup/borgbackup/borgbackup-9999.ebuild
index aaf19c45743..e2ccd0dbba7 100644
--- a/app-backup/borgbackup/borgbackup-9999.ebuild
+++ b/app-backup/borgbackup/borgbackup-9999.ebuild
@@ -40,6 +40,8 @@ DEPEND="
 	${RDEPEND}
 "
 
+BDEPEND="dev-python/pkgconfig"
+
 python_prepare_all() {
 	# allow use of new (renamed) msgpack
 	sed -i "s|'msgpack-python.*',||g" setup.py || die


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2019-08-25 16:35 Piotr Karbowski
  0 siblings, 0 replies; 132+ messages in thread
From: Piotr Karbowski @ 2019-08-25 16:35 UTC (permalink / raw
  To: gentoo-commits

commit:     dc1988451eee370d8b505449f5d561ac07f46f92
Author:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 25 16:32:09 2019 +0000
Commit:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Sun Aug 25 16:35:46 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc198845

app-backup/borgbackup: 1.1.10-r1, 9999: man pages added.

Closes: https://bugs.gentoo.org/639722
Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>

 .../{borgbackup-9999.ebuild => borgbackup-1.1.10-r1.ebuild}      | 9 ++++++---
 app-backup/borgbackup/borgbackup-9999.ebuild                     | 5 +++++
 2 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/app-backup/borgbackup/borgbackup-9999.ebuild b/app-backup/borgbackup/borgbackup-1.1.10-r1.ebuild
similarity index 90%
copy from app-backup/borgbackup/borgbackup-9999.ebuild
copy to app-backup/borgbackup/borgbackup-1.1.10-r1.ebuild
index e2ccd0dbba7..6b88a3e3c19 100644
--- a/app-backup/borgbackup/borgbackup-9999.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.1.10-r1.ebuild
@@ -28,7 +28,7 @@ RDEPEND="
 	app-arch/lz4
 	virtual/acl
 	dev-python/llfuse[${PYTHON_USEDEP}]
-	dev-python/msgpack[${PYTHON_USEDEP}]
+	~dev-python/msgpack-0.5.6[${PYTHON_USEDEP}]
 	dev-python/pyzmq[${PYTHON_USEDEP}]
 	!libressl? ( dev-libs/openssl:0= )
 	libressl? ( dev-libs/libressl:0= )
@@ -40,10 +40,13 @@ DEPEND="
 	${RDEPEND}
 "
 
-BDEPEND="dev-python/pkgconfig"
-
 python_prepare_all() {
 	# allow use of new (renamed) msgpack
 	sed -i "s|'msgpack-python.*',||g" setup.py || die
 	distutils-r1_python_prepare_all
 }
+
+src_install() {
+	distutils-r1_src_install
+	doman docs/man/*
+}

diff --git a/app-backup/borgbackup/borgbackup-9999.ebuild b/app-backup/borgbackup/borgbackup-9999.ebuild
index e2ccd0dbba7..81920946717 100644
--- a/app-backup/borgbackup/borgbackup-9999.ebuild
+++ b/app-backup/borgbackup/borgbackup-9999.ebuild
@@ -47,3 +47,8 @@ python_prepare_all() {
 	sed -i "s|'msgpack-python.*',||g" setup.py || die
 	distutils-r1_python_prepare_all
 }
+
+src_install() {
+	distutils-r1_src_install
+	doman docs/man/*
+}


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2019-11-12 10:45 Agostino Sarubbo
  0 siblings, 0 replies; 132+ messages in thread
From: Agostino Sarubbo @ 2019-11-12 10:45 UTC (permalink / raw
  To: gentoo-commits

commit:     fb4a6913b7f7fea82da83fbbe7bb69f9648816bd
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 12 10:43:09 2019 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Nov 12 10:43:09 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb4a6913

app-backup/borgbackup: amd64 stable wrt bug #699402

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-backup/borgbackup/borgbackup-1.1.10-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/borgbackup/borgbackup-1.1.10-r1.ebuild b/app-backup/borgbackup/borgbackup-1.1.10-r1.ebuild
index 0fd9187a597..01bf2c50bda 100644
--- a/app-backup/borgbackup/borgbackup-1.1.10-r1.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.1.10-r1.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]] ; then
 	inherit git-r3
 else
 	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="~amd64 x86"
+	KEYWORDS="amd64 x86"
 fi
 
 DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2019-12-05 19:00 Piotr Karbowski
  0 siblings, 0 replies; 132+ messages in thread
From: Piotr Karbowski @ 2019-12-05 19:00 UTC (permalink / raw
  To: gentoo-commits

commit:     412f36dda2f94e5e837b775cd9ff3db4af91a54b
Author:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  5 18:54:30 2019 +0000
Commit:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Thu Dec  5 18:59:49 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=412f36dd

app-backup/borgbackup: drop old.

Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>

 app-backup/borgbackup/Manifest                 |  2 --
 app-backup/borgbackup/borgbackup-1.1.10.ebuild | 47 --------------------------
 app-backup/borgbackup/borgbackup-1.1.8.ebuild  | 47 --------------------------
 app-backup/borgbackup/borgbackup-1.1.9.ebuild  | 47 --------------------------
 4 files changed, 143 deletions(-)

diff --git a/app-backup/borgbackup/Manifest b/app-backup/borgbackup/Manifest
index 04421d6524e..e7366684d6e 100644
--- a/app-backup/borgbackup/Manifest
+++ b/app-backup/borgbackup/Manifest
@@ -1,3 +1 @@
 DIST borgbackup-1.1.10.tar.gz 3610011 BLAKE2B 9c13d89a0441b5403019ed24b2f36fd55f4d133219b68802b79c76f5086324f4a249124a89c67049fecbadb78d5dae64b007ed6c53a579c115ce248db3e83054 SHA512 9315335208f10427e3105e10819817d15fd05171479252903bd51eaacb016bc3ff792d505b9203ce0b9b41ec350472bdb9a23b0128e7fe156aaa47c1608451c0
-DIST borgbackup-1.1.8.tar.gz 3456058 BLAKE2B cad55216f92025418e1a427f4b578d6b7eafa03f6b3e9c4fccb148dd3856c4f6649928fb4227249c534add125f9b3a2a0b6ed808ae12c5e60a28f9df4fb0031a SHA512 1455e68bcedab8f35f9426dc73958c6a6565ad1f1cc274ce59d34a12e3a7bfa1d12fa2b8e8dd3e71824e1cd0927babf79f4e99d4e516454ed12dbd3970d0e921
-DIST borgbackup-1.1.9.tar.gz 3468259 BLAKE2B 91c89304cf22328a0bd74583c22370343915209a204f52c65290dbec0cb688392c2e80b946a55317f8c58ef23099e710c16a34c6bfbbfb547a3e4b38c3c81c37 SHA512 466288258700fb0b3dae936c79fd423d26bea2d721dd70112b3cfd0f8e2bb335144a00de76743c31d336f6c19793775260d154326ec70d6d6d0a4e5ad6a59e59

diff --git a/app-backup/borgbackup/borgbackup-1.1.10.ebuild b/app-backup/borgbackup/borgbackup-1.1.10.ebuild
deleted file mode 100644
index 0afaf4e4593..00000000000
--- a/app-backup/borgbackup/borgbackup-1.1.10.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{5,6} )
-
-inherit distutils-r1
-
-if [[ ${PV} == "9999" ]] ; then
-	EGIT_REPO_URI="https://github.com/${PN}/borg.git"
-	inherit git-r3
-else
-	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"
-HOMEPAGE="https://borgbackup.readthedocs.io/"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="libressl"
-
-# Unfortunately we have a file conflict with app-office/borg, bug #580402
-RDEPEND="
-	!!app-office/borg
-	app-arch/lz4
-	virtual/acl
-	dev-python/llfuse[${PYTHON_USEDEP}]
-	~dev-python/msgpack-0.5.6[${PYTHON_USEDEP}]
-	dev-python/pyzmq[${PYTHON_USEDEP}]
-	!libressl? ( dev-libs/openssl:0= )
-	libressl? ( dev-libs/libressl:0= )
-"
-
-DEPEND="
-	dev-python/setuptools_scm[${PYTHON_USEDEP}]
-	dev-python/cython[${PYTHON_USEDEP}]
-	${RDEPEND}
-"
-
-python_prepare_all() {
-	# allow use of new (renamed) msgpack
-	sed -i "s|'msgpack-python.*',||g" setup.py || die
-	distutils-r1_python_prepare_all
-}

diff --git a/app-backup/borgbackup/borgbackup-1.1.8.ebuild b/app-backup/borgbackup/borgbackup-1.1.8.ebuild
deleted file mode 100644
index bd9fe6cc819..00000000000
--- a/app-backup/borgbackup/borgbackup-1.1.8.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{5,6} )
-
-inherit distutils-r1
-
-if [[ ${PV} == "9999" ]] ; then
-	EGIT_REPO_URI="https://github.com/${PN}/borg.git"
-	inherit git-r3
-else
-	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="amd64 x86"
-fi
-
-DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"
-HOMEPAGE="https://borgbackup.readthedocs.io/"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="libressl"
-
-# Unfortunately we have a file conflict with app-office/borg, bug #580402
-RDEPEND="
-	!!app-office/borg
-	app-arch/lz4
-	virtual/acl
-	dev-python/llfuse[${PYTHON_USEDEP}]
-	~dev-python/msgpack-0.5.6[${PYTHON_USEDEP}]
-	dev-python/pyzmq[${PYTHON_USEDEP}]
-	!libressl? ( dev-libs/openssl:0= )
-	libressl? ( dev-libs/libressl:0= )
-"
-
-DEPEND="
-	dev-python/setuptools_scm[${PYTHON_USEDEP}]
-	dev-python/cython[${PYTHON_USEDEP}]
-	${RDEPEND}
-"
-
-python_prepare_all() {
-	# allow use of new (renamed) msgpack
-	sed -i "s|'msgpack-python.*',||g" setup.py || die
-	distutils-r1_python_prepare_all
-}

diff --git a/app-backup/borgbackup/borgbackup-1.1.9.ebuild b/app-backup/borgbackup/borgbackup-1.1.9.ebuild
deleted file mode 100644
index 3f7bb54989c..00000000000
--- a/app-backup/borgbackup/borgbackup-1.1.9.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{5,6} )
-
-inherit distutils-r1
-
-if [[ ${PV} == "9999" ]] ; then
-	EGIT_REPO_URI="https://github.com/${PN}/borg.git"
-	inherit git-r3
-else
-	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="amd64 x86"
-fi
-
-DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"
-HOMEPAGE="https://borgbackup.readthedocs.io/"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="libressl"
-
-# Unfortunately we have a file conflict with app-office/borg, bug #580402
-RDEPEND="
-	!!app-office/borg
-	app-arch/lz4
-	virtual/acl
-	dev-python/llfuse[${PYTHON_USEDEP}]
-	~dev-python/msgpack-0.5.6[${PYTHON_USEDEP}]
-	dev-python/pyzmq[${PYTHON_USEDEP}]
-	!libressl? ( dev-libs/openssl:0= )
-	libressl? ( dev-libs/libressl:0= )
-"
-
-DEPEND="
-	dev-python/setuptools_scm[${PYTHON_USEDEP}]
-	dev-python/cython[${PYTHON_USEDEP}]
-	${RDEPEND}
-"
-
-python_prepare_all() {
-	# allow use of new (renamed) msgpack
-	sed -i "s|'msgpack-python.*',||g" setup.py || die
-	distutils-r1_python_prepare_all
-}


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2019-12-05 19:00 Piotr Karbowski
  0 siblings, 0 replies; 132+ messages in thread
From: Piotr Karbowski @ 2019-12-05 19:00 UTC (permalink / raw
  To: gentoo-commits

commit:     c4415ce5876bee233284a6fb251a36131f966962
Author:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  5 18:59:32 2019 +0000
Commit:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Thu Dec  5 18:59:49 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4415ce5

app-backup/borgbackup-1.1.10-r1: python 3.7 target added.

Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>

 app-backup/borgbackup/borgbackup-1.1.10-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/borgbackup/borgbackup-1.1.10-r1.ebuild b/app-backup/borgbackup/borgbackup-1.1.10-r1.ebuild
index 01bf2c50bda..97980ccba4e 100644
--- a/app-backup/borgbackup/borgbackup-1.1.10-r1.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.1.10-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{5,6} )
+PYTHON_COMPAT=( python3_{5,6,7} )
 
 inherit distutils-r1
 


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2020-03-11  1:50 Anthony G. Basile
  0 siblings, 0 replies; 132+ messages in thread
From: Anthony G. Basile @ 2020-03-11  1:50 UTC (permalink / raw
  To: gentoo-commits

commit:     c658f1153f43ad8d07f46fe2204b5d1e91a9a241
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 11 01:50:22 2020 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Wed Mar 11 01:50:22 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c658f115

app-backup/borgbackup: version bump to 1.1.11

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>

 app-backup/borgbackup/Manifest                 |  1 +
 app-backup/borgbackup/borgbackup-1.1.11.ebuild | 52 ++++++++++++++++++++++++++
 2 files changed, 53 insertions(+)

diff --git a/app-backup/borgbackup/Manifest b/app-backup/borgbackup/Manifest
index e7366684d6e..d7ee489ce9f 100644
--- a/app-backup/borgbackup/Manifest
+++ b/app-backup/borgbackup/Manifest
@@ -1 +1,2 @@
 DIST borgbackup-1.1.10.tar.gz 3610011 BLAKE2B 9c13d89a0441b5403019ed24b2f36fd55f4d133219b68802b79c76f5086324f4a249124a89c67049fecbadb78d5dae64b007ed6c53a579c115ce248db3e83054 SHA512 9315335208f10427e3105e10819817d15fd05171479252903bd51eaacb016bc3ff792d505b9203ce0b9b41ec350472bdb9a23b0128e7fe156aaa47c1608451c0
+DIST borgbackup-1.1.11.tar.gz 3718055 BLAKE2B ea03d538bd7936cc12705f73c3f8e63dc28167f1930e84bdd04fc13bcc34c2b9f35e7e6ed945ba20b647dbdefe12c66c04645414c7efc974e53a312e3dff6991 SHA512 cf629f31d38d27ce6350670ff27b4937f2f30eddf9e0cd9209cd9d57a4ffa653f5a291ea1e1c79614dd2c08bcf5c50bc3e4e0f222e0d3cd1bbfb2d756b4a4573

diff --git a/app-backup/borgbackup/borgbackup-1.1.11.ebuild b/app-backup/borgbackup/borgbackup-1.1.11.ebuild
new file mode 100644
index 00000000000..644e3a09332
--- /dev/null
+++ b/app-backup/borgbackup/borgbackup-1.1.11.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7} )
+
+inherit distutils-r1
+
+if [[ ${PV} == "9999" ]] ; then
+	EGIT_REPO_URI="https://github.com/${PN}/borg.git"
+	inherit git-r3
+else
+	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"
+HOMEPAGE="https://borgbackup.readthedocs.io/"
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="libressl"
+
+# Unfortunately we have a file conflict with app-office/borg, bug #580402
+RDEPEND="
+	!!app-office/borg
+	app-arch/lz4
+	virtual/acl
+	dev-python/llfuse[${PYTHON_USEDEP}]
+	~dev-python/msgpack-0.5.6[${PYTHON_USEDEP}]
+	dev-python/pyzmq[${PYTHON_USEDEP}]
+	!libressl? ( dev-libs/openssl:0= )
+	libressl? ( dev-libs/libressl:0= )
+"
+
+DEPEND="
+	dev-python/setuptools_scm[${PYTHON_USEDEP}]
+	dev-python/cython[${PYTHON_USEDEP}]
+	${RDEPEND}
+"
+
+python_prepare_all() {
+	# allow use of new (renamed) msgpack
+	sed -i "s|'msgpack-python.*',||g" setup.py || die
+	distutils-r1_python_prepare_all
+}
+
+src_install() {
+	distutils-r1_src_install
+	doman docs/man/*
+}


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2020-03-29 15:25 Anthony G. Basile
  0 siblings, 0 replies; 132+ messages in thread
From: Anthony G. Basile @ 2020-03-29 15:25 UTC (permalink / raw
  To: gentoo-commits

commit:     67e647180c1791bd77fb312df96cfa7e7e8004a9
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 29 15:25:15 2020 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Mar 29 15:25:35 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67e64718

app-backup/borgbackup: fall back on bundled msgpack, bug #713820

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>

 .../{borgbackup-9999.ebuild => borgbackup-1.1.11-r2.ebuild}   | 11 +----------
 app-backup/borgbackup/borgbackup-9999.ebuild                  | 11 +----------
 2 files changed, 2 insertions(+), 20 deletions(-)

diff --git a/app-backup/borgbackup/borgbackup-9999.ebuild b/app-backup/borgbackup/borgbackup-1.1.11-r2.ebuild
similarity index 79%
copy from app-backup/borgbackup/borgbackup-9999.ebuild
copy to app-backup/borgbackup/borgbackup-1.1.11-r2.ebuild
index b326c5264e4..3b9d5248820 100644
--- a/app-backup/borgbackup/borgbackup-9999.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.1.11-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 
@@ -28,7 +28,6 @@ RDEPEND="
 	app-arch/lz4
 	virtual/acl
 	dev-python/llfuse[${PYTHON_USEDEP}]
-	dev-python/msgpack[${PYTHON_USEDEP}]
 	dev-python/pyzmq[${PYTHON_USEDEP}]
 	!libressl? ( dev-libs/openssl:0= )
 	libressl? ( dev-libs/libressl:0= )
@@ -40,14 +39,6 @@ DEPEND="
 	${RDEPEND}
 "
 
-BDEPEND="dev-python/pkgconfig"
-
-python_prepare_all() {
-	# allow use of new (renamed) msgpack
-	sed -i "s|'msgpack-python.*',||g" setup.py || die
-	distutils-r1_python_prepare_all
-}
-
 src_install() {
 	distutils-r1_src_install
 	doman docs/man/*

diff --git a/app-backup/borgbackup/borgbackup-9999.ebuild b/app-backup/borgbackup/borgbackup-9999.ebuild
index b326c5264e4..3b9d5248820 100644
--- a/app-backup/borgbackup/borgbackup-9999.ebuild
+++ b/app-backup/borgbackup/borgbackup-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 
@@ -28,7 +28,6 @@ RDEPEND="
 	app-arch/lz4
 	virtual/acl
 	dev-python/llfuse[${PYTHON_USEDEP}]
-	dev-python/msgpack[${PYTHON_USEDEP}]
 	dev-python/pyzmq[${PYTHON_USEDEP}]
 	!libressl? ( dev-libs/openssl:0= )
 	libressl? ( dev-libs/libressl:0= )
@@ -40,14 +39,6 @@ DEPEND="
 	${RDEPEND}
 "
 
-BDEPEND="dev-python/pkgconfig"
-
-python_prepare_all() {
-	# allow use of new (renamed) msgpack
-	sed -i "s|'msgpack-python.*',||g" setup.py || die
-	distutils-r1_python_prepare_all
-}
-
 src_install() {
 	distutils-r1_src_install
 	doman docs/man/*


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2020-04-15 21:43 Piotr Karbowski
  0 siblings, 0 replies; 132+ messages in thread
From: Piotr Karbowski @ 2020-04-15 21:43 UTC (permalink / raw
  To: gentoo-commits

commit:     5e5e9e011978af1b6c78e00c5971546119befd07
Author:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 15 21:41:48 2020 +0000
Commit:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Wed Apr 15 21:42:57 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e5e9e01

app-backup/borgbackup-1.1.11-r2: amd64 stable (bug 713822)

Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>

 app-backup/borgbackup/borgbackup-1.1.11-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/borgbackup/borgbackup-1.1.11-r2.ebuild b/app-backup/borgbackup/borgbackup-1.1.11-r2.ebuild
index 3b9d5248820..579444eb973 100644
--- a/app-backup/borgbackup/borgbackup-1.1.11-r2.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.1.11-r2.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]] ; then
 	inherit git-r3
 else
 	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="amd64 ~x86"
 fi
 
 DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2020-04-16 13:48 Agostino Sarubbo
  0 siblings, 0 replies; 132+ messages in thread
From: Agostino Sarubbo @ 2020-04-16 13:48 UTC (permalink / raw
  To: gentoo-commits

commit:     6bc0c9e86b03322e781aadab5f6311e0d9f71898
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 16 13:48:44 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Apr 16 13:48:44 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bc0c9e8

app-backup/borgbackup: x86 stable wrt bug #713822

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-backup/borgbackup/borgbackup-1.1.11-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/borgbackup/borgbackup-1.1.11-r2.ebuild b/app-backup/borgbackup/borgbackup-1.1.11-r2.ebuild
index 579444eb973..139e72aac09 100644
--- a/app-backup/borgbackup/borgbackup-1.1.11-r2.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.1.11-r2.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]] ; then
 	inherit git-r3
 else
 	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="amd64 ~x86"
+	KEYWORDS="amd64 x86"
 fi
 
 DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2020-04-23 18:51 Anthony G. Basile
  0 siblings, 0 replies; 132+ messages in thread
From: Anthony G. Basile @ 2020-04-23 18:51 UTC (permalink / raw
  To: gentoo-commits

commit:     f0a911b23d828a43facf26f1aafa97410c708761
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 23 18:39:30 2020 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Thu Apr 23 18:51:09 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0a911b2

app-backup/borgbackup: remove older version

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>

 app-backup/borgbackup/borgbackup-1.1.11-r1.ebuild | 52 -----------------------
 1 file changed, 52 deletions(-)

diff --git a/app-backup/borgbackup/borgbackup-1.1.11-r1.ebuild b/app-backup/borgbackup/borgbackup-1.1.11-r1.ebuild
deleted file mode 100644
index 822bb8bafab..00000000000
--- a/app-backup/borgbackup/borgbackup-1.1.11-r1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1
-
-if [[ ${PV} == "9999" ]] ; then
-	EGIT_REPO_URI="https://github.com/${PN}/borg.git"
-	inherit git-r3
-else
-	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"
-HOMEPAGE="https://borgbackup.readthedocs.io/"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="libressl"
-
-# Unfortunately we have a file conflict with app-office/borg, bug #580402
-RDEPEND="
-	!!app-office/borg
-	app-arch/lz4
-	virtual/acl
-	dev-python/llfuse[${PYTHON_USEDEP}]
-	~dev-python/msgpack-0.5.6[${PYTHON_USEDEP}]
-	dev-python/pyzmq[${PYTHON_USEDEP}]
-	!libressl? ( dev-libs/openssl:0= )
-	libressl? ( dev-libs/libressl:0= )
-"
-
-DEPEND="
-	dev-python/setuptools_scm[${PYTHON_USEDEP}]
-	dev-python/cython[${PYTHON_USEDEP}]
-	${RDEPEND}
-"
-
-python_prepare_all() {
-	rm -rf src/borg/algorithms/msgpack
-	eapply "${FILESDIR}"/${P}-unbundle-msgpack.patch
-	distutils-r1_python_prepare_all
-}
-
-src_install() {
-	distutils-r1_src_install
-	doman docs/man/*
-}


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2020-06-07  8:26 Piotr Karbowski
  0 siblings, 0 replies; 132+ messages in thread
From: Piotr Karbowski @ 2020-06-07  8:26 UTC (permalink / raw
  To: gentoo-commits

commit:     2dc55377a48fae58ac34bd13c10379254cef796a
Author:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  7 08:23:25 2020 +0000
Commit:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Sun Jun  7 08:23:25 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dc55377

app-backup/borgbackup: 1.1.13 version bump; py38 support.

Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>

 app-backup/borgbackup/Manifest                                          | 1 +
 .../borgbackup/{borgbackup-9999.ebuild => borgbackup-1.1.13.ebuild}     | 2 +-
 app-backup/borgbackup/borgbackup-9999.ebuild                            | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-backup/borgbackup/Manifest b/app-backup/borgbackup/Manifest
index d7ee489ce9f..05d0dcb0f0b 100644
--- a/app-backup/borgbackup/Manifest
+++ b/app-backup/borgbackup/Manifest
@@ -1,2 +1,3 @@
 DIST borgbackup-1.1.10.tar.gz 3610011 BLAKE2B 9c13d89a0441b5403019ed24b2f36fd55f4d133219b68802b79c76f5086324f4a249124a89c67049fecbadb78d5dae64b007ed6c53a579c115ce248db3e83054 SHA512 9315335208f10427e3105e10819817d15fd05171479252903bd51eaacb016bc3ff792d505b9203ce0b9b41ec350472bdb9a23b0128e7fe156aaa47c1608451c0
 DIST borgbackup-1.1.11.tar.gz 3718055 BLAKE2B ea03d538bd7936cc12705f73c3f8e63dc28167f1930e84bdd04fc13bcc34c2b9f35e7e6ed945ba20b647dbdefe12c66c04645414c7efc974e53a312e3dff6991 SHA512 cf629f31d38d27ce6350670ff27b4937f2f30eddf9e0cd9209cd9d57a4ffa653f5a291ea1e1c79614dd2c08bcf5c50bc3e4e0f222e0d3cd1bbfb2d756b4a4573
+DIST borgbackup-1.1.13.tar.gz 3754457 BLAKE2B 3d3dce66ad685fbde53cb78e288b4edc53af449ed54379e5f0b9ab3b10d8cf43ae983de5abeccb1874fbf1283f3e2796ac35ff9de349905d03d0b0c560f4fa93 SHA512 2480dba6c842659a248361b35b478120e50df3525b8f07d89dac4e78369bb1dad2679b9efa6a4d6f38637759666095dc2dcbb7750edccd97972e2c8980a51b84

diff --git a/app-backup/borgbackup/borgbackup-9999.ebuild b/app-backup/borgbackup/borgbackup-1.1.13.ebuild
similarity index 96%
copy from app-backup/borgbackup/borgbackup-9999.ebuild
copy to app-backup/borgbackup/borgbackup-1.1.13.ebuild
index 3b9d5248820..ab83a2ead1d 100644
--- a/app-backup/borgbackup/borgbackup-9999.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.1.13.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1
 

diff --git a/app-backup/borgbackup/borgbackup-9999.ebuild b/app-backup/borgbackup/borgbackup-9999.ebuild
index 3b9d5248820..ab83a2ead1d 100644
--- a/app-backup/borgbackup/borgbackup-9999.ebuild
+++ b/app-backup/borgbackup/borgbackup-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1
 


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2020-06-07  8:26 Piotr Karbowski
  0 siblings, 0 replies; 132+ messages in thread
From: Piotr Karbowski @ 2020-06-07  8:26 UTC (permalink / raw
  To: gentoo-commits

commit:     6dbce13a247751eb4eff335fe9d552115b2df8a1
Author:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  7 08:25:15 2020 +0000
Commit:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Sun Jun  7 08:25:15 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dbce13a

app-backup/borgbackup: drop 1.1.10-r1.

Closes: https://bugs.gentoo.org/713820

Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>

 app-backup/borgbackup/Manifest                    |  1 -
 app-backup/borgbackup/borgbackup-1.1.10-r1.ebuild | 52 -----------------------
 2 files changed, 53 deletions(-)

diff --git a/app-backup/borgbackup/Manifest b/app-backup/borgbackup/Manifest
index 05d0dcb0f0b..93272e22609 100644
--- a/app-backup/borgbackup/Manifest
+++ b/app-backup/borgbackup/Manifest
@@ -1,3 +1,2 @@
-DIST borgbackup-1.1.10.tar.gz 3610011 BLAKE2B 9c13d89a0441b5403019ed24b2f36fd55f4d133219b68802b79c76f5086324f4a249124a89c67049fecbadb78d5dae64b007ed6c53a579c115ce248db3e83054 SHA512 9315335208f10427e3105e10819817d15fd05171479252903bd51eaacb016bc3ff792d505b9203ce0b9b41ec350472bdb9a23b0128e7fe156aaa47c1608451c0
 DIST borgbackup-1.1.11.tar.gz 3718055 BLAKE2B ea03d538bd7936cc12705f73c3f8e63dc28167f1930e84bdd04fc13bcc34c2b9f35e7e6ed945ba20b647dbdefe12c66c04645414c7efc974e53a312e3dff6991 SHA512 cf629f31d38d27ce6350670ff27b4937f2f30eddf9e0cd9209cd9d57a4ffa653f5a291ea1e1c79614dd2c08bcf5c50bc3e4e0f222e0d3cd1bbfb2d756b4a4573
 DIST borgbackup-1.1.13.tar.gz 3754457 BLAKE2B 3d3dce66ad685fbde53cb78e288b4edc53af449ed54379e5f0b9ab3b10d8cf43ae983de5abeccb1874fbf1283f3e2796ac35ff9de349905d03d0b0c560f4fa93 SHA512 2480dba6c842659a248361b35b478120e50df3525b8f07d89dac4e78369bb1dad2679b9efa6a4d6f38637759666095dc2dcbb7750edccd97972e2c8980a51b84

diff --git a/app-backup/borgbackup/borgbackup-1.1.10-r1.ebuild b/app-backup/borgbackup/borgbackup-1.1.10-r1.ebuild
deleted file mode 100644
index 527493a3671..00000000000
--- a/app-backup/borgbackup/borgbackup-1.1.10-r1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1
-
-if [[ ${PV} == "9999" ]] ; then
-	EGIT_REPO_URI="https://github.com/${PN}/borg.git"
-	inherit git-r3
-else
-	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="amd64 x86"
-fi
-
-DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"
-HOMEPAGE="https://borgbackup.readthedocs.io/"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="libressl"
-
-# Unfortunately we have a file conflict with app-office/borg, bug #580402
-RDEPEND="
-	!!app-office/borg
-	app-arch/lz4
-	virtual/acl
-	dev-python/llfuse[${PYTHON_USEDEP}]
-	~dev-python/msgpack-0.5.6[${PYTHON_USEDEP}]
-	dev-python/pyzmq[${PYTHON_USEDEP}]
-	!libressl? ( dev-libs/openssl:0= )
-	libressl? ( dev-libs/libressl:0= )
-"
-
-DEPEND="
-	dev-python/setuptools_scm[${PYTHON_USEDEP}]
-	dev-python/cython[${PYTHON_USEDEP}]
-	${RDEPEND}
-"
-
-python_prepare_all() {
-	# allow use of new (renamed) msgpack
-	sed -i "s|'msgpack-python.*',||g" setup.py || die
-	distutils-r1_python_prepare_all
-}
-
-src_install() {
-	distutils-r1_src_install
-	doman docs/man/*
-}


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2020-06-14 14:31 Anthony G. Basile
  0 siblings, 0 replies; 132+ messages in thread
From: Anthony G. Basile @ 2020-06-14 14:31 UTC (permalink / raw
  To: gentoo-commits

commit:     c5bd72e53f96be73831e0e765f0bad0a5bddcfed
Author:     Florian Schmaus <flo <AT> geekplace <DOT> eu>
AuthorDate: Sun Jun 14 09:42:24 2020 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Jun 14 14:30:57 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5bd72e5

app-backup/borgbackup: remove unnecessary pyzmq dependency

The dev-python/pyzmq dependency was added with
https://github.com/gentoo/gentoo/pull/5240, borgbackup actually
required pyzmq, with 55e0c43c ("add zeromq dependency"), but that was
only a brief period the case and the requirement got removed again
with d0bed00e ("remove pyzmq package requirement, not used
yet"). However this dependency was *never* required in a released
version.

Closes: https://bugs.gentoo.org/728208
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Florian Schmaus <flo <AT> geekplace.eu>
Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>

 app-backup/borgbackup/borgbackup-1.1.11-r2.ebuild | 1 -
 app-backup/borgbackup/borgbackup-1.1.13.ebuild    | 1 -
 2 files changed, 2 deletions(-)

diff --git a/app-backup/borgbackup/borgbackup-1.1.11-r2.ebuild b/app-backup/borgbackup/borgbackup-1.1.11-r2.ebuild
index 139e72aac09..cc59a1e188b 100644
--- a/app-backup/borgbackup/borgbackup-1.1.11-r2.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.1.11-r2.ebuild
@@ -28,7 +28,6 @@ RDEPEND="
 	app-arch/lz4
 	virtual/acl
 	dev-python/llfuse[${PYTHON_USEDEP}]
-	dev-python/pyzmq[${PYTHON_USEDEP}]
 	!libressl? ( dev-libs/openssl:0= )
 	libressl? ( dev-libs/libressl:0= )
 "

diff --git a/app-backup/borgbackup/borgbackup-1.1.13.ebuild b/app-backup/borgbackup/borgbackup-1.1.13.ebuild
index ab83a2ead1d..72c65b1dd1b 100644
--- a/app-backup/borgbackup/borgbackup-1.1.13.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.1.13.ebuild
@@ -28,7 +28,6 @@ RDEPEND="
 	app-arch/lz4
 	virtual/acl
 	dev-python/llfuse[${PYTHON_USEDEP}]
-	dev-python/pyzmq[${PYTHON_USEDEP}]
 	!libressl? ( dev-libs/openssl:0= )
 	libressl? ( dev-libs/libressl:0= )
 "


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2020-06-14 14:34 Anthony G. Basile
  0 siblings, 0 replies; 132+ messages in thread
From: Anthony G. Basile @ 2020-06-14 14:34 UTC (permalink / raw
  To: gentoo-commits

commit:     b2998fe7d6cd3c5b030c69d3e437b46f80ab121d
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 14 14:34:37 2020 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Jun 14 14:34:37 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2998fe7

app-backup/borgbackup: remove pyzmq dependency for -9999

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>

 app-backup/borgbackup/borgbackup-9999.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app-backup/borgbackup/borgbackup-9999.ebuild b/app-backup/borgbackup/borgbackup-9999.ebuild
index ab83a2ead1d..72c65b1dd1b 100644
--- a/app-backup/borgbackup/borgbackup-9999.ebuild
+++ b/app-backup/borgbackup/borgbackup-9999.ebuild
@@ -28,7 +28,6 @@ RDEPEND="
 	app-arch/lz4
 	virtual/acl
 	dev-python/llfuse[${PYTHON_USEDEP}]
-	dev-python/pyzmq[${PYTHON_USEDEP}]
 	!libressl? ( dev-libs/openssl:0= )
 	libressl? ( dev-libs/libressl:0= )
 "


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2020-06-15 18:06 Sergei Trofimovich
  0 siblings, 0 replies; 132+ messages in thread
From: Sergei Trofimovich @ 2020-06-15 18:06 UTC (permalink / raw
  To: gentoo-commits

commit:     c06b0c3b9fd610d58ae9f8acdb5a5d652e3ce268
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 15 18:06:23 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Jun 15 18:06:23 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c06b0c3b

app-backup/borgbackup: keyworded 1.1.13 for ppc64

keyworded wrt bug #723778

Package-Manager: Portage-2.3.101, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 app-backup/borgbackup/borgbackup-1.1.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/borgbackup/borgbackup-1.1.13.ebuild b/app-backup/borgbackup/borgbackup-1.1.13.ebuild
index 72c65b1dd1b..6b2cd5162b0 100644
--- a/app-backup/borgbackup/borgbackup-1.1.13.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.1.13.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]] ; then
 	inherit git-r3
 else
 	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="~amd64 ~ppc64 ~x86"
 fi
 
 DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2020-08-17  7:01 Agostino Sarubbo
  0 siblings, 0 replies; 132+ messages in thread
From: Agostino Sarubbo @ 2020-08-17  7:01 UTC (permalink / raw
  To: gentoo-commits

commit:     5ecebfb6b26171d09b0b57a0fc8b295d0e5b538c
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 17 07:00:37 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Aug 17 07:00:37 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ecebfb6

app-backup/borgbackup: amd64 stable wrt bug #736738

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-backup/borgbackup/borgbackup-1.1.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/borgbackup/borgbackup-1.1.13.ebuild b/app-backup/borgbackup/borgbackup-1.1.13.ebuild
index 6b2cd5162b0..1eaab2e2252 100644
--- a/app-backup/borgbackup/borgbackup-1.1.13.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.1.13.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]] ; then
 	inherit git-r3
 else
 	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~ppc64 ~x86"
+	KEYWORDS="amd64 ~ppc64 ~x86"
 fi
 
 DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2020-10-10 14:47 Anthony G. Basile
  0 siblings, 0 replies; 132+ messages in thread
From: Anthony G. Basile @ 2020-10-10 14:47 UTC (permalink / raw
  To: gentoo-commits

commit:     16f598681e3ffda2acae7ac7f494dbcb83d45557
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 10 14:47:14 2020 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Oct 10 14:47:28 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16f59868

app-backup/borgbackup: version bump to 1.1.14

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>

 app-backup/borgbackup/Manifest                                          | 1 +
 .../borgbackup/{borgbackup-9999.ebuild => borgbackup-1.1.14.ebuild}     | 2 +-
 app-backup/borgbackup/borgbackup-9999.ebuild                            | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-backup/borgbackup/Manifest b/app-backup/borgbackup/Manifest
index 93272e22609..8c31065c900 100644
--- a/app-backup/borgbackup/Manifest
+++ b/app-backup/borgbackup/Manifest
@@ -1,2 +1,3 @@
 DIST borgbackup-1.1.11.tar.gz 3718055 BLAKE2B ea03d538bd7936cc12705f73c3f8e63dc28167f1930e84bdd04fc13bcc34c2b9f35e7e6ed945ba20b647dbdefe12c66c04645414c7efc974e53a312e3dff6991 SHA512 cf629f31d38d27ce6350670ff27b4937f2f30eddf9e0cd9209cd9d57a4ffa653f5a291ea1e1c79614dd2c08bcf5c50bc3e4e0f222e0d3cd1bbfb2d756b4a4573
 DIST borgbackup-1.1.13.tar.gz 3754457 BLAKE2B 3d3dce66ad685fbde53cb78e288b4edc53af449ed54379e5f0b9ab3b10d8cf43ae983de5abeccb1874fbf1283f3e2796ac35ff9de349905d03d0b0c560f4fa93 SHA512 2480dba6c842659a248361b35b478120e50df3525b8f07d89dac4e78369bb1dad2679b9efa6a4d6f38637759666095dc2dcbb7750edccd97972e2c8980a51b84
+DIST borgbackup-1.1.14.tar.gz 3769460 BLAKE2B b5a7025d9f7f0764d6532e9e0fd867b3e4c8bac3c584f7a83331a5e7ec39fda14f3f82465e9bf483596453b7cd96bffac3f273ba6171ed109e8a83fb4a1d766e SHA512 2aae851d38ec2431cd09f9390b3afa41ec44c2891a3698b01f036cebc5b64d7b7f328d7c95bf30fc29016b4bd2d2ada2613f895091e22148f3d4861f4facd35f

diff --git a/app-backup/borgbackup/borgbackup-9999.ebuild b/app-backup/borgbackup/borgbackup-1.1.14.ebuild
similarity index 96%
copy from app-backup/borgbackup/borgbackup-9999.ebuild
copy to app-backup/borgbackup/borgbackup-1.1.14.ebuild
index 72c65b1dd1b..6b2cd5162b0 100644
--- a/app-backup/borgbackup/borgbackup-9999.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.1.14.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]] ; then
 	inherit git-r3
 else
 	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="~amd64 ~ppc64 ~x86"
 fi
 
 DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"

diff --git a/app-backup/borgbackup/borgbackup-9999.ebuild b/app-backup/borgbackup/borgbackup-9999.ebuild
index 72c65b1dd1b..6b2cd5162b0 100644
--- a/app-backup/borgbackup/borgbackup-9999.ebuild
+++ b/app-backup/borgbackup/borgbackup-9999.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]] ; then
 	inherit git-r3
 else
 	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="~amd64 ~ppc64 ~x86"
 fi
 
 DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2020-12-27 22:49 Piotr Karbowski
  0 siblings, 0 replies; 132+ messages in thread
From: Piotr Karbowski @ 2020-12-27 22:49 UTC (permalink / raw
  To: gentoo-commits

commit:     15f625d1fa3254aab7200b101afb5ad25d0f2f6b
Author:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 27 22:32:59 2020 +0000
Commit:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Sun Dec 27 22:49:08 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15f625d1

app-backup/borgbackup: 1.1.15 bump

Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>

 app-backup/borgbackup/Manifest                 |  1 +
 app-backup/borgbackup/borgbackup-1.1.15.ebuild | 44 ++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/app-backup/borgbackup/Manifest b/app-backup/borgbackup/Manifest
index 8c31065c900..828b5ae03af 100644
--- a/app-backup/borgbackup/Manifest
+++ b/app-backup/borgbackup/Manifest
@@ -1,3 +1,4 @@
 DIST borgbackup-1.1.11.tar.gz 3718055 BLAKE2B ea03d538bd7936cc12705f73c3f8e63dc28167f1930e84bdd04fc13bcc34c2b9f35e7e6ed945ba20b647dbdefe12c66c04645414c7efc974e53a312e3dff6991 SHA512 cf629f31d38d27ce6350670ff27b4937f2f30eddf9e0cd9209cd9d57a4ffa653f5a291ea1e1c79614dd2c08bcf5c50bc3e4e0f222e0d3cd1bbfb2d756b4a4573
 DIST borgbackup-1.1.13.tar.gz 3754457 BLAKE2B 3d3dce66ad685fbde53cb78e288b4edc53af449ed54379e5f0b9ab3b10d8cf43ae983de5abeccb1874fbf1283f3e2796ac35ff9de349905d03d0b0c560f4fa93 SHA512 2480dba6c842659a248361b35b478120e50df3525b8f07d89dac4e78369bb1dad2679b9efa6a4d6f38637759666095dc2dcbb7750edccd97972e2c8980a51b84
 DIST borgbackup-1.1.14.tar.gz 3769460 BLAKE2B b5a7025d9f7f0764d6532e9e0fd867b3e4c8bac3c584f7a83331a5e7ec39fda14f3f82465e9bf483596453b7cd96bffac3f273ba6171ed109e8a83fb4a1d766e SHA512 2aae851d38ec2431cd09f9390b3afa41ec44c2891a3698b01f036cebc5b64d7b7f328d7c95bf30fc29016b4bd2d2ada2613f895091e22148f3d4861f4facd35f
+DIST borgbackup-1.1.15.tar.gz 3777355 BLAKE2B 388f3cd33280c9d1a27b9cd43509d317aa1c95d08418a43c176146243d83cf07b3033707ab5423eeb097e92bb31cf016f65fc3738ebff1bb8c704a54c6e8dd12 SHA512 db2f06a96897c07a71e9c4531d4f219ef5451009c08ae933348b1a02b7d6c95b4e814a25b4cf465c0021ff670fdd46076c486c2a466d056dd931cb7eee8b1ef3

diff --git a/app-backup/borgbackup/borgbackup-1.1.15.ebuild b/app-backup/borgbackup/borgbackup-1.1.15.ebuild
new file mode 100644
index 00000000000..19b329975d8
--- /dev/null
+++ b/app-backup/borgbackup/borgbackup-1.1.15.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8} )
+
+inherit distutils-r1
+
+if [[ ${PV} == "9999" ]] ; then
+	EGIT_REPO_URI="https://github.com/${PN}/borg.git"
+	inherit git-r3
+else
+	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+	KEYWORDS="~amd64 ~ppc64 ~x86"
+fi
+
+DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"
+HOMEPAGE="https://borgbackup.readthedocs.io/"
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="libressl"
+
+# Unfortunately we have a file conflict with app-office/borg, bug #580402
+RDEPEND="
+	!!app-office/borg
+	app-arch/lz4
+	virtual/acl
+	dev-python/llfuse[${PYTHON_USEDEP}]
+	!libressl? ( dev-libs/openssl:0= )
+	libressl? ( dev-libs/libressl:0= )
+"
+
+DEPEND="
+	dev-python/setuptools_scm[${PYTHON_USEDEP}]
+	dev-python/cython[${PYTHON_USEDEP}]
+	${RDEPEND}
+"
+
+src_install() {
+	distutils-r1_src_install
+	doman docs/man/*
+}


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2020-12-27 23:00 Sam James
  0 siblings, 0 replies; 132+ messages in thread
From: Sam James @ 2020-12-27 23:00 UTC (permalink / raw
  To: gentoo-commits

commit:     a83418b03c12fb2886700b6460f3d05e68404689
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 27 23:00:36 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 27 23:00:36 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a83418b0

app-backup/borgbackup: Stabilize 1.1.14 amd64, #762005

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-backup/borgbackup/borgbackup-1.1.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/borgbackup/borgbackup-1.1.14.ebuild b/app-backup/borgbackup/borgbackup-1.1.14.ebuild
index 6b2cd5162b0..1eaab2e2252 100644
--- a/app-backup/borgbackup/borgbackup-1.1.14.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.1.14.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]] ; then
 	inherit git-r3
 else
 	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~ppc64 ~x86"
+	KEYWORDS="amd64 ~ppc64 ~x86"
 fi
 
 DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2021-01-05 20:51 Sam James
  0 siblings, 0 replies; 132+ messages in thread
From: Sam James @ 2021-01-05 20:51 UTC (permalink / raw
  To: gentoo-commits

commit:     6035616a97f1b9a7547184369ee3cb80e5e9ac4f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  5 20:48:10 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan  5 20:48:10 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6035616a

app-backup/borgbackup: Stabilize 1.1.14 x86, #762005

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-backup/borgbackup/borgbackup-1.1.14.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-backup/borgbackup/borgbackup-1.1.14.ebuild b/app-backup/borgbackup/borgbackup-1.1.14.ebuild
index 1eaab2e2252..75fbe26fa65 100644
--- a/app-backup/borgbackup/borgbackup-1.1.14.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.1.14.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]] ; then
 	inherit git-r3
 else
 	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="amd64 ~ppc64 ~x86"
+	KEYWORDS="amd64 ~ppc64 x86"
 fi
 
 DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2021-01-26  2:04 Sam James
  0 siblings, 0 replies; 132+ messages in thread
From: Sam James @ 2021-01-26  2:04 UTC (permalink / raw
  To: gentoo-commits

commit:     27dc3672666e89df36b0ef79d6f02de6dacfb502
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 26 02:04:24 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 26 02:04:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27dc3672

app-backup/borgbackup: Keyword 1.1.15 arm, #766525

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-backup/borgbackup/borgbackup-1.1.15.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-backup/borgbackup/borgbackup-1.1.15.ebuild b/app-backup/borgbackup/borgbackup-1.1.15.ebuild
index 19b329975d8..74d30bf4000 100644
--- a/app-backup/borgbackup/borgbackup-1.1.15.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.1.15.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]] ; then
 	inherit git-r3
 else
 	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~ppc64 ~x86"
+	KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
 fi
 
 DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2021-02-04 14:09 Sam James
  0 siblings, 0 replies; 132+ messages in thread
From: Sam James @ 2021-02-04 14:09 UTC (permalink / raw
  To: gentoo-commits

commit:     c419bd16410f671a4ed6c3d466e7365fb967cf2d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  4 14:08:59 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb  4 14:08:59 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c419bd16

app-backup/borgbackup: Stabilize 1.1.15 amd64, #768579

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-backup/borgbackup/borgbackup-1.1.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/borgbackup/borgbackup-1.1.15.ebuild b/app-backup/borgbackup/borgbackup-1.1.15.ebuild
index 74d30bf4000..1ce18eeeb3f 100644
--- a/app-backup/borgbackup/borgbackup-1.1.15.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.1.15.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]] ; then
 	inherit git-r3
 else
 	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+	KEYWORDS="amd64 ~arm ~ppc64 ~x86"
 fi
 
 DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2021-02-04 14:42 Agostino Sarubbo
  0 siblings, 0 replies; 132+ messages in thread
From: Agostino Sarubbo @ 2021-02-04 14:42 UTC (permalink / raw
  To: gentoo-commits

commit:     7245e86eede1539c7587a4d74367617770fb5b80
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  4 14:41:24 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Feb  4 14:41:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7245e86e

app-backup/borgbackup: x86 stable wrt bug #768579

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-backup/borgbackup/borgbackup-1.1.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/borgbackup/borgbackup-1.1.15.ebuild b/app-backup/borgbackup/borgbackup-1.1.15.ebuild
index 1ce18eeeb3f..38874fede51 100644
--- a/app-backup/borgbackup/borgbackup-1.1.15.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.1.15.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]] ; then
 	inherit git-r3
 else
 	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="amd64 ~arm ~ppc64 ~x86"
+	KEYWORDS="amd64 ~arm ~ppc64 x86"
 fi
 
 DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2021-02-21 19:50 Sam James
  0 siblings, 0 replies; 132+ messages in thread
From: Sam James @ 2021-02-21 19:50 UTC (permalink / raw
  To: gentoo-commits

commit:     2e904dfd5ed9868dfaf87125de206f7f83cae54c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 21 19:49:56 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 21 19:49:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e904dfd

app-backup/borgbackup: Keyword 1.1.15 arm64, #766525

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-backup/borgbackup/borgbackup-1.1.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/borgbackup/borgbackup-1.1.15.ebuild b/app-backup/borgbackup/borgbackup-1.1.15.ebuild
index 38874fede51..75667275836 100644
--- a/app-backup/borgbackup/borgbackup-1.1.15.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.1.15.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]] ; then
 	inherit git-r3
 else
 	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="amd64 ~arm ~ppc64 x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 fi
 
 DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2021-03-28 12:56 Piotr Karbowski
  0 siblings, 0 replies; 132+ messages in thread
From: Piotr Karbowski @ 2021-03-28 12:56 UTC (permalink / raw
  To: gentoo-commits

commit:     c1d710621232aa83cff3ae34fdf5e17a500dca9c
Author:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 28 12:53:21 2021 +0000
Commit:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Sun Mar 28 12:56:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1d71062

app-backup/borgbackup:  1.1.16 version bump; drop old.

Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>

 app-backup/borgbackup/Manifest                     |  4 +-
 app-backup/borgbackup/borgbackup-1.1.11-r2.ebuild  | 44 ----------------------
 app-backup/borgbackup/borgbackup-1.1.13.ebuild     | 44 ----------------------
 ...ckup-1.1.14.ebuild => borgbackup-1.1.16.ebuild} |  2 +-
 4 files changed, 2 insertions(+), 92 deletions(-)

diff --git a/app-backup/borgbackup/Manifest b/app-backup/borgbackup/Manifest
index 828b5ae03af..343a7c72029 100644
--- a/app-backup/borgbackup/Manifest
+++ b/app-backup/borgbackup/Manifest
@@ -1,4 +1,2 @@
-DIST borgbackup-1.1.11.tar.gz 3718055 BLAKE2B ea03d538bd7936cc12705f73c3f8e63dc28167f1930e84bdd04fc13bcc34c2b9f35e7e6ed945ba20b647dbdefe12c66c04645414c7efc974e53a312e3dff6991 SHA512 cf629f31d38d27ce6350670ff27b4937f2f30eddf9e0cd9209cd9d57a4ffa653f5a291ea1e1c79614dd2c08bcf5c50bc3e4e0f222e0d3cd1bbfb2d756b4a4573
-DIST borgbackup-1.1.13.tar.gz 3754457 BLAKE2B 3d3dce66ad685fbde53cb78e288b4edc53af449ed54379e5f0b9ab3b10d8cf43ae983de5abeccb1874fbf1283f3e2796ac35ff9de349905d03d0b0c560f4fa93 SHA512 2480dba6c842659a248361b35b478120e50df3525b8f07d89dac4e78369bb1dad2679b9efa6a4d6f38637759666095dc2dcbb7750edccd97972e2c8980a51b84
-DIST borgbackup-1.1.14.tar.gz 3769460 BLAKE2B b5a7025d9f7f0764d6532e9e0fd867b3e4c8bac3c584f7a83331a5e7ec39fda14f3f82465e9bf483596453b7cd96bffac3f273ba6171ed109e8a83fb4a1d766e SHA512 2aae851d38ec2431cd09f9390b3afa41ec44c2891a3698b01f036cebc5b64d7b7f328d7c95bf30fc29016b4bd2d2ada2613f895091e22148f3d4861f4facd35f
 DIST borgbackup-1.1.15.tar.gz 3777355 BLAKE2B 388f3cd33280c9d1a27b9cd43509d317aa1c95d08418a43c176146243d83cf07b3033707ab5423eeb097e92bb31cf016f65fc3738ebff1bb8c704a54c6e8dd12 SHA512 db2f06a96897c07a71e9c4531d4f219ef5451009c08ae933348b1a02b7d6c95b4e814a25b4cf465c0021ff670fdd46076c486c2a466d056dd931cb7eee8b1ef3
+DIST borgbackup-1.1.16.tar.gz 3777030 BLAKE2B bf5ad487fd0cdcce341b14ad950bc447d89d025b1b3434c5d270539d1fc4aec92b52a750ab1079911e53478411f91c92be4f053c09289b1e38285caa03453f17 SHA512 9cdfe794329821c784461382633fd29f7f9b3cc6ef9e7fa2463ed178efd64ea367e56d49128d88b86bd516d36971282207ec173735ecb4eabc4ec7b4604ed773

diff --git a/app-backup/borgbackup/borgbackup-1.1.11-r2.ebuild b/app-backup/borgbackup/borgbackup-1.1.11-r2.ebuild
deleted file mode 100644
index 50f98e5f652..00000000000
--- a/app-backup/borgbackup/borgbackup-1.1.11-r2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_7 )
-
-inherit distutils-r1
-
-if [[ ${PV} == "9999" ]] ; then
-	EGIT_REPO_URI="https://github.com/${PN}/borg.git"
-	inherit git-r3
-else
-	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="amd64 x86"
-fi
-
-DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"
-HOMEPAGE="https://borgbackup.readthedocs.io/"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="libressl"
-
-# Unfortunately we have a file conflict with app-office/borg, bug #580402
-RDEPEND="
-	!!app-office/borg
-	app-arch/lz4
-	virtual/acl
-	dev-python/llfuse[${PYTHON_USEDEP}]
-	!libressl? ( dev-libs/openssl:0= )
-	libressl? ( dev-libs/libressl:0= )
-"
-
-DEPEND="
-	dev-python/setuptools_scm[${PYTHON_USEDEP}]
-	dev-python/cython[${PYTHON_USEDEP}]
-	${RDEPEND}
-"
-
-src_install() {
-	distutils-r1_src_install
-	doman docs/man/*
-}

diff --git a/app-backup/borgbackup/borgbackup-1.1.13.ebuild b/app-backup/borgbackup/borgbackup-1.1.13.ebuild
deleted file mode 100644
index 838d98cbe43..00000000000
--- a/app-backup/borgbackup/borgbackup-1.1.13.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit distutils-r1
-
-if [[ ${PV} == "9999" ]] ; then
-	EGIT_REPO_URI="https://github.com/${PN}/borg.git"
-	inherit git-r3
-else
-	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="amd64 ~ppc64 x86"
-fi
-
-DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"
-HOMEPAGE="https://borgbackup.readthedocs.io/"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="libressl"
-
-# Unfortunately we have a file conflict with app-office/borg, bug #580402
-RDEPEND="
-	!!app-office/borg
-	app-arch/lz4
-	virtual/acl
-	dev-python/llfuse[${PYTHON_USEDEP}]
-	!libressl? ( dev-libs/openssl:0= )
-	libressl? ( dev-libs/libressl:0= )
-"
-
-DEPEND="
-	dev-python/setuptools_scm[${PYTHON_USEDEP}]
-	dev-python/cython[${PYTHON_USEDEP}]
-	${RDEPEND}
-"
-
-src_install() {
-	distutils-r1_src_install
-	doman docs/man/*
-}

diff --git a/app-backup/borgbackup/borgbackup-1.1.14.ebuild b/app-backup/borgbackup/borgbackup-1.1.16.ebuild
similarity index 95%
rename from app-backup/borgbackup/borgbackup-1.1.14.ebuild
rename to app-backup/borgbackup/borgbackup-1.1.16.ebuild
index 8e559ba974e..4e0cf2f81ce 100644
--- a/app-backup/borgbackup/borgbackup-1.1.14.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.1.16.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]] ; then
 	inherit git-r3
 else
 	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="amd64 ~ppc64 x86"
+ 	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 fi
 
 DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2021-03-31 21:57 Sam James
  0 siblings, 0 replies; 132+ messages in thread
From: Sam James @ 2021-03-31 21:57 UTC (permalink / raw
  To: gentoo-commits

commit:     2ba9031a76bfa58c3ffd2247a25559da7c979f28
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 31 21:15:14 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 31 21:57:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ba9031a

app-backup/borgbackup: fix whitespace on KEYWORDS line

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-backup/borgbackup/borgbackup-1.1.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/borgbackup/borgbackup-1.1.16.ebuild b/app-backup/borgbackup/borgbackup-1.1.16.ebuild
index 4e0cf2f81ce..a85b2a0012c 100644
--- a/app-backup/borgbackup/borgbackup-1.1.16.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.1.16.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]] ; then
 	inherit git-r3
 else
 	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
- 	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 fi
 
 DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2021-04-30 17:32 Mikle Kolyada
  0 siblings, 0 replies; 132+ messages in thread
From: Mikle Kolyada @ 2021-04-30 17:32 UTC (permalink / raw
  To: gentoo-commits

commit:     1e80aeb6079adefb9acd8b1c3e7bcb054669f1a0
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 30 17:23:15 2021 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Apr 30 17:32:25 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e80aeb6

app-backup/borgbackup: remove libressl support

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 app-backup/borgbackup/borgbackup-1.1.15.ebuild | 4 +---
 app-backup/borgbackup/borgbackup-1.1.16.ebuild | 4 +---
 app-backup/borgbackup/borgbackup-9999.ebuild   | 6 ++----
 3 files changed, 4 insertions(+), 10 deletions(-)

diff --git a/app-backup/borgbackup/borgbackup-1.1.15.ebuild b/app-backup/borgbackup/borgbackup-1.1.15.ebuild
index 75667275836..1bb0d493d25 100644
--- a/app-backup/borgbackup/borgbackup-1.1.15.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.1.15.ebuild
@@ -20,7 +20,6 @@ HOMEPAGE="https://borgbackup.readthedocs.io/"
 
 LICENSE="BSD"
 SLOT="0"
-IUSE="libressl"
 
 # Unfortunately we have a file conflict with app-office/borg, bug #580402
 RDEPEND="
@@ -28,8 +27,7 @@ RDEPEND="
 	app-arch/lz4
 	virtual/acl
 	dev-python/llfuse[${PYTHON_USEDEP}]
-	!libressl? ( dev-libs/openssl:0= )
-	libressl? ( dev-libs/libressl:0= )
+	dev-libs/openssl:0=
 "
 
 DEPEND="

diff --git a/app-backup/borgbackup/borgbackup-1.1.16.ebuild b/app-backup/borgbackup/borgbackup-1.1.16.ebuild
index a85b2a0012c..f99714f1004 100644
--- a/app-backup/borgbackup/borgbackup-1.1.16.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.1.16.ebuild
@@ -20,7 +20,6 @@ HOMEPAGE="https://borgbackup.readthedocs.io/"
 
 LICENSE="BSD"
 SLOT="0"
-IUSE="libressl"
 
 # Unfortunately we have a file conflict with app-office/borg, bug #580402
 RDEPEND="
@@ -28,8 +27,7 @@ RDEPEND="
 	app-arch/lz4
 	virtual/acl
 	dev-python/llfuse[${PYTHON_USEDEP}]
-	!libressl? ( dev-libs/openssl:0= )
-	libressl? ( dev-libs/libressl:0= )
+	dev-libs/openssl:0=
 "
 
 DEPEND="

diff --git a/app-backup/borgbackup/borgbackup-9999.ebuild b/app-backup/borgbackup/borgbackup-9999.ebuild
index 19b329975d8..53a69141dbd 100644
--- a/app-backup/borgbackup/borgbackup-9999.ebuild
+++ b/app-backup/borgbackup/borgbackup-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -20,7 +20,6 @@ HOMEPAGE="https://borgbackup.readthedocs.io/"
 
 LICENSE="BSD"
 SLOT="0"
-IUSE="libressl"
 
 # Unfortunately we have a file conflict with app-office/borg, bug #580402
 RDEPEND="
@@ -28,8 +27,7 @@ RDEPEND="
 	app-arch/lz4
 	virtual/acl
 	dev-python/llfuse[${PYTHON_USEDEP}]
-	!libressl? ( dev-libs/openssl:0= )
-	libressl? ( dev-libs/libressl:0= )
+	dev-libs/openssl:0=
 "
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2021-07-13 18:52 Piotr Karbowski
  0 siblings, 0 replies; 132+ messages in thread
From: Piotr Karbowski @ 2021-07-13 18:52 UTC (permalink / raw
  To: gentoo-commits

commit:     e67e5d28053b05c95d1de9608632015315263f9a
Author:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 13 18:51:16 2021 +0000
Commit:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Tue Jul 13 18:52:22 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e67e5d28

app-backup/borgbackup: 1.1.17 bump with py10 target support.

Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>

 app-backup/borgbackup/Manifest                                        | 1 +
 .../borgbackup/{borgbackup-9999.ebuild => borgbackup-1.1.17.ebuild}   | 4 ++--
 app-backup/borgbackup/borgbackup-9999.ebuild                          | 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/app-backup/borgbackup/Manifest b/app-backup/borgbackup/Manifest
index 343a7c72029..a1e5c861d6c 100644
--- a/app-backup/borgbackup/Manifest
+++ b/app-backup/borgbackup/Manifest
@@ -1,2 +1,3 @@
 DIST borgbackup-1.1.15.tar.gz 3777355 BLAKE2B 388f3cd33280c9d1a27b9cd43509d317aa1c95d08418a43c176146243d83cf07b3033707ab5423eeb097e92bb31cf016f65fc3738ebff1bb8c704a54c6e8dd12 SHA512 db2f06a96897c07a71e9c4531d4f219ef5451009c08ae933348b1a02b7d6c95b4e814a25b4cf465c0021ff670fdd46076c486c2a466d056dd931cb7eee8b1ef3
 DIST borgbackup-1.1.16.tar.gz 3777030 BLAKE2B bf5ad487fd0cdcce341b14ad950bc447d89d025b1b3434c5d270539d1fc4aec92b52a750ab1079911e53478411f91c92be4f053c09289b1e38285caa03453f17 SHA512 9cdfe794329821c784461382633fd29f7f9b3cc6ef9e7fa2463ed178efd64ea367e56d49128d88b86bd516d36971282207ec173735ecb4eabc4ec7b4604ed773
+DIST borgbackup-1.1.17.tar.gz 3781411 BLAKE2B 3ceb51f3c2e4ee4e38495ca0bdef2d5c1b30225afe9a3c9987a82f4a1facd4aa203fb21512e655fbbab400bcbd412ff4aefa80242aa21a579e086d38bf3e1078 SHA512 6170680efcca35341031a8fcfd9434d2dca530bb6f7fcabbf452e6af6a8df5a825b4991d342f3c97bd7378d56b9ee86e6118f9281a31ba51235f49818852f4bb

diff --git a/app-backup/borgbackup/borgbackup-9999.ebuild b/app-backup/borgbackup/borgbackup-1.1.17.ebuild
similarity index 91%
copy from app-backup/borgbackup/borgbackup-9999.ebuild
copy to app-backup/borgbackup/borgbackup-1.1.17.ebuild
index c1f01db7f21..534844c6864 100644
--- a/app-backup/borgbackup/borgbackup-9999.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.1.17.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{7..10} )
 
 inherit distutils-r1
 
@@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]] ; then
 	inherit git-r3
 else
 	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~ppc64 ~x86"
+	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 fi
 
 DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"

diff --git a/app-backup/borgbackup/borgbackup-9999.ebuild b/app-backup/borgbackup/borgbackup-9999.ebuild
index c1f01db7f21..534844c6864 100644
--- a/app-backup/borgbackup/borgbackup-9999.ebuild
+++ b/app-backup/borgbackup/borgbackup-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{7..10} )
 
 inherit distutils-r1
 
@@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]] ; then
 	inherit git-r3
 else
 	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~ppc64 ~x86"
+	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 fi
 
 DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2021-07-20 16:36 Marek Szuba
  0 siblings, 0 replies; 132+ messages in thread
From: Marek Szuba @ 2021-07-20 16:36 UTC (permalink / raw
  To: gentoo-commits

commit:     eee884dfe415da42bb37a33604c56161090da980
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 20 15:17:22 2021 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Tue Jul 20 16:36:31 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eee884df

app-backup/borgbackup: keyword 1.1.17 for ~riscv

Builds, installs and handled daily backups of my test system just fine.
I _have_ seen some test failures having run the test suite under
tox/py39 which I do not see on amd64, that said they are limited to
test_readonly_ (and for some scenarios only too) so I strongly suspect it
might have less to do with the arch and more with the underlying file
system.

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 app-backup/borgbackup/borgbackup-1.1.17.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-backup/borgbackup/borgbackup-1.1.17.ebuild b/app-backup/borgbackup/borgbackup-1.1.17.ebuild
index 534844c6864..e9e83574cbf 100644
--- a/app-backup/borgbackup/borgbackup-1.1.17.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.1.17.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..10} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 
@@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]] ; then
 	inherit git-r3
 else
 	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 fi
 
 DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2021-08-17 11:11 Anthony G. Basile
  0 siblings, 0 replies; 132+ messages in thread
From: Anthony G. Basile @ 2021-08-17 11:11 UTC (permalink / raw
  To: gentoo-commits

commit:     24c21cc1d5f51b485ba2a6bf633b0168e4357c95
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 17 11:09:33 2021 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Tue Aug 17 11:11:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24c21cc1

app-backup/borgbackup: address bug #802225

We still need to look into whether or not distutils
can be removed.

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>

 .../borgbackup/{borgbackup-1.1.17.ebuild => borgbackup-1.1.17-r1.ebuild} | 1 +
 app-backup/borgbackup/borgbackup-9999.ebuild                             | 1 +
 2 files changed, 2 insertions(+)

diff --git a/app-backup/borgbackup/borgbackup-1.1.17.ebuild b/app-backup/borgbackup/borgbackup-1.1.17-r1.ebuild
similarity index 95%
rename from app-backup/borgbackup/borgbackup-1.1.17.ebuild
rename to app-backup/borgbackup/borgbackup-1.1.17-r1.ebuild
index e9e83574cbf..325844f806b 100644
--- a/app-backup/borgbackup/borgbackup-1.1.17.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.1.17-r1.ebuild
@@ -32,6 +32,7 @@ RDEPEND="
 
 DEPEND="
 	dev-python/setuptools_scm[${PYTHON_USEDEP}]
+	dev-python/packaging[${PYTHON_USEDEP}]
 	dev-python/cython[${PYTHON_USEDEP}]
 	${RDEPEND}
 "

diff --git a/app-backup/borgbackup/borgbackup-9999.ebuild b/app-backup/borgbackup/borgbackup-9999.ebuild
index 534844c6864..5b537bc2272 100644
--- a/app-backup/borgbackup/borgbackup-9999.ebuild
+++ b/app-backup/borgbackup/borgbackup-9999.ebuild
@@ -32,6 +32,7 @@ RDEPEND="
 
 DEPEND="
 	dev-python/setuptools_scm[${PYTHON_USEDEP}]
+	dev-python/packaging[${PYTHON_USEDEP}]
 	dev-python/cython[${PYTHON_USEDEP}]
 	${RDEPEND}
 "


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2021-10-12 18:57 Sam James
  0 siblings, 0 replies; 132+ messages in thread
From: Sam James @ 2021-10-12 18:57 UTC (permalink / raw
  To: gentoo-commits

commit:     b5b15d9bf24a380046d947a711592c1e1afee6ee
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 12 18:55:31 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 12 18:55:31 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5b15d9b

app-backup/borgbackup: Stabilize 1.1.17-r1 x86, #811381

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-backup/borgbackup/borgbackup-1.1.17-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/borgbackup/borgbackup-1.1.17-r1.ebuild b/app-backup/borgbackup/borgbackup-1.1.17-r1.ebuild
index 325844f806b..902015325c2 100644
--- a/app-backup/borgbackup/borgbackup-1.1.17-r1.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.1.17-r1.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]] ; then
 	inherit git-r3
 else
 	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 fi
 
 DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2021-10-12 18:57 Sam James
  0 siblings, 0 replies; 132+ messages in thread
From: Sam James @ 2021-10-12 18:57 UTC (permalink / raw
  To: gentoo-commits

commit:     1ce72c0aa455bb811d111250798defe68af8da8e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 12 18:56:09 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 12 18:56:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ce72c0a

app-backup/borgbackup: Stabilize 1.1.17-r1 amd64, #811381

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-backup/borgbackup/borgbackup-1.1.17-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/borgbackup/borgbackup-1.1.17-r1.ebuild b/app-backup/borgbackup/borgbackup-1.1.17-r1.ebuild
index 902015325c2..f4117d28dc5 100644
--- a/app-backup/borgbackup/borgbackup-1.1.17-r1.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.1.17-r1.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]] ; then
 	inherit git-r3
 else
 	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 fi
 
 DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2022-02-28  0:01 Piotr Karbowski
  0 siblings, 0 replies; 132+ messages in thread
From: Piotr Karbowski @ 2022-02-28  0:01 UTC (permalink / raw
  To: gentoo-commits

commit:     06d7fbaa37d63bd68e1ec6bb822053e036be203a
Author:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 28 00:00:59 2022 +0000
Commit:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Mon Feb 28 00:01:43 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06d7fbaa

app-backup/borgbackup: 1.2.0 version bump.

Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>

 app-backup/borgbackup/Manifest                |  1 +
 app-backup/borgbackup/borgbackup-1.2.0.ebuild | 45 +++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/app-backup/borgbackup/Manifest b/app-backup/borgbackup/Manifest
index a1e5c861d6c8..edfc4e35969f 100644
--- a/app-backup/borgbackup/Manifest
+++ b/app-backup/borgbackup/Manifest
@@ -1,3 +1,4 @@
 DIST borgbackup-1.1.15.tar.gz 3777355 BLAKE2B 388f3cd33280c9d1a27b9cd43509d317aa1c95d08418a43c176146243d83cf07b3033707ab5423eeb097e92bb31cf016f65fc3738ebff1bb8c704a54c6e8dd12 SHA512 db2f06a96897c07a71e9c4531d4f219ef5451009c08ae933348b1a02b7d6c95b4e814a25b4cf465c0021ff670fdd46076c486c2a466d056dd931cb7eee8b1ef3
 DIST borgbackup-1.1.16.tar.gz 3777030 BLAKE2B bf5ad487fd0cdcce341b14ad950bc447d89d025b1b3434c5d270539d1fc4aec92b52a750ab1079911e53478411f91c92be4f053c09289b1e38285caa03453f17 SHA512 9cdfe794329821c784461382633fd29f7f9b3cc6ef9e7fa2463ed178efd64ea367e56d49128d88b86bd516d36971282207ec173735ecb4eabc4ec7b4604ed773
 DIST borgbackup-1.1.17.tar.gz 3781411 BLAKE2B 3ceb51f3c2e4ee4e38495ca0bdef2d5c1b30225afe9a3c9987a82f4a1facd4aa203fb21512e655fbbab400bcbd412ff4aefa80242aa21a579e086d38bf3e1078 SHA512 6170680efcca35341031a8fcfd9434d2dca530bb6f7fcabbf452e6af6a8df5a825b4991d342f3c97bd7378d56b9ee86e6118f9281a31ba51235f49818852f4bb
+DIST borgbackup-1.2.0.tar.gz 4020793 BLAKE2B 9e6cb8d85ca196cbdd6baba694bc7987d63f85d2ba0e25f3ac1e59400882fff71e29b04ca218ee78f23daeb52d13547062b0c80bd0d3f5b460b28b4f274d11ec SHA512 c06a797439078118fc57418be2a9af64e84248659ba25cfc04dff7c67f9f52a033a11cd1e830410be390ae59dcacd2474f97d8b5886db7d4910486d0ad9b7c51

diff --git a/app-backup/borgbackup/borgbackup-1.2.0.ebuild b/app-backup/borgbackup/borgbackup-1.2.0.ebuild
new file mode 100644
index 000000000000..8bb8425e74c6
--- /dev/null
+++ b/app-backup/borgbackup/borgbackup-1.2.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+if [[ ${PV} == "9999" ]] ; then
+	EGIT_REPO_URI="https://github.com/${PN}/borg.git"
+	inherit git-r3
+else
+	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+fi
+
+DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"
+HOMEPAGE="https://borgbackup.readthedocs.io/"
+
+LICENSE="BSD"
+SLOT="0"
+
+# Unfortunately we have a file conflict with app-office/borg, bug #580402
+RDEPEND="
+	!!app-office/borg
+	app-arch/lz4
+	virtual/acl
+	dev-python/pyfuse3[${PYTHON_USEDEP}]
+	=dev-python/msgpack-1.0.3[${PYTHON_USEDEP}]
+	dev-libs/openssl:0=
+"
+
+DEPEND="
+	dev-python/setuptools_scm[${PYTHON_USEDEP}]
+	dev-python/packaging[${PYTHON_USEDEP}]
+	dev-python/cython[${PYTHON_USEDEP}]
+	dev-python/pkgconfig[${PYTHON_USEDEP}]
+	${RDEPEND}
+"
+
+src_install() {
+	distutils-r1_src_install
+	doman docs/man/*
+}


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2022-06-08 14:18 Anthony G. Basile
  0 siblings, 0 replies; 132+ messages in thread
From: Anthony G. Basile @ 2022-06-08 14:18 UTC (permalink / raw
  To: gentoo-commits

commit:     3be9ecdb61ce0fbedfa9a16d20c0420932e05132
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  8 13:49:51 2022 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Wed Jun  8 14:18:39 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3be9ecdb

app-backup/borgbackup: version bump to 1.2.1

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>

 app-backup/borgbackup/Manifest                               |  1 +
 .../{borgbackup-9999.ebuild => borgbackup-1.2.1.ebuild}      | 12 +++++++-----
 app-backup/borgbackup/borgbackup-9999.ebuild                 | 12 +++++++-----
 3 files changed, 15 insertions(+), 10 deletions(-)

diff --git a/app-backup/borgbackup/Manifest b/app-backup/borgbackup/Manifest
index edfc4e35969f..419fc0351c81 100644
--- a/app-backup/borgbackup/Manifest
+++ b/app-backup/borgbackup/Manifest
@@ -2,3 +2,4 @@ DIST borgbackup-1.1.15.tar.gz 3777355 BLAKE2B 388f3cd33280c9d1a27b9cd43509d317aa
 DIST borgbackup-1.1.16.tar.gz 3777030 BLAKE2B bf5ad487fd0cdcce341b14ad950bc447d89d025b1b3434c5d270539d1fc4aec92b52a750ab1079911e53478411f91c92be4f053c09289b1e38285caa03453f17 SHA512 9cdfe794329821c784461382633fd29f7f9b3cc6ef9e7fa2463ed178efd64ea367e56d49128d88b86bd516d36971282207ec173735ecb4eabc4ec7b4604ed773
 DIST borgbackup-1.1.17.tar.gz 3781411 BLAKE2B 3ceb51f3c2e4ee4e38495ca0bdef2d5c1b30225afe9a3c9987a82f4a1facd4aa203fb21512e655fbbab400bcbd412ff4aefa80242aa21a579e086d38bf3e1078 SHA512 6170680efcca35341031a8fcfd9434d2dca530bb6f7fcabbf452e6af6a8df5a825b4991d342f3c97bd7378d56b9ee86e6118f9281a31ba51235f49818852f4bb
 DIST borgbackup-1.2.0.tar.gz 4020793 BLAKE2B 9e6cb8d85ca196cbdd6baba694bc7987d63f85d2ba0e25f3ac1e59400882fff71e29b04ca218ee78f23daeb52d13547062b0c80bd0d3f5b460b28b4f274d11ec SHA512 c06a797439078118fc57418be2a9af64e84248659ba25cfc04dff7c67f9f52a033a11cd1e830410be390ae59dcacd2474f97d8b5886db7d4910486d0ad9b7c51
+DIST borgbackup-1.2.1.tar.gz 4017050 BLAKE2B 2841f3c02b6af76aba61064513ebd9039367be868a5f0dad2e10cbf3243236a5d29609bee63b79056f2a553052d3dc415178dbabd5c1e5af9c43111286942869 SHA512 47e95960c9ce7715897834f400ee1a3dcbbbd9aa1e4b69dc93618ade24caf6c046b844c9f3edd10e090795d06bed0136fbd42d6e679f0639f221b83d82545d43

diff --git a/app-backup/borgbackup/borgbackup-9999.ebuild b/app-backup/borgbackup/borgbackup-1.2.1.ebuild
similarity index 75%
copy from app-backup/borgbackup/borgbackup-9999.ebuild
copy to app-backup/borgbackup/borgbackup-1.2.1.ebuild
index 5b537bc22720..8bb8425e74c6 100644
--- a/app-backup/borgbackup/borgbackup-9999.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.2.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{7..10} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 
@@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]] ; then
 	inherit git-r3
 else
 	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 fi
 
 DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"
@@ -26,7 +26,8 @@ RDEPEND="
 	!!app-office/borg
 	app-arch/lz4
 	virtual/acl
-	dev-python/llfuse[${PYTHON_USEDEP}]
+	dev-python/pyfuse3[${PYTHON_USEDEP}]
+	=dev-python/msgpack-1.0.3[${PYTHON_USEDEP}]
 	dev-libs/openssl:0=
 "
 
@@ -34,6 +35,7 @@ DEPEND="
 	dev-python/setuptools_scm[${PYTHON_USEDEP}]
 	dev-python/packaging[${PYTHON_USEDEP}]
 	dev-python/cython[${PYTHON_USEDEP}]
+	dev-python/pkgconfig[${PYTHON_USEDEP}]
 	${RDEPEND}
 "
 

diff --git a/app-backup/borgbackup/borgbackup-9999.ebuild b/app-backup/borgbackup/borgbackup-9999.ebuild
index 5b537bc22720..8bb8425e74c6 100644
--- a/app-backup/borgbackup/borgbackup-9999.ebuild
+++ b/app-backup/borgbackup/borgbackup-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{7..10} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 
@@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]] ; then
 	inherit git-r3
 else
 	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 fi
 
 DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"
@@ -26,7 +26,8 @@ RDEPEND="
 	!!app-office/borg
 	app-arch/lz4
 	virtual/acl
-	dev-python/llfuse[${PYTHON_USEDEP}]
+	dev-python/pyfuse3[${PYTHON_USEDEP}]
+	=dev-python/msgpack-1.0.3[${PYTHON_USEDEP}]
 	dev-libs/openssl:0=
 "
 
@@ -34,6 +35,7 @@ DEPEND="
 	dev-python/setuptools_scm[${PYTHON_USEDEP}]
 	dev-python/packaging[${PYTHON_USEDEP}]
 	dev-python/cython[${PYTHON_USEDEP}]
+	dev-python/pkgconfig[${PYTHON_USEDEP}]
 	${RDEPEND}
 "
 


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2022-06-08 14:38 Anthony G. Basile
  0 siblings, 0 replies; 132+ messages in thread
From: Anthony G. Basile @ 2022-06-08 14:38 UTC (permalink / raw
  To: gentoo-commits

commit:     b6a0cef7ec028ae0d689204a722913952baa7a4f
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  8 14:38:23 2022 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Wed Jun  8 14:38:23 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6a0cef7

app-backup/borgbackup: remove older versions

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>

 app-backup/borgbackup/Manifest                 |  2 --
 app-backup/borgbackup/borgbackup-1.1.15.ebuild | 42 --------------------------
 app-backup/borgbackup/borgbackup-1.1.16.ebuild | 42 --------------------------
 3 files changed, 86 deletions(-)

diff --git a/app-backup/borgbackup/Manifest b/app-backup/borgbackup/Manifest
index 419fc0351c81..9d7f5c4e2560 100644
--- a/app-backup/borgbackup/Manifest
+++ b/app-backup/borgbackup/Manifest
@@ -1,5 +1,3 @@
-DIST borgbackup-1.1.15.tar.gz 3777355 BLAKE2B 388f3cd33280c9d1a27b9cd43509d317aa1c95d08418a43c176146243d83cf07b3033707ab5423eeb097e92bb31cf016f65fc3738ebff1bb8c704a54c6e8dd12 SHA512 db2f06a96897c07a71e9c4531d4f219ef5451009c08ae933348b1a02b7d6c95b4e814a25b4cf465c0021ff670fdd46076c486c2a466d056dd931cb7eee8b1ef3
-DIST borgbackup-1.1.16.tar.gz 3777030 BLAKE2B bf5ad487fd0cdcce341b14ad950bc447d89d025b1b3434c5d270539d1fc4aec92b52a750ab1079911e53478411f91c92be4f053c09289b1e38285caa03453f17 SHA512 9cdfe794329821c784461382633fd29f7f9b3cc6ef9e7fa2463ed178efd64ea367e56d49128d88b86bd516d36971282207ec173735ecb4eabc4ec7b4604ed773
 DIST borgbackup-1.1.17.tar.gz 3781411 BLAKE2B 3ceb51f3c2e4ee4e38495ca0bdef2d5c1b30225afe9a3c9987a82f4a1facd4aa203fb21512e655fbbab400bcbd412ff4aefa80242aa21a579e086d38bf3e1078 SHA512 6170680efcca35341031a8fcfd9434d2dca530bb6f7fcabbf452e6af6a8df5a825b4991d342f3c97bd7378d56b9ee86e6118f9281a31ba51235f49818852f4bb
 DIST borgbackup-1.2.0.tar.gz 4020793 BLAKE2B 9e6cb8d85ca196cbdd6baba694bc7987d63f85d2ba0e25f3ac1e59400882fff71e29b04ca218ee78f23daeb52d13547062b0c80bd0d3f5b460b28b4f274d11ec SHA512 c06a797439078118fc57418be2a9af64e84248659ba25cfc04dff7c67f9f52a033a11cd1e830410be390ae59dcacd2474f97d8b5886db7d4910486d0ad9b7c51
 DIST borgbackup-1.2.1.tar.gz 4017050 BLAKE2B 2841f3c02b6af76aba61064513ebd9039367be868a5f0dad2e10cbf3243236a5d29609bee63b79056f2a553052d3dc415178dbabd5c1e5af9c43111286942869 SHA512 47e95960c9ce7715897834f400ee1a3dcbbbd9aa1e4b69dc93618ade24caf6c046b844c9f3edd10e090795d06bed0136fbd42d6e679f0639f221b83d82545d43

diff --git a/app-backup/borgbackup/borgbackup-1.1.15.ebuild b/app-backup/borgbackup/borgbackup-1.1.15.ebuild
deleted file mode 100644
index 09a2b0afa097..000000000000
--- a/app-backup/borgbackup/borgbackup-1.1.15.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-inherit distutils-r1
-
-if [[ ${PV} == "9999" ]] ; then
-	EGIT_REPO_URI="https://github.com/${PN}/borg.git"
-	inherit git-r3
-else
-	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
-fi
-
-DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"
-HOMEPAGE="https://borgbackup.readthedocs.io/"
-
-LICENSE="BSD"
-SLOT="0"
-
-# Unfortunately we have a file conflict with app-office/borg, bug #580402
-RDEPEND="
-	!!app-office/borg
-	app-arch/lz4
-	virtual/acl
-	dev-python/llfuse[${PYTHON_USEDEP}]
-	dev-libs/openssl:0=
-"
-
-DEPEND="
-	dev-python/setuptools_scm[${PYTHON_USEDEP}]
-	dev-python/cython[${PYTHON_USEDEP}]
-	${RDEPEND}
-"
-
-src_install() {
-	distutils-r1_src_install
-	doman docs/man/*
-}

diff --git a/app-backup/borgbackup/borgbackup-1.1.16.ebuild b/app-backup/borgbackup/borgbackup-1.1.16.ebuild
deleted file mode 100644
index 0b6156de5e97..000000000000
--- a/app-backup/borgbackup/borgbackup-1.1.16.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-inherit distutils-r1
-
-if [[ ${PV} == "9999" ]] ; then
-	EGIT_REPO_URI="https://github.com/${PN}/borg.git"
-	inherit git-r3
-else
-	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-fi
-
-DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"
-HOMEPAGE="https://borgbackup.readthedocs.io/"
-
-LICENSE="BSD"
-SLOT="0"
-
-# Unfortunately we have a file conflict with app-office/borg, bug #580402
-RDEPEND="
-	!!app-office/borg
-	app-arch/lz4
-	virtual/acl
-	dev-python/llfuse[${PYTHON_USEDEP}]
-	dev-libs/openssl:0=
-"
-
-DEPEND="
-	dev-python/setuptools_scm[${PYTHON_USEDEP}]
-	dev-python/cython[${PYTHON_USEDEP}]
-	${RDEPEND}
-"
-
-src_install() {
-	distutils-r1_src_install
-	doman docs/man/*
-}


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2022-06-19 14:33 Piotr Karbowski
  0 siblings, 0 replies; 132+ messages in thread
From: Piotr Karbowski @ 2022-06-19 14:33 UTC (permalink / raw
  To: gentoo-commits

commit:     8011dfe2d5fa238ee24ba2a2c323ce0952161150
Author:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 19 14:26:18 2022 +0000
Commit:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Sun Jun 19 14:32:59 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8011dfe2

app-backup/borgbackup: 1.2.1-r1: bump cython and msgpack deps.

Closes: https://bugs.gentoo.org/850769
Closes: https://bugs.gentoo.org/834575
Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>

 .../{borgbackup-1.2.1.ebuild => borgbackup-1.2.1-r1.ebuild}           | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-backup/borgbackup/borgbackup-1.2.1.ebuild b/app-backup/borgbackup/borgbackup-1.2.1-r1.ebuild
similarity index 91%
rename from app-backup/borgbackup/borgbackup-1.2.1.ebuild
rename to app-backup/borgbackup/borgbackup-1.2.1-r1.ebuild
index 8bb8425e74c6..d3e4b3bbb55f 100644
--- a/app-backup/borgbackup/borgbackup-1.2.1.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.2.1-r1.ebuild
@@ -27,14 +27,14 @@ RDEPEND="
 	app-arch/lz4
 	virtual/acl
 	dev-python/pyfuse3[${PYTHON_USEDEP}]
-	=dev-python/msgpack-1.0.3[${PYTHON_USEDEP}]
+	=dev-python/msgpack-1.0.4[${PYTHON_USEDEP}]
 	dev-libs/openssl:0=
 "
 
 DEPEND="
 	dev-python/setuptools_scm[${PYTHON_USEDEP}]
 	dev-python/packaging[${PYTHON_USEDEP}]
-	dev-python/cython[${PYTHON_USEDEP}]
+	>=dev-python/cython-0.29.29[${PYTHON_USEDEP}]
 	dev-python/pkgconfig[${PYTHON_USEDEP}]
 	${RDEPEND}
 "


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2022-06-22 11:50 Michał Górny
  0 siblings, 0 replies; 132+ messages in thread
From: Michał Górny @ 2022-06-22 11:50 UTC (permalink / raw
  To: gentoo-commits

commit:     272d6e693ce2b3e70f36aa0c047c16c439c87844
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 22 11:49:01 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jun 22 11:50:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=272d6e69

app-backup/borgbackup: Remove old

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

 app-backup/borgbackup/Manifest                |  1 -
 app-backup/borgbackup/borgbackup-1.2.0.ebuild | 45 ---------------------------
 2 files changed, 46 deletions(-)

diff --git a/app-backup/borgbackup/Manifest b/app-backup/borgbackup/Manifest
index 9d7f5c4e2560..4a5b06dc03d6 100644
--- a/app-backup/borgbackup/Manifest
+++ b/app-backup/borgbackup/Manifest
@@ -1,3 +1,2 @@
 DIST borgbackup-1.1.17.tar.gz 3781411 BLAKE2B 3ceb51f3c2e4ee4e38495ca0bdef2d5c1b30225afe9a3c9987a82f4a1facd4aa203fb21512e655fbbab400bcbd412ff4aefa80242aa21a579e086d38bf3e1078 SHA512 6170680efcca35341031a8fcfd9434d2dca530bb6f7fcabbf452e6af6a8df5a825b4991d342f3c97bd7378d56b9ee86e6118f9281a31ba51235f49818852f4bb
-DIST borgbackup-1.2.0.tar.gz 4020793 BLAKE2B 9e6cb8d85ca196cbdd6baba694bc7987d63f85d2ba0e25f3ac1e59400882fff71e29b04ca218ee78f23daeb52d13547062b0c80bd0d3f5b460b28b4f274d11ec SHA512 c06a797439078118fc57418be2a9af64e84248659ba25cfc04dff7c67f9f52a033a11cd1e830410be390ae59dcacd2474f97d8b5886db7d4910486d0ad9b7c51
 DIST borgbackup-1.2.1.tar.gz 4017050 BLAKE2B 2841f3c02b6af76aba61064513ebd9039367be868a5f0dad2e10cbf3243236a5d29609bee63b79056f2a553052d3dc415178dbabd5c1e5af9c43111286942869 SHA512 47e95960c9ce7715897834f400ee1a3dcbbbd9aa1e4b69dc93618ade24caf6c046b844c9f3edd10e090795d06bed0136fbd42d6e679f0639f221b83d82545d43

diff --git a/app-backup/borgbackup/borgbackup-1.2.0.ebuild b/app-backup/borgbackup/borgbackup-1.2.0.ebuild
deleted file mode 100644
index 8bb8425e74c6..000000000000
--- a/app-backup/borgbackup/borgbackup-1.2.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-if [[ ${PV} == "9999" ]] ; then
-	EGIT_REPO_URI="https://github.com/${PN}/borg.git"
-	inherit git-r3
-else
-	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-fi
-
-DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"
-HOMEPAGE="https://borgbackup.readthedocs.io/"
-
-LICENSE="BSD"
-SLOT="0"
-
-# Unfortunately we have a file conflict with app-office/borg, bug #580402
-RDEPEND="
-	!!app-office/borg
-	app-arch/lz4
-	virtual/acl
-	dev-python/pyfuse3[${PYTHON_USEDEP}]
-	=dev-python/msgpack-1.0.3[${PYTHON_USEDEP}]
-	dev-libs/openssl:0=
-"
-
-DEPEND="
-	dev-python/setuptools_scm[${PYTHON_USEDEP}]
-	dev-python/packaging[${PYTHON_USEDEP}]
-	dev-python/cython[${PYTHON_USEDEP}]
-	dev-python/pkgconfig[${PYTHON_USEDEP}]
-	${RDEPEND}
-"
-
-src_install() {
-	distutils-r1_src_install
-	doman docs/man/*
-}


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2022-06-22 13:44 Piotr Karbowski
  0 siblings, 0 replies; 132+ messages in thread
From: Piotr Karbowski @ 2022-06-22 13:44 UTC (permalink / raw
  To: gentoo-commits

commit:     4f6360a78191b56ae71e9e5883ae5b5b1cf804e5
Author:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 22 13:44:37 2022 +0000
Commit:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Wed Jun 22 13:44:57 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f6360a7

app-backup/borgbackup: QA around msgpack dep.

Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>

 .../{borgbackup-1.2.1-r1.ebuild => borgbackup-1.2.1-r2.ebuild}      | 4 +++-
 app-backup/borgbackup/borgbackup-9999.ebuild                        | 6 ++++--
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/app-backup/borgbackup/borgbackup-1.2.1-r1.ebuild b/app-backup/borgbackup/borgbackup-1.2.1-r2.ebuild
similarity index 88%
rename from app-backup/borgbackup/borgbackup-1.2.1-r1.ebuild
rename to app-backup/borgbackup/borgbackup-1.2.1-r2.ebuild
index d3e4b3bbb55f..9ac4b1a5217a 100644
--- a/app-backup/borgbackup/borgbackup-1.2.1-r1.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.2.1-r2.ebuild
@@ -22,12 +22,14 @@ LICENSE="BSD"
 SLOT="0"
 
 # Unfortunately we have a file conflict with app-office/borg, bug #580402
+# borgbackup is *very* picky about which msgpack it work with,
+# check setup.py on bumps.
 RDEPEND="
 	!!app-office/borg
 	app-arch/lz4
 	virtual/acl
 	dev-python/pyfuse3[${PYTHON_USEDEP}]
-	=dev-python/msgpack-1.0.4[${PYTHON_USEDEP}]
+	~dev-python/msgpack-1.0.4[${PYTHON_USEDEP}]
 	dev-libs/openssl:0=
 "
 

diff --git a/app-backup/borgbackup/borgbackup-9999.ebuild b/app-backup/borgbackup/borgbackup-9999.ebuild
index 8bb8425e74c6..9ac4b1a5217a 100644
--- a/app-backup/borgbackup/borgbackup-9999.ebuild
+++ b/app-backup/borgbackup/borgbackup-9999.ebuild
@@ -22,19 +22,21 @@ LICENSE="BSD"
 SLOT="0"
 
 # Unfortunately we have a file conflict with app-office/borg, bug #580402
+# borgbackup is *very* picky about which msgpack it work with,
+# check setup.py on bumps.
 RDEPEND="
 	!!app-office/borg
 	app-arch/lz4
 	virtual/acl
 	dev-python/pyfuse3[${PYTHON_USEDEP}]
-	=dev-python/msgpack-1.0.3[${PYTHON_USEDEP}]
+	~dev-python/msgpack-1.0.4[${PYTHON_USEDEP}]
 	dev-libs/openssl:0=
 "
 
 DEPEND="
 	dev-python/setuptools_scm[${PYTHON_USEDEP}]
 	dev-python/packaging[${PYTHON_USEDEP}]
-	dev-python/cython[${PYTHON_USEDEP}]
+	>=dev-python/cython-0.29.29[${PYTHON_USEDEP}]
 	dev-python/pkgconfig[${PYTHON_USEDEP}]
 	${RDEPEND}
 "


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2022-08-16 15:07 Sam James
  0 siblings, 0 replies; 132+ messages in thread
From: Sam James @ 2022-08-16 15:07 UTC (permalink / raw
  To: gentoo-commits

commit:     c6d8117a4e13fae4593456ca5e535dafefa91d3a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 16 15:06:10 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Aug 16 15:06:10 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6d8117a

app-backup/borgbackup: Stabilize 1.2.1-r2 x86, #854135

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-backup/borgbackup/borgbackup-1.2.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/borgbackup/borgbackup-1.2.1-r2.ebuild b/app-backup/borgbackup/borgbackup-1.2.1-r2.ebuild
index 9ac4b1a5217a..79885a1787de 100644
--- a/app-backup/borgbackup/borgbackup-1.2.1-r2.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.2.1-r2.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]] ; then
 	inherit git-r3
 else
 	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 fi
 
 DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2022-08-16 15:07 Sam James
  0 siblings, 0 replies; 132+ messages in thread
From: Sam James @ 2022-08-16 15:07 UTC (permalink / raw
  To: gentoo-commits

commit:     25901c46b6ad8fbadbdb440f56d732cb8c89d6e0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 16 15:07:00 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Aug 16 15:07:00 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25901c46

app-backup/borgbackup: Stabilize 1.2.1-r2 amd64, #854135

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-backup/borgbackup/borgbackup-1.2.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/borgbackup/borgbackup-1.2.1-r2.ebuild b/app-backup/borgbackup/borgbackup-1.2.1-r2.ebuild
index 79885a1787de..9ae3cfbe3132 100644
--- a/app-backup/borgbackup/borgbackup-1.2.1-r2.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.2.1-r2.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]] ; then
 	inherit git-r3
 else
 	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 fi
 
 DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2022-08-24 12:28 Anthony G. Basile
  0 siblings, 0 replies; 132+ messages in thread
From: Anthony G. Basile @ 2022-08-24 12:28 UTC (permalink / raw
  To: gentoo-commits

commit:     91aba0a3b28fa0074db5f5bb69e2d45673f46228
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 24 12:28:45 2022 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Wed Aug 24 12:28:45 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91aba0a3

app-backup/borgbackup: version bump 1.2.2

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>

 app-backup/borgbackup/Manifest                |  1 +
 app-backup/borgbackup/borgbackup-1.2.2.ebuild | 47 +++++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

diff --git a/app-backup/borgbackup/Manifest b/app-backup/borgbackup/Manifest
index 4a5b06dc03d6..87e95772550c 100644
--- a/app-backup/borgbackup/Manifest
+++ b/app-backup/borgbackup/Manifest
@@ -1,2 +1,3 @@
 DIST borgbackup-1.1.17.tar.gz 3781411 BLAKE2B 3ceb51f3c2e4ee4e38495ca0bdef2d5c1b30225afe9a3c9987a82f4a1facd4aa203fb21512e655fbbab400bcbd412ff4aefa80242aa21a579e086d38bf3e1078 SHA512 6170680efcca35341031a8fcfd9434d2dca530bb6f7fcabbf452e6af6a8df5a825b4991d342f3c97bd7378d56b9ee86e6118f9281a31ba51235f49818852f4bb
 DIST borgbackup-1.2.1.tar.gz 4017050 BLAKE2B 2841f3c02b6af76aba61064513ebd9039367be868a5f0dad2e10cbf3243236a5d29609bee63b79056f2a553052d3dc415178dbabd5c1e5af9c43111286942869 SHA512 47e95960c9ce7715897834f400ee1a3dcbbbd9aa1e4b69dc93618ade24caf6c046b844c9f3edd10e090795d06bed0136fbd42d6e679f0639f221b83d82545d43
+DIST borgbackup-1.2.2.tar.gz 4042984 BLAKE2B c5c7bacd543e97af5bb1a42dd4a37900b9570328addd33e2ee83347ca631eaf172d8349b4a462bcc871da9f3c1b4e6efeb16da20893e8d58bb0655ed73ceea5b SHA512 9ba040dc659b123e09d1814ea158eb06bd802dbb4961e258910a586f88c5e92e8f32a72c1858f7a8d9d79c3e985b12cf0245436f46a474f627cfd70a59a7e29d

diff --git a/app-backup/borgbackup/borgbackup-1.2.2.ebuild b/app-backup/borgbackup/borgbackup-1.2.2.ebuild
new file mode 100644
index 000000000000..9ac4b1a5217a
--- /dev/null
+++ b/app-backup/borgbackup/borgbackup-1.2.2.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+if [[ ${PV} == "9999" ]] ; then
+	EGIT_REPO_URI="https://github.com/${PN}/borg.git"
+	inherit git-r3
+else
+	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+fi
+
+DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"
+HOMEPAGE="https://borgbackup.readthedocs.io/"
+
+LICENSE="BSD"
+SLOT="0"
+
+# Unfortunately we have a file conflict with app-office/borg, bug #580402
+# borgbackup is *very* picky about which msgpack it work with,
+# check setup.py on bumps.
+RDEPEND="
+	!!app-office/borg
+	app-arch/lz4
+	virtual/acl
+	dev-python/pyfuse3[${PYTHON_USEDEP}]
+	~dev-python/msgpack-1.0.4[${PYTHON_USEDEP}]
+	dev-libs/openssl:0=
+"
+
+DEPEND="
+	dev-python/setuptools_scm[${PYTHON_USEDEP}]
+	dev-python/packaging[${PYTHON_USEDEP}]
+	>=dev-python/cython-0.29.29[${PYTHON_USEDEP}]
+	dev-python/pkgconfig[${PYTHON_USEDEP}]
+	${RDEPEND}
+"
+
+src_install() {
+	distutils-r1_src_install
+	doman docs/man/*
+}


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2022-10-24 20:46 Piotr Karbowski
  0 siblings, 0 replies; 132+ messages in thread
From: Piotr Karbowski @ 2022-10-24 20:46 UTC (permalink / raw
  To: gentoo-commits

commit:     3ed46d1dadd00fd9bb6babac9d78a73cff171aae
Author:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 24 20:45:46 2022 +0000
Commit:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Mon Oct 24 20:46:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ed46d1d

app-backup/borgbackup: 1.2.2-r1: shell completions; py3.11; PEP517.

Closes: https://bugs.gentoo.org/878127
Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>

 .../{borgbackup-1.2.2.ebuild => borgbackup-1.2.2-r1.ebuild} | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/app-backup/borgbackup/borgbackup-1.2.2.ebuild b/app-backup/borgbackup/borgbackup-1.2.2-r1.ebuild
similarity index 76%
rename from app-backup/borgbackup/borgbackup-1.2.2.ebuild
rename to app-backup/borgbackup/borgbackup-1.2.2-r1.ebuild
index 9ac4b1a5217a..85d04fd5696f 100644
--- a/app-backup/borgbackup/borgbackup-1.2.2.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.2.2-r1.ebuild
@@ -3,9 +3,10 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
+DISTUTILS_USE_PEP517=setuptools
 
-inherit distutils-r1
+inherit distutils-r1 bash-completion-r1
 
 if [[ ${PV} == "9999" ]] ; then
 	EGIT_REPO_URI="https://github.com/${PN}/borg.git"
@@ -44,4 +45,12 @@ DEPEND="
 src_install() {
 	distutils-r1_src_install
 	doman docs/man/*
+
+	dobashcomp scripts/shell_completions/bash/borg
+
+	insinto /usr/share/zsh/site-functions
+	doins scripts/shell_completions/zsh/_borg
+
+	insinto /usr/share/fish/vendor_completions.d
+	doins scripts/shell_completions/fish/borg.fish
 }


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2022-12-09 22:02 Sam James
  0 siblings, 0 replies; 132+ messages in thread
From: Sam James @ 2022-12-09 22:02 UTC (permalink / raw
  To: gentoo-commits

commit:     f9aadebde8efbb66ed0f408bc9c2bd4f8c6979fc
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  9 22:02:32 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Dec  9 22:02:32 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9aadebd

app-backup/borgbackup: Stabilize 1.2.2-r1 x86, #885077

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-backup/borgbackup/borgbackup-1.2.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/borgbackup/borgbackup-1.2.2-r1.ebuild b/app-backup/borgbackup/borgbackup-1.2.2-r1.ebuild
index 85d04fd5696f..83bc66b2da6f 100644
--- a/app-backup/borgbackup/borgbackup-1.2.2-r1.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.2.2-r1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]] ; then
 	inherit git-r3
 else
 	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 fi
 
 DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2022-12-09 22:02 Sam James
  0 siblings, 0 replies; 132+ messages in thread
From: Sam James @ 2022-12-09 22:02 UTC (permalink / raw
  To: gentoo-commits

commit:     135aec4737380428f72bcdda5dec06aaf76e6a90
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  9 22:02:33 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Dec  9 22:02:33 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=135aec47

app-backup/borgbackup: Stabilize 1.2.2-r1 amd64, #885077

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-backup/borgbackup/borgbackup-1.2.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/borgbackup/borgbackup-1.2.2-r1.ebuild b/app-backup/borgbackup/borgbackup-1.2.2-r1.ebuild
index 83bc66b2da6f..917dcf08418d 100644
--- a/app-backup/borgbackup/borgbackup-1.2.2-r1.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.2.2-r1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]] ; then
 	inherit git-r3
 else
 	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 fi
 
 DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2023-01-07 19:59 Piotr Karbowski
  0 siblings, 0 replies; 132+ messages in thread
From: Piotr Karbowski @ 2023-01-07 19:59 UTC (permalink / raw
  To: gentoo-commits

commit:     14acaa2edf5301b6af635040d4b7bfc92997fc56
Author:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  7 19:59:26 2023 +0000
Commit:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Sat Jan  7 19:59:49 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14acaa2e

app-backup/borgbackup: 1.2.3 version bump.

Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>

 app-backup/borgbackup/Manifest                |  1 +
 app-backup/borgbackup/borgbackup-1.2.3.ebuild | 56 +++++++++++++++++++++++++++
 2 files changed, 57 insertions(+)

diff --git a/app-backup/borgbackup/Manifest b/app-backup/borgbackup/Manifest
index 87e95772550c..dfbb8edc9ce1 100644
--- a/app-backup/borgbackup/Manifest
+++ b/app-backup/borgbackup/Manifest
@@ -1,3 +1,4 @@
 DIST borgbackup-1.1.17.tar.gz 3781411 BLAKE2B 3ceb51f3c2e4ee4e38495ca0bdef2d5c1b30225afe9a3c9987a82f4a1facd4aa203fb21512e655fbbab400bcbd412ff4aefa80242aa21a579e086d38bf3e1078 SHA512 6170680efcca35341031a8fcfd9434d2dca530bb6f7fcabbf452e6af6a8df5a825b4991d342f3c97bd7378d56b9ee86e6118f9281a31ba51235f49818852f4bb
 DIST borgbackup-1.2.1.tar.gz 4017050 BLAKE2B 2841f3c02b6af76aba61064513ebd9039367be868a5f0dad2e10cbf3243236a5d29609bee63b79056f2a553052d3dc415178dbabd5c1e5af9c43111286942869 SHA512 47e95960c9ce7715897834f400ee1a3dcbbbd9aa1e4b69dc93618ade24caf6c046b844c9f3edd10e090795d06bed0136fbd42d6e679f0639f221b83d82545d43
 DIST borgbackup-1.2.2.tar.gz 4042984 BLAKE2B c5c7bacd543e97af5bb1a42dd4a37900b9570328addd33e2ee83347ca631eaf172d8349b4a462bcc871da9f3c1b4e6efeb16da20893e8d58bb0655ed73ceea5b SHA512 9ba040dc659b123e09d1814ea158eb06bd802dbb4961e258910a586f88c5e92e8f32a72c1858f7a8d9d79c3e985b12cf0245436f46a474f627cfd70a59a7e29d
+DIST borgbackup-1.2.3.tar.gz 4044577 BLAKE2B 970fad62428b44eb22df761020a4c25f4aa8d3e8f5cc2c81aa96b1afb051dc24b3d124b4fc84e81cf8eaa6a9b19a200f6f9bda1f7f4c2794a7e8d33e8d5020f1 SHA512 cbc996b5fd7664f8f745e1a36b3b2fb6bddb7af1ce03809ece1a5a73cb90d4f04fc77c0db617a28a5d5eea674dc9065fba642dd3fc7766afdb1362950ea2507f

diff --git a/app-backup/borgbackup/borgbackup-1.2.3.ebuild b/app-backup/borgbackup/borgbackup-1.2.3.ebuild
new file mode 100644
index 000000000000..85d04fd5696f
--- /dev/null
+++ b/app-backup/borgbackup/borgbackup-1.2.3.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 bash-completion-r1
+
+if [[ ${PV} == "9999" ]] ; then
+	EGIT_REPO_URI="https://github.com/${PN}/borg.git"
+	inherit git-r3
+else
+	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+fi
+
+DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"
+HOMEPAGE="https://borgbackup.readthedocs.io/"
+
+LICENSE="BSD"
+SLOT="0"
+
+# Unfortunately we have a file conflict with app-office/borg, bug #580402
+# borgbackup is *very* picky about which msgpack it work with,
+# check setup.py on bumps.
+RDEPEND="
+	!!app-office/borg
+	app-arch/lz4
+	virtual/acl
+	dev-python/pyfuse3[${PYTHON_USEDEP}]
+	~dev-python/msgpack-1.0.4[${PYTHON_USEDEP}]
+	dev-libs/openssl:0=
+"
+
+DEPEND="
+	dev-python/setuptools_scm[${PYTHON_USEDEP}]
+	dev-python/packaging[${PYTHON_USEDEP}]
+	>=dev-python/cython-0.29.29[${PYTHON_USEDEP}]
+	dev-python/pkgconfig[${PYTHON_USEDEP}]
+	${RDEPEND}
+"
+
+src_install() {
+	distutils-r1_src_install
+	doman docs/man/*
+
+	dobashcomp scripts/shell_completions/bash/borg
+
+	insinto /usr/share/zsh/site-functions
+	doins scripts/shell_completions/zsh/_borg
+
+	insinto /usr/share/fish/vendor_completions.d
+	doins scripts/shell_completions/fish/borg.fish
+}


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2023-02-16 17:13 Michał Górny
  0 siblings, 0 replies; 132+ messages in thread
From: Michał Górny @ 2023-02-16 17:13 UTC (permalink / raw
  To: gentoo-commits

commit:     9320e8bce826cdfe3530e1f88b40dda25265dfc4
Author:     Jérôme Carretero <cJ-gentoo <AT> zougloub <DOT> eu>
AuthorDate: Thu Feb 16 09:19:50 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 16 17:11:36 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9320e8bc

app-backup/borgbackup: Copy py3.11 to -9999

Signed-off-by: Jérôme Carretero <cJ-gentoo <AT> zougloub.eu>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-backup/borgbackup/borgbackup-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/borgbackup/borgbackup-9999.ebuild b/app-backup/borgbackup/borgbackup-9999.ebuild
index 0371f36ba38e..be1e1d114458 100644
--- a/app-backup/borgbackup/borgbackup-9999.ebuild
+++ b/app-backup/borgbackup/borgbackup-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 
 inherit distutils-r1
 


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2023-03-06 12:51 Arthur Zamarin
  0 siblings, 0 replies; 132+ messages in thread
From: Arthur Zamarin @ 2023-03-06 12:51 UTC (permalink / raw
  To: gentoo-commits

commit:     796f2c520bdf22a3d47cf97cd3790f8d1e6b992b
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  6 12:51:01 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Mar  6 12:51:01 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=796f2c52

app-backup/borgbackup: Stabilize 1.2.3 amd64, #899666

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-backup/borgbackup/borgbackup-1.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/borgbackup/borgbackup-1.2.3.ebuild b/app-backup/borgbackup/borgbackup-1.2.3.ebuild
index ebd4bd0db8c4..4502f05ba0ae 100644
--- a/app-backup/borgbackup/borgbackup-1.2.3.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.2.3.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]] ; then
 	inherit git-r3
 else
 	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 fi
 
 DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2023-03-06 12:51 Arthur Zamarin
  0 siblings, 0 replies; 132+ messages in thread
From: Arthur Zamarin @ 2023-03-06 12:51 UTC (permalink / raw
  To: gentoo-commits

commit:     4463c310f6dc97ff796d12f3b898aa40faab6bed
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  6 12:51:00 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Mar  6 12:51:00 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4463c310

app-backup/borgbackup: Stabilize 1.2.3 x86, #899666

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-backup/borgbackup/borgbackup-1.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/borgbackup/borgbackup-1.2.3.ebuild b/app-backup/borgbackup/borgbackup-1.2.3.ebuild
index a685a3ad5142..ebd4bd0db8c4 100644
--- a/app-backup/borgbackup/borgbackup-1.2.3.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.2.3.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]] ; then
 	inherit git-r3
 else
 	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 fi
 
 DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2023-03-16 18:52 Michał Górny
  0 siblings, 0 replies; 132+ messages in thread
From: Michał Górny @ 2023-03-16 18:52 UTC (permalink / raw
  To: gentoo-commits

commit:     df5b7e5af84e936b86e39e4b50faa528f460249b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 16 16:16:15 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 16 18:50:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df5b7e5a

app-backup/borgbackup: Sync the live ebuild

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

 app-backup/borgbackup/borgbackup-9999.ebuild | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/app-backup/borgbackup/borgbackup-9999.ebuild b/app-backup/borgbackup/borgbackup-9999.ebuild
index fd3b75c37fb3..d78bd92bc046 100644
--- a/app-backup/borgbackup/borgbackup-9999.ebuild
+++ b/app-backup/borgbackup/borgbackup-9999.ebuild
@@ -4,15 +4,16 @@
 EAPI=8
 
 PYTHON_COMPAT=( python3_{9..11} )
+DISTUTILS_USE_PEP517=setuptools
 
-inherit distutils-r1
+inherit distutils-r1 bash-completion-r1
 
 if [[ ${PV} == "9999" ]] ; then
 	EGIT_REPO_URI="https://github.com/${PN}/borg.git"
 	inherit git-r3
 else
-	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+	inherit pypi
 fi
 
 DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"
@@ -44,4 +45,12 @@ DEPEND="
 src_install() {
 	distutils-r1_src_install
 	doman docs/man/*
+
+	dobashcomp scripts/shell_completions/bash/borg
+
+	insinto /usr/share/zsh/site-functions
+	doins scripts/shell_completions/zsh/_borg
+
+	insinto /usr/share/fish/vendor_completions.d
+	doins scripts/shell_completions/fish/borg.fish
 }


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2023-03-29 20:51 Piotr Karbowski
  0 siblings, 0 replies; 132+ messages in thread
From: Piotr Karbowski @ 2023-03-29 20:51 UTC (permalink / raw
  To: gentoo-commits

commit:     3f4511d70a71837e11fb750b649d44f75684b13c
Author:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 29 20:21:35 2023 +0000
Commit:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Wed Mar 29 20:50:58 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f4511d7

app-backup/borgbackup: drop old and live ebuilds.

Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>

 app-backup/borgbackup/Manifest                    |  3 --
 app-backup/borgbackup/borgbackup-1.1.17-r1.ebuild | 43 -----------------
 app-backup/borgbackup/borgbackup-1.2.1-r2.ebuild  | 47 -------------------
 app-backup/borgbackup/borgbackup-1.2.2-r1.ebuild  | 56 -----------------------
 app-backup/borgbackup/borgbackup-9999.ebuild      | 56 -----------------------
 5 files changed, 205 deletions(-)

diff --git a/app-backup/borgbackup/Manifest b/app-backup/borgbackup/Manifest
index dfbb8edc9ce1..efb17e1e631c 100644
--- a/app-backup/borgbackup/Manifest
+++ b/app-backup/borgbackup/Manifest
@@ -1,4 +1 @@
-DIST borgbackup-1.1.17.tar.gz 3781411 BLAKE2B 3ceb51f3c2e4ee4e38495ca0bdef2d5c1b30225afe9a3c9987a82f4a1facd4aa203fb21512e655fbbab400bcbd412ff4aefa80242aa21a579e086d38bf3e1078 SHA512 6170680efcca35341031a8fcfd9434d2dca530bb6f7fcabbf452e6af6a8df5a825b4991d342f3c97bd7378d56b9ee86e6118f9281a31ba51235f49818852f4bb
-DIST borgbackup-1.2.1.tar.gz 4017050 BLAKE2B 2841f3c02b6af76aba61064513ebd9039367be868a5f0dad2e10cbf3243236a5d29609bee63b79056f2a553052d3dc415178dbabd5c1e5af9c43111286942869 SHA512 47e95960c9ce7715897834f400ee1a3dcbbbd9aa1e4b69dc93618ade24caf6c046b844c9f3edd10e090795d06bed0136fbd42d6e679f0639f221b83d82545d43
-DIST borgbackup-1.2.2.tar.gz 4042984 BLAKE2B c5c7bacd543e97af5bb1a42dd4a37900b9570328addd33e2ee83347ca631eaf172d8349b4a462bcc871da9f3c1b4e6efeb16da20893e8d58bb0655ed73ceea5b SHA512 9ba040dc659b123e09d1814ea158eb06bd802dbb4961e258910a586f88c5e92e8f32a72c1858f7a8d9d79c3e985b12cf0245436f46a474f627cfd70a59a7e29d
 DIST borgbackup-1.2.3.tar.gz 4044577 BLAKE2B 970fad62428b44eb22df761020a4c25f4aa8d3e8f5cc2c81aa96b1afb051dc24b3d124b4fc84e81cf8eaa6a9b19a200f6f9bda1f7f4c2794a7e8d33e8d5020f1 SHA512 cbc996b5fd7664f8f745e1a36b3b2fb6bddb7af1ce03809ece1a5a73cb90d4f04fc77c0db617a28a5d5eea674dc9065fba642dd3fc7766afdb1362950ea2507f

diff --git a/app-backup/borgbackup/borgbackup-1.1.17-r1.ebuild b/app-backup/borgbackup/borgbackup-1.1.17-r1.ebuild
deleted file mode 100644
index 36b587884565..000000000000
--- a/app-backup/borgbackup/borgbackup-1.1.17-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..10} )
-
-inherit distutils-r1
-
-if [[ ${PV} == "9999" ]] ; then
-	EGIT_REPO_URI="https://github.com/${PN}/borg.git"
-	inherit git-r3
-else
-	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
-fi
-
-DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"
-HOMEPAGE="https://borgbackup.readthedocs.io/"
-
-LICENSE="BSD"
-SLOT="0"
-
-# Unfortunately we have a file conflict with app-office/borg, bug #580402
-RDEPEND="
-	!!app-office/borg
-	app-arch/lz4
-	virtual/acl
-	dev-python/llfuse[${PYTHON_USEDEP}]
-	dev-libs/openssl:0=
-"
-
-DEPEND="
-	dev-python/setuptools-scm[${PYTHON_USEDEP}]
-	dev-python/packaging[${PYTHON_USEDEP}]
-	dev-python/cython[${PYTHON_USEDEP}]
-	${RDEPEND}
-"
-
-src_install() {
-	distutils-r1_src_install
-	doman docs/man/*
-}

diff --git a/app-backup/borgbackup/borgbackup-1.2.1-r2.ebuild b/app-backup/borgbackup/borgbackup-1.2.1-r2.ebuild
deleted file mode 100644
index 9b469cc1f3a6..000000000000
--- a/app-backup/borgbackup/borgbackup-1.2.1-r2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..10} )
-
-inherit distutils-r1
-
-if [[ ${PV} == "9999" ]] ; then
-	EGIT_REPO_URI="https://github.com/${PN}/borg.git"
-	inherit git-r3
-else
-	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
-fi
-
-DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"
-HOMEPAGE="https://borgbackup.readthedocs.io/"
-
-LICENSE="BSD"
-SLOT="0"
-
-# Unfortunately we have a file conflict with app-office/borg, bug #580402
-# borgbackup is *very* picky about which msgpack it work with,
-# check setup.py on bumps.
-RDEPEND="
-	!!app-office/borg
-	app-arch/lz4
-	virtual/acl
-	dev-python/pyfuse3[${PYTHON_USEDEP}]
-	~dev-python/msgpack-1.0.4[${PYTHON_USEDEP}]
-	dev-libs/openssl:0=
-"
-
-DEPEND="
-	dev-python/setuptools-scm[${PYTHON_USEDEP}]
-	dev-python/packaging[${PYTHON_USEDEP}]
-	>=dev-python/cython-0.29.29[${PYTHON_USEDEP}]
-	dev-python/pkgconfig[${PYTHON_USEDEP}]
-	${RDEPEND}
-"
-
-src_install() {
-	distutils-r1_src_install
-	doman docs/man/*
-}

diff --git a/app-backup/borgbackup/borgbackup-1.2.2-r1.ebuild b/app-backup/borgbackup/borgbackup-1.2.2-r1.ebuild
deleted file mode 100644
index 4502f05ba0ae..000000000000
--- a/app-backup/borgbackup/borgbackup-1.2.2-r1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1 bash-completion-r1
-
-if [[ ${PV} == "9999" ]] ; then
-	EGIT_REPO_URI="https://github.com/${PN}/borg.git"
-	inherit git-r3
-else
-	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
-fi
-
-DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"
-HOMEPAGE="https://borgbackup.readthedocs.io/"
-
-LICENSE="BSD"
-SLOT="0"
-
-# Unfortunately we have a file conflict with app-office/borg, bug #580402
-# borgbackup is *very* picky about which msgpack it work with,
-# check setup.py on bumps.
-RDEPEND="
-	!!app-office/borg
-	app-arch/lz4
-	virtual/acl
-	dev-python/pyfuse3[${PYTHON_USEDEP}]
-	~dev-python/msgpack-1.0.4[${PYTHON_USEDEP}]
-	dev-libs/openssl:0=
-"
-
-DEPEND="
-	dev-python/setuptools-scm[${PYTHON_USEDEP}]
-	dev-python/packaging[${PYTHON_USEDEP}]
-	>=dev-python/cython-0.29.29[${PYTHON_USEDEP}]
-	dev-python/pkgconfig[${PYTHON_USEDEP}]
-	${RDEPEND}
-"
-
-src_install() {
-	distutils-r1_src_install
-	doman docs/man/*
-
-	dobashcomp scripts/shell_completions/bash/borg
-
-	insinto /usr/share/zsh/site-functions
-	doins scripts/shell_completions/zsh/_borg
-
-	insinto /usr/share/fish/vendor_completions.d
-	doins scripts/shell_completions/fish/borg.fish
-}

diff --git a/app-backup/borgbackup/borgbackup-9999.ebuild b/app-backup/borgbackup/borgbackup-9999.ebuild
deleted file mode 100644
index d78bd92bc046..000000000000
--- a/app-backup/borgbackup/borgbackup-9999.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1 bash-completion-r1
-
-if [[ ${PV} == "9999" ]] ; then
-	EGIT_REPO_URI="https://github.com/${PN}/borg.git"
-	inherit git-r3
-else
-	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-	inherit pypi
-fi
-
-DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"
-HOMEPAGE="https://borgbackup.readthedocs.io/"
-
-LICENSE="BSD"
-SLOT="0"
-
-# Unfortunately we have a file conflict with app-office/borg, bug #580402
-# borgbackup is *very* picky about which msgpack it work with,
-# check setup.py on bumps.
-RDEPEND="
-	!!app-office/borg
-	app-arch/lz4
-	virtual/acl
-	dev-python/pyfuse3[${PYTHON_USEDEP}]
-	~dev-python/msgpack-1.0.4[${PYTHON_USEDEP}]
-	dev-libs/openssl:0=
-"
-
-DEPEND="
-	dev-python/setuptools-scm[${PYTHON_USEDEP}]
-	dev-python/packaging[${PYTHON_USEDEP}]
-	>=dev-python/cython-0.29.29[${PYTHON_USEDEP}]
-	dev-python/pkgconfig[${PYTHON_USEDEP}]
-	${RDEPEND}
-"
-
-src_install() {
-	distutils-r1_src_install
-	doman docs/man/*
-
-	dobashcomp scripts/shell_completions/bash/borg
-
-	insinto /usr/share/zsh/site-functions
-	doins scripts/shell_completions/zsh/_borg
-
-	insinto /usr/share/fish/vendor_completions.d
-	doins scripts/shell_completions/fish/borg.fish
-}


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2023-03-29 20:51 Piotr Karbowski
  0 siblings, 0 replies; 132+ messages in thread
From: Piotr Karbowski @ 2023-03-29 20:51 UTC (permalink / raw
  To: gentoo-commits

commit:     faf7aa83011f876a63acbc3380d6137f52729e24
Author:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 29 20:23:47 2023 +0000
Commit:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Wed Mar 29 20:50:58 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faf7aa83

app-backup/borgbackup: 1.2.4 version bump.

Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>

 app-backup/borgbackup/Manifest                |  1 +
 app-backup/borgbackup/borgbackup-1.2.4.ebuild | 51 +++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

diff --git a/app-backup/borgbackup/Manifest b/app-backup/borgbackup/Manifest
index efb17e1e631c..144665abf6f6 100644
--- a/app-backup/borgbackup/Manifest
+++ b/app-backup/borgbackup/Manifest
@@ -1 +1,2 @@
 DIST borgbackup-1.2.3.tar.gz 4044577 BLAKE2B 970fad62428b44eb22df761020a4c25f4aa8d3e8f5cc2c81aa96b1afb051dc24b3d124b4fc84e81cf8eaa6a9b19a200f6f9bda1f7f4c2794a7e8d33e8d5020f1 SHA512 cbc996b5fd7664f8f745e1a36b3b2fb6bddb7af1ce03809ece1a5a73cb90d4f04fc77c0db617a28a5d5eea674dc9065fba642dd3fc7766afdb1362950ea2507f
+DIST borgbackup-1.2.4.tar.gz 4056513 BLAKE2B 90c4d7ce43acaa4512a5cce3d0c96c883699b293efb1e5d5b516b803cf4d03bcece85b026bfa6e47ccccb1f5ec1b115e2c70ccb081d01accfde0d8b080cb4ea8 SHA512 9326a58605a085f521ba75a2eecfb4bdb790d3da18c77076bddaeae641678cc08171d997a758182a739ec6b145bb04d982f8314ae60f93c3ff093eca15515dfd

diff --git a/app-backup/borgbackup/borgbackup-1.2.4.ebuild b/app-backup/borgbackup/borgbackup-1.2.4.ebuild
new file mode 100644
index 000000000000..17a4377c47bf
--- /dev/null
+++ b/app-backup/borgbackup/borgbackup-1.2.4.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 bash-completion-r1
+
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+inherit pypi
+
+DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"
+HOMEPAGE="https://borgbackup.readthedocs.io/"
+
+LICENSE="BSD"
+SLOT="0"
+
+# Unfortunately we have a file conflict with app-office/borg, bug #580402
+# borgbackup is *very* picky about which msgpack it work with,
+# check setup.py on bumps.
+RDEPEND="
+	!!app-office/borg
+	app-arch/lz4
+	virtual/acl
+	dev-python/pyfuse3[${PYTHON_USEDEP}]
+	~dev-python/msgpack-1.0.5[${PYTHON_USEDEP}]
+	dev-libs/openssl:0=
+"
+
+DEPEND="
+	dev-python/setuptools-scm[${PYTHON_USEDEP}]
+	dev-python/packaging[${PYTHON_USEDEP}]
+	>=dev-python/cython-0.29.29[${PYTHON_USEDEP}]
+	dev-python/pkgconfig[${PYTHON_USEDEP}]
+	${RDEPEND}
+"
+
+src_install() {
+	distutils-r1_src_install
+	doman docs/man/*
+
+	dobashcomp scripts/shell_completions/bash/borg
+
+	insinto /usr/share/zsh/site-functions
+	doins scripts/shell_completions/zsh/_borg
+
+	insinto /usr/share/fish/vendor_completions.d
+	doins scripts/shell_completions/fish/borg.fish
+}


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2023-05-02 15:21 Arthur Zamarin
  0 siblings, 0 replies; 132+ messages in thread
From: Arthur Zamarin @ 2023-05-02 15:21 UTC (permalink / raw
  To: gentoo-commits

commit:     383514de668cee10774559190f773ca2f0780e75
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue May  2 15:20:37 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue May  2 15:20:37 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=383514de

app-backup/borgbackup: Stabilize 1.2.4 amd64, #905467

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-backup/borgbackup/borgbackup-1.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/borgbackup/borgbackup-1.2.4.ebuild b/app-backup/borgbackup/borgbackup-1.2.4.ebuild
index 17a4377c47bf..a1aaaa9a6e4a 100644
--- a/app-backup/borgbackup/borgbackup-1.2.4.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.2.4.ebuild
@@ -8,7 +8,7 @@ DISTUTILS_USE_PEP517=setuptools
 
 inherit distutils-r1 bash-completion-r1
 
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 inherit pypi
 
 DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2023-05-02 15:21 Arthur Zamarin
  0 siblings, 0 replies; 132+ messages in thread
From: Arthur Zamarin @ 2023-05-02 15:21 UTC (permalink / raw
  To: gentoo-commits

commit:     d0419efc6e168f864e5b2bf643f1623c0af1f0b0
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue May  2 15:20:37 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue May  2 15:20:37 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0419efc

app-backup/borgbackup: Stabilize 1.2.4 x86, #905467

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-backup/borgbackup/borgbackup-1.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/borgbackup/borgbackup-1.2.4.ebuild b/app-backup/borgbackup/borgbackup-1.2.4.ebuild
index a1aaaa9a6e4a..6be9270fabef 100644
--- a/app-backup/borgbackup/borgbackup-1.2.4.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.2.4.ebuild
@@ -8,7 +8,7 @@ DISTUTILS_USE_PEP517=setuptools
 
 inherit distutils-r1 bash-completion-r1
 
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 inherit pypi
 
 DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2023-05-07 18:39 Piotr Karbowski
  0 siblings, 0 replies; 132+ messages in thread
From: Piotr Karbowski @ 2023-05-07 18:39 UTC (permalink / raw
  To: gentoo-commits

commit:     2240e21b36a50254143c3453f195ae3f8cb1f046
Author:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Sun May  7 18:38:17 2023 +0000
Commit:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Sun May  7 18:38:17 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2240e21b

app-backup/borgbackup: 1.2.4-r1 revbump with xxhash and zstd deps.

Also drops version 1.2.3.

Closes: https://bugs.gentoo.org/905853
Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>

 app-backup/borgbackup/Manifest                              |  1 -
 .../{borgbackup-1.2.3.ebuild => borgbackup-1.2.4-r1.ebuild} | 13 +++++--------
 2 files changed, 5 insertions(+), 9 deletions(-)

diff --git a/app-backup/borgbackup/Manifest b/app-backup/borgbackup/Manifest
index 144665abf6f6..41ba0d6ffa0d 100644
--- a/app-backup/borgbackup/Manifest
+++ b/app-backup/borgbackup/Manifest
@@ -1,2 +1 @@
-DIST borgbackup-1.2.3.tar.gz 4044577 BLAKE2B 970fad62428b44eb22df761020a4c25f4aa8d3e8f5cc2c81aa96b1afb051dc24b3d124b4fc84e81cf8eaa6a9b19a200f6f9bda1f7f4c2794a7e8d33e8d5020f1 SHA512 cbc996b5fd7664f8f745e1a36b3b2fb6bddb7af1ce03809ece1a5a73cb90d4f04fc77c0db617a28a5d5eea674dc9065fba642dd3fc7766afdb1362950ea2507f
 DIST borgbackup-1.2.4.tar.gz 4056513 BLAKE2B 90c4d7ce43acaa4512a5cce3d0c96c883699b293efb1e5d5b516b803cf4d03bcece85b026bfa6e47ccccb1f5ec1b115e2c70ccb081d01accfde0d8b080cb4ea8 SHA512 9326a58605a085f521ba75a2eecfb4bdb790d3da18c77076bddaeae641678cc08171d997a758182a739ec6b145bb04d982f8314ae60f93c3ff093eca15515dfd

diff --git a/app-backup/borgbackup/borgbackup-1.2.3.ebuild b/app-backup/borgbackup/borgbackup-1.2.4-r1.ebuild
similarity index 84%
rename from app-backup/borgbackup/borgbackup-1.2.3.ebuild
rename to app-backup/borgbackup/borgbackup-1.2.4-r1.ebuild
index 5e120674b991..7823907fc434 100644
--- a/app-backup/borgbackup/borgbackup-1.2.3.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.2.4-r1.ebuild
@@ -8,13 +8,8 @@ DISTUTILS_USE_PEP517=setuptools
 
 inherit distutils-r1 bash-completion-r1
 
-if [[ ${PV} == "9999" ]] ; then
-	EGIT_REPO_URI="https://github.com/${PN}/borg.git"
-	inherit git-r3
-else
-	KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
-	inherit pypi
-fi
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+inherit pypi
 
 DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"
 HOMEPAGE="https://borgbackup.readthedocs.io/"
@@ -27,10 +22,12 @@ SLOT="0"
 # check setup.py on bumps.
 RDEPEND="
 	!!app-office/borg
+	dev-libs/xxhash
 	app-arch/lz4
+	app-arch/zstd
 	virtual/acl
 	dev-python/pyfuse3[${PYTHON_USEDEP}]
-	~dev-python/msgpack-1.0.4[${PYTHON_USEDEP}]
+	~dev-python/msgpack-1.0.5[${PYTHON_USEDEP}]
 	dev-libs/openssl:0=
 "
 


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2023-05-14 14:51 Piotr Karbowski
  0 siblings, 0 replies; 132+ messages in thread
From: Piotr Karbowski @ 2023-05-14 14:51 UTC (permalink / raw
  To: gentoo-commits

commit:     299ae8a2a260dce8c5d4e3f5b075de1556da6d98
Author:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Sun May 14 14:49:53 2023 +0000
Commit:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Sun May 14 14:51:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=299ae8a2

app-backup/borgbackup: 1.2.4-r2 revbump with deps fix

Closes: https://bugs.gentoo.org/905903
Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>

 .../{borgbackup-1.2.4-r1.ebuild => borgbackup-1.2.4-r2.ebuild}          | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/app-backup/borgbackup/borgbackup-1.2.4-r1.ebuild b/app-backup/borgbackup/borgbackup-1.2.4-r2.ebuild
similarity index 95%
rename from app-backup/borgbackup/borgbackup-1.2.4-r1.ebuild
rename to app-backup/borgbackup/borgbackup-1.2.4-r2.ebuild
index 7823907fc434..64c7807b8981 100644
--- a/app-backup/borgbackup/borgbackup-1.2.4-r1.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.2.4-r2.ebuild
@@ -39,6 +39,8 @@ DEPEND="
 	${RDEPEND}
 "
 
+BDEEPND=">=dev-python/cython-0.29.29[${PYTHON_USEDEP}]"
+
 src_install() {
 	distutils-r1_src_install
 	doman docs/man/*


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2023-05-15  8:41 Piotr Karbowski
  0 siblings, 0 replies; 132+ messages in thread
From: Piotr Karbowski @ 2023-05-15  8:41 UTC (permalink / raw
  To: gentoo-commits

commit:     d7fb3cb36c81a316a9e0f7b1bcce3bc282a59838
Author:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Mon May 15 08:39:22 2023 +0000
Commit:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Mon May 15 08:41:03 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7fb3cb3

app-backup/borgbackup: 1.2.4-r3 revbump with deps typo fix.

Closes: https://bugs.gentoo.org/906340
Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>

 .../{borgbackup-1.2.4-r2.ebuild => borgbackup-1.2.4-r3.ebuild}          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/borgbackup/borgbackup-1.2.4-r2.ebuild b/app-backup/borgbackup/borgbackup-1.2.4-r3.ebuild
similarity index 95%
rename from app-backup/borgbackup/borgbackup-1.2.4-r2.ebuild
rename to app-backup/borgbackup/borgbackup-1.2.4-r3.ebuild
index 64c7807b8981..d6371903efc2 100644
--- a/app-backup/borgbackup/borgbackup-1.2.4-r2.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.2.4-r3.ebuild
@@ -39,7 +39,7 @@ DEPEND="
 	${RDEPEND}
 "
 
-BDEEPND=">=dev-python/cython-0.29.29[${PYTHON_USEDEP}]"
+BDEPEND=">=dev-python/cython-0.29.29[${PYTHON_USEDEP}]"
 
 src_install() {
 	distutils-r1_src_install


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2023-07-23 19:28 Arthur Zamarin
  0 siblings, 0 replies; 132+ messages in thread
From: Arthur Zamarin @ 2023-07-23 19:28 UTC (permalink / raw
  To: gentoo-commits

commit:     c825bab48a0fc23b09b7181d80f833377ebafed4
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 23 19:28:37 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 23 19:28:37 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c825bab4

app-backup/borgbackup: Stabilize 1.2.4-r3 x86, #909789

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-backup/borgbackup/borgbackup-1.2.4-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/borgbackup/borgbackup-1.2.4-r3.ebuild b/app-backup/borgbackup/borgbackup-1.2.4-r3.ebuild
index e8adfc434218..ec1b6901e5d3 100644
--- a/app-backup/borgbackup/borgbackup-1.2.4-r3.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.2.4-r3.ebuild
@@ -8,7 +8,7 @@ DISTUTILS_USE_PEP517=setuptools
 
 inherit distutils-r1 bash-completion-r1
 
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 inherit pypi
 
 DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2023-07-23 19:28 Arthur Zamarin
  0 siblings, 0 replies; 132+ messages in thread
From: Arthur Zamarin @ 2023-07-23 19:28 UTC (permalink / raw
  To: gentoo-commits

commit:     295acae9323138bad056d22d6c391f094e0eecee
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 23 19:28:34 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 23 19:28:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=295acae9

app-backup/borgbackup: Stabilize 1.2.4-r3 amd64, #909789

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-backup/borgbackup/borgbackup-1.2.4-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/borgbackup/borgbackup-1.2.4-r3.ebuild b/app-backup/borgbackup/borgbackup-1.2.4-r3.ebuild
index d6371903efc2..e8adfc434218 100644
--- a/app-backup/borgbackup/borgbackup-1.2.4-r3.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.2.4-r3.ebuild
@@ -8,7 +8,7 @@ DISTUTILS_USE_PEP517=setuptools
 
 inherit distutils-r1 bash-completion-r1
 
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 inherit pypi
 
 DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2023-08-21 14:56 Marek Szuba
  0 siblings, 0 replies; 132+ messages in thread
From: Marek Szuba @ 2023-08-21 14:56 UTC (permalink / raw
  To: gentoo-commits

commit:     a86937f56f9498ce49251323ff45d6dce4a8fa71
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 21 14:46:37 2023 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Mon Aug 21 14:56:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a86937f5

app-backup/borgbackup: add myself as a maintainer

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 app-backup/borgbackup/metadata.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-backup/borgbackup/metadata.xml b/app-backup/borgbackup/metadata.xml
index d44a5ed88690..17284e4eaf25 100644
--- a/app-backup/borgbackup/metadata.xml
+++ b/app-backup/borgbackup/metadata.xml
@@ -1,7 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<!-- maintainer-needed -->
+	<maintainer type="person">
+		<email>marecki@gentoo.org</email>
+		<name>Marek Szuba</name>
+	</maintainer>
 	<upstream>
 		<remote-id type="github">borgbackup/borg</remote-id>
 		<remote-id type="pypi">borgbackup</remote-id>


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2023-08-21 15:49 Marek Szuba
  0 siblings, 0 replies; 132+ messages in thread
From: Marek Szuba @ 2023-08-21 15:49 UTC (permalink / raw
  To: gentoo-commits

commit:     27bd8c55982850e858f692f189a44efc25f15f28
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 21 14:57:36 2023 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Mon Aug 21 15:49:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27bd8c55

app-backup/borgbackup: drop 1.2.4

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 app-backup/borgbackup/borgbackup-1.2.4.ebuild | 51 ---------------------------
 1 file changed, 51 deletions(-)

diff --git a/app-backup/borgbackup/borgbackup-1.2.4.ebuild b/app-backup/borgbackup/borgbackup-1.2.4.ebuild
deleted file mode 100644
index 6be9270fabef..000000000000
--- a/app-backup/borgbackup/borgbackup-1.2.4.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1 bash-completion-r1
-
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
-inherit pypi
-
-DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"
-HOMEPAGE="https://borgbackup.readthedocs.io/"
-
-LICENSE="BSD"
-SLOT="0"
-
-# Unfortunately we have a file conflict with app-office/borg, bug #580402
-# borgbackup is *very* picky about which msgpack it work with,
-# check setup.py on bumps.
-RDEPEND="
-	!!app-office/borg
-	app-arch/lz4
-	virtual/acl
-	dev-python/pyfuse3[${PYTHON_USEDEP}]
-	~dev-python/msgpack-1.0.5[${PYTHON_USEDEP}]
-	dev-libs/openssl:0=
-"
-
-DEPEND="
-	dev-python/setuptools-scm[${PYTHON_USEDEP}]
-	dev-python/packaging[${PYTHON_USEDEP}]
-	>=dev-python/cython-0.29.29[${PYTHON_USEDEP}]
-	dev-python/pkgconfig[${PYTHON_USEDEP}]
-	${RDEPEND}
-"
-
-src_install() {
-	distutils-r1_src_install
-	doman docs/man/*
-
-	dobashcomp scripts/shell_completions/bash/borg
-
-	insinto /usr/share/zsh/site-functions
-	doins scripts/shell_completions/zsh/_borg
-
-	insinto /usr/share/fish/vendor_completions.d
-	doins scripts/shell_completions/fish/borg.fish
-}


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2023-09-03 13:54 Marek Szuba
  0 siblings, 0 replies; 132+ messages in thread
From: Marek Szuba @ 2023-09-03 13:54 UTC (permalink / raw
  To: gentoo-commits

commit:     59bc4e4aa02b670d43f43eda1c6497e9d51f522c
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  3 13:53:56 2023 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Sun Sep  3 13:54:28 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59bc4e4a

app-backup/borgbackup: add 1.2.6

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 app-backup/borgbackup/Manifest                |  1 +
 app-backup/borgbackup/borgbackup-1.2.6.ebuild | 54 +++++++++++++++++++++++++++
 2 files changed, 55 insertions(+)

diff --git a/app-backup/borgbackup/Manifest b/app-backup/borgbackup/Manifest
index 41ba0d6ffa0d..262c22a00fba 100644
--- a/app-backup/borgbackup/Manifest
+++ b/app-backup/borgbackup/Manifest
@@ -1 +1,2 @@
 DIST borgbackup-1.2.4.tar.gz 4056513 BLAKE2B 90c4d7ce43acaa4512a5cce3d0c96c883699b293efb1e5d5b516b803cf4d03bcece85b026bfa6e47ccccb1f5ec1b115e2c70ccb081d01accfde0d8b080cb4ea8 SHA512 9326a58605a085f521ba75a2eecfb4bdb790d3da18c77076bddaeae641678cc08171d997a758182a739ec6b145bb04d982f8314ae60f93c3ff093eca15515dfd
+DIST borgbackup-1.2.6.tar.gz 4355451 BLAKE2B 309af40779f4adeb2611378abf68ac0a4d06529cfce67a1d852650c902abbc71defe2ac918f417615069d8788ec679d1cdc499d253f6605cdc3fecae3aad8953 SHA512 264bf023f4a53f79d8359e1ed0678c7572ad24776e0ddbc5d3446f548629ecea1e0798c33df4464573b1258f47220c86ca964673501dd9b3018484f1f86280f7

diff --git a/app-backup/borgbackup/borgbackup-1.2.6.ebuild b/app-backup/borgbackup/borgbackup-1.2.6.ebuild
new file mode 100644
index 000000000000..ec87634ff3ee
--- /dev/null
+++ b/app-backup/borgbackup/borgbackup-1.2.6.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+# See https://github.com/borgbackup/borg/pull/7592 re: py3.12 support
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit bash-completion-r1 distutils-r1 pypi
+
+DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"
+HOMEPAGE="https://borgbackup.readthedocs.io/"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+
+# "import file mismatch" when in S, "attempted relative import with no
+# known parent package" when in BUILD_DIR/install/.../borg/testsuite.
+# Needs work.
+RESTRICT="test"
+
+DEPEND="app-arch/lz4
+	app-arch/zstd
+	dev-libs/openssl:0=
+	>=dev-libs/xxhash-0.8.1
+	virtual/acl"
+# borgbackup is *very* picky about which msgpack it work with,
+# check setup.py on bumps.
+RDEPEND="${DEPEND}
+	~dev-python/msgpack-1.0.5[${PYTHON_USEDEP}]
+	dev-python/packaging[${PYTHON_USEDEP}]
+	dev-python/pyfuse3[${PYTHON_USEDEP}]"
+
+BDEPEND="dev-python/cython[${PYTHON_USEDEP}]
+	dev-python/pkgconfig[${PYTHON_USEDEP}]
+	dev-python/setuptools-scm[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest
+
+src_install() {
+	distutils-r1_src_install
+	doman docs/man/*
+
+	dobashcomp scripts/shell_completions/bash/borg
+
+	insinto /usr/share/zsh/site-functions
+	doins scripts/shell_completions/zsh/_borg
+
+	insinto /usr/share/fish/vendor_completions.d
+	doins scripts/shell_completions/fish/borg.fish
+}


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2023-09-03 16:39 Sam James
  0 siblings, 0 replies; 132+ messages in thread
From: Sam James @ 2023-09-03 16:39 UTC (permalink / raw
  To: gentoo-commits

commit:     7602e6355fa415cde8ed185246e959a199884b82
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  3 16:39:33 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Sep  3 16:39:33 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7602e635

app-backup/borgbackup: Stabilize 1.2.6 amd64, #913571

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-backup/borgbackup/borgbackup-1.2.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/borgbackup/borgbackup-1.2.6.ebuild b/app-backup/borgbackup/borgbackup-1.2.6.ebuild
index 1b36827eae57..5f724c0b59df 100644
--- a/app-backup/borgbackup/borgbackup-1.2.6.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.2.6.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://borgbackup.readthedocs.io/"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 
 # "import file mismatch" when in S, "attempted relative import with no
 # known parent package" when in BUILD_DIR/install/.../borg/testsuite.


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2023-09-03 16:39 Sam James
  0 siblings, 0 replies; 132+ messages in thread
From: Sam James @ 2023-09-03 16:39 UTC (permalink / raw
  To: gentoo-commits

commit:     11593abcf3737ef5f6352878927856d713a6576b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  3 16:39:33 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Sep  3 16:39:33 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11593abc

app-backup/borgbackup: Stabilize 1.2.6 x86, #913571

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-backup/borgbackup/borgbackup-1.2.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/borgbackup/borgbackup-1.2.6.ebuild b/app-backup/borgbackup/borgbackup-1.2.6.ebuild
index ec87634ff3ee..1b36827eae57 100644
--- a/app-backup/borgbackup/borgbackup-1.2.6.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.2.6.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://borgbackup.readthedocs.io/"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 
 # "import file mismatch" when in S, "attempted relative import with no
 # known parent package" when in BUILD_DIR/install/.../borg/testsuite.


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2023-09-04  8:21 Marek Szuba
  0 siblings, 0 replies; 132+ messages in thread
From: Marek Szuba @ 2023-09-04  8:21 UTC (permalink / raw
  To: gentoo-commits

commit:     1c9eaa3ece6010067f206c88a87889650c9ddc08
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  4 08:20:44 2023 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Mon Sep  4 08:21:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c9eaa3e

app-backup/borgbackup: drop 1.2.4-r3

No versions vulnerable to CVE-2023-36811 left in the tree.

Bug: https://bugs.gentoo.org/913407
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 app-backup/borgbackup/Manifest                   |  1 -
 app-backup/borgbackup/borgbackup-1.2.4-r3.ebuild | 55 ------------------------
 2 files changed, 56 deletions(-)

diff --git a/app-backup/borgbackup/Manifest b/app-backup/borgbackup/Manifest
index 262c22a00fba..26f452eb29d4 100644
--- a/app-backup/borgbackup/Manifest
+++ b/app-backup/borgbackup/Manifest
@@ -1,2 +1 @@
-DIST borgbackup-1.2.4.tar.gz 4056513 BLAKE2B 90c4d7ce43acaa4512a5cce3d0c96c883699b293efb1e5d5b516b803cf4d03bcece85b026bfa6e47ccccb1f5ec1b115e2c70ccb081d01accfde0d8b080cb4ea8 SHA512 9326a58605a085f521ba75a2eecfb4bdb790d3da18c77076bddaeae641678cc08171d997a758182a739ec6b145bb04d982f8314ae60f93c3ff093eca15515dfd
 DIST borgbackup-1.2.6.tar.gz 4355451 BLAKE2B 309af40779f4adeb2611378abf68ac0a4d06529cfce67a1d852650c902abbc71defe2ac918f417615069d8788ec679d1cdc499d253f6605cdc3fecae3aad8953 SHA512 264bf023f4a53f79d8359e1ed0678c7572ad24776e0ddbc5d3446f548629ecea1e0798c33df4464573b1258f47220c86ca964673501dd9b3018484f1f86280f7

diff --git a/app-backup/borgbackup/borgbackup-1.2.4-r3.ebuild b/app-backup/borgbackup/borgbackup-1.2.4-r3.ebuild
deleted file mode 100644
index ec1b6901e5d3..000000000000
--- a/app-backup/borgbackup/borgbackup-1.2.4-r3.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1 bash-completion-r1
-
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
-inherit pypi
-
-DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"
-HOMEPAGE="https://borgbackup.readthedocs.io/"
-
-LICENSE="BSD"
-SLOT="0"
-
-# Unfortunately we have a file conflict with app-office/borg, bug #580402
-# borgbackup is *very* picky about which msgpack it work with,
-# check setup.py on bumps.
-RDEPEND="
-	!!app-office/borg
-	dev-libs/xxhash
-	app-arch/lz4
-	app-arch/zstd
-	virtual/acl
-	dev-python/pyfuse3[${PYTHON_USEDEP}]
-	~dev-python/msgpack-1.0.5[${PYTHON_USEDEP}]
-	dev-libs/openssl:0=
-"
-
-DEPEND="
-	dev-python/setuptools-scm[${PYTHON_USEDEP}]
-	dev-python/packaging[${PYTHON_USEDEP}]
-	>=dev-python/cython-0.29.29[${PYTHON_USEDEP}]
-	dev-python/pkgconfig[${PYTHON_USEDEP}]
-	${RDEPEND}
-"
-
-BDEPEND=">=dev-python/cython-0.29.29[${PYTHON_USEDEP}]"
-
-src_install() {
-	distutils-r1_src_install
-	doman docs/man/*
-
-	dobashcomp scripts/shell_completions/bash/borg
-
-	insinto /usr/share/zsh/site-functions
-	doins scripts/shell_completions/zsh/_borg
-
-	insinto /usr/share/fish/vendor_completions.d
-	doins scripts/shell_completions/fish/borg.fish
-}


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2023-12-08 23:10 Marek Szuba
  0 siblings, 0 replies; 132+ messages in thread
From: Marek Szuba @ 2023-12-08 23:10 UTC (permalink / raw
  To: gentoo-commits

commit:     dc29c27f0fa57657e645c34e9c08dcf84111b763
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  8 23:09:35 2023 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Fri Dec  8 23:10:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc29c27f

app-backup/borgbackup: add 1.2.7

Bug: https://bugs.gentoo.org/915319
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 app-backup/borgbackup/Manifest                |  1 +
 app-backup/borgbackup/borgbackup-1.2.7.ebuild | 53 +++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

diff --git a/app-backup/borgbackup/Manifest b/app-backup/borgbackup/Manifest
index 26f452eb29d4..1913011a37d9 100644
--- a/app-backup/borgbackup/Manifest
+++ b/app-backup/borgbackup/Manifest
@@ -1 +1,2 @@
 DIST borgbackup-1.2.6.tar.gz 4355451 BLAKE2B 309af40779f4adeb2611378abf68ac0a4d06529cfce67a1d852650c902abbc71defe2ac918f417615069d8788ec679d1cdc499d253f6605cdc3fecae3aad8953 SHA512 264bf023f4a53f79d8359e1ed0678c7572ad24776e0ddbc5d3446f548629ecea1e0798c33df4464573b1258f47220c86ca964673501dd9b3018484f1f86280f7
+DIST borgbackup-1.2.7.tar.gz 4370372 BLAKE2B 8d69f3e7890ee117e1fe2cdf6b92c548bc40b337de09850948150034fc4724bf05c51c852a268df2294e3657676920a1c663a421331fd6dba5fffa558429f11e SHA512 313f495d09bff9d2106a2354d02e8b5478dbce279ccfe863d22bbca40fe1bef94fc575e4ae45585a776689fa0058982c4c009c423ac948cc229e15bb5eb5f2bc

diff --git a/app-backup/borgbackup/borgbackup-1.2.7.ebuild b/app-backup/borgbackup/borgbackup-1.2.7.ebuild
new file mode 100644
index 000000000000..f941a77dae56
--- /dev/null
+++ b/app-backup/borgbackup/borgbackup-1.2.7.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit bash-completion-r1 distutils-r1 pypi
+
+DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"
+HOMEPAGE="https://borgbackup.readthedocs.io/"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+
+# "import file mismatch" when in S, "attempted relative import with no
+# known parent package" when in BUILD_DIR/install/.../borg/testsuite.
+# Needs work.
+RESTRICT="test"
+
+DEPEND="app-arch/lz4
+	app-arch/zstd
+	dev-libs/openssl:0=
+	>=dev-libs/xxhash-0.8.1
+	virtual/acl"
+# borgbackup is *very* picky about which msgpack it work with,
+# check setup.py on bumps.
+RDEPEND="${DEPEND}
+	~dev-python/msgpack-1.0.7[${PYTHON_USEDEP}]
+	dev-python/packaging[${PYTHON_USEDEP}]
+	dev-python/pyfuse3[${PYTHON_USEDEP}]"
+
+BDEPEND="dev-python/cython[${PYTHON_USEDEP}]
+	dev-python/pkgconfig[${PYTHON_USEDEP}]
+	dev-python/setuptools-scm[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest
+
+src_install() {
+	distutils-r1_src_install
+	doman docs/man/*
+
+	dobashcomp scripts/shell_completions/bash/borg
+
+	insinto /usr/share/zsh/site-functions
+	doins scripts/shell_completions/zsh/_borg
+
+	insinto /usr/share/fish/vendor_completions.d
+	doins scripts/shell_completions/fish/borg.fish
+}


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2024-01-18 17:25 Sam James
  0 siblings, 0 replies; 132+ messages in thread
From: Sam James @ 2024-01-18 17:25 UTC (permalink / raw
  To: gentoo-commits

commit:     027320676108bb2dd265c426c9694431a25385b2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 18 17:23:50 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan 18 17:23:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02732067

app-backup/borgbackup: Stabilize 1.2.7 x86, #922394

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-backup/borgbackup/borgbackup-1.2.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/borgbackup/borgbackup-1.2.7.ebuild b/app-backup/borgbackup/borgbackup-1.2.7.ebuild
index 2d88f0cfff4d..e88f101c4b04 100644
--- a/app-backup/borgbackup/borgbackup-1.2.7.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.2.7.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://borgbackup.readthedocs.io/"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 
 # "import file mismatch" when in S, "attempted relative import with no
 # known parent package" when in BUILD_DIR/install/.../borg/testsuite.


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2024-01-18 17:25 Sam James
  0 siblings, 0 replies; 132+ messages in thread
From: Sam James @ 2024-01-18 17:25 UTC (permalink / raw
  To: gentoo-commits

commit:     2704688c67ce9f4bfe2507c6e7d2cd83cf7f8103
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 18 17:23:48 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan 18 17:23:48 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2704688c

app-backup/borgbackup: Stabilize 1.2.7 amd64, #922394

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-backup/borgbackup/borgbackup-1.2.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-backup/borgbackup/borgbackup-1.2.7.ebuild b/app-backup/borgbackup/borgbackup-1.2.7.ebuild
index f941a77dae56..2d88f0cfff4d 100644
--- a/app-backup/borgbackup/borgbackup-1.2.7.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.2.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -14,7 +14,7 @@ HOMEPAGE="https://borgbackup.readthedocs.io/"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 
 # "import file mismatch" when in S, "attempted relative import with no
 # known parent package" when in BUILD_DIR/install/.../borg/testsuite.


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2024-01-18 19:08 Marek Szuba
  0 siblings, 0 replies; 132+ messages in thread
From: Marek Szuba @ 2024-01-18 19:08 UTC (permalink / raw
  To: gentoo-commits

commit:     44e604ec957491f0ad8e73fbc2be03e5e68ed060
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 18 19:05:54 2024 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Thu Jan 18 19:08:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44e604ec

app-backup/borgbackup: drop 1.2.6

Closes: https://bugs.gentoo.org/915319
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 app-backup/borgbackup/Manifest                |  1 -
 app-backup/borgbackup/borgbackup-1.2.6.ebuild | 54 ---------------------------
 2 files changed, 55 deletions(-)

diff --git a/app-backup/borgbackup/Manifest b/app-backup/borgbackup/Manifest
index 1913011a37d9..daa07d1bbcb4 100644
--- a/app-backup/borgbackup/Manifest
+++ b/app-backup/borgbackup/Manifest
@@ -1,2 +1 @@
-DIST borgbackup-1.2.6.tar.gz 4355451 BLAKE2B 309af40779f4adeb2611378abf68ac0a4d06529cfce67a1d852650c902abbc71defe2ac918f417615069d8788ec679d1cdc499d253f6605cdc3fecae3aad8953 SHA512 264bf023f4a53f79d8359e1ed0678c7572ad24776e0ddbc5d3446f548629ecea1e0798c33df4464573b1258f47220c86ca964673501dd9b3018484f1f86280f7
 DIST borgbackup-1.2.7.tar.gz 4370372 BLAKE2B 8d69f3e7890ee117e1fe2cdf6b92c548bc40b337de09850948150034fc4724bf05c51c852a268df2294e3657676920a1c663a421331fd6dba5fffa558429f11e SHA512 313f495d09bff9d2106a2354d02e8b5478dbce279ccfe863d22bbca40fe1bef94fc575e4ae45585a776689fa0058982c4c009c423ac948cc229e15bb5eb5f2bc

diff --git a/app-backup/borgbackup/borgbackup-1.2.6.ebuild b/app-backup/borgbackup/borgbackup-1.2.6.ebuild
deleted file mode 100644
index 5f724c0b59df..000000000000
--- a/app-backup/borgbackup/borgbackup-1.2.6.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-# See https://github.com/borgbackup/borg/pull/7592 re: py3.12 support
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit bash-completion-r1 distutils-r1 pypi
-
-DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"
-HOMEPAGE="https://borgbackup.readthedocs.io/"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
-
-# "import file mismatch" when in S, "attempted relative import with no
-# known parent package" when in BUILD_DIR/install/.../borg/testsuite.
-# Needs work.
-RESTRICT="test"
-
-DEPEND="app-arch/lz4
-	app-arch/zstd
-	dev-libs/openssl:0=
-	>=dev-libs/xxhash-0.8.1
-	virtual/acl"
-# borgbackup is *very* picky about which msgpack it work with,
-# check setup.py on bumps.
-RDEPEND="${DEPEND}
-	~dev-python/msgpack-1.0.5[${PYTHON_USEDEP}]
-	dev-python/packaging[${PYTHON_USEDEP}]
-	dev-python/pyfuse3[${PYTHON_USEDEP}]"
-
-BDEPEND="dev-python/cython[${PYTHON_USEDEP}]
-	dev-python/pkgconfig[${PYTHON_USEDEP}]
-	dev-python/setuptools-scm[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest
-
-src_install() {
-	distutils-r1_src_install
-	doman docs/man/*
-
-	dobashcomp scripts/shell_completions/bash/borg
-
-	insinto /usr/share/zsh/site-functions
-	doins scripts/shell_completions/zsh/_borg
-
-	insinto /usr/share/fish/vendor_completions.d
-	doins scripts/shell_completions/fish/borg.fish
-}


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2024-02-10  3:28 Sam James
  0 siblings, 0 replies; 132+ messages in thread
From: Sam James @ 2024-02-10  3:28 UTC (permalink / raw
  To: gentoo-commits

commit:     149820e188c8744b7a8c671cda207e3e86e400fb
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 10 03:27:59 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 10 03:27:59 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=149820e1

app-backup/borgbackup: Stabilize 1.2.7 arm64, #924155

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-backup/borgbackup/borgbackup-1.2.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/borgbackup/borgbackup-1.2.7.ebuild b/app-backup/borgbackup/borgbackup-1.2.7.ebuild
index e88f101c4b04..65e016c31b02 100644
--- a/app-backup/borgbackup/borgbackup-1.2.7.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.2.7.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://borgbackup.readthedocs.io/"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 
 # "import file mismatch" when in S, "attempted relative import with no
 # known parent package" when in BUILD_DIR/install/.../borg/testsuite.


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2024-04-02 16:11 Marek Szuba
  0 siblings, 0 replies; 132+ messages in thread
From: Marek Szuba @ 2024-04-02 16:11 UTC (permalink / raw
  To: gentoo-commits

commit:     f6c754990b10c75cfecc87235c988eba6551971f
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  2 16:08:59 2024 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Tue Apr  2 16:11:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6c75499

app-backup/borgbackup: add 1.2.8

Closes: https://bugs.gentoo.org/927707
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 app-backup/borgbackup/Manifest                |  1 +
 app-backup/borgbackup/borgbackup-1.2.8.ebuild | 53 +++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

diff --git a/app-backup/borgbackup/Manifest b/app-backup/borgbackup/Manifest
index daa07d1bbcb4..1112ef0efcdc 100644
--- a/app-backup/borgbackup/Manifest
+++ b/app-backup/borgbackup/Manifest
@@ -1 +1,2 @@
 DIST borgbackup-1.2.7.tar.gz 4370372 BLAKE2B 8d69f3e7890ee117e1fe2cdf6b92c548bc40b337de09850948150034fc4724bf05c51c852a268df2294e3657676920a1c663a421331fd6dba5fffa558429f11e SHA512 313f495d09bff9d2106a2354d02e8b5478dbce279ccfe863d22bbca40fe1bef94fc575e4ae45585a776689fa0058982c4c009c423ac948cc229e15bb5eb5f2bc
+DIST borgbackup-1.2.8.tar.gz 4369117 BLAKE2B f230274189716e6ecb8f73d10caa13e683e63c9d9f50c5b6235fc666a0f64f3048421e76e5b57626144c37d37d28c4371b368f780f5e32055f62d5ff10954c19 SHA512 9a62e5eec894ebffe928a08c9a0cceebde084f16524d363a3c3be01d908a7eceaea8fa11eac422acc0fdb2534d79d1ee5ec5d9167e1086f334af6a28887616d5

diff --git a/app-backup/borgbackup/borgbackup-1.2.8.ebuild b/app-backup/borgbackup/borgbackup-1.2.8.ebuild
new file mode 100644
index 000000000000..3be7314d8add
--- /dev/null
+++ b/app-backup/borgbackup/borgbackup-1.2.8.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit bash-completion-r1 distutils-r1 pypi
+
+DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"
+HOMEPAGE="https://borgbackup.readthedocs.io/"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+
+# "import file mismatch" when in S, "attempted relative import with no
+# known parent package" when in BUILD_DIR/install/.../borg/testsuite.
+# Needs work.
+RESTRICT="test"
+
+DEPEND="app-arch/lz4
+	app-arch/zstd
+	dev-libs/openssl:0=
+	>=dev-libs/xxhash-0.8.1
+	virtual/acl"
+# borgbackup is *very* picky about which msgpack it work with,
+# check setup.py on bumps.
+RDEPEND="${DEPEND}
+	~dev-python/msgpack-1.0.8[${PYTHON_USEDEP}]
+	dev-python/packaging[${PYTHON_USEDEP}]
+	dev-python/pyfuse3[${PYTHON_USEDEP}]"
+
+BDEPEND="dev-python/cython[${PYTHON_USEDEP}]
+	dev-python/pkgconfig[${PYTHON_USEDEP}]
+	dev-python/setuptools-scm[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest
+
+src_install() {
+	distutils-r1_src_install
+	doman docs/man/*
+
+	dobashcomp scripts/shell_completions/bash/borg
+
+	insinto /usr/share/zsh/site-functions
+	doins scripts/shell_completions/zsh/_borg
+
+	insinto /usr/share/fish/vendor_completions.d
+	doins scripts/shell_completions/fish/borg.fish
+}


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2024-04-19 11:01 Sam James
  0 siblings, 0 replies; 132+ messages in thread
From: Sam James @ 2024-04-19 11:01 UTC (permalink / raw
  To: gentoo-commits

commit:     7f83fc2c361e2583a1736781e75f9f31781fa4a7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 19 11:01:11 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 19 11:01:11 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f83fc2c

app-backup/borgbackup: Stabilize 1.2.8 amd64, #930243

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-backup/borgbackup/borgbackup-1.2.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/borgbackup/borgbackup-1.2.8.ebuild b/app-backup/borgbackup/borgbackup-1.2.8.ebuild
index 3be7314d8add..9592181674cd 100644
--- a/app-backup/borgbackup/borgbackup-1.2.8.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.2.8.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://borgbackup.readthedocs.io/"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 
 # "import file mismatch" when in S, "attempted relative import with no
 # known parent package" when in BUILD_DIR/install/.../borg/testsuite.


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2024-04-19 11:01 Sam James
  0 siblings, 0 replies; 132+ messages in thread
From: Sam James @ 2024-04-19 11:01 UTC (permalink / raw
  To: gentoo-commits

commit:     6f059ff2329bfc26aac7f3bababed4f38a3e3e4b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 19 11:01:12 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 19 11:01:12 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f059ff2

app-backup/borgbackup: Stabilize 1.2.8 x86, #930243

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-backup/borgbackup/borgbackup-1.2.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/borgbackup/borgbackup-1.2.8.ebuild b/app-backup/borgbackup/borgbackup-1.2.8.ebuild
index 9592181674cd..0833da49ae18 100644
--- a/app-backup/borgbackup/borgbackup-1.2.8.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.2.8.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://borgbackup.readthedocs.io/"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 
 # "import file mismatch" when in S, "attempted relative import with no
 # known parent package" when in BUILD_DIR/install/.../borg/testsuite.


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2024-04-19 11:43 Sam James
  0 siblings, 0 replies; 132+ messages in thread
From: Sam James @ 2024-04-19 11:43 UTC (permalink / raw
  To: gentoo-commits

commit:     0469625c27eda18a2d83f6f557d849a006450646
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 19 11:42:49 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 19 11:42:49 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0469625c

app-backup/borgbackup: Stabilize 1.2.8 arm64, #930243

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-backup/borgbackup/borgbackup-1.2.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/borgbackup/borgbackup-1.2.8.ebuild b/app-backup/borgbackup/borgbackup-1.2.8.ebuild
index 0833da49ae18..ac351d5e5724 100644
--- a/app-backup/borgbackup/borgbackup-1.2.8.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.2.8.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://borgbackup.readthedocs.io/"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 
 # "import file mismatch" when in S, "attempted relative import with no
 # known parent package" when in BUILD_DIR/install/.../borg/testsuite.


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2024-04-19 11:51 Marek Szuba
  0 siblings, 0 replies; 132+ messages in thread
From: Marek Szuba @ 2024-04-19 11:51 UTC (permalink / raw
  To: gentoo-commits

commit:     061d3588395f31f028b0bac1e317b8313731b52e
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 19 11:50:48 2024 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Fri Apr 19 11:50:56 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=061d3588

app-backup/borgbackup: drop 1.2.7

Closes: https://bugs.gentoo.org/927707
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 app-backup/borgbackup/Manifest                |  1 -
 app-backup/borgbackup/borgbackup-1.2.7.ebuild | 53 ---------------------------
 2 files changed, 54 deletions(-)

diff --git a/app-backup/borgbackup/Manifest b/app-backup/borgbackup/Manifest
index 1112ef0efcdc..cec374466abc 100644
--- a/app-backup/borgbackup/Manifest
+++ b/app-backup/borgbackup/Manifest
@@ -1,2 +1 @@
-DIST borgbackup-1.2.7.tar.gz 4370372 BLAKE2B 8d69f3e7890ee117e1fe2cdf6b92c548bc40b337de09850948150034fc4724bf05c51c852a268df2294e3657676920a1c663a421331fd6dba5fffa558429f11e SHA512 313f495d09bff9d2106a2354d02e8b5478dbce279ccfe863d22bbca40fe1bef94fc575e4ae45585a776689fa0058982c4c009c423ac948cc229e15bb5eb5f2bc
 DIST borgbackup-1.2.8.tar.gz 4369117 BLAKE2B f230274189716e6ecb8f73d10caa13e683e63c9d9f50c5b6235fc666a0f64f3048421e76e5b57626144c37d37d28c4371b368f780f5e32055f62d5ff10954c19 SHA512 9a62e5eec894ebffe928a08c9a0cceebde084f16524d363a3c3be01d908a7eceaea8fa11eac422acc0fdb2534d79d1ee5ec5d9167e1086f334af6a28887616d5

diff --git a/app-backup/borgbackup/borgbackup-1.2.7.ebuild b/app-backup/borgbackup/borgbackup-1.2.7.ebuild
deleted file mode 100644
index 65e016c31b02..000000000000
--- a/app-backup/borgbackup/borgbackup-1.2.7.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit bash-completion-r1 distutils-r1 pypi
-
-DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"
-HOMEPAGE="https://borgbackup.readthedocs.io/"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-
-# "import file mismatch" when in S, "attempted relative import with no
-# known parent package" when in BUILD_DIR/install/.../borg/testsuite.
-# Needs work.
-RESTRICT="test"
-
-DEPEND="app-arch/lz4
-	app-arch/zstd
-	dev-libs/openssl:0=
-	>=dev-libs/xxhash-0.8.1
-	virtual/acl"
-# borgbackup is *very* picky about which msgpack it work with,
-# check setup.py on bumps.
-RDEPEND="${DEPEND}
-	~dev-python/msgpack-1.0.7[${PYTHON_USEDEP}]
-	dev-python/packaging[${PYTHON_USEDEP}]
-	dev-python/pyfuse3[${PYTHON_USEDEP}]"
-
-BDEPEND="dev-python/cython[${PYTHON_USEDEP}]
-	dev-python/pkgconfig[${PYTHON_USEDEP}]
-	dev-python/setuptools-scm[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest
-
-src_install() {
-	distutils-r1_src_install
-	doman docs/man/*
-
-	dobashcomp scripts/shell_completions/bash/borg
-
-	insinto /usr/share/zsh/site-functions
-	doins scripts/shell_completions/zsh/_borg
-
-	insinto /usr/share/fish/vendor_completions.d
-	doins scripts/shell_completions/fish/borg.fish
-}


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2024-07-03 13:55 Petr Vaněk
  0 siblings, 0 replies; 132+ messages in thread
From: Petr Vaněk @ 2024-07-03 13:55 UTC (permalink / raw
  To: gentoo-commits

commit:     ca38e8d091f45d719c5071153093899ea420d524
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  2 15:45:04 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Wed Jul  3 13:52:56 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca38e8d0

app-backup/borgbackup: reformat deps

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 app-backup/borgbackup/borgbackup-1.2.8.ebuild | 18 ++++++++++++------
 1 file changed, 12 insertions(+), 6 deletions(-)

diff --git a/app-backup/borgbackup/borgbackup-1.2.8.ebuild b/app-backup/borgbackup/borgbackup-1.2.8.ebuild
index ac351d5e5724..859d227f53c9 100644
--- a/app-backup/borgbackup/borgbackup-1.2.8.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.2.8.ebuild
@@ -21,21 +21,27 @@ KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 # Needs work.
 RESTRICT="test"
 
-DEPEND="app-arch/lz4
+DEPEND="
+	app-arch/lz4
 	app-arch/zstd
 	dev-libs/openssl:0=
 	>=dev-libs/xxhash-0.8.1
-	virtual/acl"
+	virtual/acl
+"
 # borgbackup is *very* picky about which msgpack it work with,
 # check setup.py on bumps.
-RDEPEND="${DEPEND}
+RDEPEND="
+	${DEPEND}
 	~dev-python/msgpack-1.0.8[${PYTHON_USEDEP}]
 	dev-python/packaging[${PYTHON_USEDEP}]
-	dev-python/pyfuse3[${PYTHON_USEDEP}]"
+	dev-python/pyfuse3[${PYTHON_USEDEP}]
+"
 
-BDEPEND="dev-python/cython[${PYTHON_USEDEP}]
+BDEPEND="
+	dev-python/cython[${PYTHON_USEDEP}]
 	dev-python/pkgconfig[${PYTHON_USEDEP}]
-	dev-python/setuptools-scm[${PYTHON_USEDEP}]"
+	dev-python/setuptools-scm[${PYTHON_USEDEP}]
+"
 
 distutils_enable_tests pytest
 


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2024-07-03 13:55 Petr Vaněk
  0 siblings, 0 replies; 132+ messages in thread
From: Petr Vaněk @ 2024-07-03 13:55 UTC (permalink / raw
  To: gentoo-commits

commit:     5c1a783f20de23292d565b34245877b247991087
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  2 16:03:55 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Wed Jul  3 13:53:54 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c1a783f

app-backup/borgbackup: enable py3.13

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 app-backup/borgbackup/borgbackup-1.2.8.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-backup/borgbackup/borgbackup-1.2.8.ebuild b/app-backup/borgbackup/borgbackup-1.2.8.ebuild
index 3026af1e55e4..6c69b04d764c 100644
--- a/app-backup/borgbackup/borgbackup-1.2.8.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.2.8.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DISTUTILS_EXT=1
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 inherit bash-completion-r1 distutils-r1 pypi
 
@@ -57,6 +57,9 @@ python_test() {
 		archiver.py::ArchiverTestCase::test_create_paths_from_command_with_failed_command
 		archiver.py::RemoteArchiverTestCase::test_create_content_from_command_with_failed_command
 		archiver.py::RemoteArchiverTestCase::test_create_paths_from_command_with_failed_command
+		# similar issues since py3.13
+		archiver.py::RemoteArchiverTestCase::test_recreate_rechunkify
+		archiver.py::RemoteArchiverTestCase::test_recreate_skips_nothing_to_do
 	)
 
 	# This disables fuse releated tests


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2024-07-03 13:55 Petr Vaněk
  0 siblings, 0 replies; 132+ messages in thread
From: Petr Vaněk @ 2024-07-03 13:55 UTC (permalink / raw
  To: gentoo-commits

commit:     a3939ba31fa602295d6aee83ef8e664743b598ab
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  2 15:46:23 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Wed Jul  3 13:52:57 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3939ba3

app-backup/borgbackup: wire up tests

pytest parameter is based on suggestion from development manual [1].

[1] https://github.com/borgbackup/borg/blob/aada9859ff025d15010ab71352958d4639147fd7/docs/development.rst#running-the-tests-using-the-pypi-package

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 app-backup/borgbackup/borgbackup-1.2.8.ebuild | 29 ++++++++++++++++++++++-----
 1 file changed, 24 insertions(+), 5 deletions(-)

diff --git a/app-backup/borgbackup/borgbackup-1.2.8.ebuild b/app-backup/borgbackup/borgbackup-1.2.8.ebuild
index 859d227f53c9..3026af1e55e4 100644
--- a/app-backup/borgbackup/borgbackup-1.2.8.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.2.8.ebuild
@@ -16,11 +16,6 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 
-# "import file mismatch" when in S, "attempted relative import with no
-# known parent package" when in BUILD_DIR/install/.../borg/testsuite.
-# Needs work.
-RESTRICT="test"
-
 DEPEND="
 	app-arch/lz4
 	app-arch/zstd
@@ -41,10 +36,34 @@ BDEPEND="
 	dev-python/cython[${PYTHON_USEDEP}]
 	dev-python/pkgconfig[${PYTHON_USEDEP}]
 	dev-python/setuptools-scm[${PYTHON_USEDEP}]
+	test? (
+		dev-python/python-dateutil[${PYTHON_USEDEP}]
+	)
 "
 
+EPYTEST_XDIST=1
 distutils_enable_tests pytest
 
+python_test() {
+	local EPYTEST_DESELECT=(
+		# Needs pytest-benchmark fixture
+		benchmark.py::test_
+
+		# TODO:
+		# Following tests fail because of additional warning in the output:
+		#   ResourceWarning: unclosed file <_io.BufferedReader name=14>
+		# which is not expected in asserts
+		archiver.py::ArchiverTestCase::test_create_content_from_command_with_failed_command
+		archiver.py::ArchiverTestCase::test_create_paths_from_command_with_failed_command
+		archiver.py::RemoteArchiverTestCase::test_create_content_from_command_with_failed_command
+		archiver.py::RemoteArchiverTestCase::test_create_paths_from_command_with_failed_command
+	)
+
+	# This disables fuse releated tests
+	local -x BORG_FUSE_IMPL="none"
+	epytest --pyargs borg.testsuite
+}
+
 src_install() {
 	distutils-r1_src_install
 	doman docs/man/*


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2024-08-08  9:23 Petr Vaněk
  0 siblings, 0 replies; 132+ messages in thread
From: Petr Vaněk @ 2024-08-08  9:23 UTC (permalink / raw
  To: gentoo-commits

commit:     63c465d684c5f3f21ea3ae183233ce57524b1ebf
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  8 08:31:47 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Thu Aug  8 09:22:27 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63c465d6

app-backup/borgbackup: disable EPYTEST_XDIST

Closes: https://bugs.gentoo.org/936524
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 app-backup/borgbackup/borgbackup-1.2.8.ebuild | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/app-backup/borgbackup/borgbackup-1.2.8.ebuild b/app-backup/borgbackup/borgbackup-1.2.8.ebuild
index 6c69b04d764c..4a01c31e55f7 100644
--- a/app-backup/borgbackup/borgbackup-1.2.8.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.2.8.ebuild
@@ -41,7 +41,7 @@ BDEPEND="
 	)
 "
 
-EPYTEST_XDIST=1
+# some tests randomly fail with xdist, bug #936524
 distutils_enable_tests pytest
 
 python_test() {
@@ -57,9 +57,6 @@ python_test() {
 		archiver.py::ArchiverTestCase::test_create_paths_from_command_with_failed_command
 		archiver.py::RemoteArchiverTestCase::test_create_content_from_command_with_failed_command
 		archiver.py::RemoteArchiverTestCase::test_create_paths_from_command_with_failed_command
-		# similar issues since py3.13
-		archiver.py::RemoteArchiverTestCase::test_recreate_rechunkify
-		archiver.py::RemoteArchiverTestCase::test_recreate_skips_nothing_to_do
 	)
 
 	# This disables fuse releated tests


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2024-08-08  9:23 Petr Vaněk
  0 siblings, 0 replies; 132+ messages in thread
From: Petr Vaněk @ 2024-08-08  9:23 UTC (permalink / raw
  To: gentoo-commits

commit:     b890aa10fa46b6e5c34631de1cc1f2c0a5533593
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  8 09:21:25 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Thu Aug  8 09:22:29 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b890aa10

app-backup/borgbackup: add 1.4.0

Closes: https://bugs.gentoo.org/935815
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 app-backup/borgbackup/Manifest                |  1 +
 app-backup/borgbackup/borgbackup-1.4.0.ebuild | 69 +++++++++++++++++++++++++++
 2 files changed, 70 insertions(+)

diff --git a/app-backup/borgbackup/Manifest b/app-backup/borgbackup/Manifest
index cec374466abc..9938cd533a7a 100644
--- a/app-backup/borgbackup/Manifest
+++ b/app-backup/borgbackup/Manifest
@@ -1 +1,2 @@
 DIST borgbackup-1.2.8.tar.gz 4369117 BLAKE2B f230274189716e6ecb8f73d10caa13e683e63c9d9f50c5b6235fc666a0f64f3048421e76e5b57626144c37d37d28c4371b368f780f5e32055f62d5ff10954c19 SHA512 9a62e5eec894ebffe928a08c9a0cceebde084f16524d363a3c3be01d908a7eceaea8fa11eac422acc0fdb2534d79d1ee5ec5d9167e1086f334af6a28887616d5
+DIST borgbackup-1.4.0.tar.gz 3798511 BLAKE2B 06d4d67e211a3ab1bc6d7155cbce8205fb7408a1149e44c77b500af02c25e62a569e3eaf50c11916a2ff9adea47c5791febfb7d0c657d0b195e5c5bbbd33a7d7 SHA512 f5866ece2d153d1e43127a04fd288a09403a9ea2ae4c981cb9ff855bd303b53c133c006f0b1a77541edc4f64940431e9c4d49ec45a3646784a29fe3b8828237a

diff --git a/app-backup/borgbackup/borgbackup-1.4.0.ebuild b/app-backup/borgbackup/borgbackup-1.4.0.ebuild
new file mode 100644
index 000000000000..8b663ddc3aab
--- /dev/null
+++ b/app-backup/borgbackup/borgbackup-1.4.0.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} )
+
+inherit bash-completion-r1 distutils-r1 pypi
+
+DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"
+HOMEPAGE="https://borgbackup.readthedocs.io/"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+
+DEPEND="
+	app-arch/lz4
+	app-arch/zstd
+	dev-libs/openssl:0=
+	>=dev-libs/xxhash-0.8.1
+	virtual/acl
+"
+# borgbackup is *very* picky about which msgpack it work with,
+# check setup.py on bumps.
+RDEPEND="
+	${DEPEND}
+	<=dev-python/msgpack-1.1.0[${PYTHON_USEDEP}]
+	dev-python/packaging[${PYTHON_USEDEP}]
+	dev-python/pyfuse3[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+	dev-python/cython[${PYTHON_USEDEP}]
+	dev-python/pkgconfig[${PYTHON_USEDEP}]
+	dev-python/setuptools-scm[${PYTHON_USEDEP}]
+	test? (
+		dev-python/python-dateutil[${PYTHON_USEDEP}]
+	)
+"
+
+# some tests randomly fail with xdist, bug #936524
+distutils_enable_tests pytest
+
+python_test() {
+	local EPYTEST_DESELECT=(
+		# Needs pytest-benchmark fixture
+		benchmark.py::test_
+	)
+
+	# This disables fuse releated tests
+	local -x BORG_FUSE_IMPL="none"
+	epytest --pyargs borg.testsuite
+}
+
+src_install() {
+	distutils-r1_src_install
+	doman docs/man/*
+
+	dobashcomp scripts/shell_completions/bash/borg
+
+	insinto /usr/share/zsh/site-functions
+	doins scripts/shell_completions/zsh/_borg
+
+	insinto /usr/share/fish/vendor_completions.d
+	doins scripts/shell_completions/fish/borg.fish
+}


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2024-09-09 21:08 Sam James
  0 siblings, 0 replies; 132+ messages in thread
From: Sam James @ 2024-09-09 21:08 UTC (permalink / raw
  To: gentoo-commits

commit:     3bf3642b7b088401b9cb5aa6b454552a4b20da03
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  9 21:08:27 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Sep  9 21:08:27 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bf3642b

app-backup/borgbackup: Stabilize 1.4.0 amd64, #939392

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-backup/borgbackup/borgbackup-1.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/borgbackup/borgbackup-1.4.0.ebuild b/app-backup/borgbackup/borgbackup-1.4.0.ebuild
index fb551d4e5079..185689445426 100644
--- a/app-backup/borgbackup/borgbackup-1.4.0.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.4.0.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://borgbackup.readthedocs.io/"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 
 DEPEND="
 	app-arch/lz4


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2024-09-09 21:08 Sam James
  0 siblings, 0 replies; 132+ messages in thread
From: Sam James @ 2024-09-09 21:08 UTC (permalink / raw
  To: gentoo-commits

commit:     02c7e5e23e7babf77d7969ba7144f4d62eae9c02
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  9 21:08:26 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Sep  9 21:08:26 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02c7e5e2

app-backup/borgbackup: Stabilize 1.4.0 x86, #939392

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-backup/borgbackup/borgbackup-1.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/borgbackup/borgbackup-1.4.0.ebuild b/app-backup/borgbackup/borgbackup-1.4.0.ebuild
index 8b663ddc3aab..fb551d4e5079 100644
--- a/app-backup/borgbackup/borgbackup-1.4.0.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.4.0.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://borgbackup.readthedocs.io/"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 
 DEPEND="
 	app-arch/lz4


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2024-09-10 10:25 Arthur Zamarin
  0 siblings, 0 replies; 132+ messages in thread
From: Arthur Zamarin @ 2024-09-10 10:25 UTC (permalink / raw
  To: gentoo-commits

commit:     1e9bf0fa29f61fdab3373cba2271dbdfadb266fe
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 10 10:24:53 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 10 10:24:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e9bf0fa

app-backup/borgbackup: Stabilize 1.4.0 arm64, #939392

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-backup/borgbackup/borgbackup-1.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/borgbackup/borgbackup-1.4.0.ebuild b/app-backup/borgbackup/borgbackup-1.4.0.ebuild
index 185689445426..b8f31efb9d68 100644
--- a/app-backup/borgbackup/borgbackup-1.4.0.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.4.0.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://borgbackup.readthedocs.io/"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 
 DEPEND="
 	app-arch/lz4


^ permalink raw reply related	[flat|nested] 132+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
@ 2024-09-12 13:05 Petr Vaněk
  0 siblings, 0 replies; 132+ messages in thread
From: Petr Vaněk @ 2024-09-12 13:05 UTC (permalink / raw
  To: gentoo-commits

commit:     492b39fac0b0c9c2ffe38bce63f20c6a9cff168d
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 12 13:03:52 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Thu Sep 12 13:03:52 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=492b39fa

app-backup/borgbackup: drop 1.2.8

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 app-backup/borgbackup/Manifest                |  1 -
 app-backup/borgbackup/borgbackup-1.2.8.ebuild | 78 ---------------------------
 2 files changed, 79 deletions(-)

diff --git a/app-backup/borgbackup/Manifest b/app-backup/borgbackup/Manifest
index 9938cd533a7a..206bca49d5f8 100644
--- a/app-backup/borgbackup/Manifest
+++ b/app-backup/borgbackup/Manifest
@@ -1,2 +1 @@
-DIST borgbackup-1.2.8.tar.gz 4369117 BLAKE2B f230274189716e6ecb8f73d10caa13e683e63c9d9f50c5b6235fc666a0f64f3048421e76e5b57626144c37d37d28c4371b368f780f5e32055f62d5ff10954c19 SHA512 9a62e5eec894ebffe928a08c9a0cceebde084f16524d363a3c3be01d908a7eceaea8fa11eac422acc0fdb2534d79d1ee5ec5d9167e1086f334af6a28887616d5
 DIST borgbackup-1.4.0.tar.gz 3798511 BLAKE2B 06d4d67e211a3ab1bc6d7155cbce8205fb7408a1149e44c77b500af02c25e62a569e3eaf50c11916a2ff9adea47c5791febfb7d0c657d0b195e5c5bbbd33a7d7 SHA512 f5866ece2d153d1e43127a04fd288a09403a9ea2ae4c981cb9ff855bd303b53c133c006f0b1a77541edc4f64940431e9c4d49ec45a3646784a29fe3b8828237a

diff --git a/app-backup/borgbackup/borgbackup-1.2.8.ebuild b/app-backup/borgbackup/borgbackup-1.2.8.ebuild
deleted file mode 100644
index 4a01c31e55f7..000000000000
--- a/app-backup/borgbackup/borgbackup-1.2.8.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit bash-completion-r1 distutils-r1 pypi
-
-DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"
-HOMEPAGE="https://borgbackup.readthedocs.io/"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-
-DEPEND="
-	app-arch/lz4
-	app-arch/zstd
-	dev-libs/openssl:0=
-	>=dev-libs/xxhash-0.8.1
-	virtual/acl
-"
-# borgbackup is *very* picky about which msgpack it work with,
-# check setup.py on bumps.
-RDEPEND="
-	${DEPEND}
-	~dev-python/msgpack-1.0.8[${PYTHON_USEDEP}]
-	dev-python/packaging[${PYTHON_USEDEP}]
-	dev-python/pyfuse3[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-	dev-python/cython[${PYTHON_USEDEP}]
-	dev-python/pkgconfig[${PYTHON_USEDEP}]
-	dev-python/setuptools-scm[${PYTHON_USEDEP}]
-	test? (
-		dev-python/python-dateutil[${PYTHON_USEDEP}]
-	)
-"
-
-# some tests randomly fail with xdist, bug #936524
-distutils_enable_tests pytest
-
-python_test() {
-	local EPYTEST_DESELECT=(
-		# Needs pytest-benchmark fixture
-		benchmark.py::test_
-
-		# TODO:
-		# Following tests fail because of additional warning in the output:
-		#   ResourceWarning: unclosed file <_io.BufferedReader name=14>
-		# which is not expected in asserts
-		archiver.py::ArchiverTestCase::test_create_content_from_command_with_failed_command
-		archiver.py::ArchiverTestCase::test_create_paths_from_command_with_failed_command
-		archiver.py::RemoteArchiverTestCase::test_create_content_from_command_with_failed_command
-		archiver.py::RemoteArchiverTestCase::test_create_paths_from_command_with_failed_command
-	)
-
-	# This disables fuse releated tests
-	local -x BORG_FUSE_IMPL="none"
-	epytest --pyargs borg.testsuite
-}
-
-src_install() {
-	distutils-r1_src_install
-	doman docs/man/*
-
-	dobashcomp scripts/shell_completions/bash/borg
-
-	insinto /usr/share/zsh/site-functions
-	doins scripts/shell_completions/zsh/_borg
-
-	insinto /usr/share/fish/vendor_completions.d
-	doins scripts/shell_completions/fish/borg.fish
-}


^ permalink raw reply related	[flat|nested] 132+ messages in thread

end of thread, other threads:[~2024-09-12 13:05 UTC | newest]

Thread overview: 132+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-19 11:51 [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/ Marek Szuba
  -- strict thread matches above, loose matches on Subject: below --
2024-09-12 13:05 Petr Vaněk
2024-09-10 10:25 Arthur Zamarin
2024-09-09 21:08 Sam James
2024-09-09 21:08 Sam James
2024-08-08  9:23 Petr Vaněk
2024-08-08  9:23 Petr Vaněk
2024-07-03 13:55 Petr Vaněk
2024-07-03 13:55 Petr Vaněk
2024-07-03 13:55 Petr Vaněk
2024-04-19 11:43 Sam James
2024-04-19 11:01 Sam James
2024-04-19 11:01 Sam James
2024-04-02 16:11 Marek Szuba
2024-02-10  3:28 Sam James
2024-01-18 19:08 Marek Szuba
2024-01-18 17:25 Sam James
2024-01-18 17:25 Sam James
2023-12-08 23:10 Marek Szuba
2023-09-04  8:21 Marek Szuba
2023-09-03 16:39 Sam James
2023-09-03 16:39 Sam James
2023-09-03 13:54 Marek Szuba
2023-08-21 15:49 Marek Szuba
2023-08-21 14:56 Marek Szuba
2023-07-23 19:28 Arthur Zamarin
2023-07-23 19:28 Arthur Zamarin
2023-05-15  8:41 Piotr Karbowski
2023-05-14 14:51 Piotr Karbowski
2023-05-07 18:39 Piotr Karbowski
2023-05-02 15:21 Arthur Zamarin
2023-05-02 15:21 Arthur Zamarin
2023-03-29 20:51 Piotr Karbowski
2023-03-29 20:51 Piotr Karbowski
2023-03-16 18:52 Michał Górny
2023-03-06 12:51 Arthur Zamarin
2023-03-06 12:51 Arthur Zamarin
2023-02-16 17:13 Michał Górny
2023-01-07 19:59 Piotr Karbowski
2022-12-09 22:02 Sam James
2022-12-09 22:02 Sam James
2022-10-24 20:46 Piotr Karbowski
2022-08-24 12:28 Anthony G. Basile
2022-08-16 15:07 Sam James
2022-08-16 15:07 Sam James
2022-06-22 13:44 Piotr Karbowski
2022-06-22 11:50 Michał Górny
2022-06-19 14:33 Piotr Karbowski
2022-06-08 14:38 Anthony G. Basile
2022-06-08 14:18 Anthony G. Basile
2022-02-28  0:01 Piotr Karbowski
2021-10-12 18:57 Sam James
2021-10-12 18:57 Sam James
2021-08-17 11:11 Anthony G. Basile
2021-07-20 16:36 Marek Szuba
2021-07-13 18:52 Piotr Karbowski
2021-04-30 17:32 Mikle Kolyada
2021-03-31 21:57 Sam James
2021-03-28 12:56 Piotr Karbowski
2021-02-21 19:50 Sam James
2021-02-04 14:42 Agostino Sarubbo
2021-02-04 14:09 Sam James
2021-01-26  2:04 Sam James
2021-01-05 20:51 Sam James
2020-12-27 23:00 Sam James
2020-12-27 22:49 Piotr Karbowski
2020-10-10 14:47 Anthony G. Basile
2020-08-17  7:01 Agostino Sarubbo
2020-06-15 18:06 Sergei Trofimovich
2020-06-14 14:34 Anthony G. Basile
2020-06-14 14:31 Anthony G. Basile
2020-06-07  8:26 Piotr Karbowski
2020-06-07  8:26 Piotr Karbowski
2020-04-23 18:51 Anthony G. Basile
2020-04-16 13:48 Agostino Sarubbo
2020-04-15 21:43 Piotr Karbowski
2020-03-29 15:25 Anthony G. Basile
2020-03-11  1:50 Anthony G. Basile
2019-12-05 19:00 Piotr Karbowski
2019-12-05 19:00 Piotr Karbowski
2019-11-12 10:45 Agostino Sarubbo
2019-08-25 16:35 Piotr Karbowski
2019-08-25 16:35 Piotr Karbowski
2019-07-08 12:10 Thomas Deutschmann
2019-07-08 11:05 Agostino Sarubbo
2019-06-15 17:24 Piotr Karbowski
2019-06-15 17:24 Piotr Karbowski
2019-05-21  1:13 Anthony G. Basile
2019-04-14 16:19 Piotr Karbowski
2019-04-13 11:27 Patrick Lauer
2019-02-12 23:35 Anthony G. Basile
2019-02-12 23:35 Anthony G. Basile
2019-02-12  1:17 Anthony G. Basile
2019-02-12  0:56 Anthony G. Basile
2018-12-10 16:37 Anthony G. Basile
2018-08-12 11:59 Anthony G. Basile
2018-08-12 11:59 Anthony G. Basile
2018-07-09 14:50 Mikle Kolyada
2018-07-05  0:42 Thomas Deutschmann
2018-06-14 18:18 Anthony G. Basile
2018-04-02 21:52 Anthony G. Basile
2018-03-09 21:45 Matt Thode
2018-03-09 17:59 Matt Thode
2017-12-31  9:46 Anthony G. Basile
2017-11-30 20:07 Anthony G. Basile
2017-11-30 20:07 Anthony G. Basile
2017-11-28 14:44 Anthony G. Basile
2017-11-06  9:16 Anthony G. Basile
2017-11-06  9:16 Anthony G. Basile
2017-11-06  9:16 Anthony G. Basile
2017-10-25 14:56 Anthony G. Basile
2017-10-09 12:16 Anthony G. Basile
2017-07-30  9:48 David Seifert
2017-07-21 11:28 Anthony G. Basile
2017-05-16 14:17 Manuel Rüger
2017-02-15 14:42 Anthony G. Basile
2017-02-15 14:41 Anthony G. Basile
2017-01-30 13:09 Agostino Sarubbo
2016-12-20 19:16 Tobias Klausmann
2016-12-20  7:51 Anthony G. Basile
2016-10-30 19:15 Anthony G. Basile
2016-10-09  7:47 Pacho Ramos
2016-08-25 18:34 Anthony G. Basile
2016-07-13 15:17 Anthony G. Basile
2016-07-13 15:17 Anthony G. Basile
2016-05-21 11:14 Anthony G. Basile
2016-04-21 10:12 Anthony G. Basile
2016-04-18 15:17 Anthony G. Basile
2016-04-18 15:17 Anthony G. Basile
2016-04-10  1:40 Anthony G. Basile
2016-03-21 23:21 Anthony G. Basile
2016-03-20 21:52 Anthony G. Basile

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