From 3f8844e5aea1407ff69192ac3c830238ae3dbd2a Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Thu, 31 Jul 2025 19:20:04 +0200 Subject: [PATCH] app-text/libgepub: drop 0.7.1-r1 Signed-off-by: Pacho Ramos --- app-text/libgepub/Manifest | 1 - app-text/libgepub/libgepub-0.7.1-r1.ebuild | 40 ---------------------- 2 files changed, 41 deletions(-) delete mode 100644 app-text/libgepub/libgepub-0.7.1-r1.ebuild diff --git a/app-text/libgepub/Manifest b/app-text/libgepub/Manifest index e4c04f5bd1d80..b0a6a6ba5e04f 100644 --- a/app-text/libgepub/Manifest +++ b/app-text/libgepub/Manifest @@ -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 diff --git a/app-text/libgepub/libgepub-0.7.1-r1.ebuild b/app-text/libgepub/libgepub-0.7.1-r1.ebuild deleted file mode 100644 index b8857daad93e8..0000000000000 --- a/app-text/libgepub/libgepub-0.7.1-r1.ebuild +++ /dev/null @@ -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 -}