Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/sg3_utils/
Date: Wed, 12 Sep 2018 12:17:42
Message-Id: 1536754653.564c8bc4d6e38824c00f43554abda81e0220a91e.polynomial-c@gentoo
1 commit: 564c8bc4d6e38824c00f43554abda81e0220a91e
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 12 12:17:18 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 12 12:17:33 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=564c8bc4
7
8 sys-apps/sg3_utils: Removed old.
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 sys-apps/sg3_utils/Manifest | 2 --
13 sys-apps/sg3_utils/sg3_utils-1.40.ebuild | 43 --------------------------------
14 sys-apps/sg3_utils/sg3_utils-1.41.ebuild | 43 --------------------------------
15 3 files changed, 88 deletions(-)
16
17 diff --git a/sys-apps/sg3_utils/Manifest b/sys-apps/sg3_utils/Manifest
18 index dfc9fc5cef9..8b9347c1576 100644
19 --- a/sys-apps/sg3_utils/Manifest
20 +++ b/sys-apps/sg3_utils/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST sg3_utils-1.40.tgz 1179730 BLAKE2B 219605afdf87dc7cb88dca5cc1603718e4ff4a0b74e61f2e455b88b27a8f9d5457654776098ec24c6efd74dd7ccccdcedb2dddaf2de629613bb39d0f04684cc3 SHA512 cf4909c46d509ea7c1c8930d81df2b20ce56c56092830f017e69fa4ce7eddb395ae1d17f51657d8dfb539fdd78229223e54e0db2d61d2612d23313cd6846043a
23 -DIST sg3_utils-1.41.tgz 1194212 BLAKE2B a9abfafbabebceb8e10dce5abb4363b12dcdf5da228594e5f4caed89671b6992faea2213b22efd27c8d75679994a2105c005b4962571d5a1332d4c8142cf9877 SHA512 ceca778a2f4d16dd341dd47cc1d92df5bc85d7f75d75e6b7c1a99c31e03e98103a18abf624880172e162bd0b751f760f0e919cbbb989303a9e1fbe9ff3eb1f46
24 DIST sg3_utils-1.42.tgz 1219231 BLAKE2B dd9ea2c324cb6f4c0ce770c90b7980da5e998bddc3a2be43a0aa9bea88dfe34291d0f58b393b2a5ac680c05dc673802ec9fae1ead37107bc49fa33bc7c4df503 SHA512 d16b65e36b2bccb4fc4c189f97e71fa38e6619f37d668a4ddd74a52c715fa62325288d9737812ed19c80547059dbd27be5a20565e27e1aabb571e8f5f8ac53ad
25 DIST sg3_utils-1.43.tar.gz 1180760 BLAKE2B 20475d974f9f4c0f275499a63f921b587df76e1b8addcd5201fd5db95e100eb0b4c8c97aba7e9651ae069c43e30cd7b780643212307dec6d53e5b91cd2c653e8 SHA512 5f2eea6f61300e288ce32ca613179a944de34576fd6e596c4c3aa6cc2c0ef397cf5bfd2c148b737f678aac0c574321994525486430ea14ae8e7cb1c02184636f
26
27 diff --git a/sys-apps/sg3_utils/sg3_utils-1.40.ebuild b/sys-apps/sg3_utils/sg3_utils-1.40.ebuild
28 deleted file mode 100644
29 index 0a444d19b7d..00000000000
30 --- a/sys-apps/sg3_utils/sg3_utils-1.40.ebuild
31 +++ /dev/null
32 @@ -1,43 +0,0 @@
33 -# Copyright 1999-2015 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI="4"
37 -
38 -inherit eutils multilib
39 -
40 -DESCRIPTION="Apps for querying the sg SCSI interface"
41 -HOMEPAGE="http://sg.danny.cz/sg/"
42 -SRC_URI="http://sg.danny.cz/sg/p/${P}.tgz"
43 -
44 -LICENSE="GPL-2"
45 -SLOT="0"
46 -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86"
47 -IUSE="static-libs"
48 -
49 -DEPEND="sys-devel/libtool"
50 -RDEPEND=""
51 -PDEPEND=">=sys-apps/rescan-scsi-bus-1.24"
52 -
53 -src_prepare() {
54 - epatch "${FILESDIR}"/${PN}-1.26-stdint.patch
55 -}
56 -
57 -src_configure() {
58 - econf $(use_enable static-libs static)
59 -}
60 -
61 -src_install() {
62 - default
63 - dodoc COVERAGE doc/README examples/*.txt
64 - newdoc scripts/README README.scripts
65 -
66 - # Better fix for bug 231089; some packages look for sgutils2
67 - local path lib
68 - path="/usr/$(get_libdir)"
69 - for lib in "${ED}"${path}/libsgutils2.*; do
70 - lib=${lib##*/}
71 - dosym "${lib}" "${path}/${lib/libsgutils2/libsgutils}"
72 - done
73 -
74 - prune_libtool_files
75 -}
76
77 diff --git a/sys-apps/sg3_utils/sg3_utils-1.41.ebuild b/sys-apps/sg3_utils/sg3_utils-1.41.ebuild
78 deleted file mode 100644
79 index d3355b72483..00000000000
80 --- a/sys-apps/sg3_utils/sg3_utils-1.41.ebuild
81 +++ /dev/null
82 @@ -1,43 +0,0 @@
83 -# Copyright 1999-2015 Gentoo Foundation
84 -# Distributed under the terms of the GNU General Public License v2
85 -
86 -EAPI="4"
87 -
88 -inherit eutils multilib
89 -
90 -DESCRIPTION="Apps for querying the sg SCSI interface"
91 -HOMEPAGE="http://sg.danny.cz/sg/"
92 -SRC_URI="http://sg.danny.cz/sg/p/${P}.tgz"
93 -
94 -LICENSE="GPL-2"
95 -SLOT="0"
96 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
97 -IUSE="static-libs"
98 -
99 -DEPEND="sys-devel/libtool"
100 -RDEPEND=""
101 -PDEPEND=">=sys-apps/rescan-scsi-bus-1.24"
102 -
103 -src_prepare() {
104 - epatch "${FILESDIR}"/${PN}-1.26-stdint.patch
105 -}
106 -
107 -src_configure() {
108 - econf $(use_enable static-libs static)
109 -}
110 -
111 -src_install() {
112 - default
113 - dodoc COVERAGE doc/README examples/*.txt
114 - newdoc scripts/README README.scripts
115 -
116 - # Better fix for bug 231089; some packages look for sgutils2
117 - local path lib
118 - path="/usr/$(get_libdir)"
119 - for lib in "${ED}"${path}/libsgutils2.*; do
120 - lib=${lib##*/}
121 - dosym "${lib}" "${path}/${lib/libsgutils2/libsgutils}"
122 - done
123 -
124 - prune_libtool_files
125 -}