summaryrefslogtreecommitdiff
path: root/sys-block/smp_utils
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-06-21 17:50:24 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-06-21 17:50:24 +0100
commitfeb0daf81d888e9160f9f94502de09b66f2a63fd (patch)
treeb6e5c40ce2abef3da27ed50a023153f475e0ddef /sys-block/smp_utils
parent9452a6e87b6c2c70513bc47a2470bf9f1168920e (diff)
gentoo resync : 21.06.2020
Diffstat (limited to 'sys-block/smp_utils')
-rw-r--r--sys-block/smp_utils/Manifest3
-rw-r--r--sys-block/smp_utils/files/smp_utils-0.98-sysmacros.patch54
-rw-r--r--sys-block/smp_utils/smp_utils-0.99_beta4_p151.ebuild27
3 files changed, 0 insertions, 84 deletions
diff --git a/sys-block/smp_utils/Manifest b/sys-block/smp_utils/Manifest
index 88cffa250fcf..4f05e0853236 100644
--- a/sys-block/smp_utils/Manifest
+++ b/sys-block/smp_utils/Manifest
@@ -1,6 +1,3 @@
-AUX smp_utils-0.98-sysmacros.patch 1441 BLAKE2B fe219d09b873bc4eb318436188c56af45f50720fd3c5d02f0d67634a63512a999deea21fb01c5cc84e03832b5fe1a6b0a34638359c7400c062c6004ca2abb1ed SHA512 203c1ac85e84f37e9f404b74a7f37f832c775a933b96b0b3a678bcff46e96c48f2f46c9ba900f433477ff0c82621c3333439cd28a747e2391d98e0ee0b202063
DIST smp_utils-0.99.tar.xz 344292 BLAKE2B 3652a4772ab887c5f29f083f35667630440ebfe564064b791b57f24cb99359d83cb8961b48c64f4bf132a1a67a164aaa05e87a30133176d4979a530ec4050d3d SHA512 6be07fb4948f46aed4499b52fdaba00b2651048c22b429b99c28c1a45cc221324e423e6411f65bd2542c06a0658e19e1798e1633c2a6d7f65cef7990d86ae34c
-DIST smp_utils-0.99b4r151.tar.xz 323076 BLAKE2B f9fad9dc7b371574ea70cbedf76dbe8684d21c3658b712f24b1ee3594adcc2814b15bb892c776ea37e772f22b9322c1ee923aa13e2c984c40a0f5ff6e7868cb0 SHA512 c68bfc931d8d1f2b4ec68a60038fec2ff08a5603cdad5b825d6c29a678873a68027d8d174922db11e197efc30fa6a7f04db173122058be79d95ee81ce8a51011
EBUILD smp_utils-0.99.ebuild 685 BLAKE2B fc52ca21a840862026a8bc8a661788e19b886c8b8b30c83f31180cc5c360229a7caf79ead3854b4e25704721fc2c94b35adbb23ae7fe2b977d9b8e1b3596462c SHA512 67f0412fa38147389bd579c394f8e44329010d8b1e2af75397143c8a1ff48cef101eba369db27bd9a5b47dec7296edf9ee827d723244b56f5a3358cd7b7d6e92
-EBUILD smp_utils-0.99_beta4_p151.ebuild 600 BLAKE2B b4061af52c945049e8900cf4f7957a7572a396acfd8b6e00c7a1b25146f4f339ac62add7b03df37c6de3cf73b91da54e591c647f440eccb4de172599f714dfdd SHA512 644f6378a137e87a58016a3f91aa8b77b5ca53e12b9033b984c62299678442190916a9d3eefc38018cf5d6bbdbc8510065b6f03526278942a5352bc9b62a9e55
MISC metadata.xml 253 BLAKE2B 295e9d6d93aaa12af413972e1590c67087801cc09c9aa6b59d4606c0f4106d1dacf2baa9858559083b4c6d91beeef218d0729e8593a33788958da6d2897e8ce2 SHA512 54a9069aeb4165d2dff3d473c8001bc51613aac9dff3f7f5e9971a9891a737a31511ffa11cbd523febe581ac1d9de2bdf2f40410f0c4239138f2ccca3ef15555
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
-)