diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2004-09-18 23:13:40 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2004-09-18 23:13:40 +0000 |
commit | c00b27cf6d957eaeba0a805d5c549bc0ac345395 (patch) | |
tree | 3b851948c2383d9e409439c6751b13740ba9c8f8 /app-sci/staden | |
parent | ~amd64 (diff) | |
download | historical-c00b27cf6d957eaeba0a805d5c549bc0ac345395.tar.gz historical-c00b27cf6d957eaeba0a805d5c549bc0ac345395.tar.bz2 historical-c00b27cf6d957eaeba0a805d5c549bc0ac345395.zip |
Fixed an issue with the EMBOSS tcl/tk GUIs.
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 | 3 |
3 files changed, 7 insertions, 5 deletions
diff --git a/app-sci/staden/ChangeLog b/app-sci/staden/ChangeLog index da08701fbf20..92ca997e5a72 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.8 2004/09/18 20:15:52 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/staden/ChangeLog,v 1.9 2004/09/18 23:13:40 ribosome Exp $ + + 18 Sep 2004; Olivier Fisette <ribosome@gentoo.org> staden-1.4.1-r6.ebuild: + Fixed an issue with the EMBOSS tcl/tk GUIs. 18 Sep 2004; Olivier Fisette <ribosome@gentoo.org> staden-1.4.1-r6.ebuild: Fixed issues with "spin_emboss". diff --git a/app-sci/staden/Manifest b/app-sci/staden/Manifest index 40261cb7e264..e476f9e266cb 100644 --- a/app-sci/staden/Manifest +++ b/app-sci/staden/Manifest @@ -1,6 +1,6 @@ -MD5 9db2d8b8f39d966bcb83ef96827133e4 staden-1.4.1-r6.ebuild 10988 +MD5 692ddef1d9e362968faf48cf879ff60d staden-1.4.1-r6.ebuild 10953 MD5 34fa9925397ab3b57f39b5d438bd20ca staden-1.4.1-r5.ebuild 7008 -MD5 beceddf217a7be3db6189f9224a88319 ChangeLog 2102 +MD5 29974d86a481e292c346e0d17e8cc50b ChangeLog 2226 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 7d8072519802..9bd70276695c 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.2 2004/09/18 20:15:52 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/staden/staden-1.4.1-r6.ebuild,v 1.3 2004/09/18 23:13:40 ribosome Exp $ inherit eutils @@ -219,7 +219,6 @@ src_compile() { # Remove the prebuilt EMBOSS tcl/tk GUIs. rm ${S}/tables/emboss_menu rm -r ${S}/lib/spin2_emboss/acdtcl - rm -r ${S}/lib/spin_emboss/acdtcl # Patch just built hypertext documentation. cd ${S}/doc/manual |