public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/systemtap: ChangeLog systemtap-0.6_p20071229.ebuild systemtap-0.6_p20071222.ebuild systemtap-0.6_p20071124.ebuild systemtap-0.6_p20071201.ebuild
@ 2008-01-01 13:42 Sven Wegener (swegener)
  0 siblings, 0 replies; only message in thread
From: Sven Wegener (swegener) @ 2008-01-01 13:42 UTC (permalink / raw
  To: gentoo-commits

swegener    08/01/01 13:42:12

  Modified:             ChangeLog
  Added:                systemtap-0.6_p20071229.ebuild
                        systemtap-0.6_p20071222.ebuild
  Removed:              systemtap-0.6_p20071124.ebuild
                        systemtap-0.6_p20071201.ebuild
  Log:
  Version bump.
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.38                 dev-util/systemtap/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/systemtap/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/systemtap/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/systemtap/ChangeLog?r1=1.37&r2=1.38

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/systemtap/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	15 Dec 2007 16:59:59 -0000	1.37
+++ ChangeLog	1 Jan 2008 13:42:11 -0000	1.38
@@ -1,6 +1,14 @@
 # ChangeLog for dev-util/systemtap
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/systemtap/ChangeLog,v 1.37 2007/12/15 16:59:59 swegener Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/systemtap/ChangeLog,v 1.38 2008/01/01 13:42:11 swegener Exp $
+
+*systemtap-0.6_p20071229 (01 Jan 2008)
+*systemtap-0.6_p20071222 (01 Jan 2008)
+
+  01 Jan 2008; Sven Wegener <swegener@gentoo.org>
+  -systemtap-0.6_p20071124.ebuild, -systemtap-0.6_p20071201.ebuild,
+  +systemtap-0.6_p20071222.ebuild, +systemtap-0.6_p20071229.ebuild:
+  Version bump.
 
 *systemtap-0.6_p20071215 (15 Dec 2007)
 



1.1                  dev-util/systemtap/systemtap-0.6_p20071229.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/systemtap/systemtap-0.6_p20071229.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/systemtap/systemtap-0.6_p20071229.ebuild?rev=1.1&content-type=text/plain

Index: systemtap-0.6_p20071229.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/systemtap/systemtap-0.6_p20071229.ebuild,v 1.1 2008/01/01 13:42:11 swegener Exp $

inherit linux-info eutils

DESCRIPTION="A linux trace/probe tool"
HOMEPAGE="http://sourceware.org/systemtap/"
if [[ ${PV} = *_p* ]] # is this a snaphot?
then
	SRC_URI="ftp://sources.redhat.com/pub/${PN}/snapshots/${PN}-${PV/*_p/}.tar.bz2"
else
	die "Sorry, currently there are only snapshots available." # but they have an internal version (see configure.ac)
fi

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=">=dev-libs/elfutils-0.122
	sys-libs/libcap
	=dev-db/sqlite-3*"
RDEPEND="${DEPEND}
	virtual/linux-sources"

S="${WORKDIR}"/src

CONFIG_CHECK="KPROBES ~RELAY ~DEBUG_FS"
ERROR_KPROBES="${PN} requires support for KProbes Instrumentation (KPROBES) - this can be enabled in 'Instrumentation Support -> Kprobes'."
ERROR_RELAY="${PN} works with support for user space relay support (RELAY) - this can be enabled in 'General setup -> Kernel->user space relay support (formerly relayfs)'."
ERROR_DEBUG_FS="${PN} works best with support for Debug Filesystem (DEBUG_FS) - this can be enabled in 'Kernel hacking -> Debug Filesystem'."

src_unpack() {
	unpack ${A}
	cd "${S}"

	epatch "${FILESDIR}"/systemtap-20070414-grsecurity.patch
}

src_install() {
	emake install DESTDIR="${D}" || die "make install failed"
	dodoc AUTHORS ChangeLog HACKING NEWS README
}

pkg_postinst() {
	elog "If you use a kernel patched with grsecurity (e.g. sys-kernel/hardened-sources)"
	elog "then please append '-D HAVE_GRSECURITY' to your stap command line."
}



1.1                  dev-util/systemtap/systemtap-0.6_p20071222.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/systemtap/systemtap-0.6_p20071222.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/systemtap/systemtap-0.6_p20071222.ebuild?rev=1.1&content-type=text/plain

Index: systemtap-0.6_p20071222.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/systemtap/systemtap-0.6_p20071222.ebuild,v 1.1 2008/01/01 13:42:11 swegener Exp $

inherit linux-info eutils

DESCRIPTION="A linux trace/probe tool"
HOMEPAGE="http://sourceware.org/systemtap/"
if [[ ${PV} = *_p* ]] # is this a snaphot?
then
	SRC_URI="ftp://sources.redhat.com/pub/${PN}/snapshots/${PN}-${PV/*_p/}.tar.bz2"
else
	die "Sorry, currently there are only snapshots available." # but they have an internal version (see configure.ac)
fi

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=">=dev-libs/elfutils-0.122
	sys-libs/libcap
	=dev-db/sqlite-3*"
RDEPEND="${DEPEND}
	virtual/linux-sources"

S="${WORKDIR}"/src

CONFIG_CHECK="KPROBES ~RELAY ~DEBUG_FS"
ERROR_KPROBES="${PN} requires support for KProbes Instrumentation (KPROBES) - this can be enabled in 'Instrumentation Support -> Kprobes'."
ERROR_RELAY="${PN} works with support for user space relay support (RELAY) - this can be enabled in 'General setup -> Kernel->user space relay support (formerly relayfs)'."
ERROR_DEBUG_FS="${PN} works best with support for Debug Filesystem (DEBUG_FS) - this can be enabled in 'Kernel hacking -> Debug Filesystem'."

src_unpack() {
	unpack ${A}
	cd "${S}"

	epatch "${FILESDIR}"/systemtap-20070414-grsecurity.patch
}

src_install() {
	emake install DESTDIR="${D}" || die "make install failed"
	dodoc AUTHORS ChangeLog HACKING NEWS README
}

pkg_postinst() {
	elog "If you use a kernel patched with grsecurity (e.g. sys-kernel/hardened-sources)"
	elog "then please append '-D HAVE_GRSECURITY' to your stap command line."
}



-- 
gentoo-commits@gentoo.org mailing list



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

only message in thread, other threads:[~2008-01-01 13:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-01 13:42 [gentoo-commits] gentoo-x86 commit in dev-util/systemtap: ChangeLog systemtap-0.6_p20071229.ebuild systemtap-0.6_p20071222.ebuild systemtap-0.6_p20071124.ebuild systemtap-0.6_p20071201.ebuild Sven Wegener (swegener)

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