public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tobias Heinlein (keytoaster)" <keytoaster@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libevent: ChangeLog libevent-1.4.4.ebuild
Date: Fri, 23 May 2008 19:42:41 +0000	[thread overview]
Message-ID: <E1JzdA1-0000oQ-Dr@stork.gentoo.org> (raw)

keytoaster    08/05/23 19:42:41

  Modified:             ChangeLog
  Added:                libevent-1.4.4.ebuild
  Log:
  Version bump.
  (Portage version: 2.1.5.2)

Revision  Changes    Path
1.71                 dev-libs/libevent/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libevent/ChangeLog?rev=1.71&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libevent/ChangeLog?rev=1.71&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libevent/ChangeLog?r1=1.70&r2=1.71

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libevent/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog	25 Apr 2008 21:30:13 -0000	1.70
+++ ChangeLog	23 May 2008 19:42:40 -0000	1.71
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/libevent
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/ChangeLog,v 1.70 2008/04/25 21:30:13 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/ChangeLog,v 1.71 2008/05/23 19:42:40 keytoaster Exp $
+
+*libevent-1.4.4 (23 May 2008)
+
+  23 May 2008; Tobias Heinlein <keytoaster@gentoo.org>
+  +libevent-1.4.4.ebuild:
+  Version bump.
 
 *libevent-1.4.3 (25 Apr 2008)
 



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

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

Index: libevent-1.4.4.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-1.4.4.ebuild,v 1.1 2008/05/23 19:42:40 keytoaster Exp $

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="http://monkey.org/~provos/${MY_P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
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() {
	einfo "Building tests"
	cd test
	make test || die "failed to build tests"

	einfo "Running tests"
	./test.sh > "${T}"/tests
	cat "${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
}



-- 
gentoo-commits@lists.gentoo.org mailing list



             reply	other threads:[~2008-05-23 19:42 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-23 19:42 Tobias Heinlein (keytoaster) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-07-11  2:23 [gentoo-commits] gentoo-x86 commit in dev-libs/libevent: ChangeLog libevent-1.4.4.ebuild Jeroen Roovers (jer)
2008-07-11  3:38 Jeroen Roovers (jer)
2008-07-13 19:22 Raul Porcel (armin76)
2008-07-17 19:47 Markus Rothe (corsair)
2008-07-24 10:37 Santiago M. Mola (coldwind)
2008-08-15 18:51 Tobias Scherbaum (dertobi123)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1JzdA1-0000oQ-Dr@stork.gentoo.org \
    --to=keytoaster@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox