From e5324126c3172489774e1584bc0de5975e31c414 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Thu, 18 Jun 2020 15:30:35 +0200 Subject: sys-block/smp_utils: Drop 0.99_beta4_p151 Closes: https://bugs.gentoo.org/724172 Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner --- sys-block/smp_utils/Manifest | 1 - .../smp_utils/files/smp_utils-0.98-sysmacros.patch | 54 ---------------------- .../smp_utils/smp_utils-0.99_beta4_p151.ebuild | 27 ----------- 3 files changed, 82 deletions(-) delete mode 100644 sys-block/smp_utils/files/smp_utils-0.98-sysmacros.patch delete mode 100644 sys-block/smp_utils/smp_utils-0.99_beta4_p151.ebuild (limited to 'sys-block/smp_utils') diff --git a/sys-block/smp_utils/Manifest b/sys-block/smp_utils/Manifest index 26532bc9b122..fc89512bea99 100644 --- a/sys-block/smp_utils/Manifest +++ b/sys-block/smp_utils/Manifest @@ -1,2 +1 @@ DIST smp_utils-0.99.tar.xz 344292 BLAKE2B 3652a4772ab887c5f29f083f35667630440ebfe564064b791b57f24cb99359d83cb8961b48c64f4bf132a1a67a164aaa05e87a30133176d4979a530ec4050d3d SHA512 6be07fb4948f46aed4499b52fdaba00b2651048c22b429b99c28c1a45cc221324e423e6411f65bd2542c06a0658e19e1798e1633c2a6d7f65cef7990d86ae34c -DIST smp_utils-0.99b4r151.tar.xz 323076 BLAKE2B f9fad9dc7b371574ea70cbedf76dbe8684d21c3658b712f24b1ee3594adcc2814b15bb892c776ea37e772f22b9322c1ee923aa13e2c984c40a0f5ff6e7868cb0 SHA512 c68bfc931d8d1f2b4ec68a60038fec2ff08a5603cdad5b825d6c29a678873a68027d8d174922db11e197efc30fa6a7f04db173122058be79d95ee81ce8a51011 diff --git a/sys-block/smp_utils/files/smp_utils-0.98-sysmacros.patch b/sys-block/smp_utils/files/smp_utils-0.98-sysmacros.patch deleted file mode 100644 index 7eaa418f91cd..000000000000 --- a/sys-block/smp_utils/files/smp_utils-0.98-sysmacros.patch +++ /dev/null @@ -1,54 +0,0 @@ -https://bugs.gentoo.org/580258 - -From 6c6f341d84f1e4c2c67fed98f09debe086fe9a47 Mon Sep 17 00:00:00 2001 -From: Mike Frysinger -Date: Tue, 19 Apr 2016 02:19:20 -0400 -Subject: [PATCH] include sys/sysmacros.h for major/minor/makedev - -These funcs are defined in that header, so include it to avoid errors: -../lib/.libs/libsmputils1.so: undefined reference to 'minor' ---- - lib/smp_aac_io.c | 1 + - lib/smp_lin_bsg.c | 1 + - lib/smp_mptctl_io.c | 1 + - 3 files changed, 3 insertions(+) - -diff --git a/lib/smp_aac_io.c b/lib/smp_aac_io.c -index 442eadf..e3d9710 100644 ---- a/lib/smp_aac_io.c -+++ b/lib/smp_aac_io.c -@@ -6,6 +6,7 @@ - #include - #include - #include -+#include - #include - #include - #include -diff --git a/lib/smp_lin_bsg.c b/lib/smp_lin_bsg.c -index 0995ded..89a92cc 100644 ---- a/lib/smp_lin_bsg.c -+++ b/lib/smp_lin_bsg.c -@@ -40,6 +40,7 @@ - #include - //#include - #include -+#include - #include - #include - #include -diff --git a/lib/smp_mptctl_io.c b/lib/smp_mptctl_io.c -index 5512913..def386d 100644 ---- a/lib/smp_mptctl_io.c -+++ b/lib/smp_mptctl_io.c -@@ -15,6 +15,7 @@ - #include - //#include - #include -+#include - #include - #include - #include --- -2.7.4 - diff --git a/sys-block/smp_utils/smp_utils-0.99_beta4_p151.ebuild b/sys-block/smp_utils/smp_utils-0.99_beta4_p151.ebuild deleted file mode 100644 index 8b71ee1ed81a..000000000000 --- a/sys-block/smp_utils/smp_utils-0.99_beta4_p151.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit autotools-utils - -DESCRIPTION="Utilities for SAS management protocol (SMP)" -HOMEPAGE="http://sg.danny.cz/sg/smp_utils.html" -MY_PV="${PV/_beta/b}" -MY_PV="${MY_PV/_p/r}" -MY_P="${PN}-${MY_PV}" -SRC_URI="http://sg.danny.cz/sg/p/${MY_P}.tar.xz" -S="${WORKDIR}/${MY_P}" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="static-libs" - -DOCS=( AUTHORS ChangeLog COVERAGE CREDITS README ) - -AUTOTOOLS_IN_SOURCE_BUILD=1 - -PATCHES=( - "${FILESDIR}"/${PN}-0.98-sysmacros.patch #580258 -) -- cgit v1.2.3-65-gdbad