diff options
author | Dan Armak <danarmak@gentoo.org> | 2002-01-01 21:05:02 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2002-01-01 21:05:02 +0000 |
commit | f88c75621d2107371093c8980c2cd0e3b83d9ec1 (patch) | |
tree | 9a52082fcad94ed8d233137a1b07ea710732e64d /eclass | |
parent | removed ebuild. for some reason the ca translations existed in kde 2.1 but do... (diff) | |
download | gentoo-2-f88c75621d2107371093c8980c2cd0e3b83d9ec1.tar.gz gentoo-2-f88c75621d2107371093c8980c2cd0e3b83d9ec1.tar.bz2 gentoo-2-f88c75621d2107371093c8980c2cd0e3b83d9ec1.zip |
small fix
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/kde.eclass | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/eclass/kde.eclass b/eclass/kde.eclass index 961346e410bd..af19bbd41057 100644 --- a/eclass/kde.eclass +++ b/eclass/kde.eclass @@ -1,14 +1,11 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Dan Armak <danarmak@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.28 2001/12/31 22:20:51 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.29 2002/01/01 21:05:02 danarmak Exp $ # The kde eclass is inherited by all kde-* eclasses. Few ebuilds inherit straight from here. inherit autoconf base || die ECLASS=kde -# for versions with _alpha/_beta etc in them -#S=${WORKDIR}/${P//_} - DESCRIPTION="Based on the $ECLASS eclass" HOMEPAGE="http://www.kde.org/" |