diff options
author | Dan Armak <danarmak@gentoo.org> | 2002-04-13 16:43:46 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2002-04-13 16:43:46 +0000 |
commit | 98f39c6e863a0775fe3353c1c05c891b6b64df7a (patch) | |
tree | 9b05372fe508e4597a5f8c7ba59969e7869d7e75 /app-office/koffice | |
parent | added generic SLOTs. kde2 apps now have slot="2", kde3 apps - slot="3". (diff) | |
download | gentoo-2-98f39c6e863a0775fe3353c1c05c891b6b64df7a.tar.gz gentoo-2-98f39c6e863a0775fe3353c1c05c891b6b64df7a.tar.bz2 gentoo-2-98f39c6e863a0775fe3353c1c05c891b6b64df7a.zip |
removing SLOT="0" from these ebuilds, which now get a slot from the
eclasses
Diffstat (limited to 'app-office/koffice')
-rw-r--r-- | app-office/koffice/koffice-1.2_pre20020411.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-office/koffice/koffice-1.2_pre20020411.ebuild b/app-office/koffice/koffice-1.2_pre20020411.ebuild index 06dbd9daeae6..c680bb3594cf 100644 --- a/app-office/koffice/koffice-1.2_pre20020411.ebuild +++ b/app-office/koffice/koffice-1.2_pre20020411.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Author Bart Verwilst <verwilst@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/koffice-1.2_pre20020411.ebuild,v 1.1 2002/04/11 19:06:55 verwilst Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/koffice-1.2_pre20020411.ebuild,v 1.2 2002/04/13 16:43:42 danarmak Exp $ . /usr/portage/eclass/inherit.eclass || die inherit kde-base || die @@ -10,7 +10,6 @@ need-kde 3 S=${WORKDIR}/${PN} DESCRIPTION="KDE Office Set" HOMEPAGE="http://www.koffice.org/" -SLOT="0" SRC_URI="http://www.ibiblio.org/gentoo/distfiles/koffice-20020411.tar.bz2" |