summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-libs/libev/ChangeLog8
-rw-r--r--dev-libs/libev/libev-3.48.ebuild29
-rw-r--r--dev-libs/libev/libev-3.90-r1.ebuild (renamed from dev-libs/libev/libev-3.70.ebuild)12
3 files changed, 15 insertions, 34 deletions
diff --git a/dev-libs/libev/ChangeLog b/dev-libs/libev/ChangeLog
index d25298974b04..525b1ca43859 100644
--- a/dev-libs/libev/ChangeLog
+++ b/dev-libs/libev/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-libs/libev
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/ChangeLog,v 1.23 2010/01/14 21:29:36 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/ChangeLog,v 1.24 2010/01/19 16:15:56 matsuu Exp $
+
+*libev-3.90-r1 (19 Jan 2010)
+
+ 19 Jan 2010; MATSUU Takuto <matsuu@gentoo.org> -libev-3.48.ebuild,
+ -libev-3.70.ebuild, +libev-3.90-r1.ebuild:
+ Added elibc_glibc USE flag. Removed old versions.
14 Jan 2010; Christian Faulhammer <fauli@gentoo.org> libev-3.90.ebuild:
Transfer Prefix keywords
diff --git a/dev-libs/libev/libev-3.48.ebuild b/dev-libs/libev/libev-3.48.ebuild
deleted file mode 100644
index da1e44fb4dd8..000000000000
--- a/dev-libs/libev/libev-3.48.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/libev-3.48.ebuild,v 1.6 2009/02/20 16:18:17 matsuu Exp $
-
-inherit autotools eutils
-
-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="amd64 ppc ppc64 x86 ~x86-fbsd"
-IUSE=""
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${PN}-3.42-gentoo.patch"
-
- eautoreconf
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
-
- dodoc Changes README
-}
diff --git a/dev-libs/libev/libev-3.70.ebuild b/dev-libs/libev/libev-3.90-r1.ebuild
index a22b9c311865..35851f662f48 100644
--- a/dev-libs/libev/libev-3.70.ebuild
+++ b/dev-libs/libev/libev-3.90-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/libev-3.70.ebuild,v 1.1 2009/07/22 22:12:29 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/libev-3.90-r1.ebuild,v 1.1 2010/01/19 16:15:56 matsuu Exp $
inherit autotools eutils
@@ -12,8 +12,12 @@ SRC_URI="http://dist.schmorp.de/libev/${MY_P}.tar.gz
LICENSE="|| ( BSD GPL-2 )"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
-IUSE=""
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE="elibc_glibc"
+
+# Bug #283558
+DEPEND="elibc_glibc? ( >=sys-libs/glibc-2.9_p20081201 )"
+RDEPEND="${DEPEND}"
S="${WORKDIR}/${MY_P}"