From 9e157fa2ec66002e3f62b58b0631aacc0d1fbe0c Mon Sep 17 00:00:00 2001 From: Jon Hood Date: Tue, 6 Apr 2004 02:45:23 +0000 Subject: version bump to 1.5.7 and clean up --- app-text/sword/ChangeLog | 9 ++++++- app-text/sword/Manifest | 11 ++++---- app-text/sword/files/digest-sword-1.5.5.99 | 1 - app-text/sword/files/digest-sword-1.5.7 | 1 + app-text/sword/metadata.xml | 13 ++++++++++ app-text/sword/sword-1.5.5.99.ebuild | 37 --------------------------- app-text/sword/sword-1.5.7.ebuild | 40 ++++++++++++++++++++++++++++++ 7 files changed, 68 insertions(+), 44 deletions(-) delete mode 100644 app-text/sword/files/digest-sword-1.5.5.99 create mode 100644 app-text/sword/files/digest-sword-1.5.7 create mode 100644 app-text/sword/metadata.xml delete mode 100644 app-text/sword/sword-1.5.5.99.ebuild create mode 100644 app-text/sword/sword-1.5.7.ebuild (limited to 'app-text/sword') diff --git a/app-text/sword/ChangeLog b/app-text/sword/ChangeLog index d6da13c3b076..c67948451e17 100644 --- a/app-text/sword/ChangeLog +++ b/app-text/sword/ChangeLog @@ -1,6 +1,13 @@ # 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.9 2003/10/23 17:13:42 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sword/ChangeLog,v 1.10 2004/04/06 02:45:23 squinky86 Exp $ + + +*sword-1.5.7 (05 Apr 2004) + + 05 Apr 2004; Jon Hood sword-1.5.7.ebuild: + version bump. Thanks to Timothy Stotts for this ebuild in bug + #39300. 23 Oct 2003; Caleb Tennis sword-1.5.6.ebuild: Bump to x86 stable diff --git a/app-text/sword/Manifest b/app-text/sword/Manifest index 76ef5c21cd17..d875ee4406f8 100644 --- a/app-text/sword/Manifest +++ b/app-text/sword/Manifest @@ -1,7 +1,8 @@ -MD5 96fff7d9e93784ba55084d963803fc98 ChangeLog 1109 -MD5 e8753e330aa244546e9845dff04b4652 sword-1.5.5.99.ebuild 997 -MD5 2e2db1e17a1ae6063c062256435c55ea sword-1.5.5.ebuild 1008 +MD5 067f7142fc8c636cfe2179a436130dff sword-1.5.7.ebuild 1201 MD5 887f4ccf2ef2114492b71bb1c2fe6d14 sword-1.5.6.ebuild 1008 -MD5 9e04e627c30e6862e7cae8a2e5b9af22 files/digest-sword-1.5.6 64 +MD5 2e2db1e17a1ae6063c062256435c55ea sword-1.5.5.ebuild 1008 +MD5 fa6682c097e74ba5ed3c7596ab2b1286 ChangeLog 1285 +MD5 e279ffe17a23a81dce3748c0a3ef0f3f metadata.xml 468 MD5 1d74f356d597b13019fc25fdfbec57af files/digest-sword-1.5.5 64 -MD5 344f7776d45fae5c236ee3d5915d4817 files/digest-sword-1.5.5.99 66 +MD5 9e04e627c30e6862e7cae8a2e5b9af22 files/digest-sword-1.5.6 64 +MD5 804c86a778da7cd957c88cf4640abfae files/digest-sword-1.5.7 64 diff --git a/app-text/sword/files/digest-sword-1.5.5.99 b/app-text/sword/files/digest-sword-1.5.5.99 deleted file mode 100644 index 108c761a2dc6..000000000000 --- a/app-text/sword/files/digest-sword-1.5.5.99 +++ /dev/null @@ -1 +0,0 @@ -MD5 52db9d2098657bb3dc6d6c17520e9553 sword-1.5.5.99.tar.gz 567181 diff --git a/app-text/sword/files/digest-sword-1.5.7 b/app-text/sword/files/digest-sword-1.5.7 new file mode 100644 index 000000000000..4a9e5e6da2e7 --- /dev/null +++ b/app-text/sword/files/digest-sword-1.5.7 @@ -0,0 +1 @@ +MD5 369f09068839c646aeab691c63a40d67 sword-1.5.7.tar.gz 1482711 diff --git a/app-text/sword/metadata.xml b/app-text/sword/metadata.xml new file mode 100644 index 000000000000..b19770a9febf --- /dev/null +++ b/app-text/sword/metadata.xml @@ -0,0 +1,13 @@ + + + +no-herd + + squinky86@gentoo.org + + +The SWORD Project is the CrossWire Bible Society's free Bible software +project. Its purpose is to create tools that allow programmers and Bible +societies to write new Bible software more quickly and easily. + + diff --git a/app-text/sword/sword-1.5.5.99.ebuild b/app-text/sword/sword-1.5.5.99.ebuild deleted file mode 100644 index 12a1734397e9..000000000000 --- a/app-text/sword/sword-1.5.5.99.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2004 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.2 2004/03/12 09:18:44 mr_bones_ 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 "" -} diff --git a/app-text/sword/sword-1.5.7.ebuild b/app-text/sword/sword-1.5.7.ebuild new file mode 100644 index 000000000000..321efca14217 --- /dev/null +++ b/app-text/sword/sword-1.5.7.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2004 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.7.ebuild,v 1.1 2004/04/06 02:45:23 squinky86 Exp $ + +DESCRIPTION="library for bible reading software" +HOMEPAGE="http://www.crosswire.org/sword/" +SRC_URI="ftp://ftp.crosswire.org/pub/sword/source/v1.5/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc" + +IUSE="icu curl" +DEPEND="virtual/glibc + sys-libs/zlib + curl? ( >=net-misc/curl-7.9 ) + icu? ( dev-libs/icu )" + +src_compile() { + econf --without-clucene --without-lucene `use_with icu` `use_with curl` || die "configure failed" + emake || die "compile failed failed" +} + +src_install() { + einstall || die "install failed" + + 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 "" +} -- cgit v1.2.3-65-gdbad