Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libbsd/
Date: Fri, 27 May 2022 07:06:12
Message-Id: 1653635165.ca30d24049ea5a09e85313de097ebf7634ce1ae3.mgorny@gentoo
1 commit: ca30d24049ea5a09e85313de097ebf7634ce1ae3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 27 06:47:31 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri May 27 07:06:05 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca30d240
7
8 dev-libs/libbsd: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-libs/libbsd/Manifest | 2 --
13 dev-libs/libbsd/libbsd-0.11.3.ebuild | 42 ------------------------------------
14 dev-libs/libbsd/libbsd-0.11.5.ebuild | 33 ----------------------------
15 3 files changed, 77 deletions(-)
16
17 diff --git a/dev-libs/libbsd/Manifest b/dev-libs/libbsd/Manifest
18 index dcf305de4709..a33f3db856f3 100644
19 --- a/dev-libs/libbsd/Manifest
20 +++ b/dev-libs/libbsd/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST libbsd-0.11.3.tar.xz 399712 BLAKE2B 1af04b8fcbc0bfa59fba549639d61a33ac934fe7ee42b506d1b0452e0b836b0bfdd3d8739de90465be46fe6a9d326a2d11bcf72280aa19ccba81db5da6d63d89 SHA512 a7015ea1ffa3766b1a4690526a25231898ad8275149b31fb6801082450172249997c36165626d101ffce53b59767a46676eebc0806426922fe4e773a0376c1f5
23 -DIST libbsd-0.11.5.tar.xz 409972 BLAKE2B 00c89ad1be351e7851538eac2744f5aef87b5937330d514d17af8a20a04bc6eab0e2bda61d0080da1d1439306b3b191ab68b4bc4cd8558ff0adfe402bfbf5b52 SHA512 c52c19eddd53630aca14f9f6221f7b84aa9cc798b4bb91e867822b161793313aab872ac1c0350d29312a72fee6e2061f3910ff918b724ec171d8c9de5837c841
24 DIST libbsd-0.11.6.tar.xz 416600 BLAKE2B 23f7a5ea765af559e0e63946014650074d4d33f9e6655afbe6f08fd38265408a9fe3cccff0d0827d08817354deee92e4c6fd5536fd6f08857813e8847989d15c SHA512 9dbbfb84340fc69f59667241701d81d176439ce168f123344805898a269f7bd0e98abf8c7fc12d9bf539d1effb19424d93b647cc9120f693327e736d339e6075
25 DIST libbsd-0.11.6.tar.xz.asc 833 BLAKE2B 895dee6d441da5e5b5b202dc2b5ea3635ba93352fdcd979fc3e58939dbd327b516b107d4e3c12d18dc824b6bc9793886e2a168add313d50884b1bd38d4f5f001 SHA512 29d77e53d251c641b00924c9c42b69b66eeb160ef0534e84a4ad1afd9009f87bda82f1b91d271efe37c676295add3fab01ce55aa6cd96aa0c5f34f9837b870cd
26
27 diff --git a/dev-libs/libbsd/libbsd-0.11.3.ebuild b/dev-libs/libbsd/libbsd-0.11.3.ebuild
28 deleted file mode 100644
29 index 1551e7d7f73d..000000000000
30 --- a/dev-libs/libbsd/libbsd-0.11.3.ebuild
31 +++ /dev/null
32 @@ -1,42 +0,0 @@
33 -# Copyright 1999-2022 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=8
37 -
38 -inherit multilib-minimal
39 -
40 -DESCRIPTION="Library to provide useful functions commonly found on BSD systems"
41 -HOMEPAGE="https://libbsd.freedesktop.org/wiki/ https://gitlab.freedesktop.org/libbsd/libbsd"
42 -SRC_URI="https://${PN}.freedesktop.org/releases/${P}.tar.xz"
43 -
44 -LICENSE="BSD BSD-2 BSD-4 ISC"
45 -SLOT="0"
46 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
47 -IUSE="static-libs"
48 -
49 -RDEPEND="app-crypt/libmd[${MULTILIB_USEDEP}]"
50 -DEPEND="${RDEPEND}
51 - >=sys-kernel/linux-headers-3.17
52 -"
53 -
54 -pkg_setup() {
55 - local f="${EROOT}/usr/$(get_libdir)/${PN}.a"
56 - if ! has_version ${CATEGORY}/${PN}; then
57 - if [[ -e ${f} ]]; then
58 - eerror "${m}"
59 - die "You need to remove ${f} by hand or re-emerge sys-libs/glibc first."
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://gitlab.freedesktop.org/libbsd/libbsd/commit/c5b959028734ca2281250c85773d9b5e1d259bc8
68 - ECONF_SOURCE="${S}" econf $(use_enable static-libs static)
69 -}
70 -
71 -multilib_src_install() {
72 - emake DESTDIR="${D}" install
73 - find "${ED}" -type f -name "*.la" -delete || die
74 -}
75
76 diff --git a/dev-libs/libbsd/libbsd-0.11.5.ebuild b/dev-libs/libbsd/libbsd-0.11.5.ebuild
77 deleted file mode 100644
78 index 55d75e728bd8..000000000000
79 --- a/dev-libs/libbsd/libbsd-0.11.5.ebuild
80 +++ /dev/null
81 @@ -1,33 +0,0 @@
82 -# Copyright 1999-2022 Gentoo Authors
83 -# Distributed under the terms of the GNU General Public License v2
84 -
85 -EAPI=8
86 -
87 -inherit multilib-minimal
88 -
89 -DESCRIPTION="Library to provide useful functions commonly found on BSD systems"
90 -HOMEPAGE="https://libbsd.freedesktop.org/wiki/ https://gitlab.freedesktop.org/libbsd/libbsd"
91 -SRC_URI="https://${PN}.freedesktop.org/releases/${P}.tar.xz"
92 -
93 -LICENSE="BSD BSD-2 BSD-4 ISC"
94 -SLOT="0"
95 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
96 -IUSE="static-libs"
97 -
98 -RDEPEND="app-crypt/libmd[${MULTILIB_USEDEP}]"
99 -DEPEND="${RDEPEND}
100 - >=sys-kernel/linux-headers-3.17
101 -"
102 -
103 -multilib_src_configure() {
104 - # The build system will install libbsd-ctor.a despite of USE="-static-libs"
105 - # which is correct, see:
106 - # https://gitlab.freedesktop.org/libbsd/libbsd/commit/c5b959028734ca2281250c85773d9b5e1d259bc8
107 - ECONF_SOURCE="${S}" econf $(use_enable static-libs static)
108 -}
109 -
110 -multilib_src_install() {
111 - emake DESTDIR="${D}" install
112 -
113 - find "${ED}" -type f -name "*.la" -delete || die
114 -}