public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Yixun Lan" <dlan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libev/
Date: Wed,  8 Apr 2020 06:16:47 +0000 (UTC)	[thread overview]
Message-ID: <1586326576.806c3af733ae8b317a96a18284569f740c57d56e.dlan@gentoo> (raw)

commit:     806c3af733ae8b317a96a18284569f740c57d56e
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  8 06:13:38 2020 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Wed Apr  8 06:16:16 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=806c3af7

dev-libs/libev: version bump, 4.33

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 dev-libs/libev/Manifest          |  1 +
 dev-libs/libev/libev-4.33.ebuild | 46 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/dev-libs/libev/Manifest b/dev-libs/libev/Manifest
index 60ea624f8f2..e9f63c94b75 100644
--- a/dev-libs/libev/Manifest
+++ b/dev-libs/libev/Manifest
@@ -1,3 +1,4 @@
 DIST libev-4.25.tar.gz 545817 BLAKE2B a6ce69ba0a5824afc9e49afa8dba67f15b5945bb01104733c2a9478265fa78908ea26b6594c00f210c86eaef936956c16d3a55cb91a834501da0a6db12caf201 SHA512 83455d4dcb626a28d8477aaea27cdee6bc88b273fae926a57eed9f6a59d4b0ea2eef0f41ad09ff711aea2956ed83a591aa53cfe8aa242f7d0a4da19180d764c4
 DIST libev-4.27.tar.gz 556658 BLAKE2B a4cd33aa9320c0c81912b50c0f03cd338e09e9c1c63f14d682317322a3c875229b2317af00a48e65be9e56b165b994a385692b103cae7c44012a1281e764f27a SHA512 18fbac15c3a24b2efcd547d98d423fe59a1684cd3afe7ff25a3da54d8df3e11f351df455657d830df93366853f74d584f6e47a7c9ffaba84aa586957bf39ea82
 DIST libev-4.31.tar.gz 565540 BLAKE2B 59df831f4cfc9a615234d8d5b845a687ea41cc27aea84698e213bfacb79d8f9862ff776c2bf3888495cc303daf3b9073a1f660eaedb1437ebaa6d678c8ef0873 SHA512 c2687c2e538c724ec8d02ce5bf6875d2e697c57623c4d5c4e6a09c5c480dd7ea38bb7af290f120ff9e61f0ecfc9b6a07a653a9f44ea8ecf2487438756105bd18
+DIST libev-4.33.tar.gz 569527 BLAKE2B 8a6cae25ffde10b24a5bbf084f6a8559af326b37acdbdf47dda34b7f0c7955f3ebd26958594444a574cfa3e2b4011e4be93ad2bd994ffd4c094bf36620e67ba5 SHA512 c662a65360115e0b2598e3e8824cf7b33360c43a96ac9233f6b6ea2873a10102551773cad0e89e738541e75af9fd4f3e3c11cd2f251c5703aa24f193128b896b

diff --git a/dev-libs/libev/libev-4.33.ebuild b/dev-libs/libev/libev-4.33.ebuild
new file mode 100644
index 00000000000..437b8463d1c
--- /dev/null
+++ b/dev-libs/libev/libev-4.33.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools eutils multilib-minimal
+
+DESCRIPTION="A high-performance event loop/event model with lots of feature"
+HOMEPAGE="http://software.schmorp.de/pkg/libev.html"
+SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz
+	http://dist.schmorp.de/libev/Attic/${P}.tar.gz"
+
+LICENSE="|| ( BSD GPL-2 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE="elibc_glibc static-libs"
+
+# Bug #283558
+DEPEND="elibc_glibc? ( >=sys-libs/glibc-2.9_p20081201 )"
+RDEPEND="${DEPEND}"
+
+DOCS=( Changes README )
+
+# bug #411847
+PATCHES=( "${FILESDIR}/${PN}-4.25-pc.patch" )
+
+src_prepare() {
+	default
+	sed -i -e "/^include_HEADERS/s/ event.h//" Makefile.am || die
+
+	eautoreconf
+}
+
+multilib_src_configure() {
+	ECONF_SOURCE="${S}" \
+	econf \
+		--disable-maintainer-mode \
+		$(use_enable static-libs static)
+}
+
+multilib_src_install_all() {
+	if ! use static-libs; then
+		find "${D}" -name '*.la' -type f -delete || die
+	fi
+	einstalldocs
+}


             reply	other threads:[~2020-04-08  6:16 UTC|newest]

Thread overview: 56+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-08  6:16 Yixun Lan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-02-29  0:50 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libev/ Sam James
2022-05-05  9:51 WANG Xuerui
2021-01-13 23:09 Yixun Lan
2021-01-03 12:10 Sergei Trofimovich
2021-01-03 11:51 Sergei Trofimovich
2021-01-03  1:18 Sam James
2021-01-02 11:52 Sergei Trofimovich
2021-01-01 23:00 Sam James
2021-01-01 11:21 Sergei Trofimovich
2020-12-31  1:47 Sam James
2020-12-31  1:47 Sam James
2020-11-28 12:09 Sam James
2020-05-12  4:45 Mike Frysinger
2020-04-08  6:16 Yixun Lan
2020-04-02 21:16 Mart Raudsepp
2020-03-30 20:50 Sergei Trofimovich
2020-03-18 11:13 Agostino Sarubbo
2020-03-18 11:11 Agostino Sarubbo
2020-03-18 11:04 Agostino Sarubbo
2020-03-18  9:56 Agostino Sarubbo
2020-03-18  9:51 Agostino Sarubbo
2020-03-18  9:49 Agostino Sarubbo
2020-03-18  9:46 Agostino Sarubbo
2020-03-17 16:01 Agostino Sarubbo
2020-01-06  7:06 Yixun Lan
2019-12-13  9:21 Yixun Lan
2019-11-13 16:09 Agostino Sarubbo
2019-11-11 17:59 Aaron Bauman
2019-11-01 11:17 Mikle Kolyada
2019-10-14 11:50 Agostino Sarubbo
2019-10-14 11:31 Agostino Sarubbo
2019-10-14 11:24 Agostino Sarubbo
2019-10-14 11:16 Agostino Sarubbo
2019-10-14 11:07 Agostino Sarubbo
2019-10-14  9:53 Agostino Sarubbo
2019-10-12 22:45 Matt Turner
2019-08-29  7:52 Yixun Lan
2019-05-05 13:41 Mikle Kolyada
2018-01-29 20:10 Mike Frysinger
2017-03-01 13:05 Michael Weber
2017-02-23 11:57 Jeroen Roovers
2017-02-21 11:54 Tobias Klausmann
2017-02-17 14:50 Agostino Sarubbo
2017-02-17 13:44 Agostino Sarubbo
2017-02-15 21:45 Yixun Lan
2017-01-29 16:08 Fabian Groffen
2016-12-12 12:42 Yixun Lan
2015-12-21  7:47 Yixun Lan
2015-09-24  7:59 Agostino Sarubbo
2015-09-15 10:47 Tobias Klausmann
2015-09-07  5:34 Jeroen Roovers
2015-09-02 19:47 Markus Meier
2015-08-26 10:43 Agostino Sarubbo
2015-08-23  8:36 Jeroen Roovers
2015-08-19  6:53 Yixun Lan

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=1586326576.806c3af733ae8b317a96a18284569f740c57d56e.dlan@gentoo \
    --to=dlan@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