diff options
author | 2003-04-27 13:49:00 +0000 | |
---|---|---|
committer | 2003-04-27 13:49:00 +0000 | |
commit | f3dd149e34c2c27bbe532eac700a0b9ebcda5776 (patch) | |
tree | 9b5b4454c1b8edea8c34f6c65b778b320ddd8df0 /eclass/kde-pre.eclass | |
parent | changes necessary for eclass cleanup. do not inherit kde.org, use a local SRC... (diff) | |
download | historical-f3dd149e34c2c27bbe532eac700a0b9ebcda5776.tar.gz historical-f3dd149e34c2c27bbe532eac700a0b9ebcda5776.tar.bz2 historical-f3dd149e34c2c27bbe532eac700a0b9ebcda5776.zip |
I'm cleaning up the kde eclasses. It is a gradual process so that i can commit it into portage
piecemeal.
<changeset #1>
Done:
- deprecated kde-base. it is now empty and does nothing except inheriting kde. apps should
now inherit kde directly. the deps on glibc and gcc that kde-base added are not necessary
because they are in all profiles' system packages lists anyway.
- deprecated kde-pre, no ebuild was using it any longer.
- deprecated kde.org. moved kde.org contents into kde-dist, since that's almost the only place
kde.org was being inherited from. ebuilds that need changing: kdelibs, kdelibs-apidocs
- stopped using newdepend /c. gcc and glibc are in the sysytem packages list in every profile anyway,
and our other ebuilds don't really keep track of such deps.
Changes done to ebuilds so far:
- kdelibs: don't inherit kde.org. don't call newdepend /c.
- kdelibs-apidocs: don't inherit kde.org
Diffstat (limited to 'eclass/kde-pre.eclass')
-rw-r--r-- | eclass/kde-pre.eclass | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/eclass/kde-pre.eclass b/eclass/kde-pre.eclass index 5d2ccf3ab6f4..0c85648bdf77 100644 --- a/eclass/kde-pre.eclass +++ b/eclass/kde-pre.eclass @@ -1,20 +1,10 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/kde-pre.eclass,v 1.6 2003/02/28 09:15:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde-pre.eclass,v 1.7 2003/04/27 13:49:00 danarmak Exp $ # # Author Dan Armak <danarmak@gentoo.org> # # This is for kde prereleases (alpha, beta etc.) which have a _ (underscore) in their portage ebuild # names but not in their source archives and source dirs. To be inherited after setting SRC_URI and WORKDIR. -ECLASS=kde-pre -INHERITED="$INHERITED $ECLASS" - -DESCRIPTION="Based on the $ECLASS eclass" - -S="${WORKDIR}/${PN}-${PV//_}" - -SRC_PATH="kde/unstable/kde-${PV//_}/src/${P//_}.tar.bz2" -SRC_URI="ftp://ftp.kde.org/pub/$SRC_PATH - ftp://ftp.fh-heilbronn.de/pub/mirrors/$SRC_PATH - ftp://ftp.sourceforge.net/pub/mirrors/$SRC_PATH" +# DEPRECATED beacuse no ebuild uses it any longer. to be removed from portage.
\ No newline at end of file |