public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-block/btrace: ChangeLog btrace-1.0.0.ebuild
@ 2009-04-13  0:59 Robin H. Johnson (robbat2)
  0 siblings, 0 replies; only message in thread
From: Robin H. Johnson (robbat2) @ 2009-04-13  0:59 UTC (permalink / raw
  To: gentoo-commits

robbat2     09/04/13 00:59:54

  Modified:             ChangeLog
  Added:                btrace-1.0.0.ebuild
  Log:
  Version bump per bug #254611. Parallel make fix per bug #233389.
  (Portage version: 2.2_rc30/cvs/Linux x86_64)

Revision  Changes    Path
1.16                 sys-block/btrace/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/btrace/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/btrace/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/btrace/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-block/btrace/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -p -w -b -B -u -u -r1.15 -r1.16
--- ChangeLog	3 Sep 2008 21:01:12 -0000	1.15
+++ ChangeLog	13 Apr 2009 00:59:54 -0000	1.16
@@ -1,6 +1,12 @@
 # ChangeLog for sys-block/btrace
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/btrace/ChangeLog,v 1.15 2008/09/03 21:01:12 opfer Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-block/btrace/ChangeLog,v 1.16 2009/04/13 00:59:54 robbat2 Exp $
+
+*btrace-1.0.0 (13 Apr 2009)
+
+  13 Apr 2009; Robin H. Johnson <robbat2@gentoo.org>
+  +files/btrace-1.0.0-parallel-make.patch, +btrace-1.0.0.ebuild:
+  Version bump per bug #254611. Parallel make fix per bug #233389.
 
   03 Sep 2008; Christian Faulhammer <opfer@gentoo.org>
   btrace-0.0.20060428050322.ebuild, btrace-0.0.20060614042007.ebuild,



1.1                  sys-block/btrace/btrace-1.0.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/btrace/btrace-1.0.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/btrace/btrace-1.0.0.ebuild?rev=1.1&content-type=text/plain

Index: btrace-1.0.0.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-block/btrace/btrace-1.0.0.ebuild,v 1.1 2009/04/13 00:59:54 robbat2 Exp $

inherit eutils toolchain-funcs flag-o-matic linux-info

DESCRIPTION="btrace can show detailed info about what is happening on a block device io queue."
HOMEPAGE="http://www.kernel.org/pub/linux/kernel/people/axboe/blktrace/"
MY_PN="blktrace"
MY_P="${MY_PN}-${PV}"
SRC_URI="http://brick.kernel.dk/snaps/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="doc"
RDEPEND="virtual/libc"
# This is a Linux specific app!
DEPEND="${RDEPEND}
		|| ( sys-kernel/linux-headers sys-kernel/mips-headers )
		doc? ( virtual/latex-base )
		dev-libs/libaio"
S="${WORKDIR}/${MY_PN}"

CONFIG_CHECK="~BLK_DEV_IO_TRACE"
WARNING_BLK_DEV_IO_TRACE="you need to enable BLK_DEV_IO_TRACE kernel option if you want to gather traces from this machine"

src_unpack() {
	unpack ${A}
	epatch "${FILESDIR}"/${PN}-1.0.0-parallel-make.patch
}

src_compile() {
	append-flags -DLVM_REMAP_WORKAROUND -W -I"${S}"
	emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die "emake failed"
	if use doc; then
		export VARTEXFONTS="${T}/fonts"
		emake docs || die "emake docs failed"
	fi
}

src_install() {
	emake install DESTDIR="${D}" prefix="/usr" mandir="/usr/share/man" || die "emake install failed"
	dodoc README
	use doc && dodoc doc/blktrace.pdf btt/doc/btt.pdf
}






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

only message in thread, other threads:[~2009-04-13  0:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-13  0:59 [gentoo-commits] gentoo-x86 commit in sys-block/btrace: ChangeLog btrace-1.0.0.ebuild Robin H. Johnson (robbat2)

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