summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Kislyuk <weaver@gentoo.org>2009-09-20 00:36:36 +0000
committerAndrey Kislyuk <weaver@gentoo.org>2009-09-20 00:36:36 +0000
commit001697521ca7bddd23633f721ad8858f63127040 (patch)
treea68652f6d0b55c4ea34c06fd74a38cb10d987f2e /sci-biology/velvet
parentAdd support for passing compile-time variables to build (diff)
downloadgentoo-2-001697521ca7bddd23633f721ad8858f63127040.tar.gz
gentoo-2-001697521ca7bddd23633f721ad8858f63127040.tar.bz2
gentoo-2-001697521ca7bddd23633f721ad8858f63127040.zip
Use elog
(Portage version: 2.2_rc30/cvs/Linux x86_64)
Diffstat (limited to 'sci-biology/velvet')
-rw-r--r--sci-biology/velvet/ChangeLog5
-rw-r--r--sci-biology/velvet/velvet-0.7.55.ebuild10
2 files changed, 9 insertions, 6 deletions
diff --git a/sci-biology/velvet/ChangeLog b/sci-biology/velvet/ChangeLog
index cdc3ddeb9b20..f5da61246fe7 100644
--- a/sci-biology/velvet/ChangeLog
+++ b/sci-biology/velvet/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-biology/velvet
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/velvet/ChangeLog,v 1.7 2009/09/20 00:34:24 weaver Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/velvet/ChangeLog,v 1.8 2009/09/20 00:36:36 weaver Exp $
+
+ 19 Sep 2009; Andrey Kislyuk <weaver@gentoo.org> velvet-0.7.55.ebuild:
+ Use elog
19 Sep 2009; Andrey Kislyuk <weaver@gentoo.org> velvet-0.7.55.ebuild:
Add support for passing compile-time variables to build
diff --git a/sci-biology/velvet/velvet-0.7.55.ebuild b/sci-biology/velvet/velvet-0.7.55.ebuild
index d5f152c673be..7435e9f5b971 100644
--- a/sci-biology/velvet/velvet-0.7.55.ebuild
+++ b/sci-biology/velvet/velvet-0.7.55.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/velvet/velvet-0.7.55.ebuild,v 1.2 2009/09/20 00:34:24 weaver Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/velvet/velvet-0.7.55.ebuild,v 1.3 2009/09/20 00:36:36 weaver Exp $
EAPI="2"
@@ -46,8 +46,8 @@ src_install() {
}
pkg_postinst() {
- einfo "To adjust the MAXKMERLENGTH or CATEGORIES parameters as described in the manual,"
- einfo "please set the variables VELVET_MAXKMERLENGTH or VELVET_CATEGORIES in your"
- einfo "environment or /etc/make.conf, then re-emerge the package. For example:"
- einfo " VELVET_MAXKMERLENGTH=NN emerge [options] velvet"
+ elog "To adjust the MAXKMERLENGTH or CATEGORIES parameters as described in the manual,"
+ elog "please set the variables VELVET_MAXKMERLENGTH or VELVET_CATEGORIES in your"
+ elog "environment or /etc/make.conf, then re-emerge the package. For example:"
+ elog " VELVET_MAXKMERLENGTH=NN emerge [options] velvet"
}