diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-09-25 09:30:31 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-09-25 09:30:31 +0000 |
commit | 0fb30fa0deca35c73f4b4f85bbd92b73292b5a33 (patch) | |
tree | 9966cc12d7d2f14c61c811f7891201a068115bf1 /sci-libs/openfoam-wmake/openfoam-wmake-1.5_p20090311.ebuild | |
parent | Move humonguous, duplicated patches to mirrors. (diff) | |
download | gentoo-2-0fb30fa0deca35c73f4b4f85bbd92b73292b5a33.tar.gz gentoo-2-0fb30fa0deca35c73f4b4f85bbd92b73292b5a33.tar.bz2 gentoo-2-0fb30fa0deca35c73f4b4f85bbd92b73292b5a33.zip |
Move humonguous, duplicated patches to mirrors.
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/openfoam-wmake/openfoam-wmake-1.5_p20090311.ebuild')
-rw-r--r-- | sci-libs/openfoam-wmake/openfoam-wmake-1.5_p20090311.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sci-libs/openfoam-wmake/openfoam-wmake-1.5_p20090311.ebuild b/sci-libs/openfoam-wmake/openfoam-wmake-1.5_p20090311.ebuild index f57ea11d24fa..da75fd114d5b 100644 --- a/sci-libs/openfoam-wmake/openfoam-wmake-1.5_p20090311.ebuild +++ b/sci-libs/openfoam-wmake/openfoam-wmake-1.5_p20090311.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/openfoam-wmake/openfoam-wmake-1.5_p20090311.ebuild,v 1.1 2009/04/25 16:16:34 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/openfoam-wmake/openfoam-wmake-1.5_p20090311.ebuild,v 1.2 2009/09/25 09:30:31 flameeyes Exp $ EAPI="2" @@ -14,7 +14,8 @@ DESCRIPTION="OpenFOAM - wmake" HOMEPAGE="http://www.opencfd.co.uk/openfoam/" SRC_URI="mirror://sourceforge/foam/${MY_P}.General.gtgz -> ${MY_P}.General.tgz http://omploader.org/vMWRlMQ/${MY_PN}-git-${PVR}.patch - http://omploader.org/vMWRlMA/${MY_P}-svn.patch" + http://omploader.org/vMWRlMA/${MY_P}-svn.patch + mirror://gentoo/${MY_P}-compile-2.patch.bz2" LICENSE="GPL-2" SLOT="1" @@ -44,7 +45,7 @@ pkg_setup() { } src_prepare() { - epatch "${FILESDIR}"/${MY_P}-compile.patch + epatch "${DISTDIR}"/${MY_P}-compile-2.patch.bz2 epatch "${DISTDIR}"/${MY_P}-svn.patch epatch "${DISTDIR}"/${MY_PN}-git-${PVR}.patch } |