* [gentoo-commits] gentoo-x86 commit in dev-libs/libevent: ChangeLog libevent-2.0.4.ebuild
@ 2010-03-12 18:09 Jeroen Roovers (jer)
0 siblings, 0 replies; only message in thread
From: Jeroen Roovers (jer) @ 2010-03-12 18:09 UTC (permalink / raw
To: gentoo-commits
jer 10/03/12 18:09:33
Modified: ChangeLog
Added: libevent-2.0.4.ebuild
Log:
Version bump thanks to Tim Harder (bug #308711).
(Portage version: 2.2_rc67/cvs/Linux i686)
Revision Changes Path
1.151 dev-libs/libevent/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libevent/ChangeLog?rev=1.151&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libevent/ChangeLog?rev=1.151&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libevent/ChangeLog?r1=1.150&r2=1.151
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libevent/ChangeLog,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -r1.150 -r1.151
--- ChangeLog 25 Feb 2010 21:11:26 -0000 1.150
+++ ChangeLog 12 Mar 2010 18:09:32 -0000 1.151
@@ -1,6 +1,11 @@
# 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.150 2010/02/25 21:11:26 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/ChangeLog,v 1.151 2010/03/12 18:09:32 jer Exp $
+
+*libevent-2.0.4 (12 Mar 2010)
+
+ 12 Mar 2010; Jeroen Roovers <jer@gentoo.org> +libevent-2.0.4.ebuild:
+ Version bump thanks to Tim Harder (bug #308711).
25 Feb 2010; Fabian Groffen <grobian@gentoo.org> libevent-1.4.13.ebuild:
Marked ~x64-macos, thanks Ramon van Alteren, bug #305367
1.1 dev-libs/libevent/libevent-2.0.4.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libevent/libevent-2.0.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libevent/libevent-2.0.4.ebuild?rev=1.1&content-type=text/plain
Index: libevent-2.0.4.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.4.ebuild,v 1.1 2010/03/12 18:09:32 jer Exp $
inherit libtool
MY_P="${P}-alpha"
DESCRIPTION="A library to execute a function when a specific event occurs on a file descriptor"
HOMEPAGE="http://monkey.org/~provos/libevent/"
SRC_URI="http://monkey.org/~provos/${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=""
DEPEND=""
RDEPEND="!dev-libs/9libs"
S=${WORKDIR}/${MY_P}
pkg_setup() {
prevver=$(best_version ${CATEGORY}/${PN})
}
src_unpack() {
unpack ${A}
cd "${S}"
# 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_test() {
make verify | 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-03-12 18:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-12 18:09 [gentoo-commits] gentoo-x86 commit in dev-libs/libevent: ChangeLog libevent-2.0.4.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