diff options
-rw-r--r-- | app-text/sword/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/sword/Manifest | 4 | ||||
-rw-r--r-- | app-text/sword/files/digest-sword-1.5.5.99 | 1 | ||||
-rw-r--r-- | app-text/sword/sword-1.5.5.99.ebuild | 37 |
4 files changed, 47 insertions, 2 deletions
diff --git a/app-text/sword/ChangeLog b/app-text/sword/ChangeLog index a41bc4a73b7b..fef112dbf19b 100644 --- a/app-text/sword/ChangeLog +++ b/app-text/sword/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/sword # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/sword/ChangeLog,v 1.6 2003/02/12 05:35:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sword/ChangeLog,v 1.7 2003/07/16 19:33:00 raker Exp $ + +*sword-1.5.5.99 (16 Jul 2003) + + 16 Jul 2003; Nick Hadaway <raker@gentoo.org> sword-1.5.5.99.ebuild: + Added new version for support of the latest bibletime-1.3rc1 *sword-1.5.5 (02 Nov 2002) diff --git a/app-text/sword/Manifest b/app-text/sword/Manifest index 8021a00a9d04..7fea325a6892 100644 --- a/app-text/sword/Manifest +++ b/app-text/sword/Manifest @@ -1,5 +1,7 @@ -MD5 da2fc8252e52db5bc8182da4c64ed277 ChangeLog 719 MD5 5e8312672c18c867a5ec2740b59d505c sword-1.5.4.ebuild 1005 +MD5 cd7d3df7071f2cecaff7ca21111d2b90 sword-1.5.5.99.ebuild 991 MD5 5b15b53e0d72abb56e3748c8f1e6931f sword-1.5.5.ebuild 1005 +MD5 da2fc8252e52db5bc8182da4c64ed277 ChangeLog 719 MD5 df138fe63d087eb37283189253ae3a31 files/digest-sword-1.5.4 64 MD5 1d74f356d597b13019fc25fdfbec57af files/digest-sword-1.5.5 64 +MD5 344f7776d45fae5c236ee3d5915d4817 files/digest-sword-1.5.5.99 66 diff --git a/app-text/sword/files/digest-sword-1.5.5.99 b/app-text/sword/files/digest-sword-1.5.5.99 new file mode 100644 index 000000000000..108c761a2dc6 --- /dev/null +++ b/app-text/sword/files/digest-sword-1.5.5.99 @@ -0,0 +1 @@ +MD5 52db9d2098657bb3dc6d6c17520e9553 sword-1.5.5.99.tar.gz 567181 diff --git a/app-text/sword/sword-1.5.5.99.ebuild b/app-text/sword/sword-1.5.5.99.ebuild new file mode 100644 index 000000000000..076e187aa130 --- /dev/null +++ b/app-text/sword/sword-1.5.5.99.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2003 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.5.99.ebuild,v 1.1 2003/07/16 19:33:00 raker Exp $ + +DESCRIPTION="library for bible reading software" +HOMEPAGE="http://www.crosswire.org/sword/" +SRC_URI="mirror://sourceforge/bibletime/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" + +DEPEND="virtual/glibc + sys-libs/zlib" + +src_compile() { + econf + emake || die "parallel make failed" +} + +src_install() { + einstall + + dodoc AUTHORS CODINGSTYLE INSTALL ChangeLog README + cp -R samples examples ${D}/usr/share/doc/${PF} + dohtml doc/api-documentation/html/* +} + +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. Follow module installation" + einfo "instructions found on the web or in INSTALL.gz found" + einfo "in /usr/share/doc/${PF}" + einfo "" +} |