summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-01-05 17:22:44 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-01-05 17:22:44 +0000
commitf60a19aab0e05ed2ce39559afc13b5d5f2b24c96 (patch)
treee607266a8ac805956d059b678d6de88c6acd4fab /x11-misc
parentamd64/x86 stable wrt #395741 (diff)
downloadgentoo-2-f60a19aab0e05ed2ce39559afc13b5d5f2b24c96.tar.gz
gentoo-2-f60a19aab0e05ed2ce39559afc13b5d5f2b24c96.tar.bz2
gentoo-2-f60a19aab0e05ed2ce39559afc13b5d5f2b24c96.zip
old
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/xdiskusage/ChangeLog6
-rw-r--r--x11-misc/xdiskusage/xdiskusage-1.48_p20100606.ebuild40
2 files changed, 5 insertions, 41 deletions
diff --git a/x11-misc/xdiskusage/ChangeLog b/x11-misc/xdiskusage/ChangeLog
index 96f239be676a..0dcbe0f9f065 100644
--- a/x11-misc/xdiskusage/ChangeLog
+++ b/x11-misc/xdiskusage/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/xdiskusage
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdiskusage/ChangeLog,v 1.24 2012/01/05 17:21:51 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdiskusage/ChangeLog,v 1.25 2012/01/05 17:22:44 ssuominen Exp $
+
+ 05 Jan 2012; Samuli Suominen <ssuominen@gentoo.org>
+ -xdiskusage-1.48_p20100606.ebuild:
+ old
05 Jan 2012; Samuli Suominen <ssuominen@gentoo.org>
xdiskusage-1.48_p20111016.ebuild:
diff --git a/x11-misc/xdiskusage/xdiskusage-1.48_p20100606.ebuild b/x11-misc/xdiskusage/xdiskusage-1.48_p20100606.ebuild
deleted file mode 100644
index 068e65725172..000000000000
--- a/x11-misc/xdiskusage/xdiskusage-1.48_p20100606.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdiskusage/xdiskusage-1.48_p20100606.ebuild,v 1.7 2011/03/28 13:31:25 phajdan.jr Exp $
-
-EAPI=3
-inherit autotools flag-o-matic
-
-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:2"
-DEPEND="${RDEPEND}
- app-arch/xz-utils"
-
-src_prepare() {
- eautoreconf
-}
-
-src_configure() {
- append-flags -I/usr/include/fltk/compat
- econf
-}
-
-src_compile() {
- emake \
- CXXFLAGS="${CXXFLAGS}" \
- LDLIBS="$(fltk2-config --ldflags)" || die
-}
-
-src_install() {
- dobin xdiskusage || die
- doman xdiskusage.1
- dodoc README
-}