From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libuev/
Date: Wed, 16 May 2018 08:10:05 +0000 (UTC) [thread overview]
Message-ID: <1526458203.36d78c412c9700fb16b5dbea168791568a2d94a0.mgorny@gentoo> (raw)
commit: 36d78c412c9700fb16b5dbea168791568a2d94a0
Author: Oz N Tiram <oz.tiram <AT> gmail <DOT> com>
AuthorDate: Tue May 15 01:36:19 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 16 08:10:03 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36d78c41
dev-libs/libuev: bump version to 2.1.2
Closes: https://github.com/gentoo/gentoo/pull/8411
Package-Manager: Portage-2.3.24, Repoman-2.3.6
dev-libs/libuev/Manifest | 1 +
dev-libs/libuev/libuev-2.1.2.ebuild | 23 +++++++++++++++++++++++
2 files changed, 24 insertions(+)
diff --git a/dev-libs/libuev/Manifest b/dev-libs/libuev/Manifest
index 56cc5b76b11..dc5dab82297 100644
--- a/dev-libs/libuev/Manifest
+++ b/dev-libs/libuev/Manifest
@@ -1 +1,2 @@
DIST libuev-2.1.0.tar.xz 247388 BLAKE2B e2934fb79e32bf61e22a7c8fcdd6371f089c5e8a4f5b3039c10c90abd852d08c5612f7b871ef705afdca68857a270dfd133a1436cd9f49876e0bf47b903e6328 SHA512 82bd68c75f015284d3757886720d1a0e5689cf71b40b896410e5e4e952761fe05b090a33e0787f632afa7726567667e4dbbbc6270129828656953ded6d28d02b
+DIST libuev-2.1.2.tar.xz 248092 BLAKE2B 7229acc6ae0e55a5ceba00e970a9e7b4b11049dc4f4435643e0541a7b3c75ac300ffc2839da0eaa7b3819a5910d20b608247812d32c028ff19c0cf3735d2941c SHA512 65a35f1e2cda5383267ba47bc90e2cdd769e5fb1318c11969c8f44262d8a5b2edad522688619aa6e9219c278286ba9ff997967f9281aa4f667fbe9b0842bf0ee
diff --git a/dev-libs/libuev/libuev-2.1.2.ebuild b/dev-libs/libuev/libuev-2.1.2.ebuild
new file mode 100644
index 00000000000..e82786a7519
--- /dev/null
+++ b/dev-libs/libuev/libuev-2.1.2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A collection of useful BSD APIs"
+HOMEPAGE="https://github.com/troglobit/libuev"
+SRC_URI="https://github.com/troglobit/${PN}/releases/download/v${PV}/${P}.tar.xz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="static-libs"
+
+src_configure(){
+ econf --enable-static=$(usex static-libs)
+}
+
+src_install(){
+ default
+ find "${D}" -name '*.la' -delete || die
+ rm "${D}/usr/share/doc/${PF}/LICENSE" || die
+}
next reply other threads:[~2018-05-16 8:10 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-16 8:10 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-01-07 13:41 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libuev/ Conrad Kostecki
2022-08-11 14:04 Yixun Lan
2021-12-25 23:20 Sam James
2021-12-25 23:20 Sam James
2021-12-25 23:20 Sam James
2021-10-18 4:12 Sam James
2021-05-09 4:42 Sam James
2021-03-16 6:54 Joonas Niilola
2021-03-16 6:54 Joonas Niilola
2020-02-27 13:54 Joonas Niilola
2020-02-27 13:54 Joonas Niilola
2019-10-09 5:22 Joonas Niilola
2018-10-10 22:00 Patrice Clement
2017-12-07 10:29 Michael Palimaka
2017-12-07 10:15 Michael Palimaka
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=1526458203.36d78c412c9700fb16b5dbea168791568a2d94a0.mgorny@gentoo \
--to=mgorny@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