summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2002-04-04 21:10:05 +0000
committerDan Armak <danarmak@gentoo.org>2002-04-04 21:10:05 +0000
commit024e48ab21d88bd50feed65658204a4ab4008e49 (patch)
treef64729f6c996463bdb2ff43909306071e628b52d /eclass
parentkde.org: add kde download mirrors (diff)
downloadhistorical-024e48ab21d88bd50feed65658204a4ab4008e49.tar.gz
historical-024e48ab21d88bd50feed65658204a4ab4008e49.tar.bz2
historical-024e48ab21d88bd50feed65658204a4ab4008e49.zip
revert slot change, i misunderstood the need for slotsCVS:
----------------------------------------------------------------------
Diffstat (limited to 'eclass')
-rw-r--r--eclass/kde-dist.eclass8
1 files changed, 1 insertions, 7 deletions
diff --git a/eclass/kde-dist.eclass b/eclass/kde-dist.eclass
index 5b014437d1c1..b71b9240f6d5 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.10 2002/04/04 21:03:11 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde-dist.eclass,v 1.11 2002/04/04 21:10:05 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
@@ -14,9 +14,3 @@ 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