Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/zorroutils/, sys-apps/zorroutils/files/
Date: Wed, 31 Aug 2022 05:41:57
Message-Id: 1661924504.977708957e4c5c82043cbae393f6430f8f8309f8.asturm@gentoo
1 commit: 977708957e4c5c82043cbae393f6430f8f8309f8
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 30 21:14:05 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 31 05:41:44 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97770895
7
8 sys-apps/zorroutils: drop 0.04, EAPI-6--
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 sys-apps/zorroutils/Manifest | 1 -
13 .../files/zorroutils-0.04-fix-build-system.patch | 15 ----------
14 sys-apps/zorroutils/zorroutils-0.04.ebuild | 34 ----------------------
15 3 files changed, 50 deletions(-)
16
17 diff --git a/sys-apps/zorroutils/Manifest b/sys-apps/zorroutils/Manifest
18 index 0150b6d219e4..27c85530f9ba 100644
19 --- a/sys-apps/zorroutils/Manifest
20 +++ b/sys-apps/zorroutils/Manifest
21 @@ -1,2 +1 @@
22 -DIST zorroutils-0.04.tar.gz 12205 BLAKE2B b5818073551b39d715c8e8fbaaba2b827a7a4f4442bac76876037721d1202cf5893779cd22fba0451d2a0e7eb15266b08af242a1fa1c6be3eff2e65949523803 SHA512 e00a621cc64f3c50ae940809eb79ee145dab7d042e5a2b7fafe14bc7f9f85ff2e1b592d8922e628c5dbcecab95e6bd634d0cbbc1cc84f72136a5235480e6274f
23 DIST zorroutils-0.05.tar.gz 15428 BLAKE2B e9baa6de4da3cbc6754c52d9e0c1fe34ce735b4d5377772c1765bdd30ae988f92125a5f254fcaab797eed33d65dad59e2a385fba3fc4610a9cfb6c34c6b45e7e SHA512 5260cfc7ccf77d0a0fe012c32ab492824903cb0f1397a82cf4c52aa12df5845b9e3d53aa1f619cc3a0637dfb42e9b75f80d715e4e912c5b8f42e0588f9053421
24
25 diff --git a/sys-apps/zorroutils/files/zorroutils-0.04-fix-build-system.patch b/sys-apps/zorroutils/files/zorroutils-0.04-fix-build-system.patch
26 deleted file mode 100644
27 index 6e05cab86d81..000000000000
28 --- a/sys-apps/zorroutils/files/zorroutils-0.04-fix-build-system.patch
29 +++ /dev/null
30 @@ -1,15 +0,0 @@
31 -Respect user variables
32 -
33 ---- a/Makefile
34 -+++ b/Makefile
35 -@@ -2,10 +2,6 @@
36 - # Makefile for Linux Zorro Utilities
37 - # Copyright (C) 1998--2000 Geert Uytterhoeven <geert@××××××××××.org>
38 -
39 --CC=gcc
40 --OPT=-O3 -fomit-frame-pointer
41 --CFLAGS=$(OPT) -Wall
42 --
43 - ROOT=/
44 - PREFIX=/usr
45 -
46
47 diff --git a/sys-apps/zorroutils/zorroutils-0.04.ebuild b/sys-apps/zorroutils/zorroutils-0.04.ebuild
48 deleted file mode 100644
49 index ed9819812d27..000000000000
50 --- a/sys-apps/zorroutils/zorroutils-0.04.ebuild
51 +++ /dev/null
52 @@ -1,34 +0,0 @@
53 -# Copyright 1999-2017 Gentoo Foundation
54 -# Distributed under the terms of the GNU General Public License v2
55 -
56 -EAPI=6
57 -
58 -inherit flag-o-matic toolchain-funcs
59 -
60 -DESCRIPTION="Zorro bus utility for Amigas running 2.1 and later kernels"
61 -HOMEPAGE="http://users.telenet.be/geertu/Download/#zorro"
62 -SRC_URI="http://users.telenet.be/geertu/Download/${P}.tar.gz"
63 -
64 -LICENSE="GPL-2"
65 -SLOT="0"
66 -KEYWORDS="~m68k ~ppc"
67 -
68 -PATCHES=(
69 - "${FILESDIR}"/${PN}-0.04-20021014.diff
70 - "${FILESDIR}"/${PN}-gentoo.diff
71 - "${FILESDIR}"/${PN}-0.04-fix-build-system.patch
72 -)
73 -
74 -src_configure() {
75 - tc-export CC
76 - append-cflags -Wall
77 -}
78 -
79 -src_install() {
80 - dosbin lszorro
81 - einstalldocs
82 - doman *.8
83 -
84 - insinto /usr/share/misc
85 - doins zorro.ids
86 -}