diff options
author | 2009-03-07 14:13:26 +0000 | |
---|---|---|
committer | 2009-03-07 14:13:26 +0000 | |
commit | cbf9ca8618ca8b73eb5b212168506bbe4eee2be7 (patch) | |
tree | 8944123ac709a104fd3809991c25466b0d4db50a /app-text/bibletime | |
parent | Bump to 0.60, closes #261183. Clean up old revisions. (diff) | |
download | gentoo-2-cbf9ca8618ca8b73eb5b212168506bbe4eee2be7.tar.gz gentoo-2-cbf9ca8618ca8b73eb5b212168506bbe4eee2be7.tar.bz2 gentoo-2-cbf9ca8618ca8b73eb5b212168506bbe4eee2be7.zip |
Transition to eapi 2 use deps
Diffstat (limited to 'app-text/bibletime')
-rw-r--r-- | app-text/bibletime/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/bibletime/bibletime-1.6.5.1-r1.ebuild | 20 |
2 files changed, 9 insertions, 17 deletions
diff --git a/app-text/bibletime/ChangeLog b/app-text/bibletime/ChangeLog index ed0fceb7327d..a4c430b4b5ef 100644 --- a/app-text/bibletime/ChangeLog +++ b/app-text/bibletime/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/bibletime # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/bibletime/ChangeLog,v 1.51 2009/03/03 17:02:41 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/bibletime/ChangeLog,v 1.52 2009/03/07 14:13:26 gentoofan23 Exp $ + + 07 Mar 2009; Thomas Anderson <gentoofan23@gentoo.org> + bibletime-1.6.5.1-r1.ebuild: + Transition to eapi 2 use deps *bibletime-1.7 (03 Mar 2009) diff --git a/app-text/bibletime/bibletime-1.6.5.1-r1.ebuild b/app-text/bibletime/bibletime-1.6.5.1-r1.ebuild index 68a6363ae033..4f0e10181319 100644 --- a/app-text/bibletime/bibletime-1.6.5.1-r1.ebuild +++ b/app-text/bibletime/bibletime-1.6.5.1-r1.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 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-r1.ebuild,v 1.4 2008/12/20 20:20:54 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/bibletime/bibletime-1.6.5.1-r1.ebuild,v 1.5 2009/03/07 14:13:26 gentoofan23 Exp $ +EAPI="2" inherit kde eutils versionator DESCRIPTION="KDE Bible study application using the SWORD library." @@ -13,7 +14,7 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="" -DEPEND=">=app-text/sword-1.5.10 +DEPEND=">=app-text/sword-1.5.10[curl] >=dev-cpp/clucene-0.9.16" LANGS_PKG="${PN}-i18n-1.6.5" @@ -26,16 +27,3 @@ for X in ${LANGS}; do 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 -} |