Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libwpd/
Date: Sun, 04 Dec 2016 11:51:15
Message-Id: 1480850180.5660e27ea7bda2977416b30bbd82b4d6be63c6fa.pacho@gentoo
1 commit: 5660e27ea7bda2977416b30bbd82b4d6be63c6fa
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 4 11:16:20 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 4 11:16:20 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5660e27e
7
8 app-text/libwpd: Drop old
9
10 Package-Manager: portage-2.3.2
11
12 app-text/libwpd/Manifest | 1 -
13 app-text/libwpd/libwpd-0.10.0-r1.ebuild | 56 ---------------------------------
14 2 files changed, 57 deletions(-)
15
16 diff --git a/app-text/libwpd/Manifest b/app-text/libwpd/Manifest
17 index 19a5369..c76ef36 100644
18 --- a/app-text/libwpd/Manifest
19 +++ b/app-text/libwpd/Manifest
20 @@ -1,3 +1,2 @@
21 -DIST libwpd-0.10.0.tar.xz 506220 SHA256 9d8ba780cb9c0aed7859c59a602138d8ab360b40f6aa655e42f5f769f2cfd32c SHA512 1d1962edd133b72ef835e1c7cf8d856cb959b231811009da14a272f20dc6ad3f9df02424791d26012bf130db05e22fa7862af355ecbaf3be30d9948aa719eba2 WHIRLPOOL 867049ca6128c9182a5df7d39189392618a1d2aae5631e518b6b5a33d6f2b08ddf2ad7b9d5fee8c8bef0edc6a6dae0cb0552475a73bf84db3a9ddeb19ae07449
22 DIST libwpd-0.10.1.tar.xz 524004 SHA256 09d3410bc770f9d9eedc8544b5c211771ea3322de3fee19b58ad7d40fb2984f6 SHA512 976694b5e02fd9eb0b3769d5071e9ae88505f491d8fa34473e5b99cd350060a85ddfad9b3c38e9b37a280e695e4571d353fd69fe7b69a627097587912b58ad2c WHIRLPOOL c6c1124a7124edda4dad6788794c46067ad21c8fde0765ff1b1ca6305c08139e86ac0667d6fd6ca53e4bed41ad0b7aa6b4803fad5f7f72c529cf0c3b22bc7b43
23 DIST libwpd-0.9.9.tar.xz 541608 SHA256 b91df4ca0ef0f456be9531c9ee07cf6a5e50a16b52002abb99e8ebef13fac2b2 SHA512 a71b4990670446270518e1318066e714c02c4a0752fba0be03037ea7bd434c5dd0219d61687448faabf7e31bc40e4e4a9d4b67d01fd362dae96322db513d79ac WHIRLPOOL c51155a0a88047abe856d0a83b05721b1629c4e5c24e68de65905ce8c735fd0144290c2739971d0118dfcf24eff47aea0f6b8b260c7eaa9af2a36cf8325d3c0a
24
25 diff --git a/app-text/libwpd/libwpd-0.10.0-r1.ebuild b/app-text/libwpd/libwpd-0.10.0-r1.ebuild
26 deleted file mode 100644
27 index b8ffa62..00000000
28 --- a/app-text/libwpd/libwpd-0.10.0-r1.ebuild
29 +++ /dev/null
30 @@ -1,56 +0,0 @@
31 -# Copyright 1999-2015 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -# $Id$
34 -
35 -EAPI=5
36 -
37 -inherit alternatives eutils
38 -
39 -DESCRIPTION="WordPerfect Document import/export library"
40 -HOMEPAGE="http://libwpd.sf.net"
41 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
42 -
43 -LICENSE="|| ( LGPL-2.1 MPL-2.0 )"
44 -SLOT="0.10"
45 -KEYWORDS="~alpha amd64 ~arm ~hppa ~mips x86 ~x86-fbsd"
46 -IUSE="doc test +tools"
47 -
48 -RDEPEND="dev-libs/librevenge"
49 -DEPEND="${RDEPEND}
50 - virtual/pkgconfig
51 - doc? ( app-doc/doxygen )
52 - test? ( dev-util/cppunit )
53 -"
54 -RDEPEND="${RDEPEND}
55 - !<app-text/libwpd-0.8.14-r1"
56 -
57 -src_configure() {
58 - econf \
59 - --disable-static \
60 - --disable-werror \
61 - $(use_with doc docs) \
62 - $(use_enable tools) \
63 - --docdir="${EPREFIX}"/usr/share/doc/${PF} \
64 - --program-suffix=-${SLOT}
65 -}
66 -
67 -src_install() {
68 - default
69 - prune_libtool_files --all
70 -}
71 -
72 -pkg_postinst() {
73 - if use tools; then
74 - alternatives_auto_makesym /usr/bin/wpd2html "/usr/bin/wpd2html-[0-9].[0-10]"
75 - alternatives_auto_makesym /usr/bin/wpd2raw "/usr/bin/wpd2raw-[0-9].[0-10]"
76 - alternatives_auto_makesym /usr/bin/wpd2text "/usr/bin/wpd2text-[0-9].[0-10]"
77 - fi
78 -}
79 -
80 -pkg_postrm() {
81 - if use tools; then
82 - alternatives_auto_makesym /usr/bin/wpd2html "/usr/bin/wpd2html-[0-9].[0-10]"
83 - alternatives_auto_makesym /usr/bin/wpd2raw "/usr/bin/wpd2raw-[0-9].[0-10]"
84 - alternatives_auto_makesym /usr/bin/wpd2text "/usr/bin/wpd2text-[0-9].[0-10]"
85 - fi
86 -}