diff options
author | Peter Alfredsen <loki_val@gentoo.org> | 2008-06-20 21:54:07 +0000 |
---|---|---|
committer | Peter Alfredsen <loki_val@gentoo.org> | 2008-06-20 21:54:07 +0000 |
commit | f664ba55f25fc21665d5a423f9ff68bbbef7d480 (patch) | |
tree | 4b102419c7291f9c3bc1dc98f4603eb8478339fb /app-text/bibletime | |
parent | Restore 2.3.10-r1 as 2.3.11 is package.masked. (diff) | |
download | gentoo-2-f664ba55f25fc21665d5a423f9ff68bbbef7d480.tar.gz gentoo-2-f664ba55f25fc21665d5a423f9ff68bbbef7d480.tar.bz2 gentoo-2-f664ba55f25fc21665d5a423f9ff68bbbef7d480.zip |
Bump to 1.6.5.1 wrt bug 227293, gcc-4.3 compilation failure.
(Portage version: 2.1.5.5)
Diffstat (limited to 'app-text/bibletime')
-rw-r--r-- | app-text/bibletime/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/bibletime/bibletime-1.6.5.1.ebuild | 41 |
2 files changed, 48 insertions, 1 deletions
diff --git a/app-text/bibletime/ChangeLog b/app-text/bibletime/ChangeLog index 413a59439a1f..ce9435808d00 100644 --- a/app-text/bibletime/ChangeLog +++ b/app-text/bibletime/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-text/bibletime # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/bibletime/ChangeLog,v 1.45 2008/02/19 16:09:23 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/bibletime/ChangeLog,v 1.46 2008/06/20 21:54:07 loki_val Exp $ + +*bibletime-1.6.5.1 (20 Jun 2008) + + 20 Jun 2008; Peter Alfredsen <loki_val@gentoo.org> + +bibletime-1.6.5.1.ebuild: + Bump to 1.6.5.1 wrt bug 227293, gcc-4.3 compilation failure. *bibletime-1.6.5-r1 (19 Feb 2008) diff --git a/app-text/bibletime/bibletime-1.6.5.1.ebuild b/app-text/bibletime/bibletime-1.6.5.1.ebuild new file mode 100644 index 000000000000..7f595e908e74 --- /dev/null +++ b/app-text/bibletime/bibletime-1.6.5.1.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/bibletime/bibletime-1.6.5.1.ebuild,v 1.1 2008/06/20 21:54:07 loki_val Exp $ + +inherit kde eutils versionator + +DESCRIPTION="KDE Bible study application using the SWORD library." +HOMEPAGE="http://www.bibletime.info/" +SRC_URI="mirror://sourceforge/bibletime/${P}.tar.bz2" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +DEPEND="=app-text/sword-1.5.10* + >=dev-cpp/clucene-0.9.16" + +LANGS_PKG=${PN}-i18n-1.6.5 +LANGS="af bg cs da de en_GB es fi fr hu it ko nl nn_NO no pl pt_BR ro ru sk uk" +LANGS_DOC="bg cs de fi fr it ko nl pt_BR ru" + +for X in ${LANGS}; do + IUSE="${IUSE} linguas_${X}" + SRC_URI="${SRC_URI} linguas_${X}? ( mirror://sourceforge/bibletime/${LANGS_PKG}.tar.bz2 )" +done + +need-kde 3.4 + +pkg_setup() { + if ! built_with_use app-text/sword curl; then + echo + ewarn "The SWORD library may not have been compiled with curl support." + ewarn "If you wish to use BibleTime's ability to download modules" + ewarn "straight from the SWORD website, please make sure app-text/sword" + ewarn "was compiled with USE=\"curl\"." + ewarn "Press ctrl+c to abort the merge of BibleTime if you want to" + ewarn "recompile SWORD with curl support." + echo + fi +} |