Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libgepub/
Date: Wed, 10 Apr 2019 12:20:25
Message-Id: 1554897960.15a4ef28bd6e7fa8bd99a3527d07ed8480bbd64f.leio@gentoo
1 commit: 15a4ef28bd6e7fa8bd99a3527d07ed8480bbd64f
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 10 12:06:00 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 10 12:06:00 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15a4ef28
7
8 app-text/libgepub: remove old
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/Manifest | 1 -
14 app-text/libgepub/libgepub-0.4.ebuild | 34 ----------------------------------
15 2 files changed, 35 deletions(-)
16
17 diff --git a/app-text/libgepub/Manifest b/app-text/libgepub/Manifest
18 index 0a0b4029525..515963823b7 100644
19 --- a/app-text/libgepub/Manifest
20 +++ b/app-text/libgepub/Manifest
21 @@ -1,3 +1,2 @@
22 -DIST libgepub-0.4.tar.xz 246016 BLAKE2B d51f55064d2dd0c9d6cb33884d9dae967b6a9ea971624fce333e9692abfaddf12c6ee4fb11cad97dc0fcc0b6a5d42ff71fc842eb205326ce8181af8e3ad46d2e SHA512 dd3e9837ba2c5896319918bda19eec8ea790d54f7893ddca46774f96f8e09ac1962ae6cbfc0bcd23c15059c63683ef4a6673e05f8416b024591677fddfa3ca15
23 DIST libgepub-0.5.3.tar.xz 25576 BLAKE2B c51f6850c78185fec6f027ad5507b2402ab578b2ce6e4b91c674c3a3c6945857ce3d3ebd4560408ae8e5552ca658c40b30c73b42db1ef61f4814cde36a404df7 SHA512 8eb3370b6ca639135a1365756f3977f6daea3039bcb7ec4d5cd116d869584be2a2b1e8bb7f202d4c101f1afb0f7b9a45bd48c1b2337197ec4320d50a4c8d0183
24 DIST libgepub-0.6.0.tar.xz 26092 BLAKE2B e578ce1085f35ef56ae32e7c32dcd5aa3b54c4d4b2c3d3826a91984b220bed90e185e724fac338f8a95cf4bbdd7969ca19298be7f9a80ecfeddfcb113149c7df SHA512 90c8df55c2465ab3c44092a772d568b412cea60f20d0f32d33b124d70ece1655dcf53d87c5effa2c494bf103c2e51d31192edf0ad71b46fa61471f94b5768c99
25
26 diff --git a/app-text/libgepub/libgepub-0.4.ebuild b/app-text/libgepub/libgepub-0.4.ebuild
27 deleted file mode 100644
28 index 101e914610a..00000000000
29 --- a/app-text/libgepub/libgepub-0.4.ebuild
30 +++ /dev/null
31 @@ -1,34 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -inherit gnome2
38 -
39 -DESCRIPTION="GObject based library for handling and rendering epub documents"
40 -HOMEPAGE="https://git.gnome.org/browse/libgepub"
41 -
42 -LICENSE="LGPL-2+"
43 -SLOT="0"
44 -KEYWORDS="amd64 x86"
45 -IUSE="+introspection"
46 -
47 -RDEPEND="
48 - app-arch/libarchive
49 - dev-libs/glib:2
50 - dev-libs/libxml2
51 - net-libs/libsoup:2.4
52 - net-libs/webkit-gtk:4
53 - x11-libs/gtk+:3
54 - introspection? ( >=dev-libs/gobject-introspection-1.30:= )
55 -"
56 -DEPEND="${RDEPEND}
57 - gnome-base/gnome-common
58 - virtual/pkgconfig
59 -"
60 -
61 -src_configure() {
62 - gnome2_src_configure \
63 - --disable-static \
64 - $(use_enable introspection)
65 -}