summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2004-11-30 19:21:10 +0000
committerCarsten Lohrke <carlo@gentoo.org>2004-11-30 19:21:10 +0000
commitcf86d19582c77ecd9440faf65c7fcb3aa841e02b (patch)
tree8e6c42c43c0051cbe8a04b40e1b33b001f47a520 /kde-misc/filelight/filelight-1.0_beta6.ebuild
parentversion bump (Manifest recommit) (diff)
downloadgentoo-2-cf86d19582c77ecd9440faf65c7fcb3aa841e02b.tar.gz
gentoo-2-cf86d19582c77ecd9440faf65c7fcb3aa841e02b.tar.bz2
gentoo-2-cf86d19582c77ecd9440faf65c7fcb3aa841e02b.zip
version bump
Diffstat (limited to 'kde-misc/filelight/filelight-1.0_beta6.ebuild')
-rw-r--r--kde-misc/filelight/filelight-1.0_beta6.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/kde-misc/filelight/filelight-1.0_beta6.ebuild b/kde-misc/filelight/filelight-1.0_beta6.ebuild
new file mode 100644
index 000000000000..026e5b99db76
--- /dev/null
+++ b/kde-misc/filelight/filelight-1.0_beta6.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/filelight/filelight-1.0_beta6.ebuild,v 1.1 2004/11/30 19:21:10 carlo Exp $
+
+inherit kde eutils
+
+MY_P=${P/_/-}
+S=${WORKDIR}/${MY_P}
+
+DESCRIPTION="Filelight is a tool to display where the space is used on the harddisk"
+HOMEPAGE="http://www.methylblue.com/filelight/"
+SRC_URI="http://www.methylblue.com/filelight/${MY_P}.tar.bz2"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~ppc ~amd64 ~hppa ~sparc"
+IUSE=""
+
+need-kde 3.2
+
+src_unpack() {
+ kde_src_unpack
+
+ # Unconditionally use -fPIC for libs (#55238)
+ epatch ${FILESDIR}/${P}-pic.patch
+} \ No newline at end of file