diff options
author | Steve Dibb <beandog@gentoo.org> | 2009-05-29 14:25:49 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2009-05-29 14:25:49 +0000 |
commit | cf1416e9643dd405f7436645ff0f19886074b5ae (patch) | |
tree | 655039877e1a0cda1ee0b025c645ce47bfb35f21 /app-text/bibletime | |
parent | Remove security vulnerable version for bug #271738 (diff) | |
download | gentoo-2-cf1416e9643dd405f7436645ff0f19886074b5ae.tar.gz gentoo-2-cf1416e9643dd405f7436645ff0f19886074b5ae.tar.bz2 gentoo-2-cf1416e9643dd405f7436645ff0f19886074b5ae.zip |
Version bump, bug 271600
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'app-text/bibletime')
-rw-r--r-- | app-text/bibletime/ChangeLog | 9 | ||||
-rw-r--r-- | app-text/bibletime/bibletime-2.0.ebuild | 28 |
2 files changed, 35 insertions, 2 deletions
diff --git a/app-text/bibletime/ChangeLog b/app-text/bibletime/ChangeLog index a4c430b4b5ef..6eb684ade88e 100644 --- a/app-text/bibletime/ChangeLog +++ b/app-text/bibletime/ChangeLog @@ -1,6 +1,11 @@ # 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.52 2009/03/07 14:13:26 gentoofan23 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/bibletime/ChangeLog,v 1.53 2009/05/29 14:25:49 beandog Exp $ + +*bibletime-2.0 (29 May 2009) + + 29 May 2009; Steve Dibb <beandog@gentoo.org> +bibletime-2.0.ebuild: + Version bump, bug 271600 07 Mar 2009; Thomas Anderson <gentoofan23@gentoo.org> bibletime-1.6.5.1-r1.ebuild: diff --git a/app-text/bibletime/bibletime-2.0.ebuild b/app-text/bibletime/bibletime-2.0.ebuild new file mode 100644 index 000000000000..0d50750ca6a8 --- /dev/null +++ b/app-text/bibletime/bibletime-2.0.ebuild @@ -0,0 +1,28 @@ +# 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-2.0.ebuild,v 1.1 2009/05/29 14:25:49 beandog Exp $ + +EAPI=2 + +inherit cmake-utils + +DESCRIPTION="Qt Bible study application using the SWORD library." +HOMEPAGE="http://www.bibletime.info/" +SRC_URI="mirror://sourceforge/bibletime/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +RDEPEND=">=app-text/sword-1.5.10 + dev-cpp/clucene + >=x11-libs/qt-webkit-4.4.0:4" +DEPEND="${RDEPEND} + dev-util/cmake" + +src_configure() { + mycmakeargs="${mycmakeargs} + -DUSE_QT_WEBKIT=ON" + cmake-utils_src_configure +} |