summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Hadaway <raker@gentoo.org>2003-01-05 21:39:24 +0000
committerNick Hadaway <raker@gentoo.org>2003-01-05 21:39:24 +0000
commit27b5f381637c02ff0a2817b6535a8509a43bb525 (patch)
treeb50ec175a2a36f858e8d3c80e43579cb46b287a0 /x11-misc/xdiskusage
parentNew version (diff)
downloadgentoo-2-27b5f381637c02ff0a2817b6535a8509a43bb525.tar.gz
gentoo-2-27b5f381637c02ff0a2817b6535a8509a43bb525.tar.bz2
gentoo-2-27b5f381637c02ff0a2817b6535a8509a43bb525.zip
xdiskusage has been removed from portage as the binary doesn't work
properly, the source won't compile and the author doesn't appear to be responding to report requests.
Diffstat (limited to 'x11-misc/xdiskusage')
-rw-r--r--x11-misc/xdiskusage/ChangeLog9
-rw-r--r--x11-misc/xdiskusage/files/digest-xdiskusage-1.441
-rw-r--r--x11-misc/xdiskusage/xdiskusage-1.44.ebuild40
3 files changed, 0 insertions, 50 deletions
diff --git a/x11-misc/xdiskusage/ChangeLog b/x11-misc/xdiskusage/ChangeLog
deleted file mode 100644
index 7e24f1a1690a..000000000000
--- a/x11-misc/xdiskusage/ChangeLog
+++ /dev/null
@@ -1,9 +0,0 @@
-# ChangeLog for x11-misc/xdiskusage
-# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdiskusage/ChangeLog,v 1.1 2002/11/12 23:07:32 raker Exp $
-
-*xdiskusage-1.44 (12 Nov 2002)
-
- 12 Nov 2002; Nick Hadaway <raker@gentoo.org> xdiskusage-1.44.ebuild,
- files/digest-xdiskusage-1.44 :
- New ebuild. Won't compile currently. Marked unstable.
diff --git a/x11-misc/xdiskusage/files/digest-xdiskusage-1.44 b/x11-misc/xdiskusage/files/digest-xdiskusage-1.44
deleted file mode 100644
index d776e31290bb..000000000000
--- a/x11-misc/xdiskusage/files/digest-xdiskusage-1.44
+++ /dev/null
@@ -1 +0,0 @@
-MD5 502f0d5a8ad959c738812a05b5d6d2c9 xdiskusage-1.44.tgz 34197
diff --git a/x11-misc/xdiskusage/xdiskusage-1.44.ebuild b/x11-misc/xdiskusage/xdiskusage-1.44.ebuild
deleted file mode 100644
index afd25e768173..000000000000
--- a/x11-misc/xdiskusage/xdiskusage-1.44.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdiskusage/xdiskusage-1.44.ebuild,v 1.1 2002/11/12 23:07:32 raker Exp $
-
-DESCRIPTION="du frontend for graphically viewing disk usage"
-HOMEPAGE="http://xdiskusage.sourceforge.net"
-SRC_URI="http://xdiskusage.sourceforge.net/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-
-IUSE=""
-
-DEPEND="virtual/x11
- >=x11-libs/fltk-1.1.0"
-
-S="${WORKDIR}/${P}"
-
-src_compile() {
-
- export CXX="g++"
-
- econf || die "configure failed"
-
- cp makeinclude makeinclude.orig
- sed -e "s:-O2:${CXXFLAGS} -I/usr/include/fltk-1.1:" \
- < makeinclude.orig > makeinclude
-
- make || die "parallel make failed"
-
-}
-
-src_install() {
-
- dobin xdiskusage
- doman xdiskusage.1
- dodoc README
-
-}