summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-08-18 18:33:49 +0200
committerPacho Ramos <pacho@gentoo.org>2016-08-18 18:34:12 +0200
commitbf61b881df33c6343430432e40c1ec3b489ffec4 (patch)
tree9f563a9dbec40d42670b67e70ae3103613934ee5 /net-dialup
parentnet-dialup/dtrace: Stabilize (diff)
downloadgentoo-bf61b881df33c6343430432e40c1ec3b489ffec4.tar.gz
gentoo-bf61b881df33c6343430432e40c1ec3b489ffec4.tar.bz2
gentoo-bf61b881df33c6343430432e40c1ec3b489ffec4.zip
net-dialup/dtrace: Drop old
Package-Manager: portage-2.3.0
Diffstat (limited to 'net-dialup')
-rw-r--r--net-dialup/dtrace/dtrace-2.01-r2.ebuild35
1 files changed, 0 insertions, 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 8c32f3b4704b..000000000000
--- 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
-}