Install this version:
emerge -a =app-text/epubgrep-0.6.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-text/epubgrep-0.6.2
Or alternatively:
emerge --autounmask-write -a =app-text/epubgrep-0.6.2
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.6.2 | 8 | ~amd64 | 0 |
# Copyright 2021-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
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
dev-cpp/nlohmann_json
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
}
Manage flags for this package:
euse -i <flag> -p app-text/epubgrep |
euse -E <flag> -p app-text/epubgrep |
euse -D <flag> -p app-text/epubgrep
dev-libs/boost[nls] app-arch/libarchive[bzip2,iconv,lzma,zlib(+)] dev-libs/libfmt:= dev-libs/pugixml dev-cpp/termcolor dev-cpp/nlohmann_json test? ( dev-cpp/catch )
dev-libs/boost[nls] app-arch/libarchive[bzip2,iconv,lzma,zlib(+)] dev-libs/libfmt:= dev-libs/pugixml
sys-devel/gettext app-text/asciidoc
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | epubgrep-0.6.2.tar.gz | 274558 bytes | https://schlomp.space/tastytea/epubgrep/archive/0.6.2.tar.gz |