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 /eclass/kde.org.eclass
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
Diffstat (limited to 'eclass/kde.org.eclass')
-rw-r--r--eclass/kde.org.eclass11
1 files changed, 8 insertions, 3 deletions
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"
+