summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2009-07-22 22:12:29 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2009-07-22 22:12:29 +0000
commit241da1bd63a464f5a6ea35bd0a48c928c7870b25 (patch)
tree40daba8b26e3ed4494d25159240202fb55cd8385 /dev-libs/libev
parentStable on amd64 (bug #278677) (diff)
downloadgentoo-2-241da1bd63a464f5a6ea35bd0a48c928c7870b25.tar.gz
gentoo-2-241da1bd63a464f5a6ea35bd0a48c928c7870b25.tar.bz2
gentoo-2-241da1bd63a464f5a6ea35bd0a48c928c7870b25.zip
Version bumped.
(Portage version: 2.1.6.13/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.51.ebuild29
-rw-r--r--dev-libs/libev/libev-3.70.ebuild (renamed from dev-libs/libev/libev-3.49.ebuild)9
3 files changed, 13 insertions, 33 deletions
diff --git a/dev-libs/libev/ChangeLog b/dev-libs/libev/ChangeLog
index 633adaafd92a..368be9d851e6 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.14 2009/02/20 16:18:17 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/ChangeLog,v 1.15 2009/07/22 22:12:29 matsuu Exp $
+
+*libev-3.70 (22 Jul 2009)
+
+ 22 Jul 2009; MATSUU Takuto <matsuu@gentoo.org> -libev-3.49.ebuild,
+ -libev-3.51.ebuild, +libev-3.70.ebuild:
+ Version bumped. Removed old versions.
*libev-3.53 (20 Feb 2009)
diff --git a/dev-libs/libev/libev-3.51.ebuild b/dev-libs/libev/libev-3.51.ebuild
deleted file mode 100644
index 20b43d68bfc7..000000000000
--- a/dev-libs/libev/libev-3.51.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.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
- 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.49.ebuild b/dev-libs/libev/libev-3.70.ebuild
index 504406511648..a22b9c311865 100644
--- a/dev-libs/libev/libev-3.49.ebuild
+++ b/dev-libs/libev/libev-3.70.ebuild
@@ -1,19 +1,22 @@
# 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.2 2009/02/20 16:18:17 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/libev-3.70.ebuild,v 1.1 2009/07/22 22:12:29 matsuu Exp $
inherit autotools eutils
+MY_P="${P/0}"
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"
+SRC_URI="http://dist.schmorp.de/libev/${MY_P}.tar.gz
+ http://dist.schmorp.de/libev/Attic/${MY_P}.tar.gz"
LICENSE="|| ( BSD GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
IUSE=""
+S="${WORKDIR}/${MY_P}"
+
src_unpack() {
unpack ${A}
cd "${S}"