summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/dmt-ux')
-rw-r--r--net-analyzer/dmt-ux/Manifest2
-rw-r--r--net-analyzer/dmt-ux/dmt-ux-0.178.ebuild38
2 files changed, 0 insertions, 40 deletions
diff --git a/net-analyzer/dmt-ux/Manifest b/net-analyzer/dmt-ux/Manifest
deleted file mode 100644
index 0bab268..0000000
--- a/net-analyzer/dmt-ux/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST dmt-ux-0.178.tar.gz 127099 RMD160 6363a1d59324b852653d994b61727f42d9901660 SHA1 0256745844152059264bb6bcaddb2859471e1951 SHA256 2dc2d6fd9226e23647f6dda533a99a6cfe9f15a6bf0a9e7709e9263cd2643d4e
-EBUILD dmt-ux-0.178.ebuild 1002 RMD160 060d557214c9ef9994a38c85c97c7a5fffae672b SHA1 a25d3ddb9991a4b16fb2df87cfd940ed13ffe837 SHA256 a8c1e3f220f336e6b3de441332666868fb4e3abeb820c98905a0b183c37be151
diff --git a/net-analyzer/dmt-ux/dmt-ux-0.178.ebuild b/net-analyzer/dmt-ux/dmt-ux-0.178.ebuild
deleted file mode 100644
index 1fd1d8b..0000000
--- a/net-analyzer/dmt-ux/dmt-ux-0.178.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-DESCRIPTION="DSL Modem Tool - read line characteristics and generate statistics"
-HOMEPAGE="http://www.spida.net/projects/dmt-ux"
-SRC_URI="http://www.spida.net/projects/dmt-ux/dmt-ux-${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE="png rrdtool"
-
-RDEPEND="png? (media-fonts/ttf-bitstream-vera)"
-DEPEND="png? (media-libs/libpng
- >=media-libs/freetype-2.0.0)
- rrdtool? (>=net-analyzer/rrdtool-1.2.0)"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- use rrdtool || sed -i -e 's:-lrrd::g' \
- -e 's:rrdstat.o::' -e 's:-Drrd::' Makefile
- use png || sed -i -e 's:-lpng::g' -e 's:-lfreetype::' \
- -e 's:graphic.o::' -e 's:-Dgraphic::'\
- -e 's:-I/usr/local/include/freetype2::' \
- -e 's:-I/usr/include/freetype2::' Makefile
- sed -i -e \
- 's:./fonts/Vera.ttf:/usr/share/fonts/ttf-bitstream-vera/Vera.ttf:' dmt-ux.c
-}
-
-src_install() {
- dobin dmt-ux
- dodoc doc/README
-}
-
-
-