From: "Ronny Gutbrod" <gentoo@tastytea.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-text/epubgrep/
Date: Sun, 30 May 2021 12:40:31 +0000 (UTC) [thread overview]
Message-ID: <1622377024.587c3d2eea48874b9050e6788fb71b7cab9bd03b.tastytea@gentoo> (raw)
commit: 587c3d2eea48874b9050e6788fb71b7cab9bd03b
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Sun May 30 12:10:58 2021 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Sun May 30 12:17:04 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=587c3d2e
app-text/epubgrep: Version bump 0.4.0.
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
app-text/epubgrep/Manifest | 1 +
app-text/epubgrep/epubgrep-0.4.0.ebuild | 46 +++++++++++++++++++++++++++++++++
2 files changed, 47 insertions(+)
diff --git a/app-text/epubgrep/Manifest b/app-text/epubgrep/Manifest
index abc924d1a..fa0f3a4fc 100644
--- a/app-text/epubgrep/Manifest
+++ b/app-text/epubgrep/Manifest
@@ -1,2 +1,3 @@
DIST epubgrep-0.3.1.tar.gz 221043 BLAKE2B 26c7cd1bfa366cdfdd8c4c271cfefa893866db84769edd900dbec6bc543fad6ce18ebeadd7c4c652322adc9152a93911cf649632a9c2668eb53cd8742cc54259 SHA512 1846b9a5b0c3f92d0194a832bc3f560eaae95b811b2def5a38d1346cac5e84534116d9bc27d7d0925a8fe73722326d7000e7cea9318fdcd899bc808358719be7
DIST epubgrep-0.3.2.tar.gz 241538 BLAKE2B 77de3e45ae79e957bf6ecaaccb55b1944b845894dce9ec2e6eb2f8440d0e90a6ee4185824a04435351726d72ea4cacef2d63d14265ae1f9c952d6ad341126533 SHA512 ea9eb953a05cfa1cb9cf54d27341d1b0af6fb95835495d975405e43c7c01d6c74e69f20e36aaf4ac238e55f9cf0ede7ecb42822d717b40e068e7a6aaef798ec3
+DIST epubgrep-0.4.0.tar.gz 247541 BLAKE2B f193ea359edc56343cfaab85b33c52f1fda832e335b58a7d2f6d6b98538870e043d6a1b56e8e3f562bd2dff8ddd809aeacad88bf047b2a6e7933a68b29312f49 SHA512 ae6005b62c8fc0ce8d3ae00fb4c04b2f6d84aca4c3497722be52c064b4403a15bc30aa33b4f59bc834d0501bee984f4df1c4a5c620ad14f83186776c46a73fa5
diff --git a/app-text/epubgrep/epubgrep-0.4.0.ebuild b/app-text/epubgrep/epubgrep-0.4.0.ebuild
new file mode 100644
index 000000000..17ddaacde
--- /dev/null
+++ b/app-text/epubgrep/epubgrep-0.4.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="Search tool for EPUB e-books"
+HOMEPAGE="https://schlomp.space/tastytea/epubgrep"
+SRC_URI="https://schlomp.space/tastytea/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}"
+
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ dev-libs/boost[nls]
+ app-arch/libarchive[bzip2,iconv,lzma,zlib]
+ dev-libs/libfmt
+ dev-libs/pugixml
+"
+DEPEND="
+ ${RDEPEND}
+ dev-cpp/termcolor
+ test? ( dev-cpp/catch )
+"
+BDEPEND="
+ sys-devel/gettext
+ app-text/asciidoc
+"
+
+src_configure() {
+ local mycmakeargs=(
+ "-DWITH_TESTS=$(usex test)"
+ "-DFALLBACK_BUNDLED=NO"
+ )
+
+ cmake_src_configure
+}
+
+src_test() {
+ BUILD_DIR="${BUILD_DIR}/tests" cmake_src_test
+}
next reply other threads:[~2021-05-30 12:40 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-30 12:40 Ronny Gutbrod [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-11-08 22:03 [gentoo-commits] repo/proj/guru:dev commit in: app-text/epubgrep/ Cara Salter
2023-03-14 12:22 Ronny Gutbrod
2022-08-16 19:10 Ronny Gutbrod
2022-08-16 19:10 Ronny Gutbrod
2022-08-16 19:10 Ronny Gutbrod
2022-02-13 20:24 [gentoo-commits] repo/proj/guru:master " Arthur Zamarin
2022-02-13 20:07 ` [gentoo-commits] repo/proj/guru:dev " Arthur Zamarin
2021-06-24 21:38 Ronny Gutbrod
2021-06-24 21:38 Ronny Gutbrod
2021-06-07 13:51 Ronny Gutbrod
2021-06-07 13:51 Ronny Gutbrod
2021-06-02 7:55 Ronny Gutbrod
2021-06-02 7:55 Ronny Gutbrod
2021-05-30 12:40 Ronny Gutbrod
2021-05-28 13:49 Ronny Gutbrod
2021-05-28 13:49 Ronny Gutbrod
2021-05-28 7:34 Ronny Gutbrod
2021-05-25 10:43 Ronny Gutbrod
2021-05-25 6:07 Ronny Gutbrod
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=1622377024.587c3d2eea48874b9050e6788fb71b7cab9bd03b.tastytea@gentoo \
--to=gentoo@tastytea.de \
--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