public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libbsd/
Date: Tue, 30 Jan 2018 08:08:52 +0000 (UTC)	[thread overview]
Message-ID: <1517299726.003bf3eb97374f1ec5bf4fc119bf008a0c99da09.polynomial-c@gentoo> (raw)

commit:     003bf3eb97374f1ec5bf4fc119bf008a0c99da09
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 30 08:05:56 2018 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue Jan 30 08:08:46 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=003bf3eb

dev-libs/libbsd: Bump to version 0.8.7

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 dev-libs/libbsd/Manifest            |  1 +
 dev-libs/libbsd/libbsd-0.8.7.ebuild | 40 +++++++++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/dev-libs/libbsd/Manifest b/dev-libs/libbsd/Manifest
index 1b65803dc03..bf8ec01233e 100644
--- a/dev-libs/libbsd/Manifest
+++ b/dev-libs/libbsd/Manifest
@@ -1,3 +1,4 @@
 DIST libbsd-0.8.3.tar.xz 356772 BLAKE2B 7f45f0300e170f02a0c7d4d0e8d3b56b10035af5a0c5749695978fff549c11ae2d13fa8c85e07b059dc30f458d6b0f7fe36129c934070a77ae185f8be0a4e0c3 SHA512 155b895d6bd62b180718d65a2cda7484946c492d52735a57b51005705dfe4528b6a72e8745acea47b01fe68e3bbbe3c036c5e9998a8d06fc79efe2b96a04767f
 DIST libbsd-0.8.5.tar.xz 370680 BLAKE2B fd6ec5994d1a13bb46d9edea4c6df8bebfe86f979aebb372f4f22dff50d9127bcd400dbc22209224717576b40b42b288dc69433128258705dd23c3cd752f0fd7 SHA512 bb122862ce8b789e530e9ca1a777d4219db2066ad89fe6028a833a5dc33ac0cd6b553ef5a0a42962d4a594c1f410304fd553b8fab583db539989ec7cca85baf0
 DIST libbsd-0.8.6.tar.xz 371112 BLAKE2B adab6c17267e0cff128351efccf5c1225b7dd85dc61dd8168bf212ba5aff8d726fa5be687c041821af9a427ddad9dfcd3630cac9134b9e81c86ab2599e43aef9 SHA512 ece01ced324f840c2cee6321c7dcf97ff123d55ea9f203c1ce35e1b46643dc7b34ef6dc6c8d128252b36848624850b40823411cc96b99a66a401eb1e9d8cea6b
+DIST libbsd-0.8.7.tar.xz 371772 BLAKE2B aa4aa1c19872edf9e7e6ed270275199366345531a48ee28c25e209f17c5403a22269b91ab1c806cb1b54ba33a8464f4b035fe7ee2bc5dddd0a4fda09c540b058 SHA512 605a14eb5d33c0e45c3bd29e585ebc15832e2ed1efa9356291a0562622168da96db1a20766e9dae8910ea0c1516429f43905edc8d4f2a40a5a341a689d08fcc3

diff --git a/dev-libs/libbsd/libbsd-0.8.7.ebuild b/dev-libs/libbsd/libbsd-0.8.7.ebuild
new file mode 100644
index 00000000000..bde7f808bf8
--- /dev/null
+++ b/dev-libs/libbsd/libbsd-0.8.7.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit multilib-minimal
+
+DESCRIPTION="An library to provide useful functions commonly found on BSD systems"
+HOMEPAGE="https://libbsd.freedesktop.org/wiki/"
+SRC_URI="https://${PN}.freedesktop.org/releases/${P}.tar.xz"
+
+LICENSE="BSD BSD-2 BSD-4 ISC"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="static-libs"
+
+DEPEND=">=sys-kernel/linux-headers-3.17"
+RDEPEND=""
+
+pkg_setup() {
+	local f="${EROOT}/usr/$(get_libdir)/${PN}.a"
+	local m="You need to remove ${f} by hand or re-emerge sys-libs/glibc first."
+	if ! has_version ${CATEGORY}/${PN}; then
+		if [[ -e ${f} ]]; then
+			eerror "${m}"
+			die "${m}"
+		fi
+	fi
+}
+
+multilib_src_configure() {
+	# The build system will install libbsd-ctor.a despite of USE="-static-libs"
+	# which is correct, see:
+	# https://cgit.freedesktop.org/libbsd/commit/?id=c5b959028734ca2281250c85773d9b5e1d259bc8
+	ECONF_SOURCE="${S}" econf $(use_enable static-libs static)
+}
+
+multilib_src_install() {
+	emake DESTDIR="${D}" install
+	find "${ED}" -name "*.la" -delete || die
+}


             reply	other threads:[~2018-01-30  8:08 UTC|newest]

Thread overview: 129+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-30  8:08 Lars Wendler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-19  3:42 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libbsd/ Ionen Wolkens
2024-03-02 18:00 Arthur Zamarin
2024-02-29  4:22 Sam James
2024-02-28  0:12 Sam James
2024-02-27 22:06 Sam James
2024-02-18 13:31 Sam James
2024-01-21 11:19 Sam James
2024-01-18 17:53 Sam James
2024-01-14  3:40 Sam James
2023-10-28 16:07 Andreas K. Hüttel
2023-10-08 18:38 David Seifert
2023-08-12 12:30 Michał Górny
2023-04-01 16:32 Arthur Zamarin
2023-04-01 16:32 Arthur Zamarin
2023-03-16 17:38 Arthur Zamarin
2023-02-26 19:10 Arthur Zamarin
2023-02-23 20:47 Arthur Zamarin
2023-02-23 20:04 Arthur Zamarin
2023-02-22 21:05 Arthur Zamarin
2023-02-13  5:01 Sam James
2023-01-28 22:12 James Le Cuirot
2023-01-03  5:58 Sam James
2023-01-03  5:58 Sam James
2022-12-30 10:41 James Le Cuirot
2022-12-29 21:31 James Le Cuirot
2022-11-25 16:19 Michał Górny
2022-11-25 15:02 Arthur Zamarin
2022-11-25 10:31 Arthur Zamarin
2022-11-25  9:26 Sam James
2022-11-25  9:03 Arthur Zamarin
2022-11-25  8:19 Sam James
2022-11-25  8:19 Sam James
2022-11-25  8:11 Arthur Zamarin
2022-11-25  8:11 Arthur Zamarin
2022-10-08 12:54 Sam James
2022-05-27  7:06 Michał Górny
2022-05-27  1:42 Sam James
2022-05-26 23:17 Jakov Smolić
2022-05-26 23:17 Jakov Smolić
2022-05-26 11:17 Jakov Smolić
2022-05-26 11:16 Jakov Smolić
2022-05-26 11:16 Jakov Smolić
2022-05-26 11:16 Jakov Smolić
2022-05-26 11:16 Jakov Smolić
2022-05-08  2:12 WANG Xuerui
2022-03-30 23:21 Sam James
2022-01-22 22:31 Sam James
2022-01-01 14:39 James Le Cuirot
2021-08-24 13:39 Andreas Sturmlechner
2021-08-24  0:05 Marek Szuba
2021-08-19 19:57 Sam James
2021-08-19  1:08 Sam James
2021-08-18 12:58 Agostino Sarubbo
2021-08-17 18:56 Sam James
2021-08-16  5:20 Agostino Sarubbo
2021-08-16  5:17 Agostino Sarubbo
2021-08-16  5:16 Agostino Sarubbo
2021-08-16  5:13 Agostino Sarubbo
2021-07-16 12:48 Andreas Sturmlechner
2019-12-08  4:50 Matt Turner
2019-11-22 23:35 Sergei Trofimovich
2019-11-22 13:44 Matt Turner
2019-11-20 11:50 Agostino Sarubbo
2019-11-20 11:27 Agostino Sarubbo
2019-11-19 19:45 Sergei Trofimovich
2019-11-19 15:40 Agostino Sarubbo
2019-11-19  7:38 Agostino Sarubbo
2019-11-19  0:32 Aaron Bauman
2019-08-19 11:01 Lars Wendler
2019-05-04 18:29 Andreas K. Hüttel
2018-10-12 16:08 Mikle Kolyada
2018-10-12  7:32 Tobias Klausmann
2018-10-09  9:33 Mikle Kolyada
2018-10-06 19:46 Matt Turner
2018-10-06 19:46 Matt Turner
2018-09-30 22:46 Mart Raudsepp
2018-09-30 21:38 Sergei Trofimovich
2018-09-25  6:35 Sergei Trofimovich
2018-09-24 21:26 Sergei Trofimovich
2018-09-24 16:43 Mikle Kolyada
2018-06-28 13:55 Mikle Kolyada
2018-05-24  9:16 Lars Wendler
2018-05-22 14:32 Lars Wendler
2018-03-25 17:04 Gilles Dartiguelongue
2018-03-22 22:25 Sergei Trofimovich
2018-03-21 11:08 Mart Raudsepp
2018-01-30  8:08 Lars Wendler
2017-09-26 22:32 Manuel Rüger
2017-09-19 19:46 Markus Meier
2017-09-15 15:38 Tobias Klausmann
2017-09-15 11:48 Michael Palimaka
2017-09-13 20:34 Sergei Trofimovich
2017-09-09 18:54 Sergei Trofimovich
2017-09-09 11:53 Sergei Trofimovich
2017-07-20  8:09 Lars Wendler
2017-07-20  8:09 Lars Wendler
2017-06-24 16:04 Sebastian Pipping
2017-06-21 18:27 Sebastian Pipping
2017-06-03  8:11 Lars Wendler
2017-05-31  8:32 Lars Wendler
2017-03-16 18:51 Michael Weber
2017-03-01 13:05 Michael Weber
2017-02-23 11:47 Jeroen Roovers
2017-02-21 11:54 Tobias Klausmann
2017-02-19 13:33 Agostino Sarubbo
2017-02-19 13:11 Agostino Sarubbo
2016-10-21 22:10 Anthony G. Basile
2016-09-04 15:13 Fabian Groffen
2016-07-05 11:51 Fabian Groffen
2016-05-18  9:05 Fabian Groffen
2016-04-26 11:07 Lars Wendler
2016-04-16 10:44 Pacho Ramos
2016-03-31  9:26 Agostino Sarubbo
2016-03-24 11:32 Michael Palimaka
2016-03-15 16:39 Agostino Sarubbo
2016-02-14 17:21 Markus Meier
2016-02-13  8:22 Jeroen Roovers
2016-02-11 12:27 Agostino Sarubbo
2016-02-10 12:53 Jeroen Roovers
2016-02-09 11:58 Tobias Klausmann
2016-02-06 14:09 Manuel Rüger
2016-02-06 14:09 Manuel Rüger
2016-01-15 22:24 Ian Stakenvicius
2016-01-12 17:45 Ian Stakenvicius
2016-01-11 17:04 Ian Stakenvicius
2016-01-09 15:15 Pacho Ramos
2015-12-24 22:27 Agostino Sarubbo
2015-12-06 18:39 Manuel Rüger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1517299726.003bf3eb97374f1ec5bf4fc119bf008a0c99da09.polynomial-c@gentoo \
    --to=polynomial-c@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox