summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2002-04-04 21:03:11 +0000
committerDan Armak <danarmak@gentoo.org>2002-04-04 21:03:11 +0000
commit8aa4c5097a8ebfa3df85045f67955416ec312743 (patch)
tree54ad5257413537af5f48d0b60663ad7f724fb373
parentadd opengl support (opengl screensavers) (diff)
downloadhistorical-8aa4c5097a8ebfa3df85045f67955416ec312743.tar.gz
historical-8aa4c5097a8ebfa3df85045f67955416ec312743.tar.bz2
historical-8aa4c5097a8ebfa3df85045f67955416ec312743.zip
kde.org: add kde download mirrors
kde-dist; add SLOT setting to major and minor version but not revision, e.g. SLOT of 3.0 is 3.0 ubt SLOT of 2.2.2 is 2.2
-rw-r--r--eclass/kde-dist.eclass9
-rw-r--r--eclass/kde.org.eclass11
2 files changed, 16 insertions, 4 deletions
diff --git a/eclass/kde-dist.eclass b/eclass/kde-dist.eclass
index 59f2bd3dde5a..5b014437d1c1 100644
--- a/eclass/kde-dist.eclass
+++ b/eclass/kde-dist.eclass
@@ -1,7 +1,7 @@
# 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.9 2002/04/02 23:23:39 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde-dist.eclass,v 1.10 2002/04/04 21:03:11 danarmak Exp $
# This is the kde-dist eclass for >=2.2.1 kde base packages. Don't use for kdelibs though :-)
# Don't use it for e.g. kdevelop, koffice because of their separate versionnig schemes.
inherit kde-base kde.org
@@ -13,3 +13,10 @@ DESCRIPTION="KDE ${PV} - "
HOMEPAGE="http://www.kde.org/"
myconf="$myconf --enable-final"
+
+case $PV in
+ 2.1*) SLOT="2.1";;
+ 2.2*) SLOT="2.2";;
+ 3.0*) SLOT="3.0";;
+ 3.1*) SLOT="3.1";;
+esac \ No newline at end of file
diff --git a/eclass/kde.org.eclass b/eclass/kde.org.eclass
index e479e60cd836..511a43875bf8 100644
--- a/eclass/kde.org.eclass
+++ b/eclass/kde.org.eclass
@@ -1,11 +1,16 @@
# 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.org.eclass,v 1.3 2001/10/03 17:10:16 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde.org.eclass,v 1.4 2002/04/04 21:03:11 danarmak Exp $
# Contains the locations of ftp.kde.org packages and their mirrors
ECLASS=kde.org
SRC_PATH="kde/stable/${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"
+ ftp://download.us.kde.org/pub/kde/$SRC_PATH
+ ftp://download.uk.kde.org/pub/kde/$SRC_PATH
+ ftp://download.au.kde.org/pub/kde/$SRC_PATH
+ ftp://download.at.kde.org/pub/kde/$SRC_PATH
+ ftp://ftp.fh-heilbronn.de/pub/mirrors/$SRC_PATH
+ ftp://ftp.sourceforge.net/pub/mirrors/$SRC_PATH"
+