* [gentoo-commits] gentoo-x86 commit in sys-block/btrace: ChangeLog btrace-1.0.1.ebuild
@ 2011-01-25 4:29 Robin H. Johnson (robbat2)
0 siblings, 0 replies; only message in thread
From: Robin H. Johnson (robbat2) @ 2011-01-25 4:29 UTC (permalink / raw
To: gentoo-commits
robbat2 11/01/25 04:29:56
Modified: ChangeLog
Added: btrace-1.0.1.ebuild
Log:
Version bump.
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Revision Changes Path
1.18 sys-block/btrace/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/btrace/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/btrace/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/btrace/ChangeLog?r1=1.17&r2=1.18
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-block/btrace/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -p -w -b -B -u -u -r1.17 -r1.18
--- ChangeLog 23 Sep 2009 20:29:31 -0000 1.17
+++ ChangeLog 25 Jan 2011 04:29:56 -0000 1.18
@@ -1,6 +1,11 @@
# ChangeLog for sys-block/btrace
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/btrace/ChangeLog,v 1.17 2009/09/23 20:29:31 patrick Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-block/btrace/ChangeLog,v 1.18 2011/01/25 04:29:56 robbat2 Exp $
+
+*btrace-1.0.1 (25 Jan 2011)
+
+ 25 Jan 2011; Robin H. Johnson <robbat2@gentoo.org> +btrace-1.0.1.ebuild:
+ Version bump.
23 Sep 2009; Patrick Lauer <patrick@gentoo.org>
btrace-0.0.20060428050322.ebuild, btrace-0.0.20060614042007.ebuild,
1.1 sys-block/btrace/btrace-1.0.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/btrace/btrace-1.0.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/btrace/btrace-1.0.1.ebuild?rev=1.1&content-type=text/plain
Index: btrace-1.0.1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-block/btrace/btrace-1.0.1.ebuild,v 1.1 2011/01/25 04:29:56 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=""
# 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_P}"
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}
cd "${S}"
EPATCH_OPTS="-p1" 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:[~2011-01-25 4:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-25 4:29 [gentoo-commits] gentoo-x86 commit in sys-block/btrace: ChangeLog btrace-1.0.1.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