Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/sg3_utils/, sys-apps/sg3_utils/files/
Date: Tue, 30 Mar 2021 07:05:39
Message-Id: 1617087755.c61d54adec2c539872bd05b5c28703e61a2787a0.polynomial-c@gentoo
1 commit: c61d54adec2c539872bd05b5c28703e61a2787a0
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 29 12:18:53 2021 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 30 07:02:35 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c61d54ad
7
8 sys-apps/sg3_utils: Removed old
9
10 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
11
12 sys-apps/sg3_utils/Manifest | 1 -
13 .../sg3_utils/files/sg3_utils-1.42-sysmacros.patch | 31 ---------------
14 sys-apps/sg3_utils/sg3_utils-1.42.ebuild | 44 ----------------------
15 3 files changed, 76 deletions(-)
16
17 diff --git a/sys-apps/sg3_utils/Manifest b/sys-apps/sg3_utils/Manifest
18 index fb01d7cf889..c9b155de994 100644
19 --- a/sys-apps/sg3_utils/Manifest
20 +++ b/sys-apps/sg3_utils/Manifest
21 @@ -1,4 +1,3 @@
22 -DIST sg3_utils-1.42.tgz 1219231 BLAKE2B dd9ea2c324cb6f4c0ce770c90b7980da5e998bddc3a2be43a0aa9bea88dfe34291d0f58b393b2a5ac680c05dc673802ec9fae1ead37107bc49fa33bc7c4df503 SHA512 d16b65e36b2bccb4fc4c189f97e71fa38e6619f37d668a4ddd74a52c715fa62325288d9737812ed19c80547059dbd27be5a20565e27e1aabb571e8f5f8ac53ad
23 DIST sg3_utils-1.44.tar.xz 922152 BLAKE2B 8596ef78fbb7ade5a969f485b0f4ff63863dc8a5ff58fe630cffa91900ba9946b47ddf857346aa3904da8502afa4928f54baf99428344d2e561a90e52c8533ed SHA512 4f4d5536ebed62f2c81c55741043d9ac3f4610a4dd6ef2e3125f041afd57aae03a32c2affe84a960c9f61fb6f84784bc901c756a8c36c1bc97082fa61e73ae8d
24 DIST sg3_utils-1.45.tar.xz 989864 BLAKE2B 2d0a9e0edf514c8c7a566798f8087fc27d15d31cc8df39073dd97cff569da396b24236e0c231781625379b2ecefe7c99716d5d9c7dc104b15e150cb4e3c43e75 SHA512 fa25dedc447154d33937248a856af9a7ef380dda282a681d465a57d7dfc24b6c0409fa06aabf8cc28ba191e91db80fed0757b45212eddf713855574b48a97868
25 DIST sg3_utils-1.46.tar.xz 1031972 BLAKE2B bf425b97247a5f5bae06a84d68066e2e2ec107a5c6d410f6d04a8879be22a07d5f5d0718674072458e654a4de3facb575522962beb2297a1fb4a7fe0df01b977 SHA512 576531da5022c5c2b3099bb28b3806a86d03594f572b8e72c5d451253e5b88761654027315749362b5037dd6108b691bd74566482b9c5078e3b1e5a2bb6e1a67
26
27 diff --git a/sys-apps/sg3_utils/files/sg3_utils-1.42-sysmacros.patch b/sys-apps/sg3_utils/files/sg3_utils-1.42-sysmacros.patch
28 deleted file mode 100644
29 index e8440fb8c32..00000000000
30 --- a/sys-apps/sg3_utils/files/sg3_utils-1.42-sysmacros.patch
31 +++ /dev/null
32 @@ -1,31 +0,0 @@
33 -From 13ff34d408cf69339ce1f28756f5c7b5ad5f528b Mon Sep 17 00:00:00 2001
34 -From: Mike Frysinger <vapier@g.o>
35 -Date: Mon, 18 Apr 2016 18:36:09 -0400
36 -Subject: [PATCH] include sys/sysmacros.h for major/minor funcs
37 -
38 -These functions are not part of any official spec, and glibc has always
39 -kept them in sys/sysmacros.h. As glibc moves to conform to POSIX, and
40 -more alternative C libraries come up, we need to include this header
41 -explicitly to get the prototypes. Otherwise we fail to build like:
42 -
43 -sg_map26.o: In function 'nd_match_scandir_select':
44 -sg_map26.c:(.text+0x37b): undefined reference to 'major'
45 ----
46 - include/sg_lib.h | 1 +
47 - 1 file changed, 1 insertion(+)
48 -
49 -diff --git a/include/sg_lib.h b/include/sg_lib.h
50 -index b3e741b..a0e483c 100644
51 ---- a/include/sg_lib.h
52 -+++ b/include/sg_lib.h
53 -@@ -32,6 +32,7 @@
54 -
55 - #include <stdio.h>
56 - #include <stdint.h>
57 -+#include <sys/sysmacros.h>
58 -
59 - #ifdef __cplusplus
60 - extern "C" {
61 ---
62 -2.7.4
63 -
64
65 diff --git a/sys-apps/sg3_utils/sg3_utils-1.42.ebuild b/sys-apps/sg3_utils/sg3_utils-1.42.ebuild
66 deleted file mode 100644
67 index 56b30e53972..00000000000
68 --- a/sys-apps/sg3_utils/sg3_utils-1.42.ebuild
69 +++ /dev/null
70 @@ -1,44 +0,0 @@
71 -# Copyright 1999-2020 Gentoo Authors
72 -# Distributed under the terms of the GNU General Public License v2
73 -
74 -EAPI=5
75 -
76 -inherit eutils multilib ltprune
77 -
78 -DESCRIPTION="Apps for querying the sg SCSI interface"
79 -HOMEPAGE="http://sg.danny.cz/sg/"
80 -SRC_URI="http://sg.danny.cz/sg/p/${P}.tgz"
81 -
82 -LICENSE="GPL-2"
83 -SLOT="0"
84 -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
85 -IUSE="static-libs"
86 -
87 -DEPEND="sys-devel/libtool"
88 -RDEPEND=""
89 -PDEPEND=">=sys-apps/rescan-scsi-bus-1.24"
90 -
91 -src_prepare() {
92 - epatch "${FILESDIR}"/${PN}-1.26-stdint.patch #580236
93 - epatch "${FILESDIR}"/${PN}-1.42-sysmacros.patch #580236
94 -}
95 -
96 -src_configure() {
97 - econf $(use_enable static-libs static)
98 -}
99 -
100 -src_install() {
101 - default
102 - dodoc COVERAGE doc/README examples/*.txt
103 - newdoc scripts/README README.scripts
104 -
105 - # Better fix for bug 231089; some packages look for sgutils2
106 - local path lib
107 - path="/usr/$(get_libdir)"
108 - for lib in "${ED}"${path}/libsgutils2.*; do
109 - lib=${lib##*/}
110 - dosym "${lib}" "${path}/${lib/libsgutils2/libsgutils}"
111 - done
112 -
113 - prune_libtool_files
114 -}