diff options
author | Chris Reffett <creffett@gentoo.org> | 2015-02-18 01:47:11 +0000 |
---|---|---|
committer | Chris Reffett <creffett@gentoo.org> | 2015-02-18 01:47:11 +0000 |
commit | f22db5671b565921f72c3e7fa94d1b1611e642ca (patch) | |
tree | 9b728cae0a290945306f0d5d1d68f45c0ebcfc4c /app-text/bibletime | |
parent | revbump; convert -> distutils-r1, rm old (diff) | |
download | gentoo-2-f22db5671b565921f72c3e7fa94d1b1611e642ca.tar.gz gentoo-2-f22db5671b565921f72c3e7fa94d1b1611e642ca.tar.bz2 gentoo-2-f22db5671b565921f72c3e7fa94d1b1611e642ca.zip |
Drop old version with qt5 handling problems
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0xD1BAB6B528DB029C)
Diffstat (limited to 'app-text/bibletime')
-rw-r--r-- | app-text/bibletime/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/bibletime/bibletime-2.10.0.ebuild | 50 | ||||
-rw-r--r-- | app-text/bibletime/bibletime-2.10.1.ebuild | 4 |
3 files changed, 8 insertions, 54 deletions
diff --git a/app-text/bibletime/ChangeLog b/app-text/bibletime/ChangeLog index dfbcbd80e2f6..af9d9e988fa5 100644 --- a/app-text/bibletime/ChangeLog +++ b/app-text/bibletime/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/bibletime -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/bibletime/ChangeLog,v 1.72 2014/10/15 04:04:26 creffett Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/bibletime/ChangeLog,v 1.73 2015/02/18 01:47:11 creffett Exp $ + + 18 Feb 2015; <creffett@gentoo.org> -bibletime-2.10.0.ebuild, + bibletime-2.10.1.ebuild: + Drop old version with qt5 handling problems *bibletime-2.10.1 (15 Oct 2014) diff --git a/app-text/bibletime/bibletime-2.10.0.ebuild b/app-text/bibletime/bibletime-2.10.0.ebuild deleted file mode 100644 index 337b98024b35..000000000000 --- a/app-text/bibletime/bibletime-2.10.0.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/bibletime/bibletime-2.10.0.ebuild,v 1.2 2014/08/06 07:09:31 patrick Exp $ - -EAPI=5 -inherit cmake-utils - -DESCRIPTION="Qt4 Bible study application using the SWORD library" -HOMEPAGE="http://www.bibletime.info/" -SRC_URI="mirror://sourceforge/project/bibletime/BibleTime%202/BibleTime%202%20source%20code/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="debug" - -# bug 313657 -# RESTRICT="test" - -RDEPEND=" - >=app-text/sword-1.6.0 - >=dev-cpp/clucene-2.3.3.4 - dev-qt/qtcore:4 - dev-qt/qtdbus:4 - dev-qt/qtgui:4 - dev-qt/qtwebkit:4 -" -DEPEND=" - ${RDEPEND} - dev-libs/boost - dev-libs/icu:= - net-misc/curl - sys-libs/zlib - dev-qt/qttest:4 -" - -DOCS=( ChangeLog README ) - -src_prepare() { - sed -e "s:Dictionary;Qt:Dictionary;Office;TextTools;Utility;Qt;:" \ - -i cmake/platforms/linux/bibletime.desktop.cmake || die "fixing .desktop file failed" -} - -src_configure() { - local mycmakeargs=( - -DUSE_QT_WEBKIT=ON - ) - - cmake-utils_src_configure -} diff --git a/app-text/bibletime/bibletime-2.10.1.ebuild b/app-text/bibletime/bibletime-2.10.1.ebuild index 53cc2358c58b..9155cabe6d1d 100644 --- a/app-text/bibletime/bibletime-2.10.1.ebuild +++ b/app-text/bibletime/bibletime-2.10.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/bibletime/bibletime-2.10.1.ebuild,v 1.1 2014/10/15 04:04:26 creffett Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/bibletime/bibletime-2.10.1.ebuild,v 1.2 2015/02/18 01:47:11 creffett Exp $ EAPI=5 inherit cmake-utils |