summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Kislyuk <weaver@gentoo.org>2009-03-17 01:10:48 +0000
committerAndrey Kislyuk <weaver@gentoo.org>2009-03-17 01:10:48 +0000
commit9e0d11c912c74cd209a75670564b139592dd455c (patch)
tree7d96dd738e5548578f91a93c0e5f28de7c75f797 /sci-biology/biosql
parentversion bump (diff)
downloadgentoo-2-9e0d11c912c74cd209a75670564b139592dd455c.tar.gz
gentoo-2-9e0d11c912c74cd209a75670564b139592dd455c.tar.bz2
gentoo-2-9e0d11c912c74cd209a75670564b139592dd455c.zip
Fix typo
(Portage version: 2.2_rc20/cvs/Linux 2.6.26-gentoo-r4 x86_64)
Diffstat (limited to 'sci-biology/biosql')
-rw-r--r--sci-biology/biosql/ChangeLog5
-rw-r--r--sci-biology/biosql/biosql-1.0.1.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/sci-biology/biosql/ChangeLog b/sci-biology/biosql/ChangeLog
index e47e7f6f1ff0..5033220e8818 100644
--- a/sci-biology/biosql/ChangeLog
+++ b/sci-biology/biosql/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-biology/biosql
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/biosql/ChangeLog,v 1.1 2009/03/16 23:21:40 weaver Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/biosql/ChangeLog,v 1.2 2009/03/17 01:10:48 weaver Exp $
+
+ 16 Mar 2009; Andrey Kislyuk <weaver@gentoo.org> biosql-1.0.1.ebuild:
+ Fix typo
*biosql-1.0.1 (16 Mar 2009)
diff --git a/sci-biology/biosql/biosql-1.0.1.ebuild b/sci-biology/biosql/biosql-1.0.1.ebuild
index 783ef7e4e707..60f531915095 100644
--- a/sci-biology/biosql/biosql-1.0.1.ebuild
+++ b/sci-biology/biosql/biosql-1.0.1.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/biosql/biosql-1.0.1.ebuild,v 1.1 2009/03/16 23:21:40 weaver Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/biosql/biosql-1.0.1.ebuild,v 1.2 2009/03/17 01:10:48 weaver Exp $
DESCRIPTION="A generic bioinformatics relational database model"
HOMEPAGE="http://www.biosql.org/"
@@ -27,7 +27,7 @@ src_install() {
pkg_postinst() {
echo
- elog 'Please read the BioSQL schema installation instructions in'
- elog '/usr/share/doc/${P} to begin using the schema.'
+ elog "Please read the BioSQL schema installation instructions in"
+ elog "/usr/share/doc/${P} to begin using the schema."
echo
}