summaryrefslogtreecommitdiff
path: root/app-misc
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/ktoblzcheck/ktoblzcheck-1.49-r2.ebuild4
-rw-r--r--app-misc/unfoo/Manifest1
-rw-r--r--app-misc/unfoo/metadata.xml13
-rw-r--r--app-misc/unfoo/unfoo-1.0.8.ebuild49
4 files changed, 2 insertions, 65 deletions
diff --git a/app-misc/ktoblzcheck/ktoblzcheck-1.49-r2.ebuild b/app-misc/ktoblzcheck/ktoblzcheck-1.49-r2.ebuild
index f6308504b34a..a929f45f05f7 100644
--- a/app-misc/ktoblzcheck/ktoblzcheck-1.49-r2.ebuild
+++ b/app-misc/ktoblzcheck/ktoblzcheck-1.49-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
IUSE=""
RDEPEND="
diff --git a/app-misc/unfoo/Manifest b/app-misc/unfoo/Manifest
deleted file mode 100644
index 25faa3fcaf85..000000000000
--- a/app-misc/unfoo/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST unfoo-1.0.8.tar.gz 31862 BLAKE2B adba517a24a1fde7e1733b10a0c69d1ee5b0827adfadf89a7073366f77bfa2439413c1ce682d9a6d24f8b7b0402f409c84754f75dd5ee31c03ab51ffe3918f81 SHA512 b4a2489ca4ae5a81feacc57aa7c9c6437e3fbb0cec997d1b5e182e9ea7e19c13998968f23094e78908e6d41e699d50a1353ae475ec32146c63298eff06182281
diff --git a/app-misc/unfoo/metadata.xml b/app-misc/unfoo/metadata.xml
deleted file mode 100644
index ef221862ea39..000000000000
--- a/app-misc/unfoo/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>shell-tools@gentoo.org</email>
- <name>Gentoo Shell Tools Project</name>
- </maintainer>
-
- <use>
- <flag name="minimal">Do not install all support archive binaries</flag>
- </use>
- <origin>gentoo-staging</origin>
-</pkgmetadata> \ No newline at end of file
diff --git a/app-misc/unfoo/unfoo-1.0.8.ebuild b/app-misc/unfoo/unfoo-1.0.8.ebuild
deleted file mode 100644
index 1049dfaf93bd..000000000000
--- a/app-misc/unfoo/unfoo-1.0.8.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A simple bash driven frontend to simplify decompression of files"
-HOMEPAGE="http://obsoleet.org/code/unfoo"
-SRC_URI="https://github.com/jlec/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 ~s390 x86 ~amd64-linux ~x86-linux"
-IUSE="+minimal test"
-RESTRICT="!test? ( test )"
-
-COMMON_DEPS="
- || (
- app-arch/bzip2
- app-arch/lbzip2[symlink]
- app-arch/pbzip2[symlink] )
- || (
- app-arch/gzip
- app-arch/pigz[symlink] )
- app-arch/p7zip
- || (
- app-arch/rar
- app-arch/unrar )
- app-arch/unace
- app-arch/unzip
- app-arch/xz-utils"
-RDEPEND="!minimal? ( ${COMMON_DEPS} )"
-DEPEND="test? ( ${COMMON_DEPS} )"
-
-src_compile() { :; }
-
-src_install() {
- dodoc README*
- dobin ${PN}
-}
-
-pkg_postinst() {
- if [[ -z ${REPLACING_VERSIONS} ]]; then
- echo
- elog "unfoo can handle far more than just .tar*, but it requires some"
- elog "optional packages to do so. For a list, either consult the source"
- elog "(less /usr/bin/unfoo), or see http://obsoleet.org/code/unfoo"
- elog "To get full support please use USE=-minimal"
- fi
-}