commit:     8fede6a0673091ee3f6d7d4dbdf065a347f13d45
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  2 20:31:40 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Sep  2 20:35:34 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fede6a0

app-backup/zbackup: Remove last-rited package

Closes: https://bugs.gentoo.org/786648
Closes: https://bugs.gentoo.org/729106
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 app-backup/zbackup/Manifest                        |  1 -
 .../zbackup/files/zbackup-1.4.4-tartool.patch      | 11 -------
 .../zbackup/files/zbackup-9999-tartool.patch       | 11 -------
 app-backup/zbackup/metadata.xml                    | 26 ----------------
 app-backup/zbackup/zbackup-1.4.4-r2.ebuild         | 33 --------------------
 app-backup/zbackup/zbackup-9999.ebuild             | 35 ----------------------
 profiles/package.mask                              |  5 ----
 7 files changed, 122 deletions(-)

diff --git a/app-backup/zbackup/Manifest b/app-backup/zbackup/Manifest
deleted file mode 100644
index ba4f197aed2..00000000000
--- a/app-backup/zbackup/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST zbackup-1.4.4.tar.gz 87118 BLAKE2B 
b51727dfdd756109498acbfe19c9bbe541856a5424f86e664a124cd4042f81a42cd48f14542fbf278444666ce20539fdb6571cce8aeacfcafac9a44c3ee6e789
 SHA512 
96f0984be71e521b2a188448bb2801996701be6e96b1dac4672cabc9f6bcb6631fdb8d03f5dde4bbdbb0050d9bd1409d468fcba15f93730d69e6c55271aba575

diff --git a/app-backup/zbackup/files/zbackup-1.4.4-tartool.patch 
b/app-backup/zbackup/files/zbackup-1.4.4-tartool.patch
deleted file mode 100644
index 8f9f839a66f..00000000000
--- a/app-backup/zbackup/files/zbackup-1.4.4-tartool.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/CMakeLists.txt   2017-02-24 09:22:39.360392521 +0200
-+++ b/CMakeLists.txt   2017-02-24 09:23:13.642390978 +0200
-@@ -51,4 +51,8 @@
-   ${LIBLZO_LIBRARIES}
- )
- 
-+if (BUILD_TARTOOL)
-+      add_subdirectory(tartool)
-+endif (BUILD_TARTOOL)
-+
- install( TARGETS zbackup DESTINATION bin )

diff --git a/app-backup/zbackup/files/zbackup-9999-tartool.patch 
b/app-backup/zbackup/files/zbackup-9999-tartool.patch
deleted file mode 100644
index 26052f97a48..00000000000
--- a/app-backup/zbackup/files/zbackup-9999-tartool.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/CMakeLists.txt   2017-02-24 09:22:39.360392521 +0200
-+++ b/CMakeLists.txt   2017-02-24 09:23:13.642390978 +0200
-@@ -51,4 +51,8 @@
-   ${LIBLZO_LIBRARIES}
- )
- 
-+if (BUILD_TARTOOL)
-+      add_subdirectory(tools/tartool)
-+endif (BUILD_TARTOOL)
-+
- install( TARGETS zbackup DESTINATION bin )

diff --git a/app-backup/zbackup/metadata.xml b/app-backup/zbackup/metadata.xml
deleted file mode 100644
index 42d77886939..00000000000
--- a/app-backup/zbackup/metadata.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="person" proxied="yes">
-               <email>spid...@spiderx.dp.ua</email>
-               <name>Vladimir Pavljuchenkov</name>
-       </maintainer>
-       <maintainer type="project" proxied="proxy">
-               <email>proxy-ma...@gentoo.org</email>
-               <name>Proxy Maintainers</name>
-       </maintainer>
-       <longdescription>
-       zbackup is a globally-deduplicating backup tool.
-       The program has the following features:
-       Parallel LZMA or LZO compression of the stored data
-       Built-in AES encryption of the stored data
-       Possibility to delete old backup data
-       Use of a 64-bit rolling hash, keeping the amount of soft collisions to 
zero
-       </longdescription>
-       <use>
-               <flag name="tartool">Install tartool utility</flag>
-       </use>
-       <upstream>
-               <remote-id type="github">zbackup/zbackup</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/app-backup/zbackup/zbackup-1.4.4-r2.ebuild 
b/app-backup/zbackup/zbackup-1.4.4-r2.ebuild
deleted file mode 100644
index 6067533065b..00000000000
--- a/app-backup/zbackup/zbackup-1.4.4-r2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="A versatile deduplicating backup tool"
-HOMEPAGE="https://github.com/zbackup/zbackup";
-SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+-with-openssl-exception"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="tartool"
-
-DEPEND="app-arch/lzma
-       dev-libs/lzo:2
-       dev-libs/protobuf:0=
-       sys-libs/zlib
-       dev-libs/openssl:0="
-RDEPEND="${DEPEND}"
-
-# Add tartool build
-PATCHES=( "${FILESDIR}/${P}-tartool.patch" )
-
-src_configure() {
-       local mycmakeargs=(
-               -DBUILD_TARTOOL="$(usex tartool)"
-       )
-
-       cmake_src_configure
-}

diff --git a/app-backup/zbackup/zbackup-9999.ebuild 
b/app-backup/zbackup/zbackup-9999.ebuild
deleted file mode 100644
index 063a9cdec68..00000000000
--- a/app-backup/zbackup/zbackup-9999.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake git-r3
-
-DESCRIPTION="A versatile deduplicating backup tool"
-HOMEPAGE="https://github.com/zbackup/zbackup";
-SRC_URI=""
-EGIT_REPO_URI="https://github.com/${PN}/${PN}.git";
-
-LICENSE="GPL-2+-with-openssl-exception"
-SLOT="0"
-KEYWORDS=""
-IUSE="tartool"
-
-DEPEND="app-arch/lzma
-       dev-libs/lzo:2
-       dev-libs/protobuf:0=
-       sys-libs/libunwind:=
-       sys-libs/zlib
-       dev-libs/openssl:0="
-RDEPEND="${DEPEND}"
-
-# Add tartool build
-PATCHES=( "${FILESDIR}/${P}-tartool.patch" )
-
-src_configure() {
-       local mycmakeargs=(
-               -DBUILD_TARTOOL="$(usex tartool)"
-       )
-
-       cmake_src_configure
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 3205db5a5a9..7d63a2b8cbc 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -188,11 +188,6 @@ media-sound/audicle
 # bug #731254, bug #787905. Removal on 2021-09-04.
 net-libs/openmq-cclient
 
-# Sam James <s...@gentoo.org> (2021-08-04)
-# Fails to build with GCC 11, no activity upstream.
-# bug #729106, bug #786648. Removal on 2021-09-04.
-app-backup/zbackup
-
 # David Seifert <s...@gentoo.org> (2021-08-04)
 # Last release over 4 years ago, upstream pretty much dead, the
 # ecosystem has switched to dev-util/pkgconf, which is alive. Testing

Reply via email to