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/libwpg/
Date: Tue, 27 Jun 2017 21:28:20
Message-Id: 1498598880.3ec1e1f9a1a702009e5dca739d62f81c960d112d.asturm@gentoo
1 commit: 3ec1e1f9a1a702009e5dca739d62f81c960d112d
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 27 20:45:39 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 27 21:28:00 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ec1e1f9
7
8 app-text/libwpg: Drop old
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 app-text/libwpg/Manifest | 1 -
13 app-text/libwpg/libwpg-0.3.0.ebuild | 49 -------------------------------------
14 2 files changed, 50 deletions(-)
15
16 diff --git a/app-text/libwpg/Manifest b/app-text/libwpg/Manifest
17 index ee2851f5387..838edca7dc2 100644
18 --- a/app-text/libwpg/Manifest
19 +++ b/app-text/libwpg/Manifest
20 @@ -1,3 +1,2 @@
21 DIST libwpg-0.2.2.tar.xz 301000 SHA256 b49bfd77b9447534dee0d43bbdc48b4dcb09339605be21c01726243d5069a6cd SHA512 d60f8c0d29f7dbde2592d2afce1ccbe01ab10be4051d048fca0a2234f488a2764af2134ccf9ca150767d769d17dcd010433a3d977457b3a521be8f0dc628e65c WHIRLPOOL a52b90bd4c9aea2b72f615bcaaa43445dc72dad7e23f8f4667912ac3a95b729a7910b0c7608b3b47fd23a19399c72bb792432243e312d767d67c43b5c170e2f6
22 -DIST libwpg-0.3.0.tar.xz 300244 SHA256 6f709199235f4c061c3ffe1a5112ce6430e8434e621bf7b3e3dca16114eaf224 SHA512 5715a38f7c2b69123056288576073aa36a97f971a749cffb1b176a5c4a9f7da0b6568cdf62fc4e8ebd8204b681200c1a64e5e52cfd127af986580720914f973e WHIRLPOOL db0876540fde7533f1b73b4bd1cf08c09c9d845b822fcfa7a7d375014aee597aace4c5e4662c61449cd4c09747db4013ff225acd66c33b492d6348b7243945dc
23 DIST libwpg-0.3.1.tar.xz 316576 SHA256 620d888c10d7e1127d5123ff0065f1b62b86b91bac27d8ae10dcfbdb6bf4278f SHA512 5222609510857d32250e25b1108ecf4c0ce1e58fba280b7c15d400bc8963112adaa9fffa3c21087d4984ec52176d69b30bfc9460ffef978d6b0d7ccc400063b2 WHIRLPOOL c35c51b5098757a0de9a1288d185708775d4ecc2b69ad76e818df5308ec1cbcb870552d45edfe011f65aff141e12656bf98a8ce5207fc0f12ecbc9c705afb3e2
24
25 diff --git a/app-text/libwpg/libwpg-0.3.0.ebuild b/app-text/libwpg/libwpg-0.3.0.ebuild
26 deleted file mode 100644
27 index 1ed32103c76..00000000000
28 --- a/app-text/libwpg/libwpg-0.3.0.ebuild
29 +++ /dev/null
30 @@ -1,49 +0,0 @@
31 -# Copyright 1999-2015 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -
36 -inherit alternatives eutils
37 -
38 -DESCRIPTION="C++ library to read and parse graphics in WPG"
39 -HOMEPAGE="http://libwpg.sourceforge.net/libwpg.htm"
40 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
41 -
42 -LICENSE="|| ( LGPL-2.1 MPL-2.0 )"
43 -SLOT="0.3"
44 -KEYWORDS="~alpha amd64 ~arm ~hppa ~mips x86"
45 -IUSE="doc static-libs"
46 -
47 -RDEPEND="
48 - app-text/libwpd:0.10[tools]
49 - dev-libs/librevenge
50 -"
51 -DEPEND="${RDEPEND}
52 - virtual/pkgconfig
53 - doc? ( app-doc/doxygen )"
54 -
55 -src_configure() {
56 - econf \
57 - --disable-werror \
58 - --program-suffix=-${SLOT} \
59 - --docdir="${EPREFIX%/}/usr/share/doc/${PF}" \
60 - $(use_with doc docs) \
61 - $(use_enable static-libs static)
62 -}
63 -
64 -src_install() {
65 - default
66 - prune_libtool_files --all
67 -}
68 -
69 -pkg_postinst() {
70 - alternatives_auto_makesym /usr/bin/wpg2svgbatch.pl "/usr/bin/wpg2svgbatch.pl-[0-9].[0-9]"
71 - alternatives_auto_makesym /usr/bin/wpg2svg "/usr/bin/wpg2svg-[0-9].[0-9]"
72 - alternatives_auto_makesym /usr/bin/wpg2raw "/usr/bin/wpg2raw-[0-9].[0-9]"
73 -}
74 -
75 -pkg_postrm() {
76 - alternatives_auto_makesym /usr/bin/wpg2svgbatch.pl "/usr/bin/wpg2svgbatch.pl-[0-9].[0-9]"
77 - alternatives_auto_makesym /usr/bin/wpg2svg "/usr/bin/wpg2svg-[0-9].[0-9]"
78 - alternatives_auto_makesym /usr/bin/wpg2raw "/usr/bin/wpg2raw-[0-9].[0-9]"
79 -}