net-dialup/dtrace: Drop old
authorPacho Ramos <pacho@gentoo.org>
Thu, 18 Aug 2016 16:33:49 +0000 (18:33 +0200)
committerPacho Ramos <pacho@gentoo.org>
Thu, 18 Aug 2016 16:34:12 +0000 (18:34 +0200)
Package-Manager: portage-2.3.0

net-dialup/dtrace/dtrace-2.01-r2.ebuild [deleted file]

diff --git a/net-dialup/dtrace/dtrace-2.01-r2.ebuild b/net-dialup/dtrace/dtrace-2.01-r2.ebuild
deleted file mode 100644 (file)
index 8c32f3b..0000000
+++ /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
-}