diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-06-23 21:48:37 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-06-23 21:48:37 +0000 |
commit | ac4aa7d347a287fe3407c2e6c14e6ff872a7a665 (patch) | |
tree | 56abfd20f6fb0ad1a7061cfa267838848c4ab584 /app-text/sword | |
parent | version bumped ipv6 patch and marked -r12 as stable (Manifest recommit) (diff) | |
download | gentoo-2-ac4aa7d347a287fe3407c2e6c14e6ff872a7a665.tar.gz gentoo-2-ac4aa7d347a287fe3407c2e6c14e6ff872a7a665.tar.bz2 gentoo-2-ac4aa7d347a287fe3407c2e6c14e6ff872a7a665.zip |
version bump, fixes #48523
Diffstat (limited to 'app-text/sword')
-rw-r--r-- | app-text/sword/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/sword/Manifest | 8 | ||||
-rw-r--r-- | app-text/sword/files/digest-sword-1.5.8_pre1 | 1 | ||||
-rw-r--r-- | app-text/sword/sword-1.5.7.ebuild | 3 | ||||
-rw-r--r-- | app-text/sword/sword-1.5.8_pre1.ebuild | 54 |
5 files changed, 69 insertions, 5 deletions
diff --git a/app-text/sword/ChangeLog b/app-text/sword/ChangeLog index c74396e0b3de..428186b4f095 100644 --- a/app-text/sword/ChangeLog +++ b/app-text/sword/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-text/sword # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/sword/ChangeLog,v 1.14 2004/06/01 21:12:30 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sword/ChangeLog,v 1.15 2004/06/23 21:48:37 squinky86 Exp $ + +*sword-1.5.8_pre1 (23 Jun 2004) + + 23 Jun 2004; Jon Hood <squinky86@gentoo.org> sword-1.5.7.ebuild, + +sword-1.5.8_pre1.ebuild: + version bump to fix #48523 01 Jun 2004; Travis Tilley <lv@gentoo.org> sword-1.5.7.ebuild: added ~amd64 keyword diff --git a/app-text/sword/Manifest b/app-text/sword/Manifest index e5cefc97a058..4e34da4747dd 100644 --- a/app-text/sword/Manifest +++ b/app-text/sword/Manifest @@ -1,7 +1,9 @@ -MD5 b9ea27ec16ccb1b756ca8689040a5b4b sword-1.5.7.ebuild 1487 -MD5 22b65f67eb846725f6981d977ea20ce0 sword-1.5.6.ebuild 1186 -MD5 cabf9526176ad7e21012ade49e1ae615 ChangeLog 1791 +MD5 d83934dca3be4ab52788ffb4729847e0 sword-1.5.7.ebuild 1486 +MD5 525fed0544ad8fee067bb4077290efb9 sword-1.5.6.ebuild 1185 +MD5 c43d0c06041ccbe921dc24588c84fbe3 sword-1.5.8_pre1.ebuild 1487 +MD5 b49814dcfbb57bc49f5cecd4a4dae919 ChangeLog 1790 MD5 e279ffe17a23a81dce3748c0a3ef0f3f metadata.xml 468 +MD5 e8f2f6525057f6ef172bccb514469ff3 files/digest-sword-1.5.8_pre1 70 MD5 9e04e627c30e6862e7cae8a2e5b9af22 files/digest-sword-1.5.6 64 MD5 804c86a778da7cd957c88cf4640abfae files/digest-sword-1.5.7 64 MD5 eebb7c4602450ff87a76e5a693e72da7 files/sword.conf 37 diff --git a/app-text/sword/files/digest-sword-1.5.8_pre1 b/app-text/sword/files/digest-sword-1.5.8_pre1 new file mode 100644 index 000000000000..261aa7045c87 --- /dev/null +++ b/app-text/sword/files/digest-sword-1.5.8_pre1 @@ -0,0 +1 @@ +MD5 2af29d02defca115d54fb6cf26a6743c sword-1.5.8_pre1.tar.bz2 1058797 diff --git a/app-text/sword/sword-1.5.7.ebuild b/app-text/sword/sword-1.5.7.ebuild index e6cb0cf5acdc..79e4b239c682 100644 --- a/app-text/sword/sword-1.5.7.ebuild +++ b/app-text/sword/sword-1.5.7.ebuild @@ -1,6 +1,6 @@ # 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.6 2004/06/01 21:12:30 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sword/sword-1.5.7.ebuild,v 1.7 2004/06/23 21:48:37 squinky86 Exp $ inherit eutils @@ -10,6 +10,7 @@ SRC_URI="ftp://ftp.crosswire.org/pub/sword/source/v1.5/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" +# do not mark stable- problems when compiling (bug #48523) KEYWORDS="~x86 ~ppc ~amd64" IUSE="icu curl" diff --git a/app-text/sword/sword-1.5.8_pre1.ebuild b/app-text/sword/sword-1.5.8_pre1.ebuild new file mode 100644 index 000000000000..246ba62bff47 --- /dev/null +++ b/app-text/sword/sword-1.5.8_pre1.ebuild @@ -0,0 +1,54 @@ +# 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.8_pre1.ebuild,v 1.1 2004/06/23 21:48:37 squinky86 Exp $ + +DESCRIPTION="Library for Bible reading software" +HOMEPAGE="http://www.crosswire.org/sword/" + +LICENSE="GPL-2" +SLOT="0" +# temporary ebuild to fix bug #48523- please do not mark stable +KEYWORDS="~x86 ~ppc ~amd64" +SRC_URI="http://dev.gentoo.org/~squinky86/files/${P}.tar.bz2" +IUSE="icu curl" +RDEPEND="virtual/glibc + sys-libs/zlib + curl? ( >=net-misc/curl-7.10.8 ) + icu? ( dev-libs/icu )" +DEPEND="${RDEPEND} + >=sys-devel/automake-1.7.2" + +src_compile() { + export WANT_AUTOMAKE="1.6" + cd ${S} + ./autogen.sh \ + --host=${CHOST} \ + --prefix=/usr \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man || die "autogen.sh failed" + econf --without-clucene --without-lucene `use_with icu` `use_with curl` || die "configure failed" + emake || die "compile failed" +} + +src_install() { + einstall || die "install failed" + dodir /etc + insdir /etc + doins ${FILESDIR}/sword.conf + + dodoc AUTHORS CODINGSTYLE INSTALL ChangeLog README + cp -R samples examples ${D}/usr/share/doc/${PF} + dohtml doc/api-documentation/html/* +} + +pkg_postinst() { + einfo "" + einfo "To install modules for SWORD, you can emerge:" + einfo " app-text/sword-modules" + einfo "or check out http://www.crosswire.org/sword/modules/" + einfo "to download modules manually that you would like to" + einfo "use the library with. Follow module installation" + einfo "instructions found on the web or in INSTALL.gz found" + einfo "in /usr/share/doc/${PF}" + einfo "" +} |