summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-01-21 16:55:49 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-01-21 16:55:49 +0000
commit02f37db44092bda6068df9ef0f561c25386d2c49 (patch)
treeca07d74b4f60fa632a2b535e504a59b032ca85f8 /x11-misc/xdiskusage
parent* bumps (diff)
downloadgentoo-2-02f37db44092bda6068df9ef0f561c25386d2c49.tar.gz
gentoo-2-02f37db44092bda6068df9ef0f561c25386d2c49.tar.bz2
gentoo-2-02f37db44092bda6068df9ef0f561c25386d2c49.zip
Fixed DEPEND for modular X.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-misc/xdiskusage')
-rw-r--r--x11-misc/xdiskusage/ChangeLog8
-rw-r--r--x11-misc/xdiskusage/files/digest-xdiskusage-1.461
-rw-r--r--x11-misc/xdiskusage/xdiskusage-1.46.ebuild31
-rw-r--r--x11-misc/xdiskusage/xdiskusage-1.48.ebuild7
4 files changed, 9 insertions, 38 deletions
diff --git a/x11-misc/xdiskusage/ChangeLog b/x11-misc/xdiskusage/ChangeLog
index 96ce4ecef275..8f9ce008b988 100644
--- a/x11-misc/xdiskusage/ChangeLog
+++ b/x11-misc/xdiskusage/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/xdiskusage
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdiskusage/ChangeLog,v 1.11 2005/11/15 12:19:23 nelchael Exp $
+# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdiskusage/ChangeLog,v 1.12 2006/01/21 16:55:49 nelchael Exp $
+
+ 21 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org>
+ -xdiskusage-1.46.ebuild, xdiskusage-1.48.ebuild:
+ Fixed DEPEND for modular X.
16 Nov 2005; Krzysiek Pawlik <nelchael@gentoo.org> xdiskusage-1.48.ebuild:
Stable on x86.
diff --git a/x11-misc/xdiskusage/files/digest-xdiskusage-1.46 b/x11-misc/xdiskusage/files/digest-xdiskusage-1.46
deleted file mode 100644
index b13d6cdd3559..000000000000
--- a/x11-misc/xdiskusage/files/digest-xdiskusage-1.46
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d5293b992d884d0f61f8be864a14c01f xdiskusage-1.46.tgz 35998
diff --git a/x11-misc/xdiskusage/xdiskusage-1.46.ebuild b/x11-misc/xdiskusage/xdiskusage-1.46.ebuild
deleted file mode 100644
index b7c761a481ab..000000000000
--- a/x11-misc/xdiskusage/xdiskusage-1.46.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdiskusage/xdiskusage-1.46.ebuild,v 1.9 2005/09/12 00:01:15 nelchael Exp $
-
-DESCRIPTION="front end to xdu for viewing disk usage graphically under X11"
-SRC_URI="http://xdiskusage.sourceforge.net/${P}.tgz"
-HOMEPAGE="http://xdiskusage.sourceforge.net/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~amd64 ~ppc"
-IUSE=""
-
-DEPEND="virtual/x11
- x11-libs/fltk
- virtual/glut"
-
-src_compile() {
- econf || die "configure failed"
-
- make \
- CXXFLAGS="$CXXFLAGS `fltk-config --cxxflags`" \
- LDLIBS="`fltk-config --ldflags`" \
- || die "parallel make failed"
-}
-
-src_install() {
- dobin xdiskusage
- doman xdiskusage.1
- dodoc README
-}
diff --git a/x11-misc/xdiskusage/xdiskusage-1.48.ebuild b/x11-misc/xdiskusage/xdiskusage-1.48.ebuild
index 809c8cafbeb5..97b8f40cae92 100644
--- a/x11-misc/xdiskusage/xdiskusage-1.48.ebuild
+++ b/x11-misc/xdiskusage/xdiskusage-1.48.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdiskusage/xdiskusage-1.48.ebuild,v 1.3 2005/11/15 12:19:23 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdiskusage/xdiskusage-1.48.ebuild,v 1.4 2006/01/21 16:55:49 nelchael Exp $
DESCRIPTION="front end to xdu for viewing disk usage graphically under X11"
SRC_URI="http://xdiskusage.sourceforge.net/${P}.tgz"
@@ -11,8 +11,7 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc x86"
IUSE=""
-DEPEND="virtual/x11
- x11-libs/fltk
+DEPEND="x11-libs/fltk
virtual/glut"
src_compile() {