app-text/libgepub: drop 0.7.1-r1

Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
Pacho Ramos
2025-07-31 19:20:04 +02:00
parent 47e561d183
commit 3f8844e5ae
2 changed files with 0 additions and 41 deletions

View File

@@ -1,2 +1 @@
DIST libgepub-0.7.1.tar.xz 28576 BLAKE2B a65ecdd13bfcc96fbf0e1998d24cc565f0bd60213f278fdf592dcdf1ad6a1b40c9c10e3ffc3fe9ac500d92f5471619432badd746dfc57538e96a2b6a138b0a26 SHA512 9a9c56cffab485b78f0fdf115e655c4f395ee6e3f00b203fee5dfbb2054aa58540ca1fe8dc9dd82460ae3b39e89471e128086be10e77b247d0ce7b195bfbe8e3
DIST libgepub-0.7.3.tar.xz 27220 BLAKE2B e0b929f4b5701ad2c3697d26dfe264f9a439aaedcf1e6466157a4be78ace3d2d0c576a590735389f93c1162691735e38b3734414f4a012351348deead5cc8244 SHA512 dd4ee829e6262ce0428f0af21cb766a9b5911fe9378610806b750311388fd70338155df53fce5995f0700ebcedc015dbda0b9d9844de10dcd87ea2900aa7b958

View File

@@ -1,40 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit gnome.org meson xdg
DESCRIPTION="GObject based library for handling and rendering epub documents"
HOMEPAGE="https://gitlab.gnome.org/GNOME/libgepub"
LICENSE="LGPL-2+"
SLOT="0"
KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~sparc x86"
IUSE="+introspection webkit"
RDEPEND="
net-libs/libsoup:3.0
dev-libs/glib:2
dev-libs/libxml2:=
app-arch/libarchive:=
webkit? ( >=net-libs/webkit-gtk-2.38.0:4.1[introspection?] )
introspection? ( >=dev-libs/gobject-introspection-1.30:= )
"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"
src_prepare() {
default
# Tests are not executed by `meson test` and they require GTK+3
sed -i -e "/subdir('tests')/d" meson.build || die
}
src_configure() {
local emesonargs=(
$(meson_use introspection)
$(meson_use webkit widget)
)
meson_src_configure
}