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: dev-libs/libbsd/
Date: Thu, 20 Jul 2017 08:09:22
Message-Id: 1500538154.b5d894ad98817501170cc25b6379dc5f4e45a154.polynomial-c@gentoo
1 commit: b5d894ad98817501170cc25b6379dc5f4e45a154
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 20 08:08:51 2017 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 20 08:09:14 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5d894ad
7
8 dev-libs/libbsd: Removed old.
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 dev-libs/libbsd/Manifest | 2 --
13 dev-libs/libbsd/libbsd-0.8.2.ebuild | 40 --------------------------------
14 dev-libs/libbsd/libbsd-0.8.3-r2.ebuild | 42 ----------------------------------
15 dev-libs/libbsd/libbsd-0.8.4.ebuild | 40 --------------------------------
16 4 files changed, 124 deletions(-)
17
18 diff --git a/dev-libs/libbsd/Manifest b/dev-libs/libbsd/Manifest
19 index 520fdb7ceb8..2150045ab77 100644
20 --- a/dev-libs/libbsd/Manifest
21 +++ b/dev-libs/libbsd/Manifest
22 @@ -1,5 +1,3 @@
23 -DIST libbsd-0.8.2.tar.xz 344292 SHA256 b2f644cae94a6e2fe109449c20ad79a0f6ee4faec2205b07eefa0020565e250a SHA512 2230d51a30a0c3a8518c7e325036d2b578c8c2b47525c2d0d5f530d28d82227ad48b50341e44521db21f99208fe7c0df7313254c90e3c92da1c8664a8cbb87c5 WHIRLPOOL 4f9b09aaa7c0775cd46bf0aaaba9e9a7f07040262739002bf3966aace3bb4d782f96b176e2c489e7d7cbc0840eecc463a414dee1b5c92414c9a821796d739290
24 DIST libbsd-0.8.3.tar.xz 356772 SHA256 934b634f4dfd865b6482650b8f522c70ae65c463529de8be907b53c89c3a34a8 SHA512 155b895d6bd62b180718d65a2cda7484946c492d52735a57b51005705dfe4528b6a72e8745acea47b01fe68e3bbbe3c036c5e9998a8d06fc79efe2b96a04767f WHIRLPOOL ab74a85813ea3308e7e4c53b7a46f4b93e4dff4d091964a6347f9960729e8eb4c8a2a0866938de508caf47caf9371f14499fcb0cc4aa30da06f501f4ccad9ef2
25 -DIST libbsd-0.8.4.tar.xz 368396 SHA256 217af1642915703151ea6df077311633dd6ad7bfa3c7e07dd9329a93f642cab3 SHA512 83ca4733edad918a51096301480b702be96f064d7e731cc0870a78d6505574ac6f4edc101aae8b97ff430b2b3ae99e162660e7e3933d05caa14537e581926dc3 WHIRLPOOL 9e0cf7b0db53659d3cce19d2906092298da272dd52489f0820fc1df8a074c7f15e85b3fc4abf82e26b3c311df35ebdc96f06000f580458dc371eab0387d05a67
26 DIST libbsd-0.8.5.tar.xz 370680 SHA256 7647d024f41389305272c263da933a6f2a978213c1801592f47e68d83ac05b28 SHA512 bb122862ce8b789e530e9ca1a777d4219db2066ad89fe6028a833a5dc33ac0cd6b553ef5a0a42962d4a594c1f410304fd553b8fab583db539989ec7cca85baf0 WHIRLPOOL 6a621bf56ec6660cef7663dec62c0623d85931a56239f435e60bff7df8c4150ef378bff03801f67f798d0e640dc1dd061457a3b6df6a2f3f20a03b66fba14ebd
27 DIST libbsd-0.8.6.tar.xz 371112 SHA256 467fbf9df1f49af11f7f686691057c8c0a7613ae5a870577bef9155de39f9687 SHA512 ece01ced324f840c2cee6321c7dcf97ff123d55ea9f203c1ce35e1b46643dc7b34ef6dc6c8d128252b36848624850b40823411cc96b99a66a401eb1e9d8cea6b WHIRLPOOL e4f9b84fb9c0953fd1732725b481d04e69b03ceeb35ec708bd4ecf549e01c3787323d18d7d0058c293ea31e6d135e734c73345c5af1dabed36a9551bdf5e3dc5
28
29 diff --git a/dev-libs/libbsd/libbsd-0.8.2.ebuild b/dev-libs/libbsd/libbsd-0.8.2.ebuild
30 deleted file mode 100644
31 index bb614980aaf..00000000000
32 --- a/dev-libs/libbsd/libbsd-0.8.2.ebuild
33 +++ /dev/null
34 @@ -1,40 +0,0 @@
35 -# Copyright 1999-2016 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=5
39 -inherit eutils multilib-minimal
40 -
41 -DESCRIPTION="An library to provide useful functions commonly found on BSD systems"
42 -HOMEPAGE="https://libbsd.freedesktop.org/wiki/"
43 -SRC_URI="https://${PN}.freedesktop.org/releases/${P}.tar.xz"
44 -
45 -LICENSE="BSD BSD-2 BSD-4 ISC"
46 -SLOT="0"
47 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86"
48 -IUSE="static-libs"
49 -
50 -DEPEND=">=sys-kernel/linux-headers-3.17"
51 -RDEPEND=""
52 -
53 -pkg_setup() {
54 - local f="${ROOT}/usr/$(get_libdir)/${PN}.a"
55 - local m="You need to remove ${f} by hand or re-emerge sys-libs/glibc first."
56 - if ! has_version ${CATEGORY}/${PN}; then
57 - if [[ -e ${f} ]]; then
58 - eerror "${m}"
59 - die "${m}"
60 - fi
61 - fi
62 -}
63 -
64 -multilib_src_configure() {
65 - # The build system will install libbsd-ctor.a despite of USE="-static-libs"
66 - # which is correct, see:
67 - # https://cgit.freedesktop.org/libbsd/commit/?id=c5b959028734ca2281250c85773d9b5e1d259bc8
68 - ECONF_SOURCE="${S}" econf $(use_enable static-libs static)
69 -}
70 -
71 -multilib_src_install() {
72 - emake DESTDIR="${D}" install
73 - prune_libtool_files
74 -}
75
76 diff --git a/dev-libs/libbsd/libbsd-0.8.3-r2.ebuild b/dev-libs/libbsd/libbsd-0.8.3-r2.ebuild
77 deleted file mode 100644
78 index cb80e112de4..00000000000
79 --- a/dev-libs/libbsd/libbsd-0.8.3-r2.ebuild
80 +++ /dev/null
81 @@ -1,42 +0,0 @@
82 -# Copyright 1999-2017 Gentoo Foundation
83 -# Distributed under the terms of the GNU General Public License v2
84 -
85 -EAPI=6
86 -inherit multilib-minimal
87 -
88 -DESCRIPTION="An library to provide useful functions commonly found on BSD systems"
89 -HOMEPAGE="https://libbsd.freedesktop.org/wiki/"
90 -SRC_URI="https://${PN}.freedesktop.org/releases/${P}.tar.xz"
91 -
92 -LICENSE="BSD BSD-2 BSD-4 ISC"
93 -SLOT="0"
94 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
95 -IUSE="static-libs"
96 -
97 -DEPEND=">=sys-kernel/linux-headers-3.17"
98 -RDEPEND=""
99 -
100 -pkg_setup() {
101 - local f="${EROOT}/usr/$(get_libdir)/${PN}.a"
102 - local m="You need to remove ${f} by hand or re-emerge sys-libs/glibc first."
103 - if ! has_version ${CATEGORY}/${PN}; then
104 - if [[ -e ${f} ]]; then
105 - eerror "${m}"
106 - die "${m}"
107 - fi
108 - fi
109 -}
110 -
111 -multilib_src_configure() {
112 - # The build system will install libbsd-ctor.a despite of USE="-static-libs"
113 - # which is correct, see:
114 - # https://cgit.freedesktop.org/libbsd/commit/?id=c5b959028734ca2281250c85773d9b5e1d259bc8
115 - ECONF_SOURCE="${S}" econf $(use_enable static-libs static)
116 -}
117 -
118 -multilib_src_install() {
119 - emake DESTDIR="${D}" install
120 - find "${ED}" -name "*.la" -delete || die
121 -
122 - rm "${ED%/}"/usr/share/man/man3/explicit_bzero.3 || die # 617462
123 -}
124
125 diff --git a/dev-libs/libbsd/libbsd-0.8.4.ebuild b/dev-libs/libbsd/libbsd-0.8.4.ebuild
126 deleted file mode 100644
127 index c9b85c118e9..00000000000
128 --- a/dev-libs/libbsd/libbsd-0.8.4.ebuild
129 +++ /dev/null
130 @@ -1,40 +0,0 @@
131 -# Copyright 1999-2017 Gentoo Foundation
132 -# Distributed under the terms of the GNU General Public License v2
133 -
134 -EAPI=6
135 -inherit multilib-minimal
136 -
137 -DESCRIPTION="An library to provide useful functions commonly found on BSD systems"
138 -HOMEPAGE="https://libbsd.freedesktop.org/wiki/"
139 -SRC_URI="https://${PN}.freedesktop.org/releases/${P}.tar.xz"
140 -
141 -LICENSE="BSD BSD-2 BSD-4 ISC"
142 -SLOT="0"
143 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
144 -IUSE="static-libs"
145 -
146 -DEPEND=">=sys-kernel/linux-headers-3.17"
147 -RDEPEND=""
148 -
149 -pkg_setup() {
150 - local f="${EROOT}/usr/$(get_libdir)/${PN}.a"
151 - local m="You need to remove ${f} by hand or re-emerge sys-libs/glibc first."
152 - if ! has_version ${CATEGORY}/${PN}; then
153 - if [[ -e ${f} ]]; then
154 - eerror "${m}"
155 - die "${m}"
156 - fi
157 - fi
158 -}
159 -
160 -multilib_src_configure() {
161 - # The build system will install libbsd-ctor.a despite of USE="-static-libs"
162 - # which is correct, see:
163 - # https://cgit.freedesktop.org/libbsd/commit/?id=c5b959028734ca2281250c85773d9b5e1d259bc8
164 - ECONF_SOURCE="${S}" econf $(use_enable static-libs static)
165 -}
166 -
167 -multilib_src_install() {
168 - emake DESTDIR="${D}" install
169 - find "${ED}" -name "*.la" -delete || die
170 -}