summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2019-05-18 22:38:50 +0300
committerMart Raudsepp <leio@gentoo.org>2019-05-18 22:58:37 +0300
commit818812357a69c9e6fbce3c9faca1319a183358c0 (patch)
tree919f02a1cb73040daa7c711c46b8ede52b4e3cb9 /app-text/libgepub
parentgnome-extra/gnome-documents: remove old (diff)
downloadgentoo-818812357a69c9e6fbce3c9faca1319a183358c0.tar.gz
gentoo-818812357a69c9e6fbce3c9faca1319a183358c0.tar.bz2
gentoo-818812357a69c9e6fbce3c9faca1319a183358c0.zip
app-text/libgepub: remove old
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'app-text/libgepub')
-rw-r--r--app-text/libgepub/Manifest1
-rw-r--r--app-text/libgepub/libgepub-0.5.3.ebuild32
2 files changed, 0 insertions, 33 deletions
diff --git a/app-text/libgepub/Manifest b/app-text/libgepub/Manifest
index 515963823b74..beb1de92287b 100644
--- a/app-text/libgepub/Manifest
+++ b/app-text/libgepub/Manifest
@@ -1,2 +1 @@
-DIST libgepub-0.5.3.tar.xz 25576 BLAKE2B c51f6850c78185fec6f027ad5507b2402ab578b2ce6e4b91c674c3a3c6945857ce3d3ebd4560408ae8e5552ca658c40b30c73b42db1ef61f4814cde36a404df7 SHA512 8eb3370b6ca639135a1365756f3977f6daea3039bcb7ec4d5cd116d869584be2a2b1e8bb7f202d4c101f1afb0f7b9a45bd48c1b2337197ec4320d50a4c8d0183
DIST libgepub-0.6.0.tar.xz 26092 BLAKE2B e578ce1085f35ef56ae32e7c32dcd5aa3b54c4d4b2c3d3826a91984b220bed90e185e724fac338f8a95cf4bbdd7969ca19298be7f9a80ecfeddfcb113149c7df SHA512 90c8df55c2465ab3c44092a772d568b412cea60f20d0f32d33b124d70ece1655dcf53d87c5effa2c494bf103c2e51d31192edf0ad71b46fa61471f94b5768c99
diff --git a/app-text/libgepub/libgepub-0.5.3.ebuild b/app-text/libgepub/libgepub-0.5.3.ebuild
deleted file mode 100644
index 9685b374db7e..000000000000
--- a/app-text/libgepub/libgepub-0.5.3.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome.org meson xdg
-
-DESCRIPTION="GObject based library for handling and rendering epub documents"
-HOMEPAGE="https://git.gnome.org/browse/libgepub"
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="+introspection"
-
-RDEPEND="
- app-arch/libarchive
- dev-libs/glib:2
- dev-libs/libxml2
- net-libs/libsoup:2.4
- net-libs/webkit-gtk:4
- x11-libs/gtk+:3
- introspection? ( >=dev-libs/gobject-introspection-1.30:= )
-"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
-"
-
-src_configure() {
- meson_src_configure \
- $(meson_use introspection)
-}