diff options
author | Dan Armak <danarmak@gentoo.org> | 2001-10-01 13:54:38 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2001-10-01 13:54:38 +0000 |
commit | 975902e589effb2bf5b3355fba521f0d823e0c81 (patch) | |
tree | 28106b6a94705d76ea6cff5c29fc89c13539b206 /eclass/kde-dist.eclass | |
parent | eclasses v3. read the gentoo-dev announcement, and news.txt and howto.* (diff) | |
download | historical-975902e589effb2bf5b3355fba521f0d823e0c81.tar.gz historical-975902e589effb2bf5b3355fba521f0d823e0c81.tar.bz2 historical-975902e589effb2bf5b3355fba521f0d823e0c81.zip |
eclasses v3.1
added debug.eclass and fixed many bugs
Diffstat (limited to 'eclass/kde-dist.eclass')
-rw-r--r-- | eclass/kde-dist.eclass | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/eclass/kde-dist.eclass b/eclass/kde-dist.eclass new file mode 100644 index 000000000000..e4d4bccd159f --- /dev/null +++ b/eclass/kde-dist.eclass @@ -0,0 +1,14 @@ +# 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-dist.eclass,v 1.1 2001/10/01 13:54:38 danarmak Exp $ +# This is the kde ebuild for >=2.2.1 kde base packages. Don't use for kdelibs though :-) +# It can't be used for e.g. kdevelop, koffice because of their separate versionnig schemes. +inherit kde-base kde.org || die +ECLASS=kde-dist + +DESCRIPTION="KDE ${PV} - " +HOMEPAGE="http://www.kde.org/" + +DEPEND="$DEPEND ( kde-base/kdelibs-${PV} )" +RDEPEND="$RDEPEND ( kde-base/kdelibs-${PV} )" |