diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2004-03-24 14:02:53 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2004-03-24 14:02:53 +0000 |
commit | 3c74e15dfb073fa5f356450e1d67750de1f43ed5 (patch) | |
tree | aa8c9d05b149508dcfffab35059deccc1aa68ffa /app-sci | |
parent | fresh release for gnome 2.6 final (Manifest recommit) (diff) | |
download | gentoo-2-3c74e15dfb073fa5f356450e1d67750de1f43ed5.tar.gz gentoo-2-3c74e15dfb073fa5f356450e1d67750de1f43ed5.tar.bz2 gentoo-2-3c74e15dfb073fa5f356450e1d67750de1f43ed5.zip |
Was using wrong patch file, corrected.
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/singular/ChangeLog | 5 | ||||
-rw-r--r-- | app-sci/singular/singular-2.0.5-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-sci/singular/ChangeLog b/app-sci/singular/ChangeLog index 08fb280f14b7..2d45a01b89d9 100644 --- a/app-sci/singular/ChangeLog +++ b/app-sci/singular/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-sci/singular # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/singular/ChangeLog,v 1.8 2004/03/24 07:29:31 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/singular/ChangeLog,v 1.9 2004/03/24 14:02:53 phosphan Exp $ + + 24 Mar 2004; Patrick Kursawe <phosphan@gentoo.org> singular-2.0.5-r3.ebuild: + Was using wrong patch file, corrected. *singular-2.0.5-r3 (24 Mar 2004) diff --git a/app-sci/singular/singular-2.0.5-r3.ebuild b/app-sci/singular/singular-2.0.5-r3.ebuild index 97d9c492df6e..8f4c4e0912ef 100644 --- a/app-sci/singular/singular-2.0.5-r3.ebuild +++ b/app-sci/singular/singular-2.0.5-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/singular/singular-2.0.5-r3.ebuild,v 1.1 2004/03/24 07:29:31 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/singular/singular-2.0.5-r3.ebuild,v 1.2 2004/03/24 14:02:53 phosphan Exp $ inherit eutils @@ -42,7 +42,7 @@ S=${WORKDIR} src_unpack () { unpack ${A} - epatch $FILESDIR/${P}-r2-gentoo.diff + epatch $FILESDIR/${P}-r3-gentoo.diff sed -e "s/PFSUBST/${PF}/" -i ${S}/Singular/feResource.cc || die "sed failed on feResource.cc" } |