summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2009-07-07 22:53:19 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2009-07-07 22:53:19 +0000
commit17b32ea3f6a8058ee751bce6017bc30a99665103 (patch)
treec3f83c32ed6d1a2ff8a60ea20a3ce7b39e8c91e3 /sci-biology
parentUse elog for fetch error. (diff)
downloadhistorical-17b32ea3f6a8058ee751bce6017bc30a99665103.tar.gz
historical-17b32ea3f6a8058ee751bce6017bc30a99665103.tar.bz2
historical-17b32ea3f6a8058ee751bce6017bc30a99665103.zip
Use elog for fetch error.
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'sci-biology')
-rw-r--r--sci-biology/phred/ChangeLog5
-rw-r--r--sci-biology/phred/Manifest14
-rw-r--r--sci-biology/phred/phred-071220.ebuild6
3 files changed, 19 insertions, 6 deletions
diff --git a/sci-biology/phred/ChangeLog b/sci-biology/phred/ChangeLog
index 820b04bf9e5a..15876872aeff 100644
--- a/sci-biology/phred/ChangeLog
+++ b/sci-biology/phred/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-biology/phred
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/phred/ChangeLog,v 1.1 2009/02/27 00:04:24 weaver Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/phred/ChangeLog,v 1.2 2009/07/07 22:53:19 flameeyes Exp $
+
+ 07 Jul 2009; Diego E. Pettenò <flameeyes@gentoo.org> phred-071220.ebuild:
+ Use elog for fetch error.
*phred-071220 (26 Feb 2009)
diff --git a/sci-biology/phred/Manifest b/sci-biology/phred/Manifest
index f3a09c24e7a0..0f7a59969b79 100644
--- a/sci-biology/phred/Manifest
+++ b/sci-biology/phred/Manifest
@@ -1,4 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
DIST phred-dist-071220.b-acd.tar.gz 357767 RMD160 4b862fe97f8637b9c125599276282e768ea8344e SHA1 4b132c6d0535fee15b5ad5e9b811449b58701bd5 SHA256 364b0b54c29717ba4c8acc48a128eaf25ba1d7f06acab7565975f6879764a975
-EBUILD phred-071220.ebuild 947 RMD160 37bb03605439619a4086112548df6827baf19a9e SHA1 9d0c726358567c026a822957a6e866103e1b89dd SHA256 8504ca2df0b47536b26b08aee91093b0229ee2e072ca156734192e6acfc24c35
-MISC ChangeLog 472 RMD160 9369ff99d8d68897889cbb2ea6069bc72657b88c SHA1 8f4e67f30c7defa0fc4d159849075a14dfa96b58 SHA256 4fe5c0eef54bf8ac9ecd4730c49f423a6853b98184e54172d720d9f47d79b83f
+EBUILD phred-071220.ebuild 948 RMD160 0b69c248df5bfa1c967b1f37c85e56ecc987d990 SHA1 7586e15a6b17eadbd3a7ab4df07182984bcdb925 SHA256 aa6c28393aea1bcf619d6804dccef2342c98c62422c564f827732ed15eaf1d0e
+MISC ChangeLog 581 RMD160 126c2769435834815825b44b7b0b8f2341a1abd3 SHA1 7a6890040ffea9f0b5568896cc56043a62edc14d SHA256 c927408244771b96bd3b7f03b5d4185081d3dd79c7ff6960d06120fa4ee56eb7
MISC metadata.xml 259 RMD160 d9d81b67d635fabd81aef8ae0edf971211ae9072 SHA1 8e32f751c67ff891fa35405a2cf6fb33752d6eb1 SHA256 541c3fbcf299d9a8ccf4132ee61f9e53a5d737cefdaa6fdc77764d8d4c7f3110
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.11 (GNU/Linux)
+
+iEYEARECAAYFAkpT0eQACgkQAiZjviIA2XhefwCaA/r+N7Bxpf90xQNRHyDHriO0
+mv0AnA3Q8PTiP5TTHotkvtaQvK2dINaO
+=j3XK
+-----END PGP SIGNATURE-----
diff --git a/sci-biology/phred/phred-071220.ebuild b/sci-biology/phred/phred-071220.ebuild
index 761079a51f82..65c12a9820e4 100644
--- a/sci-biology/phred/phred-071220.ebuild
+++ b/sci-biology/phred/phred-071220.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/phred/phred-071220.ebuild,v 1.1 2009/02/27 00:04:24 weaver Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/phred/phred-071220.ebuild,v 1.2 2009/07/07 22:53:19 flameeyes Exp $
DESCRIPTION="A base caller for Sanger DNA sequencing"
HOMEPAGE="http://phrap.org/phredphrapconsed.html"
@@ -19,8 +19,8 @@ S="${WORKDIR}"
RESTRICT="fetch"
pkg_nofetch() {
- einfo "Please visit ${HOMEPAGE} and obtain the file"
- einfo "${SRC_URI}, then place it in ${DISTDIR}"
+ elog "Please visit ${HOMEPAGE} and obtain the file"
+ elog "${SRC_URI}, then place it in ${DISTDIR}"
}
src_compile() {