summaryrefslogtreecommitdiff
path: root/app-admin/github-backup-utils
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
commitf716a9fe6455d39eef01e718aae68dae61c19704 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /app-admin/github-backup-utils
parent3f9cf298e89cd5037b982abba06091224ee76daf (diff)
downloadbaldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip
Adding metadata
Diffstat (limited to 'app-admin/github-backup-utils')
-rw-r--r--app-admin/github-backup-utils/Manifest1
-rw-r--r--app-admin/github-backup-utils/github-backup-utils-3.12.3.ebuild60
-rw-r--r--app-admin/github-backup-utils/metadata.xml12
3 files changed, 0 insertions, 73 deletions
diff --git a/app-admin/github-backup-utils/Manifest b/app-admin/github-backup-utils/Manifest
deleted file mode 100644
index fc9a70491177..000000000000
--- a/app-admin/github-backup-utils/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST github-backup-utils-v3.12.3.tar.gz 154035 BLAKE2B 65c3071931f279c7045ca46348910ce6fca46e4bedfb4bfd1534a3a8f097a4eda023b62e0d3ffcd7289d62ae50771817ae1ef4766f5356b853374a4633f01b19 SHA512 be94707c524649cd9e84ac2882efa2e3f3576016281bac509f9dd0018563892d979177428c5c21c582857d1cc953ddd313f81313b40e961c7da1a4cdc0c952e8
diff --git a/app-admin/github-backup-utils/github-backup-utils-3.12.3.ebuild b/app-admin/github-backup-utils/github-backup-utils-3.12.3.ebuild
deleted file mode 100644
index f1d91b23d18a..000000000000
--- a/app-admin/github-backup-utils/github-backup-utils-3.12.3.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# PYTHON_COMPAT=( python3_{10..12} )
-# inherit python-any-r1
-
-DESCRIPTION="Backup and recovery utilities for GitHub Enterprise"
-HOMEPAGE="https://github.com/github/backup-utils"
-SRC_URI="https://github.com/github/backup-utils/releases/download/v${PV}/${PN}-v${PV}.tar.gz"
-S=${WORKDIR}/${PN}-v${PV}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-# tests restricted due to bug #796815
-RESTRICT="test"
-
-# moreutils parallel is now used for speedups in main code:
-# https://github.com/github/backup-utils/pull/635
-RDEPEND="app-misc/jq
- app-arch/pigz
- net-misc/rsync
- sys-apps/moreutils"
-
-# tests invoke parallel & rsync
-# DEPEND="test? (
-# ${RDEPEND}
-# dev-util/checkbashisms
-# ${PYTHON_DEPS}
-#)"
-
-# pkg_setup() {
-# use test && python-any-r1_pkg_setup
-#}
-
-src_compile() {
- :;
-}
-
-src_install() {
- dobin bin/*
- insinto usr/share/${PN}
- doins share/${PN}/version
-
- exeinto usr/share/${PN}
- doexe share/${PN}/bm.sh
- doexe share/${PN}/ghe-*
-
- insinto etc/${PN}
- newins backup.config-example backup.config
-
- dodoc -r docs/*
-}
-
-src_test() {
- emake test
-}
diff --git a/app-admin/github-backup-utils/metadata.xml b/app-admin/github-backup-utils/metadata.xml
deleted file mode 100644
index ba54e735cc9d..000000000000
--- a/app-admin/github-backup-utils/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>williamh@gentoo.org</email>
- <name>William Hubbs</name>
- </maintainer>
- <upstream>
- <remote-id type="github">github/backup-utils</remote-id>
- <bugs-to>https://support.github.com</bugs-to>
- </upstream>
-</pkgmetadata>