summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-block/smp_utils')
-rw-r--r--sys-block/smp_utils/Manifest1
-rw-r--r--sys-block/smp_utils/files/smp_utils-0.98-sysmacros.patch54
-rw-r--r--sys-block/smp_utils/metadata.xml2
-rw-r--r--sys-block/smp_utils/smp_utils-0.99.ebuild4
-rw-r--r--sys-block/smp_utils/smp_utils-0.99_beta4_p151.ebuild27
5 files changed, 2 insertions, 86 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/metadata.xml b/sys-block/smp_utils/metadata.xml
index 56c124413057..73dda144f9ac 100644
--- a/sys-block/smp_utils/metadata.xml
+++ b/sys-block/smp_utils/metadata.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>base-system@gentoo.org</email>
diff --git a/sys-block/smp_utils/smp_utils-0.99.ebuild b/sys-block/smp_utils/smp_utils-0.99.ebuild
index 8e06ca005192..ca8be23c12ca 100644
--- a/sys-block/smp_utils/smp_utils-0.99.ebuild
+++ b/sys-block/smp_utils/smp_utils-0.99.ebuild
@@ -1,10 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit autotools
-
DESCRIPTION="Utilities for SAS management protocol (SMP)"
HOMEPAGE="http://sg.danny.cz/sg/smp_utils.html"
MY_PV="${PV/_beta/b}"
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
-)