commit: bf61b881df33c6343430432e40c1ec3b489ffec4 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Thu Aug 18 16:33:49 2016 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Thu Aug 18 16:34:12 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf61b881
net-dialup/dtrace: Drop old Package-Manager: portage-2.3.0 net-dialup/dtrace/dtrace-2.01-r2.ebuild | 35 --------------------------------- 1 file changed, 35 deletions(-) diff --git a/net-dialup/dtrace/dtrace-2.01-r2.ebuild b/net-dialup/dtrace/dtrace-2.01-r2.ebuild deleted file mode 100644 index 8c32f3b..0000000 --- a/net-dialup/dtrace/dtrace-2.01-r2.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit eutils - -DESCRIPTION="DTRACE traces ISDN messages with AVM ISDN-controllers" -HOMEPAGE="ftp://ftp.avm.de/develper/d3trace/" -SRC_URI="ftp://ftp.avm.de/develper/d3trace/linux/dtrace.static -> ${P}.static - ftp://ftp.avm.de/develper/d3trace/linux/readme.txt -> ${P}-readme.txt" - -LICENSE="AVM-dtrace" -SLOT="0" -KEYWORDS="-* amd64 x86" -RESTRICT="mirror bindist" - -RDEPEND="net-dialup/capi4k-utils" - -S="${WORKDIR}" - -src_unpack() { - cp "${DISTDIR}"/${P}.static "${DISTDIR}"/${P}-readme.txt . || die -} - -src_prepare() { - edos2unix ${P}-readme.txt -} - -src_install() { - exeinto /opt/bin - newexe ${P}.static dtrace-avm - newdoc ${P}-readme.txt README -}
