diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2006-02-23 18:56:49 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2006-02-23 18:56:49 +0000 |
commit | 7ada434ef9855c06b15b3df2da4428d66087f05a (patch) | |
tree | 1a9b223d881279c2097303551ee0ababf71f3f74 /sci-chemistry/maid/maid-20011112.ebuild | |
parent | Stable on sparc wrt #106621 (diff) | |
download | gentoo-2-7ada434ef9855c06b15b3df2da4428d66087f05a.tar.gz gentoo-2-7ada434ef9855c06b15b3df2da4428d66087f05a.tar.bz2 gentoo-2-7ada434ef9855c06b15b3df2da4428d66087f05a.zip |
(#123634) Push big patch to mirrors.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'sci-chemistry/maid/maid-20011112.ebuild')
-rw-r--r-- | sci-chemistry/maid/maid-20011112.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sci-chemistry/maid/maid-20011112.ebuild b/sci-chemistry/maid/maid-20011112.ebuild index 0debd6000daf..e7b52be369c5 100644 --- a/sci-chemistry/maid/maid-20011112.ebuild +++ b/sci-chemistry/maid/maid-20011112.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/maid/maid-20011112.ebuild,v 1.3 2005/12/15 21:06:31 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/maid/maid-20011112.ebuild,v 1.4 2006/02/23 18:56:49 spyderous Exp $ inherit eutils toolchain-funcs @@ -9,7 +9,8 @@ MY_PV="${PV:6:2}nov${PV:2:2}" MY_P="${MY_PN}_${MY_PV}" DESCRIPTION="Automates the fitting of protein X-ray crystallographic electron density maps" HOMEPAGE="http://www.msi.umn.edu/~levitt/" -SRC_URI="http://www.msi.umn.edu/~levitt/${MY_P}.tar.gz" +SRC_URI="http://www.msi.umn.edu/~levitt/${MY_P}.tar.gz + mirror://gentoo/maid-fix-compilation.patch.bz2" LICENSE="as-is" SLOT="0" KEYWORDS="~x86" @@ -33,7 +34,7 @@ src_unpack() { unpack ${A} cd ${S} - epatch ${FILESDIR}/fix-compilation.patch + epatch ${DISTDIR}/maid-fix-compilation.patch.bz2 epatch ${FILESDIR}/fix-warnings.patch if use X; then |