diff options
Diffstat (limited to 'dev-util/strace')
-rw-r--r-- | dev-util/strace/files/digest-strace-4.3 | 1 | ||||
-rw-r--r-- | dev-util/strace/strace-4.3.ebuild | 27 | ||||
-rw-r--r-- | dev-util/strace/strace-4.4.ebuild | 5 |
3 files changed, 3 insertions, 30 deletions
diff --git a/dev-util/strace/files/digest-strace-4.3 b/dev-util/strace/files/digest-strace-4.3 deleted file mode 100644 index 93f50ba6643a..000000000000 --- a/dev-util/strace/files/digest-strace-4.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 fbded443acdbca2daccb3cc5e523836f strace-4.3.tar.bz2 268248 diff --git a/dev-util/strace/strace-4.3.ebuild b/dev-util/strace/strace-4.3.ebuild deleted file mode 100644 index 817adbc22d64..000000000000 --- a/dev-util/strace/strace-4.3.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.3.ebuild,v 1.4 2002/07/11 06:30:25 drobbins Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="A usefull diagnostic, instructional, adn debugging tool" -SRC_URI="mirror://sourceforge/strace/${P}.tar.bz2" -HOMEPAGE="http://www.wi.leidenuniv.nl/~wichert/strace/" -DEPEND="virtual/glibc" - -src_compile() { - cd ${S} - try ./configure --prefix=/usr - try make -} - -src_install () { - cd ${S} - doman strace.1 - dobin strace - dobin strace-graph - dodoc ChangeLog COPYRIGHT CREDITS NEWS PORTING README* TODO -} - - - - diff --git a/dev-util/strace/strace-4.4.ebuild b/dev-util/strace/strace-4.4.ebuild index edac86054eed..ca554fb3dccf 100644 --- a/dev-util/strace/strace-4.4.ebuild +++ b/dev-util/strace/strace-4.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.4.ebuild,v 1.4 2002/07/11 06:30:25 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.4.ebuild,v 1.5 2002/07/23 13:28:37 seemant Exp $ # NOTE: For some reason, upstream has changed the naming scheme # for the tarballs to something quite lame: @@ -20,8 +20,9 @@ SRC_URI3="http://belnet.dl.sourceforge.net/sourceforge/strace/strace_4.4-1.tar.g SRC_URI="${SRC_URI1} ${SRC_URI2} ${SRC_URI3}" HOMEPAGE="http://www.wi.leidenuniv.nl/~wichert/strace/" -LICENSE="as-is" SLOT="0" +LICENSE="as-is" +KEYWORDS="x86" DEPEND="virtual/glibc sys-devel/autoconf" RDEPEND="${DEPEND}" |