diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2004-09-18 20:15:52 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2004-09-18 20:15:52 +0000 |
commit | f0f680d442a0378646d22a9366cb3034b98ed509 (patch) | |
tree | 414f7476fcb44809a4ff6fefb682b2601642a97e /app-sci/staden | |
parent | Stable on x86, sparc, mips (diff) | |
download | historical-f0f680d442a0378646d22a9366cb3034b98ed509.tar.gz historical-f0f680d442a0378646d22a9366cb3034b98ed509.tar.bz2 historical-f0f680d442a0378646d22a9366cb3034b98ed509.zip |
Fixed issues with "spin_emboss".
Diffstat (limited to 'app-sci/staden')
-rw-r--r-- | app-sci/staden/ChangeLog | 5 | ||||
-rw-r--r-- | app-sci/staden/Manifest | 4 | ||||
-rw-r--r-- | app-sci/staden/staden-1.4.1-r6.ebuild | 6 |
3 files changed, 8 insertions, 7 deletions
diff --git a/app-sci/staden/ChangeLog b/app-sci/staden/ChangeLog index f16d13c87094..da08701fbf20 100644 --- a/app-sci/staden/ChangeLog +++ b/app-sci/staden/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-sci/staden # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/staden/ChangeLog,v 1.7 2004/09/18 18:59:56 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/staden/ChangeLog,v 1.8 2004/09/18 20:15:52 ribosome Exp $ + + 18 Sep 2004; Olivier Fisette <ribosome@gentoo.org> staden-1.4.1-r6.ebuild: + Fixed issues with "spin_emboss". *staden-1.4.1-r6 (18 Sep 2004) diff --git a/app-sci/staden/Manifest b/app-sci/staden/Manifest index 43edd2c49271..40261cb7e264 100644 --- a/app-sci/staden/Manifest +++ b/app-sci/staden/Manifest @@ -1,6 +1,6 @@ -MD5 342dcc42299b6d4e8e18e7e2a454a069 staden-1.4.1-r6.ebuild 11043 +MD5 9db2d8b8f39d966bcb83ef96827133e4 staden-1.4.1-r6.ebuild 10988 MD5 34fa9925397ab3b57f39b5d438bd20ca staden-1.4.1-r5.ebuild 7008 -MD5 590ef42294c4669427f1d765ee7a665d ChangeLog 1989 +MD5 beceddf217a7be3db6189f9224a88319 ChangeLog 2102 MD5 f189a3c4ff5ae55bcee4f8ed0ace5d20 metadata.xml 254 MD5 e908bf4692dd3494ec22f07db2e7a9f5 files/staden-1.4.1-env 225 MD5 3699a9d368068d835cbd8568d50d23e5 files/staden-1.4.1-gap4.patch 463 diff --git a/app-sci/staden/staden-1.4.1-r6.ebuild b/app-sci/staden/staden-1.4.1-r6.ebuild index a0d43d66b1d9..7d8072519802 100644 --- a/app-sci/staden/staden-1.4.1-r6.ebuild +++ b/app-sci/staden/staden-1.4.1-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/staden/staden-1.4.1-r6.ebuild,v 1.1 2004/09/18 18:59:56 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/staden/staden-1.4.1-r6.ebuild,v 1.2 2004/09/18 20:15:52 ribosome Exp $ inherit eutils @@ -219,9 +219,7 @@ src_compile() { # Remove the prebuilt EMBOSS tcl/tk GUIs. rm ${S}/tables/emboss_menu rm -r ${S}/lib/spin2_emboss/acdtcl - - # Remove the old "spin_emboss" (replaced by "spin2_emboss") - rm -r ${S}/lib/spin_emboss + rm -r ${S}/lib/spin_emboss/acdtcl # Patch just built hypertext documentation. cd ${S}/doc/manual |