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 | 4e0b57f1fd5c9d2832923e2334f4fea5fd21538a (patch) | |
tree | 33321d5a6d3b83cf99704fab58f71fafcfd46c17 /app-sci/singular | |
parent | fresh release for gnome 2.6 final (diff) | |
download | historical-4e0b57f1fd5c9d2832923e2334f4fea5fd21538a.tar.gz historical-4e0b57f1fd5c9d2832923e2334f4fea5fd21538a.tar.bz2 historical-4e0b57f1fd5c9d2832923e2334f4fea5fd21538a.zip |
Was using wrong patch file, corrected.
Diffstat (limited to 'app-sci/singular')
-rw-r--r-- | app-sci/singular/ChangeLog | 5 | ||||
-rw-r--r-- | app-sci/singular/Manifest | 4 | ||||
-rw-r--r-- | app-sci/singular/singular-2.0.5-r3.ebuild | 4 |
3 files changed, 8 insertions, 5 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/Manifest b/app-sci/singular/Manifest index dc96dbdec9c4..0aa3dadc2de1 100644 --- a/app-sci/singular/Manifest +++ b/app-sci/singular/Manifest @@ -1,6 +1,6 @@ -MD5 a9e8b210b09f63e1f95943cb79ecc1d1 singular-2.0.5-r3.ebuild 4191 +MD5 573247dfe8b030dc0c610a394e79d260 singular-2.0.5-r3.ebuild 4191 MD5 4bed27987870d999d421f86f55279880 singular-2.0.4-r1.ebuild 3662 -MD5 85de1c5abf64ecfce20ee90a8795e001 ChangeLog 1996 +MD5 6797944d6402242739b95169e490ffd2 ChangeLog 2117 MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 MD5 b1383ace2a0b30413341982e4e34341f files/fake_ssh 150 MD5 b52673163a28446aae41691abc3e705d files/digest-singular-2.0.4-r1 862 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" } |