diff options
author | 2023-01-02 22:54:19 -0500 | |
---|---|---|
committer | 2023-01-03 09:07:46 -0500 | |
commit | 4ab7ca7ca9e6f638f8a5be54c66f455b12bf0ef0 (patch) | |
tree | cacc5f1a4311ad827a9eca90e0be3ae057d42521 /app-text/libgepub | |
parent | app-text/iso-codes: Drop old versions (diff) | |
download | gentoo-4ab7ca7ca9e6f638f8a5be54c66f455b12bf0ef0.tar.gz gentoo-4ab7ca7ca9e6f638f8a5be54c66f455b12bf0ef0.tar.bz2 gentoo-4ab7ca7ca9e6f638f8a5be54c66f455b12bf0ef0.zip |
app-text/libgepub: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-text/libgepub')
-rw-r--r-- | app-text/libgepub/Manifest | 1 | ||||
-rw-r--r-- | app-text/libgepub/libgepub-0.6.0.ebuild | 31 |
2 files changed, 0 insertions, 32 deletions
diff --git a/app-text/libgepub/Manifest b/app-text/libgepub/Manifest index fa0089c15972..78a6730119c1 100644 --- a/app-text/libgepub/Manifest +++ b/app-text/libgepub/Manifest @@ -1,2 +1 @@ -DIST libgepub-0.6.0.tar.xz 26092 BLAKE2B e578ce1085f35ef56ae32e7c32dcd5aa3b54c4d4b2c3d3826a91984b220bed90e185e724fac338f8a95cf4bbdd7969ca19298be7f9a80ecfeddfcb113149c7df SHA512 90c8df55c2465ab3c44092a772d568b412cea60f20d0f32d33b124d70ece1655dcf53d87c5effa2c494bf103c2e51d31192edf0ad71b46fa61471f94b5768c99 DIST libgepub-0.7.0.tar.xz 28536 BLAKE2B beeab3d3911353cb0cac78207cc9e18e3341afce94213757c8d246a2d01c42aa0eb37618cc066307ce2ec8f21dbb89982271f25a9552d6872d5e86a4345407c6 SHA512 2ab661a6379899ff818313205d818ef1239654afde9ebcc22fa55b5d961aee20dd9c8295a58ff1d1fb1ea281ddb6ee8644942a860b3ee9f6a4ba9d7447efc517 diff --git a/app-text/libgepub/libgepub-0.6.0.ebuild b/app-text/libgepub/libgepub-0.6.0.ebuild deleted file mode 100644 index 210032d1cffe..000000000000 --- a/app-text/libgepub/libgepub-0.6.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2021 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 ppc ppc64 ~riscv ~sparc x86" -IUSE="+introspection" - -RDEPEND=" - app-arch/libarchive - dev-libs/glib:2 - dev-libs/libxml2 - net-libs/libsoup:2.4 - net-libs/webkit-gtk:4[introspection?] - x11-libs/gtk+:3 - introspection? ( >=dev-libs/gobject-introspection-1.30:= ) -" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -src_configure() { - meson_src_configure \ - $(meson_use introspection) -} |