Gentoo Archives: gentoo-commits

From: "Sven Wegener (swegener)" <swegener@g.o>
To: gentoo-commits@l.g.o
Subject: [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
Date: Tue, 01 Jan 2008 13:42:23
Message-Id: E1J9hNk-0003qh-Gj@stork.gentoo.org
1 swegener 08/01/01 13:42:12
2
3 Modified: ChangeLog
4 Added: systemtap-0.6_p20071229.ebuild
5 systemtap-0.6_p20071222.ebuild
6 Removed: systemtap-0.6_p20071124.ebuild
7 systemtap-0.6_p20071201.ebuild
8 Log:
9 Version bump.
10 (Portage version: 2.1.3.19)
11
12 Revision Changes Path
13 1.38 dev-util/systemtap/ChangeLog
14
15 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/systemtap/ChangeLog?rev=1.38&view=markup
16 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/systemtap/ChangeLog?rev=1.38&content-type=text/plain
17 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/systemtap/ChangeLog?r1=1.37&r2=1.38
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/dev-util/systemtap/ChangeLog,v
22 retrieving revision 1.37
23 retrieving revision 1.38
24 diff -u -r1.37 -r1.38
25 --- ChangeLog 15 Dec 2007 16:59:59 -0000 1.37
26 +++ ChangeLog 1 Jan 2008 13:42:11 -0000 1.38
27 @@ -1,6 +1,14 @@
28 # ChangeLog for dev-util/systemtap
29 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/dev-util/systemtap/ChangeLog,v 1.37 2007/12/15 16:59:59 swegener Exp $
31 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
32 +# $Header: /var/cvsroot/gentoo-x86/dev-util/systemtap/ChangeLog,v 1.38 2008/01/01 13:42:11 swegener Exp $
33 +
34 +*systemtap-0.6_p20071229 (01 Jan 2008)
35 +*systemtap-0.6_p20071222 (01 Jan 2008)
36 +
37 + 01 Jan 2008; Sven Wegener <swegener@g.o>
38 + -systemtap-0.6_p20071124.ebuild, -systemtap-0.6_p20071201.ebuild,
39 + +systemtap-0.6_p20071222.ebuild, +systemtap-0.6_p20071229.ebuild:
40 + Version bump.
41
42 *systemtap-0.6_p20071215 (15 Dec 2007)
43
44
45
46
47 1.1 dev-util/systemtap/systemtap-0.6_p20071229.ebuild
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/systemtap/systemtap-0.6_p20071229.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/systemtap/systemtap-0.6_p20071229.ebuild?rev=1.1&content-type=text/plain
51
52 Index: systemtap-0.6_p20071229.ebuild
53 ===================================================================
54 # Copyright 1999-2008 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/dev-util/systemtap/systemtap-0.6_p20071229.ebuild,v 1.1 2008/01/01 13:42:11 swegener Exp $
57
58 inherit linux-info eutils
59
60 DESCRIPTION="A linux trace/probe tool"
61 HOMEPAGE="http://sourceware.org/systemtap/"
62 if [[ ${PV} = *_p* ]] # is this a snaphot?
63 then
64 SRC_URI="ftp://sources.redhat.com/pub/${PN}/snapshots/${PN}-${PV/*_p/}.tar.bz2"
65 else
66 die "Sorry, currently there are only snapshots available." # but they have an internal version (see configure.ac)
67 fi
68
69 LICENSE="GPL-2"
70 SLOT="0"
71 KEYWORDS="~amd64 ~x86"
72 IUSE=""
73
74 DEPEND=">=dev-libs/elfutils-0.122
75 sys-libs/libcap
76 =dev-db/sqlite-3*"
77 RDEPEND="${DEPEND}
78 virtual/linux-sources"
79
80 S="${WORKDIR}"/src
81
82 CONFIG_CHECK="KPROBES ~RELAY ~DEBUG_FS"
83 ERROR_KPROBES="${PN} requires support for KProbes Instrumentation (KPROBES) - this can be enabled in 'Instrumentation Support -> Kprobes'."
84 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)'."
85 ERROR_DEBUG_FS="${PN} works best with support for Debug Filesystem (DEBUG_FS) - this can be enabled in 'Kernel hacking -> Debug Filesystem'."
86
87 src_unpack() {
88 unpack ${A}
89 cd "${S}"
90
91 epatch "${FILESDIR}"/systemtap-20070414-grsecurity.patch
92 }
93
94 src_install() {
95 emake install DESTDIR="${D}" || die "make install failed"
96 dodoc AUTHORS ChangeLog HACKING NEWS README
97 }
98
99 pkg_postinst() {
100 elog "If you use a kernel patched with grsecurity (e.g. sys-kernel/hardened-sources)"
101 elog "then please append '-D HAVE_GRSECURITY' to your stap command line."
102 }
103
104
105
106 1.1 dev-util/systemtap/systemtap-0.6_p20071222.ebuild
107
108 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/systemtap/systemtap-0.6_p20071222.ebuild?rev=1.1&view=markup
109 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/systemtap/systemtap-0.6_p20071222.ebuild?rev=1.1&content-type=text/plain
110
111 Index: systemtap-0.6_p20071222.ebuild
112 ===================================================================
113 # Copyright 1999-2008 Gentoo Foundation
114 # Distributed under the terms of the GNU General Public License v2
115 # $Header: /var/cvsroot/gentoo-x86/dev-util/systemtap/systemtap-0.6_p20071222.ebuild,v 1.1 2008/01/01 13:42:11 swegener Exp $
116
117 inherit linux-info eutils
118
119 DESCRIPTION="A linux trace/probe tool"
120 HOMEPAGE="http://sourceware.org/systemtap/"
121 if [[ ${PV} = *_p* ]] # is this a snaphot?
122 then
123 SRC_URI="ftp://sources.redhat.com/pub/${PN}/snapshots/${PN}-${PV/*_p/}.tar.bz2"
124 else
125 die "Sorry, currently there are only snapshots available." # but they have an internal version (see configure.ac)
126 fi
127
128 LICENSE="GPL-2"
129 SLOT="0"
130 KEYWORDS="~amd64 ~x86"
131 IUSE=""
132
133 DEPEND=">=dev-libs/elfutils-0.122
134 sys-libs/libcap
135 =dev-db/sqlite-3*"
136 RDEPEND="${DEPEND}
137 virtual/linux-sources"
138
139 S="${WORKDIR}"/src
140
141 CONFIG_CHECK="KPROBES ~RELAY ~DEBUG_FS"
142 ERROR_KPROBES="${PN} requires support for KProbes Instrumentation (KPROBES) - this can be enabled in 'Instrumentation Support -> Kprobes'."
143 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)'."
144 ERROR_DEBUG_FS="${PN} works best with support for Debug Filesystem (DEBUG_FS) - this can be enabled in 'Kernel hacking -> Debug Filesystem'."
145
146 src_unpack() {
147 unpack ${A}
148 cd "${S}"
149
150 epatch "${FILESDIR}"/systemtap-20070414-grsecurity.patch
151 }
152
153 src_install() {
154 emake install DESTDIR="${D}" || die "make install failed"
155 dodoc AUTHORS ChangeLog HACKING NEWS README
156 }
157
158 pkg_postinst() {
159 elog "If you use a kernel patched with grsecurity (e.g. sys-kernel/hardened-sources)"
160 elog "then please append '-D HAVE_GRSECURITY' to your stap command line."
161 }
162
163
164
165 --
166 gentoo-commits@g.o mailing list