summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-06-29 09:12:59 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2024-06-29 09:23:59 +0300
commit87e4554b771ecdca317763a6f54eda00e8670244 (patch)
tree481a8e9b6e823a0fc42ec496a6a84488860c8417 /app-arch
parentx11-terms/kitty: Stabilize 0.35.2 x86, #934561 (diff)
downloadgentoo-87e4554b771ecdca317763a6f54eda00e8670244.tar.gz
gentoo-87e4554b771ecdca317763a6f54eda00e8670244.tar.bz2
gentoo-87e4554b771ecdca317763a6f54eda00e8670244.zip
app-arch/zoo: drop 2.10-r5
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/zoo/zoo-2.10-r5.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/app-arch/zoo/zoo-2.10-r5.ebuild b/app-arch/zoo/zoo-2.10-r5.ebuild
deleted file mode 100644
index e1fad2e5278d..000000000000
--- a/app-arch/zoo/zoo-2.10-r5.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 toolchain-funcs
-
-DESCRIPTION="Manipulate archives of files in compressed form"
-HOMEPAGE="https://packages.debian.org/sid/utils/zoo"
-SRC_URI="http://http.debian.net/debian/pool/main/z/${PN}/${PN}_${PV}.orig.tar.gz
- http://http.debian.net/debian/pool/main/z/${PN}/${PN}_${PV}-28.debian.tar.xz"
-S="${WORKDIR}"/${P}.orig
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
-
-PATCHES=(
- "${WORKDIR}"/debian/patches/.
- "${FILESDIR}"/${P}-gentoo-fbsd-r1.patch
- "${FILESDIR}"/${P}-makefile.patch
-)
-
-src_configure() {
- tc-export CC
-}
-
-src_compile() {
- emake linux
-}
-
-src_install() {
- dobin zoo fiz
- doman zoo.1 fiz.1
-}