diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-07-30 03:53:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-07-30 03:53:31 +0000 |
commit | d36003c402db971b7f22f5deac66b17ec905a0e5 (patch) | |
tree | c7fffcf0915ec64355b6d0878f8611d3378c6a87 /dev-util | |
parent | Stable on ppc. (diff) | |
download | historical-d36003c402db971b7f22f5deac66b17ec905a0e5.tar.gz historical-d36003c402db971b7f22f5deac66b17ec905a0e5.tar.bz2 historical-d36003c402db971b7f22f5deac66b17ec905a0e5.zip |
ver bump for uclibc
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/strace/Manifest | 26 | ||||
-rw-r--r-- | dev-util/strace/files/digest-strace-4.5.6 | 1 | ||||
-rw-r--r-- | dev-util/strace/strace-4.5.6.ebuild | 39 |
3 files changed, 59 insertions, 7 deletions
diff --git a/dev-util/strace/Manifest b/dev-util/strace/Manifest index 506d2c34b33c..c6e656b42833 100644 --- a/dev-util/strace/Manifest +++ b/dev-util/strace/Manifest @@ -1,13 +1,25 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 d1cb5651538b42e6650289bf18815afc ChangeLog 4871 +MD5 9b0c10d3984cb0a0629ab8bd2202135b strace-4.4.94.ebuild 1196 MD5 0f7e44ef2b6c2598f320eb7e5390b11c strace-4.4.98.ebuild 1320 +MD5 c8f6e53db1108edf6a09cf9d662899b5 strace-4.5.1.ebuild 1299 MD5 fe3a541c05056316939e1370a1726380 strace-4.5.ebuild 1239 MD5 962d17f7bdafc82ed4880f08ddf63fe5 strace-4.4.98-r1.ebuild 1461 -MD5 c8f6e53db1108edf6a09cf9d662899b5 strace-4.5.1.ebuild 1299 -MD5 d1cb5651538b42e6650289bf18815afc ChangeLog 4871 -MD5 9b0c10d3984cb0a0629ab8bd2202135b strace-4.4.94.ebuild 1196 -MD5 5c3b3bb609d3956a94ec20b4a39da546 files/digest-strace-4.5 63 -MD5 4fdbcdca139cfe298999551cd9ba97bf files/strace-get_scno.patch 515 -MD5 b7c93d383818fc6aa8ac330514b866e0 files/strace-4.5.1-2.6.patch 5756 +MD5 9150c1cdf1105e837aecae6f0b2af2d6 strace-4.5.6.ebuild 1096 MD5 1c269bae9f741bbe53fe641a0da876bc files/digest-strace-4.4.94 360 MD5 45f2fb0d3dc9d9f796448a40d38edc0b files/digest-strace-4.4.98 66 -MD5 45f2fb0d3dc9d9f796448a40d38edc0b files/digest-strace-4.4.98-r1 66 +MD5 5c3b3bb609d3956a94ec20b4a39da546 files/digest-strace-4.5 63 MD5 38e4a65d3a6a6e39695752ba68b2db78 files/digest-strace-4.5.1 65 +MD5 b7c93d383818fc6aa8ac330514b866e0 files/strace-4.5.1-2.6.patch 5756 +MD5 45f2fb0d3dc9d9f796448a40d38edc0b files/digest-strace-4.4.98-r1 66 +MD5 4fdbcdca139cfe298999551cd9ba97bf files/strace-get_scno.patch 515 +MD5 f18a719a3d60b0a6f6fd89949d1db35c files/digest-strace-4.5.6 65 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.9.8 (GNU/Linux) + +iD8DBQFBCcZNHTu7gpaalycRAip6AKCVnvjvle1ip3o7oD/8NVeOclbkpQCfdQSk +mLmaoB+tDyZ88yVT6zUqxts= +=vuFM +-----END PGP SIGNATURE----- diff --git a/dev-util/strace/files/digest-strace-4.5.6 b/dev-util/strace/files/digest-strace-4.5.6 new file mode 100644 index 000000000000..66d5dd68a63a --- /dev/null +++ b/dev-util/strace/files/digest-strace-4.5.6 @@ -0,0 +1 @@ +MD5 2dd9d23430957a7ee0221efb28c66d1e strace-4.5.6.tar.bz2 407633 diff --git a/dev-util/strace/strace-4.5.6.ebuild b/dev-util/strace/strace-4.5.6.ebuild new file mode 100644 index 000000000000..90c30747cfd6 --- /dev/null +++ b/dev-util/strace/strace-4.5.6.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.6.ebuild,v 1.1 2004/07/30 03:53:31 vapier Exp $ + +inherit flag-o-matic gnuconfig + +DESCRIPTION="A useful diagnostic, instructional, and debugging tool" +HOMEPAGE="http://sourceforge.net/projects/strace/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" + +LICENSE="as-is" +SLOT="0" +KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ~ppc64" +IUSE="" + +DEPEND="virtual/libc" + +src_unpack() { + unpack ${A} + cd ${S} + gnuconfig_update + + # Compile fails with -O3 on sparc but works on x86 + if [ "${ARCH}" == "sparc" -o "${ARCH}" == "" ]; then + replace-flags -O[3-9] -O2 + fi + filter-lfs-flags +} + +src_install() { + # Can't use make install because it is stupid and + # doesn't make leading directories before trying to + # install. Thus, one would have to make /usr/bin + # and /usr/man/man1 (at least). + # So, we do it by hand. + doman strace.1 + dobin strace strace-graph || die + dodoc ChangeLog CREDITS NEWS PORTING README* TODO +} |