app-text/epubgrep: drop 0.6.0-r1

Depends on old version of dev-libs/libfmt, no longer in ::gentoo

Signed-off-by: Cara Salter <cara@devcara.com>
This commit is contained in:
Cara Salter
2023-11-08 17:00:17 -05:00
parent 208eac6d67
commit 48fe8cfc67
2 changed files with 0 additions and 44 deletions

View File

@@ -1,2 +1 @@
DIST epubgrep-0.6.0.tar.gz 271925 BLAKE2B b45f32d8850166bdb112c80adbc2c16c95b4fc03dcee51861b6033493e6297899a4018f7f4f1d83fe47ad1bb4400f682271bf98540458e9ce5fd80d6ec1cc199 SHA512 ff81f3a4a2d5cbc11d2799b7b90bb6758939d78e1e5b7ee2774d6985a55b68102b1172f54d8d07be09dad2aa1efed16429aca48fb733367147dcf989286f4289
DIST epubgrep-0.6.2.tar.gz 274558 BLAKE2B c70e199e7d3cb8df828e3cd2f91eab70b8302da2205b5e206e15c3b61ad7cc86f2e4e5cd01e35a5d69ad298e5d3106c9e8dfc4821432c2cf9a692f9ab169fc4f SHA512 f310c33ac08e4154a821b7d674e2eeaa70925dfd27d1e5481cc5792e84ac53f2b7e4931db29ac1c208a83ff989c77b80904bfb4471770266180ab04789f2132c

View File

@@ -1,43 +0,0 @@
# Copyright 2021-2022 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-9.0.0
dev-libs/pugixml
"
DEPEND="
${RDEPEND}
dev-cpp/termcolor
dev-cpp/nlohmann_json
test? ( <dev-cpp/catch-3.0.0 )
"
BDEPEND="
sys-devel/gettext
app-text/asciidoc
"
src_configure() {
local mycmakeargs=(
"-DWITH_TESTS=$(usex test)"
"-DFALLBACK_BUNDLED=NO"
)
cmake_src_configure
}