public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/libevent: ChangeLog libevent-2.0.10.ebuild libevent-2.0.8.ebuild libevent-2.0.9.ebuild
@ 2010-12-18 17:36 Jeroen Roovers (jer)
  0 siblings, 0 replies; only message in thread
From: Jeroen Roovers (jer) @ 2010-12-18 17:36 UTC (permalink / raw
  To: gentoo-commits

jer         10/12/18 17:36:01

  Modified:             ChangeLog
  Added:                libevent-2.0.10.ebuild
  Removed:              libevent-2.0.8.ebuild libevent-2.0.9.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.1.9.25/cvs/Linux i686)

Revision  Changes    Path
1.170                dev-libs/libevent/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libevent/ChangeLog?rev=1.170&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libevent/ChangeLog?rev=1.170&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libevent/ChangeLog?r1=1.169&r2=1.170

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libevent/ChangeLog,v
retrieving revision 1.169
retrieving revision 1.170
diff -u -r1.169 -r1.170
--- ChangeLog	30 Nov 2010 16:59:06 -0000	1.169
+++ ChangeLog	18 Dec 2010 17:36:00 -0000	1.170
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/libevent
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/ChangeLog,v 1.169 2010/11/30 16:59:06 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/ChangeLog,v 1.170 2010/12/18 17:36:00 jer Exp $
+
+*libevent-2.0.10 (18 Dec 2010)
+
+  18 Dec 2010; Jeroen Roovers <jer@gentoo.org> -libevent-2.0.8.ebuild,
+  -libevent-2.0.9.ebuild, +libevent-2.0.10.ebuild:
+  Version bump.
 
 *libevent-2.0.9 (30 Nov 2010)
 



1.1                  dev-libs/libevent/libevent-2.0.10.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libevent/libevent-2.0.10.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libevent/libevent-2.0.10.ebuild?rev=1.1&content-type=text/plain

Index: libevent-2.0.10.ebuild
===================================================================
# Copyright 1999-2010 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.1 2010/12/18 17:36:00 jer 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
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-12-18 17:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-18 17:36 [gentoo-commits] gentoo-x86 commit in dev-libs/libevent: ChangeLog libevent-2.0.10.ebuild libevent-2.0.8.ebuild libevent-2.0.9.ebuild Jeroen Roovers (jer)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox