diff options
author | René Nussbaumer <killerfox@gentoo.org> | 2005-12-24 16:37:41 +0000 |
---|---|---|
committer | René Nussbaumer <killerfox@gentoo.org> | 2005-12-24 16:37:41 +0000 |
commit | 686d0ccad0ae463d729009a9c3a5c2076ce937fa (patch) | |
tree | eec0b5fe7d118c6744a3e53a4bfe50df3e22dc87 /dev-libs/libevent | |
parent | new version, net-zope/zopex3 will be no longer maintained (diff) | |
download | historical-686d0ccad0ae463d729009a9c3a5c2076ce937fa.tar.gz historical-686d0ccad0ae463d729009a9c3a5c2076ce937fa.tar.bz2 historical-686d0ccad0ae463d729009a9c3a5c2076ce937fa.zip |
Stable on hppa.
Package-Manager: portage-2.0.53
Diffstat (limited to 'dev-libs/libevent')
-rw-r--r-- | dev-libs/libevent/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libevent/libevent-1.1a.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libevent/ChangeLog b/dev-libs/libevent/ChangeLog index a2599114bd42..b063802225ad 100644 --- a/dev-libs/libevent/ChangeLog +++ b/dev-libs/libevent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libevent # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/ChangeLog,v 1.47 2005/09/10 11:40:58 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/ChangeLog,v 1.48 2005/12/24 16:36:59 killerfox Exp $ + + 24 Dec 2005; Rene Nussbaumer <killerfox@gentoo.org> libevent-1.1a.ebuild: + Stable on hppa. 10 Sep 2005; Aron Griffis <agriffis@gentoo.org> libevent-1.1a.ebuild: Mark 1.1a stable on alpha diff --git a/dev-libs/libevent/libevent-1.1a.ebuild b/dev-libs/libevent/libevent-1.1a.ebuild index c648bc53b950..5207336b01be 100644 --- a/dev-libs/libevent/libevent-1.1a.ebuild +++ b/dev-libs/libevent/libevent-1.1a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-1.1a.ebuild,v 1.7 2005/09/10 11:40:58 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-1.1a.ebuild,v 1.8 2005/12/24 16:36:59 killerfox Exp $ DESCRIPTION="A library to execute a function when a specific event occurs on a file descriptor" HOMEPAGE="http://monkey.org/~provos/libevent/" @@ -8,7 +8,7 @@ SRC_URI="http://monkey.org/~provos/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~s390 sparc x86" +KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 sparc x86" IUSE="" pkg_setup() { |