diff options
author | 2012-10-01 11:33:28 +0000 | |
---|---|---|
committer | 2012-10-01 11:33:28 +0000 | |
commit | 9afb7bc5d2ddddb67243598f632b8f8dae1e9159 (patch) | |
tree | 5fdc87b63ed4cd4a19b7c1a2c8e4fae85ca40717 /app-text/bibletime | |
parent | Remove old. (diff) | |
download | gentoo-2-9afb7bc5d2ddddb67243598f632b8f8dae1e9159.tar.gz gentoo-2-9afb7bc5d2ddddb67243598f632b8f8dae1e9159.tar.bz2 gentoo-2-9afb7bc5d2ddddb67243598f632b8f8dae1e9159.zip |
Remove old.
(Portage version: 2.2.0_alpha133/cvs/Linux x86_64)
Diffstat (limited to 'app-text/bibletime')
-rw-r--r-- | app-text/bibletime/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/bibletime/bibletime-2.3.3.ebuild | 34 |
2 files changed, 4 insertions, 35 deletions
diff --git a/app-text/bibletime/ChangeLog b/app-text/bibletime/ChangeLog index 6963a107b918..295132a30817 100644 --- a/app-text/bibletime/ChangeLog +++ b/app-text/bibletime/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/bibletime # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/bibletime/ChangeLog,v 1.66 2012/09/08 11:20:47 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/bibletime/ChangeLog,v 1.67 2012/10/01 11:33:28 johu Exp $ + + 01 Oct 2012; Johannes Huber <johu@gentoo.org> -bibletime-2.3.3.ebuild: + Remove old. 08 Sep 2012; Anthony G. Basile <blueness@gentoo.org> bibletime-2.9.1.ebuild: Stable ppc, bug #434208 diff --git a/app-text/bibletime/bibletime-2.3.3.ebuild b/app-text/bibletime/bibletime-2.3.3.ebuild deleted file mode 100644 index dc910eae118d..000000000000 --- a/app-text/bibletime/bibletime-2.3.3.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/bibletime/bibletime-2.3.3.ebuild,v 1.5 2010/02/10 04:03:47 josejx Exp $ - -EAPI=2 - -inherit cmake-utils - -DESCRIPTION="Qt4 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.6.0 - >=dev-cpp/clucene-0.9.16a - >=x11-libs/qt-core-4.4.0:4 - >=x11-libs/qt-dbus-4.4.0:4 - >=x11-libs/qt-gui-4.4.0:4 - >=x11-libs/qt-svg-4.4.0:4 - >=x11-libs/qt-webkit-4.4.0:4" -DEPEND="${RDEPEND} - dev-libs/boost - >=dev-util/cmake-2.6.0 - >=x11-libs/qt-test-4.4.0:4" - -src_configure() { - mycmakeargs="${mycmakeargs} - -DUSE_QT_WEBKIT=ON" - cmake-utils_src_configure -} |