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/phrap/phrap-1.080812.ebuild | |
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/phrap/phrap-1.080812.ebuild')
-rw-r--r-- | sci-biology/phrap/phrap-1.080812.ebuild | 12 |
1 files changed, 1 insertions, 11 deletions
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}. -} |