summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Hadaway <raker@gentoo.org>2002-10-30 16:11:03 +0000
committerNick Hadaway <raker@gentoo.org>2002-10-30 16:11:03 +0000
commit012c6ad1c60dff0c5b78fba0c45a1e54168c4361 (patch)
tree8f3d10fead03f270ac48623df5cf9e30f68a73dd /app-text/sword
parentFixed ebuild. (diff)
downloadgentoo-2-012c6ad1c60dff0c5b78fba0c45a1e54168c4361.tar.gz
gentoo-2-012c6ad1c60dff0c5b78fba0c45a1e54168c4361.tar.bz2
gentoo-2-012c6ad1c60dff0c5b78fba0c45a1e54168c4361.zip
Added last bits of missing documentation
Diffstat (limited to 'app-text/sword')
-rw-r--r--app-text/sword/ChangeLog5
-rw-r--r--app-text/sword/sword-1.5.4.ebuild12
2 files changed, 12 insertions, 5 deletions
diff --git a/app-text/sword/ChangeLog b/app-text/sword/ChangeLog
index cb71ede35ef0..b548483b54b6 100644
--- a/app-text/sword/ChangeLog
+++ b/app-text/sword/ChangeLog
@@ -1,9 +1,12 @@
# ChangeLog for app-text
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/sword/ChangeLog,v 1.2 2002/10/26 20:38:52 raker Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/sword/ChangeLog,v 1.3 2002/10/30 16:11:03 raker Exp $
*sword-1.5.4 (23 Oct 2002)
+ 30 Oct 2002; Nick Hadaway <raker@gentoo.org> sword-1.5.4.ebuild :
+ Added final set of missing documentation.
+
26 Oct 2002; Nick Hadaway <raker@gentoo.org> sword-1.5.4.ebuild :
Added docs and the html api documentation
diff --git a/app-text/sword/sword-1.5.4.ebuild b/app-text/sword/sword-1.5.4.ebuild
index 2567d273cbad..1732b6a3c972 100644
--- a/app-text/sword/sword-1.5.4.ebuild
+++ b/app-text/sword/sword-1.5.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/sword/sword-1.5.4.ebuild,v 1.3 2002/10/26 20:38:52 raker Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/sword/sword-1.5.4.ebuild,v 1.4 2002/10/30 16:11:03 raker Exp $
DESCRIPTION="library for bible reading software"
HOMEPAGE="http://www.crosswire.org/sword/"
@@ -12,7 +12,8 @@ KEYWORDS="x86"
IUSE=""
-DEPEND="virtual/glibc"
+DEPEND="virtual/glibc
+ sys-libs/zlib"
S="${WORKDIR}/${P}"
@@ -30,6 +31,8 @@ src_install() {
dodoc AUTHORS CODINGSTYLE INSTALL ChangeLog README
+ cp -R samples examples ${D}/usr/share/doc/${PF}
+
dohtml doc/api-documentation/html/*
}
@@ -39,8 +42,9 @@ pkg_postinst() {
einfo ""
einfo "Check out http://www.crosswire.org/sword/modules/"
einfo "to download modules that you would like to enhance"
- einfo "the library with. unzip the files you download"
- einfo "while you are in the /usr/share/sword directory"
+ einfo "the library with. Follow module installation"
+ einfo "instructions found on the web or in INSTALL.gz found"
+ einfo "in /usr/share/doc/${PF}"
einfo ""
}