commit:     d976cf869aafda1fac11f7946328b77c7b29f934
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 27 12:44:28 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sat Aug 27 12:44:28 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d976cf86

app-crypt/kbfs: treeclean

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

 app-crypt/kbfs/Manifest              |  1 -
 app-crypt/kbfs/kbfs-2.11.0-r1.ebuild | 51 ------------------------------------
 app-crypt/kbfs/kbfs-9999.ebuild      | 51 ------------------------------------
 app-crypt/kbfs/metadata.xml          | 12 ---------
 profiles/package.mask                |  5 ----
 5 files changed, 120 deletions(-)

diff --git a/app-crypt/kbfs/Manifest b/app-crypt/kbfs/Manifest
deleted file mode 100644
index 5ebfa6f690e2..000000000000
--- a/app-crypt/kbfs/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kbfs-2.11.0.tar.gz 4520872 BLAKE2B 
4472360205f42f59bc18f64634b4e10f38f532db262de38260a459faf0d76b9f805fb3d5e12d21afecbd51a980e63c68cc2be47b4e5ab597b7b0bfdd491dd54d
 SHA512 
f735f7fc1c958eabcb38933f19edeba0cd3854e3d5a2030c6e4301c9cea714c432993e099b2199060e1275982755f60728545e71151c5796eb9be4978790e2f5

diff --git a/app-crypt/kbfs/kbfs-2.11.0-r1.ebuild 
b/app-crypt/kbfs/kbfs-2.11.0-r1.ebuild
deleted file mode 100644
index c25fb747b76d..000000000000
--- a/app-crypt/kbfs/kbfs-2.11.0-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit golang-build systemd
-
-DESCRIPTION="Keybase Filesystem (KBFS)"
-HOMEPAGE="https://keybase.io/docs/kbfs";
-SRC_URI="https://github.com/keybase/kbfs/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="
-       app-crypt/gnupg
-       sys-fs/fuse:0=
-       "
-
-src_unpack() {
-       unpack "${P}.tar.gz"
-       mkdir -vp "${S}/src/github.com/keybase" || die
-       ln -vs "${S}" "${S}/src/github.com/keybase/kbfs" || die
-}
-
-src_compile() {
-       EGO_PN="github.com/keybase/kbfs/kbfsfuse" \
-               EGO_BUILD_FLAGS="-tags production -o ${T}/kbfsfuse" \
-               golang-build_src_compile
-       EGO_PN="github.com/keybase/kbfs/kbfsgit/git-remote-keybase" \
-               EGO_BUILD_FLAGS="-tags production -o ${T}/git-remote-keybase" \
-               golang-build_src_compile
-       EGO_PN="github.com/keybase/kbfs/redirector" \
-               EGO_BUILD_FLAGS="-tags production -o ${T}/keybase-redirector" \
-               golang-build_src_compile
-}
-
-src_test() {
-       EGO_PN="github.com/keybase/kbfs/kbfsfuse" \
-               golang-build_src_test
-}
-
-src_install() {
-       dobin "${T}/kbfsfuse"
-       dobin "${T}/git-remote-keybase"
-       dobin "${T}/keybase-redirector"
-       systemd_douserunit "${S}/packaging/linux/systemd/kbfs.service"
-}

diff --git a/app-crypt/kbfs/kbfs-9999.ebuild b/app-crypt/kbfs/kbfs-9999.ebuild
deleted file mode 100644
index d6752264b28c..000000000000
--- a/app-crypt/kbfs/kbfs-9999.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit git-r3 golang-build systemd
-
-DESCRIPTION="Keybase Filesystem (KBFS)"
-HOMEPAGE="https://keybase.io/docs/kbfs";
-EGIT_REPO_URI="https://github.com/keybase/kbfs.git";
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS=""
-IUSE="git"
-
-DEPEND=""
-RDEPEND="
-       app-crypt/gnupg
-       sys-fs/fuse:0=
-       "
-
-src_unpack() {
-       git-r3_src_unpack
-       mkdir -vp "${S}/src/github.com/keybase" || die
-       ln -vs "${S}" "${S}/src/github.com/keybase/kbfs" || die
-}
-
-src_compile() {
-       EGO_PN="github.com/keybase/kbfs/kbfsfuse" \
-               EGO_BUILD_FLAGS="-tags production -o ${T}/kbfsfuse" \
-               golang-build_src_compile
-       EGO_PN="github.com/keybase/kbfs/kbfsgit/git-remote-keybase" \
-               EGO_BUILD_FLAGS="-tags production -o ${T}/git-remote-keybase" \
-               golang-build_src_compile
-       EGO_PN="github.com/keybase/kbfs/redirector" \
-               EGO_BUILD_FLAGS="-tags production -o ${T}/keybase-redirector" \
-               golang-build_src_compile
-}
-
-src_test() {
-       EGO_PN="github.com/keybase/kbfs/kbfsfuse" \
-               golang-build_src_test
-}
-
-src_install() {
-       dobin "${T}/kbfsfuse"
-       dobin "${T}/git-remote-keybase"
-       dobin "${T}/keybase-redirector"
-       systemd_douserunit "${S}/packaging/linux/systemd/kbfs.service"
-}

diff --git a/app-crypt/kbfs/metadata.xml b/app-crypt/kbfs/metadata.xml
deleted file mode 100644
index e38d27b9184c..000000000000
--- a/app-crypt/kbfs/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="person">
-               <email>nicolasb...@gentoo.org</email>
-       </maintainer>
-       <use>
-               <flag name="git">
-                       Build the Git remote helper for storing repositories in 
Keybase
-               </flag>
-       </use>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 48b55136a6fd..2f7af388d673 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -303,11 +303,6 @@ sci-chemistry/numbat
 # removal in 30 days (2022-08-29)
 app-misc/zygrib
 
-# David Seifert <s...@gentoo.org> (2022-07-28)
-# Unmaintained, EOL upstream, QA and build issues, EAPI 6.
-# Bug #682346, #844592, removal on 2022-08-27.
-app-crypt/kbfs
-
 # Marek Szuba <mare...@gentoo.org> (2022-07-13)
 # Upstream has switched from CMake to hand-crafted Makefiles (yes, TO them),
 # which have seriously messed up dependency handling and trigger several

Reply via email to