summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <msterret@gentoo.org>2003-06-13 07:27:59 +0000
committerMichael Sterrett <msterret@gentoo.org>2003-06-13 07:27:59 +0000
commit2855e8be9131ebb48e942c5b52d830871dfe549e (patch)
treef35372671b9b81190e981e385a381bc698d746e8 /dev-util
parentremoved cruft (diff)
downloadgentoo-2-2855e8be9131ebb48e942c5b52d830871dfe549e.tar.gz
gentoo-2-2855e8be9131ebb48e942c5b52d830871dfe549e.tar.bz2
gentoo-2-2855e8be9131ebb48e942c5b52d830871dfe549e.zip
added IUSE
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/strace/ChangeLog6
-rw-r--r--dev-util/strace/Manifest10
-rw-r--r--dev-util/strace/strace-4.4.93.ebuild7
-rw-r--r--dev-util/strace/strace-4.4.94.ebuild5
-rw-r--r--dev-util/strace/strace-4.4.98.ebuild3
-rw-r--r--dev-util/strace/strace-4.4.ebuild5
6 files changed, 22 insertions, 14 deletions
diff --git a/dev-util/strace/ChangeLog b/dev-util/strace/ChangeLog
index 9271a31c0fa0..fd87dbb7a14e 100644
--- a/dev-util/strace/ChangeLog
+++ b/dev-util/strace/ChangeLog
@@ -1,6 +1,10 @@
# 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.20 2003/06/13 07:00:48 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.21 2003/06/13 07:27:55 msterret Exp $
+
+ 13 Jun 2003; <msterret@gentoo.org> strace-4.4.93.ebuild,
+ strace-4.4.94.ebuild, strace-4.4.98.ebuild, strace-4.4.ebuild:
+ added IUSE
*strace-4.4.98 (12 Jun 2003)
diff --git a/dev-util/strace/Manifest b/dev-util/strace/Manifest
index 21c0c2d25e6a..b490596baca4 100644
--- a/dev-util/strace/Manifest
+++ b/dev-util/strace/Manifest
@@ -1,9 +1,9 @@
+MD5 630f41f36fecfb4468f8032cf1c548de strace-4.4.98.ebuild 1207
MD5 5ff0789dd9580b4766e964bb61f16387 strace-4.4-r1.ebuild 1988
-MD5 dd4fc4f8778b7b6576497bbc45079f7d strace-4.4.93.ebuild 1425
-MD5 e5819dd671c23d2b0ff9e013062654c3 strace-4.4.94.ebuild 1215
-MD5 452da68a061ddf003dde45a4e80b8bc0 strace-4.4.ebuild 1689
-MD5 1ac3c1bc0cae5401a5cb87189d9bd0d7 ChangeLog 2520
-MD5 ac69730cbf00f41b85568110c7cabe96 strace-4.4.98.ebuild 1199
+MD5 2a45e8399d5de2f9967e805a9cbe7ba2 strace-4.4.93.ebuild 1432
+MD5 571403b1f39f454b2edbb809af81ac2c strace-4.4.94.ebuild 1225
+MD5 4a758da43eddf21f504b6eb6a9e9267b strace-4.4.ebuild 1698
+MD5 64c423c14534b7deb8bc503d6642db65 ChangeLog 2658
MD5 e197b6ae90aa7f214703b32c50ebd501 files/digest-strace-4.4 64
MD5 9f614b2c979312e7513f9139c972cf40 files/digest-strace-4.4-r1 135
MD5 28697c3678cfa43ed4fe0e5f02e45623 files/digest-strace-4.4.93 360
diff --git a/dev-util/strace/strace-4.4.93.ebuild b/dev-util/strace/strace-4.4.93.ebuild
index a90c2d3c7086..c931fa484733 100644
--- a/dev-util/strace/strace-4.4.93.ebuild
+++ b/dev-util/strace/strace-4.4.93.ebuild
@@ -1,6 +1,6 @@
# 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.93.ebuild,v 1.3 2003/04/03 20:04:47 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.4.93.ebuild,v 1.4 2003/06/13 07:27:55 msterret Exp $
inherit eutils
@@ -9,6 +9,7 @@ DESCRIPTION="A usefull diagnostic, instructional, and debugging tool"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
HOMEPAGE="http://www.wi.leidenuniv.nl/~wichert/strace/"
+IUSE=""
SLOT="0"
LICENSE="as-is"
KEYWORDS="~x86 ~ppc ~sparc alpha ~hppa mips"
@@ -19,7 +20,7 @@ src_unpack() {
unpack ${A}
cd ${S}
# the patch change the autoconf dep to 2.54
- epatch ${FILESDIR}/${P}-configure.ac.patch
+ epatch ${FILESDIR}/${P}-configure.ac.patch
}
src_compile() {
@@ -43,7 +44,7 @@ src_install () {
# and /usr/man/man1 (at least).
# So, we do it by hand.
doman strace.1
- dobin strace
+ dobin strace
dobin strace-graph
dodoc ChangeLog COPYRIGHT CREDITS NEWS PORTING README* TODO
}
diff --git a/dev-util/strace/strace-4.4.94.ebuild b/dev-util/strace/strace-4.4.94.ebuild
index 9e477c9274d7..0802ae571fe0 100644
--- a/dev-util/strace/strace-4.4.94.ebuild
+++ b/dev-util/strace/strace-4.4.94.ebuild
@@ -1,12 +1,13 @@
# 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.94.ebuild,v 1.3 2003/04/04 02:33:42 joker Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.4.94.ebuild,v 1.4 2003/06/13 07:27:55 msterret Exp $
S=${WORKDIR}/${P}
DESCRIPTION="A usefull diagnostic, instructional, and debugging tool"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
HOMEPAGE="http://www.wi.leidenuniv.nl/~wichert/strace/"
+IUSE=""
SLOT="0"
LICENSE="as-is"
KEYWORDS="~x86 ~ppc ~sparc alpha ~hppa mips"
@@ -34,7 +35,7 @@ src_install () {
# and /usr/man/man1 (at least).
# So, we do it by hand.
doman strace.1
- dobin strace
+ dobin strace
dobin strace-graph
dodoc ChangeLog COPYRIGHT CREDITS NEWS PORTING README* TODO
}
diff --git a/dev-util/strace/strace-4.4.98.ebuild b/dev-util/strace/strace-4.4.98.ebuild
index 92e2f25e9482..d74f11c0efa7 100644
--- a/dev-util/strace/strace-4.4.98.ebuild
+++ b/dev-util/strace/strace-4.4.98.ebuild
@@ -1,11 +1,12 @@
# 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.98.ebuild,v 1.1 2003/06/13 07:00:48 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.4.98.ebuild,v 1.2 2003/06/13 07:27:55 msterret Exp $
DESCRIPTION="A useful diagnostic, instructional, and debugging tool"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
HOMEPAGE="http://www.wi.leidenuniv.nl/~wichert/strace/"
+IUSE=""
SLOT="0"
LICENSE="as-is"
KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~mips"
diff --git a/dev-util/strace/strace-4.4.ebuild b/dev-util/strace/strace-4.4.ebuild
index 5c4b7190617b..c99f5dcb3816 100644
--- a/dev-util/strace/strace-4.4.ebuild
+++ b/dev-util/strace/strace-4.4.ebuild
@@ -1,6 +1,6 @@
# 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.ebuild,v 1.14 2003/02/13 12:01:39 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.4.ebuild,v 1.15 2003/06/13 07:27:55 msterret Exp $
# NOTE: For some reason, upstream has changed the naming scheme
# for the tarballs to something quite lame:
@@ -17,6 +17,7 @@ DESCRIPTION="A usefull diagnostic, instructional, and debugging tool"
SRC_URI="mirror://sourceforge/strace/strace_4.4-1.tar.gz"
HOMEPAGE="http://www.wi.leidenuniv.nl/~wichert/strace/"
+IUSE=""
SLOT="0"
LICENSE="as-is"
KEYWORDS="x86 ppc sparc alpha"
@@ -44,7 +45,7 @@ src_install () {
# and /usr/man/man1 (at least).
# So, we do it by hand.
doman strace.1
- dobin strace
+ dobin strace
dobin strace-graph
dodoc ChangeLog COPYRIGHT CREDITS NEWS PORTING README* TODO
}