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 CD4A7138334 for ; Wed, 1 May 2019 22:44:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98216E088C; Wed, 1 May 2019 22:44:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6A16EE088C for ; Wed, 1 May 2019 22:44:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A86A234326A for ; Wed, 1 May 2019 22:44:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 055CE5D4 for ; Wed, 1 May 2019 22:44:36 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1556750550.44f25e22e07a4b11a185ed086f51872bd9febe19.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/edbrowse/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-accessibility/edbrowse/Manifest app-accessibility/edbrowse/edbrowse-3.7.4.ebuild X-VCS-Directories: app-accessibility/edbrowse/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 44f25e22e07a4b11a185ed086f51872bd9febe19 X-VCS-Branch: master Date: Wed, 1 May 2019 22:44:36 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 72025f1f-f4fe-477a-9414-68c9dea0c86c X-Archives-Hash: 7e1dbe2098a4757aea6eca1226dd952b commit: 44f25e22e07a4b11a185ed086f51872bd9febe19 Author: Mart Raudsepp gentoo org> AuthorDate: Wed May 1 22:41:32 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Wed May 1 22:42:30 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44f25e22 app-accessibility/edbrowse: bump to 3.7.4 Uses duktape instead of old mozjs/spidermonkey version. Ported to use new cmake system. Hopefully fixing the two edbrowseodbc bugs along the way (not tested). Closes: https://bugs.gentoo.org/632632 Closes: https://bugs.gentoo.org/638722 Closes: https://bugs.gentoo.org/556924 Closes: https://bugs.gentoo.org/625334 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Mart Raudsepp gentoo.org> app-accessibility/edbrowse/Manifest | 1 + app-accessibility/edbrowse/edbrowse-3.7.4.ebuild | 38 ++++++++++++++++++++++++ 2 files changed, 39 insertions(+) diff --git a/app-accessibility/edbrowse/Manifest b/app-accessibility/edbrowse/Manifest index 1405c487735..ab7c37f33f7 100644 --- a/app-accessibility/edbrowse/Manifest +++ b/app-accessibility/edbrowse/Manifest @@ -1 +1,2 @@ DIST edbrowse-3.5.1.zip 745277 BLAKE2B 2256faf58de68ab2d19d3137ddaaa92dbfdfff581d83c9f2b58e0e161c10aaa5c867dbf8b81da77f21abdd5c1a07d882abafff4bcfc0706fc33a73b7ba6bc087 SHA512 83bdb1d49afa04a41a84b71e86969880b518d8d6c1e448380d70710ad2373ed57cb3699d3ad50226ea4d5776f511ff50b9510655b27d26948213113699512fc2 +DIST edbrowse-3.7.4.tar.gz 765794 BLAKE2B 5d428ca3923e26d5b3f204d5aba37a08bbfc50345b18718e5a281521361da4920ea12d68a5013bb688e95f178be8903bede1bef5b3cd626a0e6084141188d878 SHA512 79b2b450b6f54f3d74b7c722f223b3340b3ddfa1cbff2d69adcd1cd4ffb76b78a812a35a053cf224a74543020ef8423cd68eafa9a277451245d383065fb1595d diff --git a/app-accessibility/edbrowse/edbrowse-3.7.4.ebuild b/app-accessibility/edbrowse/edbrowse-3.7.4.ebuild new file mode 100644 index 00000000000..91fd4cd8a6e --- /dev/null +++ b/app-accessibility/edbrowse/edbrowse-3.7.4.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit cmake-utils + +DESCRIPTION="Combination editor, browser, and mail client that is 100% text based" +HOMEPAGE="http://edbrowse.org" +SRC_URI="https://github.com/CMB/edbrowse/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="odbc" + +RDEPEND=" + app-text/tidy-html5 + >=net-misc/curl-7.36.0 + >=dev-libs/libpcre-7.8 + >=sys-libs/readline-6.0 + dev-lang/duktape + odbc? ( dev-db/unixODBC )" +DEPEND="${RDEPEND}" +BDEPEND="${RDEPEND} + dev-lang/perl + virtual/pkgconfig" + +src_prepare() { + sed -i -e "s:/usr/share/doc/edbrowse:/usr/share/doc/${P}:" CMakeLists.txt + cmake-utils_src_prepare +} + +src_configure() { + local mycmakeargs=( + -DBUILD_EDBR_ODBC=$(usex odbc) + ) + cmake-utils_src_configure +}