* [gentoo-commits] gentoo-x86 commit in dev-util/systemtap: systemtap-2.5.ebuild ChangeLog
@ 2014-08-06 5:42 Patrick Lauer (patrick)
0 siblings, 0 replies; only message in thread
From: Patrick Lauer (patrick) @ 2014-08-06 5:42 UTC (permalink / raw
To: gentoo-commits
patrick 14/08/06 05:42:26
Modified: ChangeLog
Added: systemtap-2.5.ebuild
Log:
Bump
(Portage version: 2.2.11-r1/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.120 dev-util/systemtap/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/systemtap/ChangeLog?rev=1.120&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/systemtap/ChangeLog?rev=1.120&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/systemtap/ChangeLog?r1=1.119&r2=1.120
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/systemtap/ChangeLog,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- ChangeLog 2 Aug 2014 11:25:22 -0000 1.119
+++ ChangeLog 6 Aug 2014 05:42:26 -0000 1.120
@@ -1,6 +1,11 @@
# ChangeLog for dev-util/systemtap
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/systemtap/ChangeLog,v 1.119 2014/08/02 11:25:22 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/systemtap/ChangeLog,v 1.120 2014/08/06 05:42:26 patrick Exp $
+
+*systemtap-2.5 (06 Aug 2014)
+
+ 06 Aug 2014; Patrick Lauer <patrick@gentoo.org> +systemtap-2.5.ebuild:
+ Bump
02 Aug 2014; Raúl Porcel <armin76@gentoo.org> systemtap-2.4-r1.ebuild:
alpha/ia64/sparc stable wrt #512328
1.1 dev-util/systemtap/systemtap-2.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/systemtap/systemtap-2.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/systemtap/systemtap-2.5.ebuild?rev=1.1&content-type=text/plain
Index: systemtap-2.5.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/systemtap/systemtap-2.5.ebuild,v 1.1 2014/08/06 05:42:26 patrick Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
inherit linux-info autotools eutils python-single-r1
DESCRIPTION="A linux trace/probe tool"
HOMEPAGE="http://www.sourceware.org/systemtap/"
SRC_URI="http://www.sourceware.org/${PN}/ftp/releases/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
IUSE="sqlite"
RDEPEND=">=dev-libs/elfutils-0.142
sys-libs/libcap
${PYTHON_DEPS}
sqlite? ( dev-db/sqlite:3 )"
DEPEND="${RDEPEND}
>=sys-devel/gettext-0.18.2"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
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'."
DOCS="AUTHORS HACKING NEWS README"
pkg_setup() {
linux-info_pkg_setup
python-single-r1_pkg_setup
}
src_prepare() {
python_fix_shebang .
sed -i \
-e 's:-Werror::g' \
configure.ac \
Makefile.am \
staprun/Makefile.am \
stapdyn/Makefile.am \
buildrun.cxx \
testsuite/systemtap.unprivileged/unprivileged_probes.exp \
testsuite/systemtap.unprivileged/unprivileged_myproc.exp \
testsuite/systemtap.base/stmt_rel_user.exp \
testsuite/systemtap.base/sdt_va_args.exp \
testsuite/systemtap.base/sdt_misc.exp \
testsuite/systemtap.base/sdt.exp \
scripts/kprobes_test/gen_code.py \
|| die "Failed to clean up sources"
eautoreconf
}
src_configure() {
econf \
--docdir="${EPREFIX}/usr/share/doc/${PF}" \
--without-rpm \
--disable-server \
--disable-docs \
--disable-refdocs \
--disable-grapher \
$(use_enable sqlite)
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-08-06 5:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-06 5:42 [gentoo-commits] gentoo-x86 commit in dev-util/systemtap: systemtap-2.5.ebuild ChangeLog Patrick Lauer (patrick)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox