Gentoo Archives: gentoo-commits

From: "Andrey Kislyuk (weaver)" <weaver@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-biology/phrap: phrap-1.080812.ebuild
Date: Wed, 31 Dec 2008 01:09:27
Message-Id: E1LHpaP-0004KN-6Q@stork.gentoo.org
1 weaver 08/12/31 01:09:25
2
3 Modified: phrap-1.080812.ebuild
4 Log:
5 remove unnecessary elog message
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.26-tuxonice i686)
7
8 Revision Changes Path
9 1.3 sci-biology/phrap/phrap-1.080812.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/phrap/phrap-1.080812.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/phrap/phrap-1.080812.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/phrap/phrap-1.080812.ebuild?r1=1.2&r2=1.3
14
15 Index: phrap-1.080812.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-biology/phrap/phrap-1.080812.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- phrap-1.080812.ebuild 31 Dec 2008 01:05:13 -0000 1.2
22 +++ phrap-1.080812.ebuild 31 Dec 2008 01:09:25 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/phrap/phrap-1.080812.ebuild,v 1.2 2008/12/31 01:05:13 weaver Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/phrap/phrap-1.080812.ebuild,v 1.3 2008/12/31 01:09:25 weaver Exp $
28
29 DESCRIPTION="Phrap, swat, cross_match: Shotgun assembly and alignment utilities"
30 HOMEPAGE="http://www.phrap.org/"
31 @@ -36,13 +36,3 @@
32 newdoc ${i} ${i}.txt
33 done
34 }
35 -
36 -pkg_postinst() {
37 - elog If you are operating a non-commercial \(academic or government\)
38 - elog computer facility which provides access to several independent
39 - elog investigators, you are required by the licensing agreement to set the
40 - elog permissions on the executables and source code to allow execute but
41 - elog not read access, so that the programs may not be copied.
42 - elog
43 - elog Phrap documentation is installed in ${ROOT}/usr/share/doc/${P}.
44 -}