diff options
author | Mart Raudsepp <leio@gentoo.org> | 2019-02-17 12:59:03 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2019-02-17 13:21:04 +0200 |
commit | 8c695134320a8b89ef473ea23fab4dcf4445a0f0 (patch) | |
tree | cca9e747d488afdbaee1f7c4f77857457a09224d /app-text/libgepub | |
parent | media-gfx/exif: EAPI-7 bump (diff) | |
download | gentoo-8c695134320a8b89ef473ea23fab4dcf4445a0f0.tar.gz gentoo-8c695134320a8b89ef473ea23fab4dcf4445a0f0.tar.bz2 gentoo-8c695134320a8b89ef473ea23fab4dcf4445a0f0.zip |
app-text/libgepub: remove old
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'app-text/libgepub')
-rw-r--r-- | app-text/libgepub/Manifest | 1 | ||||
-rw-r--r-- | app-text/libgepub/libgepub-0.5.2.ebuild | 32 |
2 files changed, 0 insertions, 33 deletions
diff --git a/app-text/libgepub/Manifest b/app-text/libgepub/Manifest index 9486e2adae6e..66d9403649f2 100644 --- a/app-text/libgepub/Manifest +++ b/app-text/libgepub/Manifest @@ -1,3 +1,2 @@ DIST libgepub-0.4.tar.xz 246016 BLAKE2B d51f55064d2dd0c9d6cb33884d9dae967b6a9ea971624fce333e9692abfaddf12c6ee4fb11cad97dc0fcc0b6a5d42ff71fc842eb205326ce8181af8e3ad46d2e SHA512 dd3e9837ba2c5896319918bda19eec8ea790d54f7893ddca46774f96f8e09ac1962ae6cbfc0bcd23c15059c63683ef4a6673e05f8416b024591677fddfa3ca15 -DIST libgepub-0.5.2.tar.xz 27076 BLAKE2B 8934e7cbd3b2e4056220c560111fb1cbaca1b16541519da3c3c1b28784900c14b84b9a7497d59d4895b74075c2f94bf8dc540e19d2e5bcc686429d216ec3d2f5 SHA512 9e8ba3acc717fe5d1957935b154776720fcdb90ab566e0888203bce4ea2281b84f9fe44d554f6b5cadb1bba3aeae8b5b9a759001f404c43fa46b0ba16b959e69 DIST libgepub-0.5.3.tar.xz 25576 BLAKE2B c51f6850c78185fec6f027ad5507b2402ab578b2ce6e4b91c674c3a3c6945857ce3d3ebd4560408ae8e5552ca658c40b30c73b42db1ef61f4814cde36a404df7 SHA512 8eb3370b6ca639135a1365756f3977f6daea3039bcb7ec4d5cd116d869584be2a2b1e8bb7f202d4c101f1afb0f7b9a45bd48c1b2337197ec4320d50a4c8d0183 diff --git a/app-text/libgepub/libgepub-0.5.2.ebuild b/app-text/libgepub/libgepub-0.5.2.ebuild deleted file mode 100644 index 8f894e8e55f1..000000000000 --- a/app-text/libgepub/libgepub-0.5.2.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 - -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 \ - -Denable-introspection=$(usex introspection true false) -} |