summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2009-02-20 16:18:17 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2009-02-20 16:18:17 +0000
commit4dc5c31e29e75d6b9836fc351307b82a81c6a213 (patch)
tree679244fa6509ed990fecbed858e38b8c76298bdf /dev-libs/libev
parentNew version bump, fixes bugs 253401 & 254208 (diff)
downloadgentoo-2-4dc5c31e29e75d6b9836fc351307b82a81c6a213.tar.gz
gentoo-2-4dc5c31e29e75d6b9836fc351307b82a81c6a213.tar.bz2
gentoo-2-4dc5c31e29e75d6b9836fc351307b82a81c6a213.zip
Version bumped. Fixed SRC_URI, bug #259435.
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/libev')
-rw-r--r--dev-libs/libev/ChangeLog8
-rw-r--r--dev-libs/libev/libev-3.48.ebuild7
-rw-r--r--dev-libs/libev/libev-3.49.ebuild7
-rw-r--r--dev-libs/libev/libev-3.51.ebuild5
-rw-r--r--dev-libs/libev/libev-3.53.ebuild29
5 files changed, 47 insertions, 9 deletions
diff --git a/dev-libs/libev/ChangeLog b/dev-libs/libev/ChangeLog
index cc10640af529..633adaafd92a 100644
--- a/dev-libs/libev/ChangeLog
+++ b/dev-libs/libev/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-libs/libev
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/ChangeLog,v 1.13 2009/01/01 02:44:39 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/ChangeLog,v 1.14 2009/02/20 16:18:17 matsuu Exp $
+
+*libev-3.53 (20 Feb 2009)
+
+ 20 Feb 2009; MATSUU Takuto <matsuu@gentoo.org> libev-3.48.ebuild,
+ libev-3.49.ebuild, libev-3.51.ebuild, +libev-3.53.ebuild:
+ Version bumped. Fixed SRC_URI, bug #259435.
*libev-3.51 (01 Jan 2009)
diff --git a/dev-libs/libev/libev-3.48.ebuild b/dev-libs/libev/libev-3.48.ebuild
index 9b90de8a7278..da1e44fb4dd8 100644
--- a/dev-libs/libev/libev-3.48.ebuild
+++ b/dev-libs/libev/libev-3.48.ebuild
@@ -1,12 +1,13 @@
-# Copyright 1999-2008 Gentoo Foundation
+# 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.5 2008/12/20 15:52:22 nixnut Exp $
+# $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"
+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"
diff --git a/dev-libs/libev/libev-3.49.ebuild b/dev-libs/libev/libev-3.49.ebuild
index 57d367ec562e..504406511648 100644
--- a/dev-libs/libev/libev-3.49.ebuild
+++ b/dev-libs/libev/libev-3.49.ebuild
@@ -1,12 +1,13 @@
-# Copyright 1999-2008 Gentoo Foundation
+# 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.49.ebuild,v 1.1 2008/12/13 03:31:02 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/libev-3.49.ebuild,v 1.2 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"
+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"
diff --git a/dev-libs/libev/libev-3.51.ebuild b/dev-libs/libev/libev-3.51.ebuild
index 71d766db98f6..20b43d68bfc7 100644
--- a/dev-libs/libev/libev-3.51.ebuild
+++ b/dev-libs/libev/libev-3.51.ebuild
@@ -1,12 +1,13 @@
# 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.51.ebuild,v 1.1 2009/01/01 02:44:39 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/libev-3.51.ebuild,v 1.2 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"
+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"
diff --git a/dev-libs/libev/libev-3.53.ebuild b/dev-libs/libev/libev-3.53.ebuild
new file mode 100644
index 000000000000..0f66c474ebbb
--- /dev/null
+++ b/dev-libs/libev/libev-3.53.ebuild
@@ -0,0 +1,29 @@
+# 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.53.ebuild,v 1.1 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
+}