From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/edbrowse/
Date: Tue, 21 Jan 2020 22:26:28 +0000 (UTC) [thread overview]
Message-ID: <1579645557.334107a0961fc051dc38b4c28e69d8354129a03c.leio@gentoo> (raw)
commit: 334107a0961fc051dc38b4c28e69d8354129a03c
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 21 22:24:47 2020 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Tue Jan 21 22:25:57 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=334107a0
app-accessibility/edbrowse: bump to 3.7.5.1
Fixes compilation against newer curl's API break
Closes: https://bugs.gentoo.org/683168
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
app-accessibility/edbrowse/Manifest | 1 +
app-accessibility/edbrowse/edbrowse-3.7.5.1.ebuild | 38 ++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/app-accessibility/edbrowse/Manifest b/app-accessibility/edbrowse/Manifest
index 7e87a04dc80..69aa7a81dfe 100644
--- a/app-accessibility/edbrowse/Manifest
+++ b/app-accessibility/edbrowse/Manifest
@@ -1 +1,2 @@
DIST edbrowse-3.7.4.tar.gz 765794 BLAKE2B 5d428ca3923e26d5b3f204d5aba37a08bbfc50345b18718e5a281521361da4920ea12d68a5013bb688e95f178be8903bede1bef5b3cd626a0e6084141188d878 SHA512 79b2b450b6f54f3d74b7c722f223b3340b3ddfa1cbff2d69adcd1cd4ffb76b78a812a35a053cf224a74543020ef8423cd68eafa9a277451245d383065fb1595d
+DIST edbrowse-3.7.5.1.tar.gz 790742 BLAKE2B 7047cc2b1c7bc51aaa88f7a6aa981020ae80b6498bcb97f670646267dab94bab565b9ecc23c36f75d2653175917720dbb9e40a0f9bfd44251716669155e8de9e SHA512 ec217bf98334e8b493a1a80082cebfb11da9fa84d20d8b5f3f3286a78ae1dc6a2731c578d000f9f0f19d3dcbec9aa2c3e2a6b5b35f7ea7672840b9bcd1c5c67a
diff --git a/app-accessibility/edbrowse/edbrowse-3.7.5.1.ebuild b/app-accessibility/edbrowse/edbrowse-3.7.5.1.ebuild
new file mode 100644
index 00000000000..f2a61e23958
--- /dev/null
+++ b/app-accessibility/edbrowse/edbrowse-3.7.5.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2020 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
+}
next reply other threads:[~2020-01-21 22:26 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-21 22:26 Mart Raudsepp [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-10-15 6:52 [gentoo-commits] repo/gentoo:master commit in: app-accessibility/edbrowse/ Jakov Smolić
2022-05-30 23:08 Sam James
2022-05-30 23:08 Sam James
2022-05-30 23:08 Sam James
2022-05-07 5:33 Sam James
2022-05-07 1:14 William Hubbs
2022-04-12 7:54 Sam James
2021-11-12 2:05 Sam James
2021-11-10 12:49 Jakov Smolić
2021-08-29 18:30 Sam James
2021-08-27 10:29 Marek Szuba
2020-11-13 16:57 Sam James
2020-01-21 22:26 Mart Raudsepp
2019-05-01 22:44 Mart Raudsepp
2016-07-03 16:39 Ulrich Müller
2016-03-21 21:19 Anthony G. Basile
2015-12-15 20:37 Anthony G. Basile
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1579645557.334107a0961fc051dc38b4c28e69d8354129a03c.leio@gentoo \
--to=leio@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox