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 | c027aea87e55e994023020549d1e47aba3f6c080 (patch) | |
tree | 5de059376840fdf133cd129c34cc15e6d9714191 /sci-biology/phrap | |
parent | ~amd64 (diff) | |
download | gentoo-2-c027aea87e55e994023020549d1e47aba3f6c080.tar.gz gentoo-2-c027aea87e55e994023020549d1e47aba3f6c080.tar.bz2 gentoo-2-c027aea87e55e994023020549d1e47aba3f6c080.zip |
remove unnecessary elog message
(Portage version: 2.2_rc12/cvs/Linux 2.6.26-tuxonice i686)
Diffstat (limited to 'sci-biology/phrap')
-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}. -} |