Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: app-text/libgepub/
Date: Sat, 23 Feb 2019 20:37:30
Message-Id: 1550952019.f85f5ae4f67f2bf05196a322ac08a0a834ac07fb.leio@gentoo
1 commit: f85f5ae4f67f2bf05196a322ac08a0a834ac07fb
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 23 20:00:19 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 23 20:00:19 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=f85f5ae4
7
8 app-text/libgepub: remove 0.5.3, available in ::gentoo
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 app-text/libgepub/libgepub-0.5.3.ebuild | 32 --------------------------------
14 1 file changed, 32 deletions(-)
15
16 diff --git a/app-text/libgepub/libgepub-0.5.3.ebuild b/app-text/libgepub/libgepub-0.5.3.ebuild
17 deleted file mode 100644
18 index b9c6936a..00000000
19 --- a/app-text/libgepub/libgepub-0.5.3.ebuild
20 +++ /dev/null
21 @@ -1,32 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -inherit gnome.org meson
28 -
29 -DESCRIPTION="GObject based library for handling and rendering epub documents"
30 -HOMEPAGE="https://git.gnome.org/browse/libgepub"
31 -
32 -LICENSE="LGPL-2"
33 -SLOT="0"
34 -KEYWORDS="~amd64 ~x86"
35 -IUSE="+introspection"
36 -
37 -RDEPEND="
38 - app-arch/libarchive
39 - dev-libs/glib:2
40 - dev-libs/libxml2
41 - net-libs/libsoup:2.4
42 - net-libs/webkit-gtk:4
43 - x11-libs/gtk+:3
44 - introspection? ( >=dev-libs/gobject-introspection-1.30:= )
45 -"
46 -DEPEND="${RDEPEND}
47 - virtual/pkgconfig
48 -"
49 -
50 -src_configure() {
51 - meson_src_configure \
52 - $(meson_use introspection)
53 -}