From 241da1bd63a464f5a6ea35bd0a48c928c7870b25 Mon Sep 17 00:00:00 2001 From: Matsuu Takuto Date: Wed, 22 Jul 2009 22:12:29 +0000 Subject: Version bumped. (Portage version: 2.1.6.13/cvs/Linux x86_64) --- dev-libs/libev/ChangeLog | 8 +++++++- dev-libs/libev/libev-3.49.ebuild | 29 ----------------------------- dev-libs/libev/libev-3.51.ebuild | 29 ----------------------------- dev-libs/libev/libev-3.70.ebuild | 32 ++++++++++++++++++++++++++++++++ 4 files changed, 39 insertions(+), 59 deletions(-) delete mode 100644 dev-libs/libev/libev-3.49.ebuild delete mode 100644 dev-libs/libev/libev-3.51.ebuild create mode 100644 dev-libs/libev/libev-3.70.ebuild (limited to 'dev-libs') 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 -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.49.ebuild b/dev-libs/libev/libev-3.49.ebuild deleted file mode 100644 index 504406511648..000000000000 --- a/dev-libs/libev/libev-3.49.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.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 - 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.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.70.ebuild b/dev-libs/libev/libev-3.70.ebuild new file mode 100644 index 000000000000..a22b9c311865 --- /dev/null +++ b/dev-libs/libev/libev-3.70.ebuild @@ -0,0 +1,32 @@ +# 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.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/${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}" + epatch "${FILESDIR}/${PN}-3.42-gentoo.patch" + + eautoreconf +} + +src_install() { + emake DESTDIR="${D}" install || die + + dodoc Changes README +} -- cgit v1.2.3-65-gdbad