diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2009-01-01 02:44:39 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2009-01-01 02:44:39 +0000 |
commit | 013dd7dc9874e660402b4ad0db9790a7e61b3368 (patch) | |
tree | 8a7b9b6631cb3c22e329d9a2c12e9eb3d1019df6 /dev-libs/libev | |
parent | Update ebuild to use the base eclass. Add patches for manifest2 support (Bug ... (diff) | |
download | gentoo-2-013dd7dc9874e660402b4ad0db9790a7e61b3368.tar.gz gentoo-2-013dd7dc9874e660402b4ad0db9790a7e61b3368.tar.bz2 gentoo-2-013dd7dc9874e660402b4ad0db9790a7e61b3368.zip |
Version bumped.
(Portage version: 2.1.6.4/cvs/Linux 2.6.28-gentoo x86_64)
Diffstat (limited to 'dev-libs/libev')
-rw-r--r-- | dev-libs/libev/ChangeLog | 10 | ||||
-rw-r--r-- | dev-libs/libev/libev-3.51.ebuild (renamed from dev-libs/libev/libev-3.43.ebuild) | 6 |
2 files changed, 11 insertions, 5 deletions
diff --git a/dev-libs/libev/ChangeLog b/dev-libs/libev/ChangeLog index d7f5560ffd29..cc10640af529 100644 --- a/dev-libs/libev/ChangeLog +++ b/dev-libs/libev/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-libs/libev -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/ChangeLog,v 1.12 2008/12/20 15:52:22 nixnut Exp $ +# 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 $ + +*libev-3.51 (01 Jan 2009) + + 01 Jan 2009; MATSUU Takuto <matsuu@gentoo.org> -libev-3.43.ebuild, + +libev-3.51.ebuild: + Version bumped. Removed old version. 20 Dec 2008; nixnut <nixnut@gentoo.org> libev-3.48.ebuild: Stable on ppc wrt bug 250793 diff --git a/dev-libs/libev/libev-3.43.ebuild b/dev-libs/libev/libev-3.51.ebuild index 16f6c52eb6db..71d766db98f6 100644 --- a/dev-libs/libev/libev-3.43.ebuild +++ b/dev-libs/libev/libev-3.51.ebuild @@ -1,11 +1,11 @@ -# 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.43.ebuild,v 1.4 2008/09/23 07:12:09 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/libev-3.51.ebuild,v 1.1 2009/01/01 02:44:39 matsuu Exp $ inherit autotools eutils DESCRIPTION="A high-performance event loop/event model with lots of feature" -HOMEPAGE="http://software.schmorp.de/pkg/libev" +HOMEPAGE="http://software.schmorp.de/pkg/libev.html" SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz" LICENSE="|| ( BSD GPL-2 )" |