summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannes Mehnert <hannes@gentoo.org>2002-12-11 20:27:47 +0000
committerHannes Mehnert <hannes@gentoo.org>2002-12-11 20:27:47 +0000
commit499e489a1eb249c51345f147cf5e88c80dc78083 (patch)
tree54231ec6fc9e146a108646f3764d5cbb8a3a9c31 /eclass/koffice-i18n.eclass
parentmasking koffice-i18n-*-1.2.1 (diff)
downloadhistorical-499e489a1eb249c51345f147cf5e88c80dc78083.tar.gz
historical-499e489a1eb249c51345f147cf5e88c80dc78083.tar.bz2
historical-499e489a1eb249c51345f147cf5e88c80dc78083.zip
support for koffice-i18n-*-1.2.1
small fixes (like SRC_URI contains now mirror://kde)
Diffstat (limited to 'eclass/koffice-i18n.eclass')
-rw-r--r--eclass/koffice-i18n.eclass14
1 files changed, 6 insertions, 8 deletions
diff --git a/eclass/koffice-i18n.eclass b/eclass/koffice-i18n.eclass
index 0ed133244f07..2ec9bdccc8f2 100644
--- a/eclass/koffice-i18n.eclass
+++ b/eclass/koffice-i18n.eclass
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# Author Dan Armak <danarmak@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/eclass/koffice-i18n.eclass,v 1.18 2002/12/06 11:01:38 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/koffice-i18n.eclass,v 1.19 2002/12/11 20:27:47 hannes Exp $
inherit kde
ECLASS=koffice-i18n
@@ -10,25 +10,23 @@ INHERITED="$INHERITED $ECLASS"
case $PV in
1 | 1_* | 1.1*)
need-kde 2.2
- SRC_PATH="kde/stable/koffice-${PV//_/-}/src/${PN}-${PV//_/-}.tar.bz2"
+ SRC_PATH="stable/koffice-${PV//_/-}/src/${PN}-${PV//_/-}.tar.bz2"
KEYWORDS="x86"
;;
# 1.2 prereleases
1.2_*)
need-kde 3
- SRC_PATH="kde/unstable/koffice-${PV//_/-}/src/${PN}-${PV//_/-}.tar.bz2"
+ SRC_PATH="unstable/koffice-${PV//_/-}/src/${PN}-${PV//_/-}.tar.bz2"
KEYWORDS="x86 ppc"
;;
- 1.2)
+ 1.2|1.2.1)
need-kde 3
- SRC_PATH="kde/stable/koffice-1.2/src/${P}.tar.bz2"
+ SRC_PATH="stable/koffice-${PV}/src/${P}.tar.bz2"
KEYWORDS="x86 ppc"
;;
esac
-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"
+SRC_URI="mirror://kde/$SRC_PATH"
S=${WORKDIR}/${PN}
DESCRIPTION="KOffice ${PV} - i18n: ${PN}"