From: "Piotr Karbowski" <slashbeast@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
Date: Wed, 29 Mar 2023 20:51:01 +0000 (UTC) [thread overview]
Message-ID: <1680123058.3f4511d70a71837e11fb750b649d44f75684b13c.slashbeast@gentoo> (raw)
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
-}
next reply other threads:[~2023-03-29 20:51 UTC|newest]
Thread overview: 133+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-29 20:51 Piotr Karbowski [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-21 11:56 [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/ Petr Vaněk
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:51 Marek Szuba
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-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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1680123058.3f4511d70a71837e11fb750b649d44f75684b13c.slashbeast@gentoo \
--to=slashbeast@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox