From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4CBA11382C5 for ; Thu, 18 Jun 2020 14:14:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 911A5E091B; Thu, 18 Jun 2020 14:14:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6C692E091B for ; Thu, 18 Jun 2020 14:14:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 135F634F3C4 for ; Thu, 18 Jun 2020 14:14:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5282B2A0 for ; Thu, 18 Jun 2020 14:14:49 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1592489669.e5324126c3172489774e1584bc0de5975e31c414.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/smp_utils/, sys-block/smp_utils/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/smp_utils/Manifest sys-block/smp_utils/files/smp_utils-0.98-sysmacros.patch sys-block/smp_utils/smp_utils-0.99_beta4_p151.ebuild X-VCS-Directories: sys-block/smp_utils/files/ sys-block/smp_utils/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e5324126c3172489774e1584bc0de5975e31c414 X-VCS-Branch: master Date: Thu, 18 Jun 2020 14:14:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 465f014a-7b3c-4021-90de-ea564191300a X-Archives-Hash: 56c867c41a56643ceb125961c34fb187 commit: e5324126c3172489774e1584bc0de5975e31c414 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jun 18 13:30:35 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jun 18 14:14:29 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5324126 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 gentoo.org> 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(-) diff --git a/sys-block/smp_utils/Manifest b/sys-block/smp_utils/Manifest index 26532bc9b12..fc89512bea9 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 7eaa418f91c..00000000000 --- 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 8b71ee1ed81..00000000000 --- 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 -)