Portage is a package management system used by Gentoo Linux
# ChangeLog for net-dialup/dtrace
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-dialup/dtrace/ChangeLog,v 1.2 2005/12/27 18:27:00 sbriesen Exp $
27 Dec 2005; Stefan Briesenick
stable on x86.
*dtrace-2.01 (04 Nov 2005)
04 Nov 2005; Stefan Briesenick
+dtrace-2.01.ebuild:
initial commit. Archive created from the contents of
ftp://ftp.avm.de/develper/d3trace/linux/ and then uploaded to
gentoo-mirrors.
DIST dtrace-2.01.tar.bz2 252911 RMD160 115300cf40d390e4859f268b68f2539d14380fc6 SHA1 1735cf91f19dc4912c1c793e6f76505688acb7db SHA256 bd0faef92e068ace0433d24ef3388e1d1600b1b0925a61d8e67d754879b36ef3
EBUILD dtrace-2.01.ebuild 654 RMD160 74ad40736f3f5b686224d57ca50f96aa2622573f SHA1 3f59d864f24e7e41034b8566995dc5ac5f84b401 SHA256 afae1fca5539bb4d6a0fc970236941f5d1c06dc980ddb7f6b45c014008bb1abe
MISC ChangeLog 561 RMD160 e7b6c322a9b2e5291db481e6b5dc8a5966dd303e SHA1 f5b98cb97acb10030b2f87c56d0e1abe79f55de2 SHA256 52bdd300113d1a0f0fe2140cc696d655eeb074d06e9acaea7a126d34814160b5
MISC metadata.xml 533 RMD160 a6d93ec3b4484d88c9de3c1dbc2006cfc8a4cf94 SHA1 cdfd630df3e22bdbaf6afd2b0c9b4eadf8e68419 SHA256 c92e107a8abe9e8c97f7c1fbae8d12ccd7c910c4db935dcd58d188fc899dc7f2
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-dialup/dtrace/dtrace-2.01.ebuild,v 1.2 2005/12/27 18:27:00 sbriesen Exp $
inherit eutils
DESCRIPTION="DTRACE traces ISDN messages with AVM ISDN-controllers"
HOMEPAGE="ftp://ftp.avm.de/develper/d3trace/"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="as-is"
SLOT="0"
KEYWORDS="x86 -*"
IUSE=""
RDEPEND="net-dialup/capi4k-utils"
S="${WORKDIR}/develper/d3trace/linux"
src_unpack() {
unpack ${A}
cd "${S}"
edos2unix readme.txt
}
src_install() {
newbin dtrace.static dtrace
newdoc readme.txt README
}
DTRACE is a console application for Linux and traces ISDN messages with
AVM ISDN-controllers. The program uses manufacturer specific functions
for tracing and does not work with ISDN cards from other manufacturers.