summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris PeBenito <pebenito@gentoo.org>2003-10-28 23:21:53 +0000
committerChris PeBenito <pebenito@gentoo.org>2003-10-28 23:21:53 +0000
commit8fb900977ab578e39587fb8daaeb379e2f5001ea (patch)
treeacc49bf7221e407ec748ba1e99f2a74d19a21939 /dev-util/strace
parentadd dillo flag for sylpheed-claws (diff)
downloadgentoo-2-8fb900977ab578e39587fb8daaeb379e2f5001ea.tar.gz
gentoo-2-8fb900977ab578e39587fb8daaeb379e2f5001ea.tar.bz2
gentoo-2-8fb900977ab578e39587fb8daaeb379e2f5001ea.zip
remove unneeded selinux patch
Diffstat (limited to 'dev-util/strace')
-rw-r--r--dev-util/strace/ChangeLog5
-rw-r--r--dev-util/strace/Manifest10
-rw-r--r--dev-util/strace/files/digest-strace-4.4-r12
-rw-r--r--dev-util/strace/strace-4.4-r1.ebuild69
4 files changed, 8 insertions, 78 deletions
diff --git a/dev-util/strace/ChangeLog b/dev-util/strace/ChangeLog
index 9f929769ad2b..574b23289778 100644
--- a/dev-util/strace/ChangeLog
+++ b/dev-util/strace/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/strace
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.25 2003/10/22 16:44:48 darkspecter Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.26 2003/10/28 23:21:51 pebenito Exp $
+
+ 28 Oct 2003; Chris PeBenito <pebenito@gentoo.org> strace-4.4-r1.ebuild:
+ Remove unneeded SELinux patch.
22 Oct 2003; Bartosch Pixa <darkspecter@gentoo.org> strace-4.4.98.ebuild:
set ppc in keywords
diff --git a/dev-util/strace/Manifest b/dev-util/strace/Manifest
index a5e1fcbb5b55..cd167db94244 100644
--- a/dev-util/strace/Manifest
+++ b/dev-util/strace/Manifest
@@ -1,9 +1,7 @@
-MD5 e7af730e7c862483be1982714022df35 ChangeLog 3077
-MD5 86b5bc22ba0b78f4137b5dd5965a6195 strace-4.4-r1.ebuild 1984
MD5 bd208b817319d41c096653079bfaa66c strace-4.4.94.ebuild 1222
-MD5 90cea240a8a56990c39a829dc2a902d2 strace-4.4.98.ebuild 1217
MD5 b0159189f01975ab01b9101117f95736 strace-4.5.ebuild 1247
-MD5 9f614b2c979312e7513f9139c972cf40 files/digest-strace-4.4-r1 135
-MD5 1c269bae9f741bbe53fe641a0da876bc files/digest-strace-4.4.94 360
-MD5 45f2fb0d3dc9d9f796448a40d38edc0b files/digest-strace-4.4.98 66
+MD5 90cea240a8a56990c39a829dc2a902d2 strace-4.4.98.ebuild 1217
+MD5 b4e11440a505b997cc81ab683e2ebcfe ChangeLog 3182
MD5 5c3b3bb609d3956a94ec20b4a39da546 files/digest-strace-4.5 63
+MD5 45f2fb0d3dc9d9f796448a40d38edc0b files/digest-strace-4.4.98 66
+MD5 1c269bae9f741bbe53fe641a0da876bc files/digest-strace-4.4.94 360
diff --git a/dev-util/strace/files/digest-strace-4.4-r1 b/dev-util/strace/files/digest-strace-4.4-r1
deleted file mode 100644
index c3c7a5db82eb..000000000000
--- a/dev-util/strace/files/digest-strace-4.4-r1
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 7246ce73640760fa7e8357fd9ecf7af3 strace_4.4-1.tar.gz 398273
-MD5 7b99ffc22a7604140f1ff37ee435cc3e strace-4.4-selinux.patch.bz2 4137
diff --git a/dev-util/strace/strace-4.4-r1.ebuild b/dev-util/strace/strace-4.4-r1.ebuild
deleted file mode 100644
index 690d2d17f6de..000000000000
--- a/dev-util/strace/strace-4.4-r1.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.4-r1.ebuild,v 1.12 2003/09/25 16:43:46 mholzer Exp $
-
-# NOTE: For some reason, upstream has changed the naming scheme
-# for the tarballs to something quite lame:
-# strace_version-revision.tar.gz
-# This makes it difficult for us to deal with, because portage
-# is supposed to glean the package version information from the
-# filename of the ebuild. Grr
-# Thus, *MAINTAINER*: change the *revision* in the SRC_URI below
-# by hand. Sorry, couldn't think of a better way.
-# - Jon Nelson, 27 Apr 2002
-
-DESCRIPTION="A usefull diagnostic, instructional, and debugging tool"
-SRC_URI="mirror://sourceforge/strace/strace_4.4-1.tar.gz
- selinux? mirror://gentoo/${P}-selinux.patch.bz2"
-HOMEPAGE="http://www.wi.leidenuniv.nl/~wichert/strace/"
-
-SLOT="0"
-LICENSE="as-is"
-KEYWORDS="x86 ~ppc sparc alpha hppa arm"
-IUSE="static selinux"
-inherit eutils
-
-DEPEND="virtual/glibc
- sys-devel/autoconf
- selinux? ( sys-apps/selinux-small )"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- use selinux && epatch ${DISTDIR}/${P}-selinux.patch.bz2
-
- if [ "${ARCH}" = "arm" ]; then
- epatch ${FILESDIR}/${P}-arm.patch
- epatch ${FILESDIR}/${P}-arm-configure.patch
- fi
-}
-
-src_compile() {
- # Compile fails with -O3 on but works on x86, sparc untested
- if [ "${ARCH}" == "sparc" -o "${ARCH}" == "" ]; then
- if [ -n "${CFLAGS}" ]; then
- CFLAGS=`echo ${CFLAGS} | sed -e 's:-O3:-O2:'`
- fi
- fi
-
- # -DHPPA need to be provided to gcc for compiling on hppa
- if [ "${ARCH}" = "hppa" ]
- then
- CFLAGS="${CFLAGS} -DHPPA"
- fi
-
-
- # configure is broken by default for sparc and possibly others, regen
- # from configure.in
- use static && export LDFLAGS="${LDFLAGS} -static"
- autoconf
- ./configure --prefix=/usr || die
- emake || die
-}
-
-src_install() {
- doman strace.1
- dobin strace strace-graph
- dodoc ChangeLog COPYRIGHT CREDITS NEWS PORTING README* TODO
-}