diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2004-04-19 12:29:08 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2004-04-19 12:29:08 +0000 |
commit | a220faeaff7cd58dbbb892b57310986db3b84f41 (patch) | |
tree | 55b40640cb525848c0ec49c4fa44456f78bed2e9 /app-sci/spectromatic | |
parent | Bump to stable, cleanup. (Manifest recommit) (diff) | |
download | gentoo-2-a220faeaff7cd58dbbb892b57310986db3b84f41.tar.gz gentoo-2-a220faeaff7cd58dbbb892b57310986db3b84f41.tar.bz2 gentoo-2-a220faeaff7cd58dbbb892b57310986db3b84f41.zip |
Changed patch to epatch
Diffstat (limited to 'app-sci/spectromatic')
-rw-r--r-- | app-sci/spectromatic/ChangeLog | 7 | ||||
-rw-r--r-- | app-sci/spectromatic/spectromatic-1.0.ebuild | 8 |
2 files changed, 10 insertions, 5 deletions
diff --git a/app-sci/spectromatic/ChangeLog b/app-sci/spectromatic/ChangeLog index 9d07f58dfdc6..fc4c8579900d 100644 --- a/app-sci/spectromatic/ChangeLog +++ b/app-sci/spectromatic/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-sci/spectromatic -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/spectromatic/ChangeLog,v 1.2 2003/02/12 05:19:42 vapier Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-sci/spectromatic/ChangeLog,v 1.3 2004/04/19 12:29:08 phosphan Exp $ + + 19 Apr 2004; Patrick Kursawe <phosphan@gentoo.org> spectromatic-1.0.ebuild: + Changed patch to epatch *spectromatic-1.0 (23 Dec 2002) diff --git a/app-sci/spectromatic/spectromatic-1.0.ebuild b/app-sci/spectromatic/spectromatic-1.0.ebuild index 30c889f16843..d002220bb44e 100644 --- a/app-sci/spectromatic/spectromatic-1.0.ebuild +++ b/app-sci/spectromatic/spectromatic-1.0.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/spectromatic/spectromatic-1.0.ebuild,v 1.3 2003/07/02 12:33:39 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/spectromatic/spectromatic-1.0.ebuild,v 1.4 2004/04/19 12:29:08 phosphan Exp $ + +inherit eutils IUSE="" @@ -18,7 +20,7 @@ DEPEND=">=dev-libs/gsl-1.2 src_unpack() { unpack ${MY_P}.tar.gz cd ${S} - patch -p0 < ${FILESDIR}/${P}-gentoo.diff || die + epatch ${FILESDIR}/${P}-gentoo.diff } src_compile() { emake || die |