diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2006-08-19 16:01:04 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2006-08-19 16:01:04 +0000 |
commit | 5eefff41fa1765adbe1b10bb333c21453bf886a6 (patch) | |
tree | 216f688eb6b58ac9e57ee7816512f00cd23a1d8e /kde-misc/filelight/filelight-1.0_rc1.ebuild | |
parent | Updated upstream patches (diff) | |
download | gentoo-2-5eefff41fa1765adbe1b10bb333c21453bf886a6.tar.gz gentoo-2-5eefff41fa1765adbe1b10bb333c21453bf886a6.tar.bz2 gentoo-2-5eefff41fa1765adbe1b10bb333c21453bf886a6.zip |
Version bump.
(Portage version: 2.1.1_pre5-r2)
Diffstat (limited to 'kde-misc/filelight/filelight-1.0_rc1.ebuild')
-rw-r--r-- | kde-misc/filelight/filelight-1.0_rc1.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/kde-misc/filelight/filelight-1.0_rc1.ebuild b/kde-misc/filelight/filelight-1.0_rc1.ebuild new file mode 100644 index 000000000000..58cd4329fe68 --- /dev/null +++ b/kde-misc/filelight/filelight-1.0_rc1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/filelight/filelight-1.0_rc1.ebuild,v 1.1 2006/08/19 16:01:04 carlo Exp $ + +inherit kde eutils + +MY_P="${P/_/-}" +S="${WORKDIR}/${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/packages/${MY_P}.tar.bz2" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86" +IUSE="" + +need-kde 3.4 |