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, 15 Feb 2017 21:45:41 +0000 (UTC)	[thread overview]
Message-ID: <1487195139.d4d4775d0a68f2ce90b827e390b3bc3b0516fefa.dlan@gentoo> (raw)

commit:     d4d4775d0a68f2ce90b827e390b3bc3b0516fefa
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 15 21:43:34 2017 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Wed Feb 15 21:45:39 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4d4775d

dev-libs/libev: version bump, 4.24

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/dev-libs/libev/Manifest b/dev-libs/libev/Manifest
index b122c38f85..ac17b37db7 100644
--- a/dev-libs/libev/Manifest
+++ b/dev-libs/libev/Manifest
@@ -3,3 +3,4 @@ DIST libev-4.19.tar.gz 524429 SHA256 88fc5f89ca96ceca14c16c10e7be3e921dae65e8493
 DIST libev-4.20.tar.gz 530091 SHA256 f870334c7fa961e7f31087c7d76abf849f596e3048f8ed2a0aaa983cd73d449e SHA512 0623f3fd4c8125c90b50d20aec2bd1bb2e42e4853723bb987d6289e588b3e063a002adc0fbcf9ee6a6f6c10eaf317b6aceb5cad139ff92f98af4df9001d901a6 WHIRLPOOL cd2e93c9653c4f8a1856f8ce3c4fd6d78613c4fed7e100d59b35b87b116132166b75baefd488cb32a18961d7dfce7e24293d7c586a4adaa2fb7a719df51bed57
 DIST libev-4.22.tar.gz 531533 SHA256 736079e8ac543c74d59af73f9c52737b3bfec9601f020bf25a87a4f4d0f01bd6 SHA512 333f03065cec2615054892957cb87f8fe8461f7ac4e9f1e3ce362d3d2c32e62bffb635ec8cf1c0ec348923067c635d795d89eefc02e57395ae6aff27dc3ead3e WHIRLPOOL 38de041c8c86b8229102ce4d68884fbf5f74b261a353acb2f0ccac92e85319357eaa2f4e6023239b8680139ea0a3f9a283d8cad4a1516e0eb8aed8edc5cd25f6
 DIST libev-4.23.tar.gz 524184 SHA256 c7fe743e0c3b50dd34bf222ebdba4e8acac031d41ce174f17890f8f84eeddd7a SHA512 e3d98364b3788a7f5c56be49b99cecc98da6323fc7e6d47aff808580653ab9effffe88636a2f5d357d596a9a580e778c20139cc162467e3e2c5fc736713c6e39 WHIRLPOOL 4ed45531e316fb9193d91b6b8bd24d678b3ccb310d30df1958a53ed4a49f73940c3a5385b81e94daf7ebd936cb2488cb002e7cda920e66d74f5393608d8118c8
+DIST libev-4.24.tar.gz 524264 SHA256 973593d3479abdf657674a55afe5f78624b0e440614e2b8cb3a07f16d4d7f821 SHA512 e4cb3b5dd4b9828d5b8da840c73ae4604258a8c4330aafa5472298b83bf944628f36918f0ddd47d9069d255639f0b24a2cf8d349f0644ffd50de823bcb54a31a WHIRLPOOL 552c5a4fffc1abba7fcc0cfc4e20a3562fc37fe5704953801397c2720a646b9b5b76bfefd5eb9f1c33f30a4431d02d7ce3938f2bb77b051e095b773a2b4d2d9e

diff --git a/dev-libs/libev/libev-4.24.ebuild b/dev-libs/libev/libev-4.24.ebuild
new file mode 100644
index 0000000000..38aafdbdc2
--- /dev/null
+++ b/dev-libs/libev/libev-4.24.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+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 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~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 )
+
+src_prepare() {
+	sed -i -e "/^include_HEADERS/s/ event.h//" Makefile.am || die
+
+	# bug #411847
+	epatch "${FILESDIR}/${PN}-pc.patch"
+
+	epatch_user
+	eautoreconf
+}
+
+multilib_src_configure() {
+	ECONF_SOURCE="${S}" \
+	econf \
+		--disable-maintainer-mode \
+		$(use_enable static-libs static)
+}
+
+multilib_src_install_all() {
+	use static-libs || prune_libtool_files
+	einstalldocs
+}


             reply	other threads:[~2017-02-15 21:45 UTC|newest]

Thread overview: 56+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-15 21:45 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-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-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=1487195139.d4d4775d0a68f2ce90b827e390b3bc3b0516fefa.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