diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 17:20:02 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 17:20:02 +0000 |
commit | 39ea082f805aadb68b8ed62571f833b97c79dd60 (patch) | |
tree | bbda3458bf22d54feeacdc2c440c9ee82ab522cc /app-misc/kdirstat | |
parent | repoman'd (diff) | |
download | gentoo-2-39ea082f805aadb68b8ed62571f833b97c79dd60.tar.gz gentoo-2-39ea082f805aadb68b8ed62571f833b97c79dd60.tar.bz2 gentoo-2-39ea082f805aadb68b8ed62571f833b97c79dd60.zip |
repoman'd
Diffstat (limited to 'app-misc/kdirstat')
-rw-r--r-- | app-misc/kdirstat/kdirstat-2.0.0.ebuild | 9 | ||||
-rw-r--r-- | app-misc/kdirstat/kdirstat-2.2.0.ebuild | 7 |
2 files changed, 11 insertions, 5 deletions
diff --git a/app-misc/kdirstat/kdirstat-2.0.0.ebuild b/app-misc/kdirstat/kdirstat-2.0.0.ebuild index 5a7d19ebef02..2849f41f2f2b 100644 --- a/app-misc/kdirstat/kdirstat-2.0.0.ebuild +++ b/app-misc/kdirstat/kdirstat-2.0.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. +# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-misc/kdirstat/kdirstat-2.0.0.ebuild,v 1.4 2002/07/11 06:30:16 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/kdirstat/kdirstat-2.0.0.ebuild,v 1.5 2002/07/25 17:20:02 seemant Exp $ inherit kde-base @@ -9,5 +9,8 @@ SRC_URI="http://kdirstat.sourceforge.net/download/${P}.tgz" HOMEPAGE="http://kdirstat.sourceforge.net/" S=${WORKDIR}/${P} -need-kde 2.2 +SLOT="0" +LICENSE="GPL-2 LGPL-2" +KEYWORDS="x86" +need-kde 2.2 diff --git a/app-misc/kdirstat/kdirstat-2.2.0.ebuild b/app-misc/kdirstat/kdirstat-2.2.0.ebuild index b718ea9ff298..6e569eec8a88 100644 --- a/app-misc/kdirstat/kdirstat-2.2.0.ebuild +++ b/app-misc/kdirstat/kdirstat-2.2.0.ebuild @@ -1,13 +1,16 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. +# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-misc/kdirstat/kdirstat-2.2.0.ebuild,v 1.3 2002/07/11 06:30:16 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/kdirstat/kdirstat-2.2.0.ebuild,v 1.4 2002/07/25 17:20:02 seemant Exp $ inherit kde-base DESCRIPTION="KDirStat - nice KDE replacement to du command" SRC_URI="http://kdirstat.sourceforge.net/download/${P}.tgz" HOMEPAGE="http://kdirstat.sourceforge.net/" + +SLOT="0" LICENSE="GPL-2 LGPL-2" +KEYWORDS="x86" need-kde 3 |