aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCara Salter <cara@devcara.com>2023-11-08 17:00:17 -0500
committerCara Salter <cara@devcara.com>2023-11-08 17:00:31 -0500
commit48fe8cfc67c848d0ca18bc7c865d07f6ce0f6f7b (patch)
tree66217401954429840f9c409a4598040c1dea66d5 /app-text
parentgui-apps/nwg-drawer: add 0.4.0 (diff)
downloadguru-48fe8cfc67c848d0ca18bc7c865d07f6ce0f6f7b.tar.gz
guru-48fe8cfc67c848d0ca18bc7c865d07f6ce0f6f7b.tar.bz2
guru-48fe8cfc67c848d0ca18bc7c865d07f6ce0f6f7b.zip
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>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/epubgrep/Manifest1
-rw-r--r--app-text/epubgrep/epubgrep-0.6.0-r1.ebuild43
2 files changed, 0 insertions, 44 deletions
diff --git a/app-text/epubgrep/Manifest b/app-text/epubgrep/Manifest
index 0c9192132..d917c67f6 100644
--- a/app-text/epubgrep/Manifest
+++ b/app-text/epubgrep/Manifest
@@ -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
diff --git a/app-text/epubgrep/epubgrep-0.6.0-r1.ebuild b/app-text/epubgrep/epubgrep-0.6.0-r1.ebuild
deleted file mode 100644
index b7f322ed5..000000000
--- a/app-text/epubgrep/epubgrep-0.6.0-r1.ebuild
+++ /dev/null
@@ -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
-}