[Lunar-commits] <moonbase> xtraceroute: remove it from the moonbase.
Florin Braescu
florin at lunar-linux.org
Sun Jan 11 22:21:44 CET 2009
commit 9f8cbdf756f1a6188ede915b187921942e470660
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun Jan 11 23:21:44 2009 +0200
xtraceroute: remove it from the moonbase.
No new version planned or deployed for long time, gtk+ and gtglarea depend.
---
net/xtraceroute/BUILD | 29 -----------------------------
net/xtraceroute/DEPENDS | 3 ---
net/xtraceroute/DETAILS | 18 ------------------
3 files changed, 0 insertions(+), 50 deletions(-)
diff --git a/net/xtraceroute/BUILD b/net/xtraceroute/BUILD
deleted file mode 100644
index 4aa1ca0..0000000
--- a/net/xtraceroute/BUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-(
-
- unpack $SOURCE2 &&
- mkdir host && cd host &&
- unpack $SOURCE3 &&
- make &&
-
- cd $SOURCE_DIRECTORY &&
- echo CFLAGS:= $CFLAGS &&
- echo OPTS:= $OPTS &&
- set -x && #Let's show the logs what we've used for debug
- ./configure --build=$BUILD \
- --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --mandir=/usr/share/man \
- --with-host=/usr/bin/tr_host \
- $OPTS &&
- set +x && ##turn it off so that the logs stay readable
- make &&
- prepare_install &&
- make install &&
- mkdir -p /usr/share/$MODULE &&
- cp host/host /usr/bin/tr_host &&
- cp host/host.1 /usr/share/man/man1/tr_host.1 &&
- cp hosts.cache networks.cache /usr/share/$MODULE
-
-) > $C_FIFO 2>&1
-
diff --git a/net/xtraceroute/DEPENDS b/net/xtraceroute/DEPENDS
deleted file mode 100644
index dca9cef..0000000
--- a/net/xtraceroute/DEPENDS
+++ /dev/null
@@ -1,3 +0,0 @@
-depends traceroute &&
-depends gtkglarea &&
-depends gdk-pixbuf
diff --git a/net/xtraceroute/DETAILS b/net/xtraceroute/DETAILS
deleted file mode 100644
index aba1dea..0000000
--- a/net/xtraceroute/DETAILS
+++ /dev/null
@@ -1,18 +0,0 @@
- MODULE=xtraceroute
- VERSION=0.9.1
- SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE2=ndg_files.tar.gz
- SOURCE3=host.tar.Z
- SOURCE_URL[0]=http://www.dtek.chalmers.se/~d3august/xt/dl/
- SOURCE2_URL[0]=http://www.dtek.chalmers.se/~d3august/xt/dl/
- SOURCE3_URL[0]=http://www.dtek.chalmers.se/~d3august/xt/
- WEB_SITE=http://www.dtek.chalmers.se/~d3august/xt/index.html
- ENTERED=20020516
- UPDATED=20040318
- SHORT="graphical version of the traceroute program"
-cat << EOF
-xtraceroute is a graphical version of the traceroute program.
-
-This version shows that on a globe, as a series of yellow lines
-between 'sites', shown as small balls of different colors.
-EOF
More information about the Lunar-commits
mailing list