summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/xdiskusage/xdiskusage-1.48_p20111016.ebuild')
-rw-r--r--x11-misc/xdiskusage/xdiskusage-1.48_p20111016.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/x11-misc/xdiskusage/xdiskusage-1.48_p20111016.ebuild b/x11-misc/xdiskusage/xdiskusage-1.48_p20111016.ebuild
deleted file mode 100644
index ec552d92bd64..000000000000
--- a/x11-misc/xdiskusage/xdiskusage-1.48_p20111016.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit autotools
-
-DESCRIPTION="front end to xdu for viewing disk usage graphically under X11"
-HOMEPAGE="http://xdiskusage.sourceforge.net/"
-SRC_URI="mirror://gentoo/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND=">=x11-libs/fltk-1.3:1"
-DEPEND="${RDEPEND}
- app-arch/xz-utils"
-
-src_prepare() { eautoreconf; }
-src_compile() {
- emake \
- CXXFLAGS="${CXXFLAGS} $(fltk-config --cxxflags)" \
- LDLIBS="$(fltk-config --ldflags)"
-}
-src_install() { dobin ${PN}; doman ${PN}.1; dodoc README; }