summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonny Davies <woodchip@gentoo.org>2001-09-19 06:36:33 +0000
committerDonny Davies <woodchip@gentoo.org>2001-09-19 06:36:33 +0000
commit3b867764e2bf569d344079e8b94249985d2bfb11 (patch)
tree2be7bd12ae4638dfe618a02c2c4a96db67899e75 /incoming
parentOK, here's KDE2.2.1. Changelog for the ebuilds from 2.2: (diff)
downloadgentoo-2-3b867764e2bf569d344079e8b94249985d2bfb11.tar.gz
gentoo-2-3b867764e2bf569d344079e8b94249985d2bfb11.tar.bz2
gentoo-2-3b867764e2bf569d344079e8b94249985d2bfb11.zip
removed mtr. i added it to net-misc
Diffstat (limited to 'incoming')
-rw-r--r--incoming/mtr-0.44.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/incoming/mtr-0.44.ebuild b/incoming/mtr-0.44.ebuild
deleted file mode 100644
index 05d3e8db0457..000000000000
--- a/incoming/mtr-0.44.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-A="mtr-0.44.tar.gz"
-S=${WORKDIR}/mtr-0.44
-DESCRIPTION="Excellent network diagnostic tool. Augmented traceroute"
-SRC_URI="ftp://ftp.bitwizard.nl/mtr/mtr-0.44.tar.gz"
-HOMEPAGE="http://www.bitwizard.nl/mtr/"
-
-DEPEND="virtual/glibc
- >=sys-libs/ncurses-5.2-r2
- gtk? >=gtk+-1.2.10-r3"
-
-
-src_compile() {
-
- local myconf
-
- if [ "`use gpm`" ]
- then
- myconf="--without-gtk"
- fi
-
- ./configure --prefix=/usr --mandir=/usr/share/man --host=${CHOST} \
- --without-x $myconf || die
- make || die
-}
-
-src_install() {
-
- make prefix=${D}/usr MANDIR=${D}/usr/share/man STRIP=echo install || die
- dodoc README SECURITY TODO AUTHORS COPYING
-}