Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libqxp/
Date: Sat, 03 Feb 2018 19:34:26
Message-Id: 1517686446.3abc145f43307a56dfbe2bc0ce1dd32ebea27850.asturm@gentoo
1 commit: 3abc145f43307a56dfbe2bc0ce1dd32ebea27850
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 3 19:24:55 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 3 19:34:06 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3abc145f
7
8 app-text/libqxp: Drop old
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 app-text/libqxp/Manifest | 1 -
13 app-text/libqxp/libqxp-0.0.0.ebuild | 37 -------------------------------------
14 2 files changed, 38 deletions(-)
15
16 diff --git a/app-text/libqxp/Manifest b/app-text/libqxp/Manifest
17 index ced30e9da8e..ce3b3b1ccc0 100644
18 --- a/app-text/libqxp/Manifest
19 +++ b/app-text/libqxp/Manifest
20 @@ -1,2 +1 @@
21 -DIST libqxp-0.0.0.tar.xz 337292 BLAKE2B 16b59353f35d8a93d57600e0ad185755f5f072b41568886197684f65d9f10042e376ae3683f229ba9e526cc8af81b1c1c423defa00eccb3448611765eed7dbf6 SHA512 c92cb6298ea4643e29145732ff3b6df806f2d30c86ab4967e445dcbc8c43b6d9fdd17c30a3e6131b4f0f2a42135caa0137b61aac2ab2722528a08e1fd6c02df9
22 DIST libqxp-0.0.1.tar.xz 340184 BLAKE2B 759e5d0fb5886485f4ebe4a6caa34d1d98dc623c0ae124c6666a1be5ce7fb73686fc83360712d59d020e4788b39aa57d32149b7641d71b73dde917df46617f17 SHA512 a03a9ada658a92f4d985cad91d467b3916334c74dc26c1e4de89e3929e0135ca0e9c7e7e18ce616ef56a67863ec19c2638494400785849017f9a4776df07c607
23
24 diff --git a/app-text/libqxp/libqxp-0.0.0.ebuild b/app-text/libqxp/libqxp-0.0.0.ebuild
25 deleted file mode 100644
26 index f38c8f335ab..00000000000
27 --- a/app-text/libqxp/libqxp-0.0.0.ebuild
28 +++ /dev/null
29 @@ -1,37 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -DESCRIPTION="Library parsing QuarkXpress documents"
36 -HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/${PN}"
37 -SRC_URI="https://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz"
38 -
39 -LICENSE="MPL-2.0"
40 -SLOT="0"
41 -KEYWORDS="~amd64 ~x86"
42 -IUSE="debug doc test tools"
43 -
44 -RDEPEND="
45 - dev-libs/librevenge
46 - dev-libs/icu:=
47 -"
48 -DEPEND="${RDEPEND}
49 - dev-libs/boost
50 - virtual/pkgconfig
51 - doc? ( app-doc/doxygen )
52 -"
53 -
54 -src_configure() {
55 - econf \
56 - --disable-weffc \
57 - $(use_enable debug) \
58 - $(use_with doc docs) \
59 - $(use_enable test tests) \
60 - $(use_enable tools)
61 -}
62 -
63 -src_install() {
64 - default
65 - find "${D}" -name '*.la' -delete || die
66 -}