diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-06-18 15:30:35 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-06-18 16:14:29 +0200 |
commit | e5324126c3172489774e1584bc0de5975e31c414 (patch) | |
tree | 8c7cfd1e136ce1f57c7a7579c756cd71da090625 /sys-block/smp_utils | |
parent | sys-libs/libaal: Drop 1.0.6 and 1.0.7 (r0) (diff) | |
download | gentoo-e5324126c3172489774e1584bc0de5975e31c414.tar.gz gentoo-e5324126c3172489774e1584bc0de5975e31c414.tar.bz2 gentoo-e5324126c3172489774e1584bc0de5975e31c414.zip |
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 <asturm@gentoo.org>
Diffstat (limited to 'sys-block/smp_utils')
-rw-r--r-- | sys-block/smp_utils/Manifest | 1 | ||||
-rw-r--r-- | sys-block/smp_utils/files/smp_utils-0.98-sysmacros.patch | 54 | ||||
-rw-r--r-- | sys-block/smp_utils/smp_utils-0.99_beta4_p151.ebuild | 27 |
3 files changed, 0 insertions, 82 deletions
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 <vapier@gentoo.org> -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 <stddef.h> - #include <fcntl.h> - #include <unistd.h> -+#include <sys/sysmacros.h> - #include <sys/types.h> - #include <sys/stat.h> - #include <sys/ioctl.h> -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 <fcntl.h> - //#include <curses.h> - #include <unistd.h> -+#include <sys/sysmacros.h> - #include <sys/types.h> - #include <sys/stat.h> - #include <sys/ioctl.h> -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 <fcntl.h> - //#include <curses.h> - #include <unistd.h> -+#include <sys/sysmacros.h> - #include <sys/types.h> - #include <sys/stat.h> - #include <sys/ioctl.h> --- -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 -) |