From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7566F139087 for ; Tue, 10 Jan 2017 23:14:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1780E0E66; Tue, 10 Jan 2017 23:14:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7AE31E0E66 for ; Tue, 10 Jan 2017 23:14:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4E3F3341142 for ; Tue, 10 Jan 2017 23:14:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A894A2622 for ; Tue, 10 Jan 2017 23:14:17 +0000 (UTC) From: "Chris Reffett" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Chris Reffett" Message-ID: <1484089953.2c4cc6ace1fa0d71f7fc0ae035de0b0251549852.creffett@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/bibletime/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/bibletime/Manifest app-text/bibletime/bibletime-2.9.1.ebuild X-VCS-Directories: app-text/bibletime/ X-VCS-Committer: creffett X-VCS-Committer-Name: Chris Reffett X-VCS-Revision: 2c4cc6ace1fa0d71f7fc0ae035de0b0251549852 X-VCS-Branch: master Date: Tue, 10 Jan 2017 23:14:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e5529bc1-832c-4192-9425-802b01323848 X-Archives-Hash: dd397befb242c73575b54cc4cb0351dd commit: 2c4cc6ace1fa0d71f7fc0ae035de0b0251549852 Author: Chris Reffett gentoo org> AuthorDate: Tue Jan 10 23:07:55 2017 +0000 Commit: Chris Reffett gentoo org> CommitDate: Tue Jan 10 23:12:33 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c4cc6ac app-text/bibletime: cleanup old Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-text/bibletime/Manifest | 1 - app-text/bibletime/bibletime-2.9.1.ebuild | 48 ------------------------------- 2 files changed, 49 deletions(-) diff --git a/app-text/bibletime/Manifest b/app-text/bibletime/Manifest index aa37b26..12ab883 100644 --- a/app-text/bibletime/Manifest +++ b/app-text/bibletime/Manifest @@ -1,2 +1 @@ DIST bibletime-2.10.1.tar.xz 3252680 SHA256 86d2d53913c08bce9f67c0d897639091d84e9d330527636cecd2b9008bf7ca91 SHA512 50f84eb1aefe911f1336ec7a23ea34ade1628383f35dca25330984787221214c0bc0cbc9f88f9540336949df02e76e769b7998d2eef3a15862e3038541564cc9 WHIRLPOOL 2ffc1b1b516d7fa94e842c957dc0be47be5e29ea015fcee2ff291093d0afc201af59d70b055193b420ff3acbc62386980b540eeb63ed92dbd1a741fb68b5be54 -DIST bibletime-2.9.1.tar.bz2 5968979 SHA256 308a86d4a1f63203e01438e75be8306377927498b5d0ae8769a4df3c828013b5 SHA512 6099e48fc3d54cb8362ec1a3965b372e60fd136d036dfd8d94b5e443ee5f27eb092162b653160bfc71d5366f79af35e22ee40d64ecd681f184bc4e90c1cd9e0a WHIRLPOOL 0677646ce099297321c4a519364b41254544f6d8660d72f9e76b6a8eafd08205915f40aef5bbc6463199ca0d272e28b926b13b0637ecdef1bc822256363cecf2 diff --git a/app-text/bibletime/bibletime-2.9.1.ebuild b/app-text/bibletime/bibletime-2.9.1.ebuild deleted file mode 100644 index a71f276..00000000 --- a/app-text/bibletime/bibletime-2.9.1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -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.bz2" - -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 -}