summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWulf Krueger <philantrop@gentoo.org>2008-02-24 20:20:17 +0000
committerWulf Krueger <philantrop@gentoo.org>2008-02-24 20:20:17 +0000
commit1d6df5b8d2f570fdcb837adf5bda01327ce391d0 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /net-analyzer/dmt-ux/dmt-ux-0.178.ebuild
parentSpring cleaning. (diff)
downloadphilantrop-master.tar.gz
philantrop-master.tar.bz2
philantrop-master.zip
svn path=/trunk/; revision=62
Diffstat (limited to 'net-analyzer/dmt-ux/dmt-ux-0.178.ebuild')
-rw-r--r--net-analyzer/dmt-ux/dmt-ux-0.178.ebuild38
1 files changed, 0 insertions, 38 deletions
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
-}
-
-
-