diff options
-rw-r--r-- | dev-libs/libev/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/libev/libev-3.51.ebuild | 29 | ||||
-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}" |