diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-27 10:44:32 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-27 10:44:32 +0000 |
commit | c9b5677a52a4ffeacff8764fb6e917399d42f00f (patch) | |
tree | c8a3910c798b0faafd55312a047ebddda789f231 /app-misc/kgraphspace | |
parent | Bug #5556 -- Apache fix. Adding 'use named' to the init.d script for (diff) | |
download | gentoo-2-c9b5677a52a4ffeacff8764fb6e917399d42f00f.tar.gz gentoo-2-c9b5677a52a4ffeacff8764fb6e917399d42f00f.tar.bz2 gentoo-2-c9b5677a52a4ffeacff8764fb6e917399d42f00f.zip |
removed SLOT=0 from kde packages
Diffstat (limited to 'app-misc/kgraphspace')
-rw-r--r-- | app-misc/kgraphspace/kgraphspace-0.2.14-r2.ebuild | 4 | ||||
-rw-r--r-- | app-misc/kgraphspace/kgraphspace-0.3.0_pre1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-misc/kgraphspace/kgraphspace-0.2.14-r2.ebuild b/app-misc/kgraphspace/kgraphspace-0.2.14-r2.ebuild index 5b9d96c45130..d7dd8b349138 100644 --- a/app-misc/kgraphspace/kgraphspace-0.2.14-r2.ebuild +++ b/app-misc/kgraphspace/kgraphspace-0.2.14-r2.ebuild @@ -1,6 +1,6 @@ # 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/kgraphspace/kgraphspace-0.2.14-r2.ebuild,v 1.6 2002/07/25 17:20:02 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/kgraphspace/kgraphspace-0.2.14-r2.ebuild,v 1.7 2002/07/27 10:44:29 seemant Exp $ inherit kde-base || die @@ -8,7 +8,7 @@ DESCRIPTION="A Disk space utility " SRC_URI="http://download.sourceforge.net/kgraphspace/${P}.tar.bz2" HOMEPAGE="http://kgraphspace.sourceforge.net" -SLOT="0" + LICENSE="GPL-2" KEYWORDS="x86" diff --git a/app-misc/kgraphspace/kgraphspace-0.3.0_pre1.ebuild b/app-misc/kgraphspace/kgraphspace-0.3.0_pre1.ebuild index 03983bc87971..fbd981bba307 100644 --- a/app-misc/kgraphspace/kgraphspace-0.3.0_pre1.ebuild +++ b/app-misc/kgraphspace/kgraphspace-0.3.0_pre1.ebuild @@ -1,6 +1,6 @@ # Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-misc/kgraphspace/kgraphspace-0.3.0_pre1.ebuild,v 1.2 2002/07/25 17:20:02 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/kgraphspace/kgraphspace-0.3.0_pre1.ebuild,v 1.3 2002/07/27 10:44:29 seemant Exp $ inherit kde-base || die DESCRIPTION="A Disk space utility " @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/kgraphspace/${P//_/-}.tar.bz2" S=$WORKDIR/${P//_/-} HOMEPAGE="http://kgraphspace.sourceforge.net" -SLOT="0" + LICENSE="GPL-2" KEYWORDS="x86" |