public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sven Wegener (swegener)" <swegener@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/systemtap: ChangeLog systemtap-0.6.1_p20080209.ebuild systemtap-0.6_p20080112.ebuild
Date: Sat, 09 Feb 2008 23:53:43 +0000	[thread overview]
Message-ID: <E1JNzVv-0003BG-Az@stork.gentoo.org> (raw)

swegener    08/02/09 23:53:43

  Modified:             ChangeLog
  Added:                systemtap-0.6.1_p20080209.ebuild
  Removed:              systemtap-0.6_p20080112.ebuild
  Log:
  Version bump.
  (Portage version: 2.1.4.1)

Revision  Changes    Path
1.44                 dev-util/systemtap/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/systemtap/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	2 Feb 2008 15:54:01 -0000	1.43
+++ ChangeLog	9 Feb 2008 23:53:42 -0000	1.44
@@ -1,6 +1,13 @@
 # ChangeLog for dev-util/systemtap
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/systemtap/ChangeLog,v 1.43 2008/02/02 15:54:01 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/systemtap/ChangeLog,v 1.44 2008/02/09 23:53:42 swegener Exp $
+
+*systemtap-0.6.1_p20080209 (09 Feb 2008)
+
+  09 Feb 2008; Sven Wegener <swegener@gentoo.org>
+  -files/systemtap-20070414-grsecurity.patch,
+  -systemtap-0.6_p20080112.ebuild, +systemtap-0.6.1_p20080209.ebuild:
+  Version bump.
 
 *systemtap-0.6.1_p20080202 (02 Feb 2008)
 



1.1                  dev-util/systemtap/systemtap-0.6.1_p20080209.ebuild

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

Index: systemtap-0.6.1_p20080209.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.1_p20080209.ebuild,v 1.1 2008/02/09 23:53:42 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-20080119-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@lists.gentoo.org mailing list



                 reply	other threads:[~2008-02-09 23:53 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=E1JNzVv-0003BG-Az@stork.gentoo.org \
    --to=swegener@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