diff options
author | Hannes Mehnert <hannes@gentoo.org> | 2003-04-11 16:08:54 +0000 |
---|---|---|
committer | Hannes Mehnert <hannes@gentoo.org> | 2003-04-11 16:08:54 +0000 |
commit | 229162028851ae7c401d4b558c093ee41ab386a5 (patch) | |
tree | 97f7c680af56f6d629a50dc001739a073b65467a /eclass | |
parent | added perl-MDK-Common (diff) | |
download | gentoo-2-229162028851ae7c401d4b558c093ee41ab386a5.tar.gz gentoo-2-229162028851ae7c401d4b558c093ee41ab386a5.tar.bz2 gentoo-2-229162028851ae7c401d4b558c093ee41ab386a5.zip |
fix for kdegraphics-3.1.1a-r1
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/kde-dist.eclass | 4 | ||||
-rw-r--r-- | eclass/kde.org.eclass | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/eclass/kde-dist.eclass b/eclass/kde-dist.eclass index 50479476e12e..e15af918becb 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.38 2003/04/08 18:14:19 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde-dist.eclass,v 1.39 2003/04/11 16:08:54 hannes Exp $ # # Author Dan Armak <danarmak@gentoo.org> # @@ -25,7 +25,7 @@ need-kde $PV # these use incrememntal patches so as to avoid downloadnig a lot of stuff all over if [ "$PV" == "3.1.1a" ]; then - PATCHES1="${WORKDIR}/${P}.diff" + PATCHES1="${WORKDIR}/${PN}-${PVR}.diff" export S="${WORKDIR}/${PN}-3.1.1" fi diff --git a/eclass/kde.org.eclass b/eclass/kde.org.eclass index c10670a18e75..0d266423bcb9 100644 --- a/eclass/kde.org.eclass +++ b/eclass/kde.org.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.org.eclass,v 1.27 2003/04/08 17:48:12 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde.org.eclass,v 1.28 2003/04/11 16:08:54 hannes Exp $ # # Author Dan Armak <danarmak@gentoo.org> # @@ -23,7 +23,7 @@ case "$PV" in 3.1_rc5) SRC_PATH="unstable/kde-3.1-rc5/src/${P//_}.tar.bz2" ;; 3.1_rc6) SRC_PATH="unstable/kde-3.1-rc6/src/${P//_}.tar.bz2" ;; 3.1.1a) SRC_PATH="stable/$PV/src/${PN}-3.1.1.tar.bz2" - SRC_URI="$SRC_URI mirror://gentoo/${P}.diff.bz2" ;; + SRC_URI="$SRC_URI mirror://gentoo/${PN}-${PVR}.diff.bz2" ;; 3*) SRC_PATH="stable/$PV/src/${P}.tar.bz2" ;; 5) SRC_URI="" # cvs ebuilds, no SRC_URI needed debug-print "$ECLASS: finished, cvs detected, SRC_URI=$SRC_URI" |