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
commit384e1b1e58c069b2a6df5c1927d98313db2ede57 (patch)
treee28b041af4bc92f1c6fe36c51848ac0bd0ef80b0 /app-text/sword
parentFixed ebuild. (diff)
downloadhistorical-384e1b1e58c069b2a6df5c1927d98313db2ede57.tar.gz
historical-384e1b1e58c069b2a6df5c1927d98313db2ede57.tar.bz2
historical-384e1b1e58c069b2a6df5c1927d98313db2ede57.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 ""
}