diff options
author | Jeroen Roovers <jer@gentoo.org> | 2011-08-09 17:55:25 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2011-08-09 17:55:25 +0000 |
commit | b6aa0bacfa3db94271a5e66a2473e834f793895d (patch) | |
tree | d5b75ff12e868923781c10e2cadb5f5e8df7b9f0 /dev-libs/libevent | |
parent | Remove old versions (diff) | |
download | gentoo-2-b6aa0bacfa3db94271a5e66a2473e834f793895d.tar.gz gentoo-2-b6aa0bacfa3db94271a5e66a2473e834f793895d.tar.bz2 gentoo-2-b6aa0bacfa3db94271a5e66a2473e834f793895d.zip |
Old.
(Portage version: 2.2.0_alpha50/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/libevent')
-rw-r--r-- | dev-libs/libevent/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/libevent/libevent-2.0.10.ebuild | 45 | ||||
-rw-r--r-- | dev-libs/libevent/libevent-2.0.11.ebuild | 46 |
3 files changed, 5 insertions, 92 deletions
diff --git a/dev-libs/libevent/ChangeLog b/dev-libs/libevent/ChangeLog index 41da4f1d62d2..281c02362740 100644 --- a/dev-libs/libevent/ChangeLog +++ b/dev-libs/libevent/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/libevent # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/ChangeLog,v 1.184 2011/07/24 18:51:36 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/ChangeLog,v 1.185 2011/08/09 17:55:25 jer Exp $ + + 09 Aug 2011; Jeroen Roovers <jer@gentoo.org> -libevent-2.0.10.ebuild, + -libevent-2.0.11.ebuild: + ^ 24 Jul 2011; Jeroen Roovers <jer@gentoo.org> libevent-2.0.12.ebuild: Stable for HPPA (bug #375097). diff --git a/dev-libs/libevent/libevent-2.0.10.ebuild b/dev-libs/libevent/libevent-2.0.10.ebuild deleted file mode 100644 index 272f28c889fb..000000000000 --- a/dev-libs/libevent/libevent-2.0.10.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-2.0.10.ebuild,v 1.7 2011/06/11 16:22:55 armin76 Exp $ - -EAPI="2" - -inherit libtool - -MY_P="${P}-stable" - -DESCRIPTION="A library to execute a function when a specific event occurs on a file descriptor" -HOMEPAGE="http://monkey.org/~provos/libevent/" -SRC_URI="mirror://sourceforge/levent/files/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" -IUSE="static-libs test" - -RDEPEND="!<=dev-libs/9libs-1.0" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - # don't waste time building tests/samples - sed -i \ - -e 's|^\(SUBDIRS =.*\)sample test\(.*\)$|\1\2|' \ - Makefile.in || die "sed Makefile.in failed" - - elibtoolize -} - -src_configure() { - econf $(use_enable static-libs static) || die "econf" -} - -src_test() { - emake -C test check | tee "${T}"/tests - grep FAILED "${T}"/tests &>/dev/null && die "1 or more tests failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc README ChangeLog -} diff --git a/dev-libs/libevent/libevent-2.0.11.ebuild b/dev-libs/libevent/libevent-2.0.11.ebuild deleted file mode 100644 index 41b4862c908a..000000000000 --- a/dev-libs/libevent/libevent-2.0.11.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-2.0.11.ebuild,v 1.2 2011/06/05 16:58:47 jer Exp $ - -EAPI="2" - -inherit autotools-utils libtool - -MY_P="${P}-stable" - -DESCRIPTION="A library to execute a function when a specific event occurs on a file descriptor" -HOMEPAGE="http://monkey.org/~provos/libevent/" -SRC_URI="mirror://sourceforge/levent/files/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" -IUSE="static-libs test" - -RDEPEND="!<=dev-libs/9libs-1.0" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - # don't waste time building tests/samples - sed -i \ - -e 's|^\(SUBDIRS =.*\)sample test\(.*\)$|\1\2|' \ - Makefile.in || die "sed Makefile.in failed" - - elibtoolize -} - -src_configure() { - econf $(use_enable static-libs static) || die "econf" -} - -src_test() { - emake -C test check | tee "${T}"/tests - grep FAILED "${T}"/tests &>/dev/null && die "1 or more tests failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - dodoc README ChangeLog - use static-libs || remove_libtool_files -} |