diff options
author | 2003-04-08 17:48:12 +0000 | |
---|---|---|
committer | 2003-04-08 17:48:12 +0000 | |
commit | a711710774e4da51e11eda65c807d21242701772 (patch) | |
tree | 0cbcaaab3bfce787110f5041199e7023fc8cd1ac /eclass/kde-dist.eclass | |
parent | upcoming kde. please see -core messages. (diff) | |
download | gentoo-2-a711710774e4da51e11eda65c807d21242701772.tar.gz gentoo-2-a711710774e4da51e11eda65c807d21242701772.tar.bz2 gentoo-2-a711710774e4da51e11eda65c807d21242701772.zip |
needed support for new kde 3.1.1a stuff. shouldn't touch anything else.
Diffstat (limited to 'eclass/kde-dist.eclass')
-rw-r--r-- | eclass/kde-dist.eclass | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/eclass/kde-dist.eclass b/eclass/kde-dist.eclass index e141cc41edd5..b7adaf477ac7 100644 --- a/eclass/kde-dist.eclass +++ b/eclass/kde-dist.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/kde-dist.eclass,v 1.36 2003/02/28 09:15:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde-dist.eclass,v 1.37 2003/04/08 17:48:12 danarmak Exp $ # # Author Dan Armak <danarmak@gentoo.org> # @@ -23,6 +23,12 @@ need-kde $PV [ "$PV" == "3.1_rc5" ] && S=${WORKDIR}/${PN}-3.1rc5 [ "$PV" == "3.1_rc6" ] && S=${WORKDIR}/${PN}-3.1rc6 +# these use incrememntal patches so as to avoid downloadnig a lot of stuff all over +if [ "$PV" == "3.1.1a" ]; then + PATCHES1="$PATCHES1 ${WORKDIR}/${P}.diff" + export S="${WORKDIR}/${PN}-3.1.1" +fi + DESCRIPTION="KDE ${PV} - " HOMEPAGE="http://www.kde.org/" |