diff options
author | Andrey Kislyuk <weaver@gentoo.org> | 2008-12-31 01:09:25 +0000 |
---|---|---|
committer | Andrey Kislyuk <weaver@gentoo.org> | 2008-12-31 01:09:25 +0000 |
commit | 0a9571f66b732aa5388118d2bd0d03dd1182202d (patch) | |
tree | 3142e29d6d09dff1aabe97cb36c12a13288d3cf9 /sci-biology | |
parent | ~amd64 (diff) | |
download | historical-0a9571f66b732aa5388118d2bd0d03dd1182202d.tar.gz historical-0a9571f66b732aa5388118d2bd0d03dd1182202d.tar.bz2 historical-0a9571f66b732aa5388118d2bd0d03dd1182202d.zip |
remove unnecessary elog message
Package-Manager: portage-2.2_rc12/cvs/Linux 2.6.26-tuxonice i686
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/phrap/Manifest | 2 | ||||
-rw-r--r-- | sci-biology/phrap/phrap-1.080812.ebuild | 12 |
2 files changed, 2 insertions, 12 deletions
diff --git a/sci-biology/phrap/Manifest b/sci-biology/phrap/Manifest index 97394f54476c..98cfd0e8e5d1 100644 --- a/sci-biology/phrap/Manifest +++ b/sci-biology/phrap/Manifest @@ -1,4 +1,4 @@ DIST phrap-1.080812-distrib.tar.gz 317350 RMD160 9ac2e6209b4b681fd8099c49be5fbd511a5da1a8 SHA1 0f63613324dbce931c9b38b84d8ede314730dc87 SHA256 7025f3cb30e5a3305a13d150f39a85580ade0bbf8169b25db65cbe396e201052 -EBUILD phrap-1.080812.ebuild 1444 RMD160 a95b63a6c9cec227e8def699a80ae4f8d05ac94e SHA1 0cdc2b2595cf78ba978bb6b0743e6550e6a43a44 SHA256 8ba7762c7aea64dd4e2fa53ec427752e211c2918bfd8fe86c7a82e74f01d8c47 +EBUILD phrap-1.080812.ebuild 995 RMD160 133891d93e71ae71e9039e75c8817226b4252f68 SHA1 3cc84f6acf7632700418fd2b330c8f026c16b403 SHA256 91e76a78ee2fa94daf313a58b0ab8a2089e0c058a2c2737b92d245b2ed8759b5 MISC ChangeLog 413 RMD160 b7e9bf3cc01af15f399acce3a2cf9bf211d2e9ff SHA1 07517cb6a51c7b8d670bbd0e255dd61ba3c0a189 SHA256 7c8553d5640e22e92d06483b6838b24c0f25b9c3d5acaa2968a039d10ed7e978 MISC metadata.xml 259 RMD160 d9d81b67d635fabd81aef8ae0edf971211ae9072 SHA1 8e32f751c67ff891fa35405a2cf6fb33752d6eb1 SHA256 541c3fbcf299d9a8ccf4132ee61f9e53a5d737cefdaa6fdc77764d8d4c7f3110 diff --git a/sci-biology/phrap/phrap-1.080812.ebuild b/sci-biology/phrap/phrap-1.080812.ebuild index 36585bf596a4..56a9092d293c 100644 --- a/sci-biology/phrap/phrap-1.080812.ebuild +++ b/sci-biology/phrap/phrap-1.080812.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/phrap/phrap-1.080812.ebuild,v 1.2 2008/12/31 01:05:13 weaver Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/phrap/phrap-1.080812.ebuild,v 1.3 2008/12/31 01:09:25 weaver Exp $ DESCRIPTION="Phrap, swat, cross_match: Shotgun assembly and alignment utilities" HOMEPAGE="http://www.phrap.org/" @@ -36,13 +36,3 @@ src_install() { newdoc ${i} ${i}.txt done } - -pkg_postinst() { - elog If you are operating a non-commercial \(academic or government\) - elog computer facility which provides access to several independent - elog investigators, you are required by the licensing agreement to set the - elog permissions on the executables and source code to allow execute but - elog not read access, so that the programs may not be copied. - elog - elog Phrap documentation is installed in ${ROOT}/usr/share/doc/${P}. -} |