summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2014-03-04 00:13:59 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2014-03-04 00:13:59 +0000
commit488ec088bfad8ca8bd38fe632d2775f7b0bbbd15 (patch)
tree821f924aa5a757726a59cb63def98ad7c3e1b921 /dev-util/systemtap
parentVersion bump for 2.9 and 2.10. Add new version of init script that has a "use... (diff)
downloadgentoo-2-488ec088bfad8ca8bd38fe632d2775f7b0bbbd15.tar.gz
gentoo-2-488ec088bfad8ca8bd38fe632d2775f7b0bbbd15.tar.bz2
gentoo-2-488ec088bfad8ca8bd38fe632d2775f7b0bbbd15.zip
Remove old
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'dev-util/systemtap')
-rw-r--r--dev-util/systemtap/ChangeLog8
-rw-r--r--dev-util/systemtap/files/systemtap-2.0-gettext.patch12
-rw-r--r--dev-util/systemtap/systemtap-1.6.ebuild65
-rw-r--r--dev-util/systemtap/systemtap-1.7.ebuild69
-rw-r--r--dev-util/systemtap/systemtap-2.0.ebuild74
-rw-r--r--dev-util/systemtap/systemtap-2.1.ebuild74
-rw-r--r--dev-util/systemtap/systemtap-2.2.ebuild72
-rw-r--r--dev-util/systemtap/systemtap-2.3.ebuild72
8 files changed, 7 insertions, 439 deletions
diff --git a/dev-util/systemtap/ChangeLog b/dev-util/systemtap/ChangeLog
index 1f446c647be6..30f611638c26 100644
--- a/dev-util/systemtap/ChangeLog
+++ b/dev-util/systemtap/ChangeLog
@@ -1,6 +1,12 @@
# 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.112 2014/03/03 23:57:54 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/systemtap/ChangeLog,v 1.113 2014/03/04 00:13:59 dilfridge Exp $
+
+ 04 Mar 2014; Andreas K. Huettel <dilfridge@gentoo.org> -systemtap-1.6.ebuild,
+ -systemtap-1.7.ebuild, -systemtap-2.0.ebuild,
+ -files/systemtap-2.0-gettext.patch, -systemtap-2.1.ebuild,
+ -systemtap-2.2.ebuild, -systemtap-2.3.ebuild:
+ Remove old
03 Mar 2014; Pacho Ramos <pacho@gentoo.org> systemtap-2.4.ebuild:
amd64 stable, bug #500728
diff --git a/dev-util/systemtap/files/systemtap-2.0-gettext.patch b/dev-util/systemtap/files/systemtap-2.0-gettext.patch
deleted file mode 100644
index 1fc780c5c68d..000000000000
--- a/dev-util/systemtap/files/systemtap-2.0-gettext.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Nur systemtap-2.0.orig/configure.ac systemtap-2.0/configure.ac
---- systemtap-2.0.orig/configure.ac 2012-11-04 22:04:07.726950494 +0000
-+++ systemtap-2.0/configure.ac 2012-11-04 22:11:08.747068941 +0000
-@@ -30,7 +30,7 @@
- AC_SUBST(CXXFLAGS)
- AC_SYS_LARGEFILE
- AM_GNU_GETTEXT(external)
--AM_GNU_GETTEXT_VERSION(0.17)
-+AM_GNU_GETTEXT_VERSION(0.18)
- AC_CHECK_FUNCS(ppoll)
-
- dnl Handle the prologues option.
diff --git a/dev-util/systemtap/systemtap-1.6.ebuild b/dev-util/systemtap/systemtap-1.6.ebuild
deleted file mode 100644
index 37acee533950..000000000000
--- a/dev-util/systemtap/systemtap-1.6.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/systemtap/systemtap-1.6.ebuild,v 1.7 2013/05/18 21:41:37 swegener Exp $
-
-EAPI="2"
-
-PYTHON_DEPEND="2"
-
-inherit linux-info python
-
-DESCRIPTION="A linux trace/probe tool"
-HOMEPAGE="http://www.sourceware.org/systemtap/"
-if [[ ${PV} = *_pre* ]] # is this a snaphot?
-then
- # see configure.ac to get the version of the snapshot
- SRC_URI="http://www.sourceware.org/${PN}/ftp/snapshots/${PN}-${PV/*_pre/}.tar.bz2
- mirror://gentoo/${PN}-${PV/*_pre/}.tar.bz2" # upstream only keeps four snapshot distfiles around
- S="${WORKDIR}"/src
-else
- SRC_URI="http://www.sourceware.org/${PN}/ftp/releases/${P}.tar.gz"
- # use default S for releases
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~mips x86"
-IUSE="sqlite"
-
-DEPEND=">=dev-libs/elfutils-0.142
- sys-libs/libcap
- sqlite? ( =dev-db/sqlite-3* )"
-RDEPEND="${DEPEND}
- virtual/linux-sources"
-
-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'."
-
-pkg_setup() {
- linux-info_pkg_setup
- python_set_active_version 2
- python_pkg_setup
-}
-
-src_prepare() {
- python_convert_shebangs 2 dtrace.in
-}
-
-src_configure() {
- econf \
- --docdir=/usr/share/doc/${PF} \
- --without-rpm \
- --disable-server \
- --disable-docs \
- --disable-refdocs \
- --disable-grapher \
- $(use_enable sqlite) \
- || die "econf failed"
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die "make install failed"
- dodoc AUTHORS HACKING NEWS README
-}
diff --git a/dev-util/systemtap/systemtap-1.7.ebuild b/dev-util/systemtap/systemtap-1.7.ebuild
deleted file mode 100644
index 6ce75689bd19..000000000000
--- a/dev-util/systemtap/systemtap-1.7.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/systemtap/systemtap-1.7.ebuild,v 1.5 2013/05/18 21:41:37 swegener Exp $
-
-EAPI=4
-
-PYTHON_DEPEND="2"
-
-inherit linux-info autotools python
-
-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 ~mips ~ppc ~ppc64 ~x86"
-IUSE="sqlite"
-
-DEPEND=">=dev-libs/elfutils-0.142
- sys-libs/libcap
- sqlite? ( dev-db/sqlite:3 )"
-RDEPEND="${DEPEND}
- virtual/linux-sources"
-
-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_set_active_version 2
- python_pkg_setup
-}
-
-src_prepare() {
- python_convert_shebangs 2 dtrace.in
-
- sed -i \
- -e 's:-Werror::g' \
- configure.ac Makefile.am \
- grapher/Makefile.am \
- runtime/staprun/Makefile.am \
- buildrun.cxx \
- runtime/bench2/bench.rb \
- runtime/bench2/Makefile \
- 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
- eautoreconf
-}
-
-src_configure() {
- econf \
- --docdir="${EPREFIX}/usr/share/doc/${PF}" \
- --without-rpm \
- --disable-server \
- --disable-docs \
- --disable-refdocs \
- --disable-grapher \
- $(use_enable sqlite)
-}
diff --git a/dev-util/systemtap/systemtap-2.0.ebuild b/dev-util/systemtap/systemtap-2.0.ebuild
deleted file mode 100644
index 2cc2f3f10ead..000000000000
--- a/dev-util/systemtap/systemtap-2.0.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/systemtap/systemtap-2.0.ebuild,v 1.7 2013/05/18 21:41:37 swegener Exp $
-
-EAPI=4
-
-PYTHON_DEPEND="2"
-
-inherit linux-info autotools eutils python
-
-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"
-
-DEPEND=">=dev-libs/elfutils-0.142
- sys-libs/libcap
- sqlite? ( dev-db/sqlite:3 )"
-RDEPEND="${DEPEND}
- virtual/linux-sources"
-DEPEND="${DEPEND}
- >=sys-devel/gettext-0.18"
-
-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_set_active_version 2
- python_pkg_setup
-}
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-gettext.patch
- python_convert_shebangs 2 dtrace.in
-
- sed -i \
- -e 's:-Werror::g' \
- configure.ac \
- Makefile.am \
- staprun/Makefile.am \
- stapdyn/Makefile.am \
- buildrun.cxx \
- runtime/bench2/bench.rb \
- runtime/bench2/Makefile \
- 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)
-}
diff --git a/dev-util/systemtap/systemtap-2.1.ebuild b/dev-util/systemtap/systemtap-2.1.ebuild
deleted file mode 100644
index dbd486220956..000000000000
--- a/dev-util/systemtap/systemtap-2.1.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/systemtap/systemtap-2.1.ebuild,v 1.2 2013/05/18 21:41:37 swegener Exp $
-
-EAPI=4
-
-PYTHON_DEPEND="2"
-
-inherit linux-info autotools eutils python
-
-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"
-
-DEPEND=">=dev-libs/elfutils-0.142
- sys-libs/libcap
- sqlite? ( dev-db/sqlite:3 )"
-RDEPEND="${DEPEND}
- virtual/linux-sources"
-DEPEND="${DEPEND}
- >=sys-devel/gettext-0.18"
-
-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_set_active_version 2
- python_pkg_setup
-}
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-2.0-gettext.patch
- python_convert_shebangs 2 dtrace.in
-
- sed -i \
- -e 's:-Werror::g' \
- configure.ac \
- Makefile.am \
- staprun/Makefile.am \
- stapdyn/Makefile.am \
- buildrun.cxx \
- runtime/bench2/bench.rb \
- runtime/bench2/Makefile \
- 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)
-}
diff --git a/dev-util/systemtap/systemtap-2.2.ebuild b/dev-util/systemtap/systemtap-2.2.ebuild
deleted file mode 100644
index 0e8444049a03..000000000000
--- a/dev-util/systemtap/systemtap-2.2.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/systemtap/systemtap-2.2.ebuild,v 1.1 2013/05/18 21:46:03 swegener Exp $
-
-EAPI=4
-
-PYTHON_DEPEND="2"
-
-inherit linux-info autotools eutils python
-
-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"
-
-DEPEND=">=dev-libs/elfutils-0.142
- sys-libs/libcap
- sqlite? ( dev-db/sqlite:3 )"
-RDEPEND="${DEPEND}
- virtual/linux-sources"
-DEPEND="${DEPEND}
- >=sys-devel/gettext-0.18"
-
-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_set_active_version 2
- python_pkg_setup
-}
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-2.0-gettext.patch
- python_convert_shebangs 2 dtrace.in
-
- 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)
-}
diff --git a/dev-util/systemtap/systemtap-2.3.ebuild b/dev-util/systemtap/systemtap-2.3.ebuild
deleted file mode 100644
index 7088aee36271..000000000000
--- a/dev-util/systemtap/systemtap-2.3.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/systemtap/systemtap-2.3.ebuild,v 1.1 2013/11/07 19:56:12 swegener Exp $
-
-EAPI=4
-
-PYTHON_DEPEND="2"
-
-inherit linux-info autotools eutils python
-
-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"
-
-DEPEND=">=dev-libs/elfutils-0.142
- sys-libs/libcap
- sqlite? ( dev-db/sqlite:3 )"
-RDEPEND="${DEPEND}
- virtual/linux-sources"
-DEPEND="${DEPEND}
- >=sys-devel/gettext-0.18"
-
-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_set_active_version 2
- python_pkg_setup
-}
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-2.0-gettext.patch
- python_convert_shebangs 2 dtrace.in
-
- 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)
-}