summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2003-04-27 13:49:00 +0000
committerDan Armak <danarmak@gentoo.org>2003-04-27 13:49:00 +0000
commitf3dd149e34c2c27bbe532eac700a0b9ebcda5776 (patch)
tree9b5b4454c1b8edea8c34f6c65b778b320ddd8df0 /eclass/kde.org.eclass
parentchanges necessary for eclass cleanup. do not inherit kde.org, use a local SRC... (diff)
downloadhistorical-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.org.eclass')
-rw-r--r--eclass/kde.org.eclass31
1 files changed, 3 insertions, 28 deletions
diff --git a/eclass/kde.org.eclass b/eclass/kde.org.eclass
index 728348e5fa9f..a4bdbc42b3bb 100644
--- a/eclass/kde.org.eclass
+++ b/eclass/kde.org.eclass
@@ -1,36 +1,11 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/kde.org.eclass,v 1.28 2003/04/11 16:08:54 hannes Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde.org.eclass,v 1.29 2003/04/27 13:49:00 danarmak Exp $
#
# Author Dan Armak <danarmak@gentoo.org>
#
-# Contains the locations of ftp.kde.org packages and their mirrors
+# Contained the locations of ftp.kde.org packages and their mirrors
ECLASS=kde.org
-INHERITED="$INHERITED $ECLASS"
-# kde 3.1 prereleases have tarball versions of 3.0.6 ff
-case "$PV" in
- 1*) SRC_PATH="stable/3.0.2/src/${P}.tar.bz2";; # backward compatibility for unmerging ebuilds
- 2.2.2a) SRC_PATH="2.2.2/src/${PN}-${PV/a/}.tar.bz2" ;;
- 2.2.2*) SRC_PATH="2.2.2/src/${P}.tar.bz2" ;;
- 3.1_alpha1) SRC_PATH="unstable/kde-3.1-alpha1/src/${P//3.1_alpha1/3.0.6}.tar.bz2" ;;
- 3.1_beta1) SRC_PATH="unstable/kde-3.1-beta1/src/${P//3.1_beta1/3.0.7}.tar.bz2" ;;
- 3.1_beta2) SRC_PATH="unstable/kde-3.1-beta2/src/${P//3.1_beta2/3.0.8}.tar.bz2" ;;
- 3.1_rc1) SRC_PATH="unstable/kde-3.1-rc1/src/${P//3.1_rc1/3.0.9}.tar.bz2" ;;
- 3.1_rc2) SRC_PATH="unstable/kde-3.1-rc2/src/${P//3.1_rc2/3.0.98}.tar.bz2" ;;
- 3.1_rc3) SRC_PATH="unstable/kde-3.1-rc3/src/${P//3.1_rc3/3.0.99}.tar.bz2" ;;
- 3.1_rc5) SRC_PATH="unstable/kde-3.1-rc5/src/${P//_}.tar.bz2" ;;
- 3.1_rc6) SRC_PATH="unstable/kde-3.1-rc6/src/${P//_}.tar.bz2" ;;
- 3.1.1a) SRC_PATH="stable/$PV/src/${PN}-3.1.1.tar.bz2"
- SRC_URI="$SRC_URI mirror://gentoo/${PN}-${PVR}.diff.bz2" ;;
- 3*) SRC_PATH="stable/$PV/src/${P}.tar.bz2" ;;
- 5) SRC_URI="" # cvs ebuilds, no SRC_URI needed
- debug-print "$ECLASS: finished, cvs detected, SRC_URI=$SRC_URI"
- return 0 ;;
- *) debug-print "$ECLASS: Error: unrecognized version $PV, could not set SRC_URI" ;;
-esac
-
-SRC_URI="$SRC_URI mirror://kde/$SRC_PATH"
-
-debug-print "$ECLASS: finished, SRC_URI=$SRC_URI"
+# DEPRECATED - this code is now in kde-dist.eclass \ No newline at end of file