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: Wed, 02 Aug 2017 06:31:49
Message-Id: 1501655474.335eaa966764e5436c84e812cd7fdd1dc5c40f7b.asturm@gentoo
1 commit: 335eaa966764e5436c84e812cd7fdd1dc5c40f7b
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 30 20:43:29 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 2 06:31:14 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=335eaa96
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.2.2.ebuild | 48 -------------------------------------
14 2 files changed, 49 deletions(-)
15
16 diff --git a/app-text/libwpg/Manifest b/app-text/libwpg/Manifest
17 index 838edca7dc2..97b268172f7 100644
18 --- a/app-text/libwpg/Manifest
19 +++ b/app-text/libwpg/Manifest
20 @@ -1,2 +1 @@
21 -DIST libwpg-0.2.2.tar.xz 301000 SHA256 b49bfd77b9447534dee0d43bbdc48b4dcb09339605be21c01726243d5069a6cd SHA512 d60f8c0d29f7dbde2592d2afce1ccbe01ab10be4051d048fca0a2234f488a2764af2134ccf9ca150767d769d17dcd010433a3d977457b3a521be8f0dc628e65c WHIRLPOOL a52b90bd4c9aea2b72f615bcaaa43445dc72dad7e23f8f4667912ac3a95b729a7910b0c7608b3b47fd23a19399c72bb792432243e312d767d67c43b5c170e2f6
22 DIST libwpg-0.3.1.tar.xz 316576 SHA256 620d888c10d7e1127d5123ff0065f1b62b86b91bac27d8ae10dcfbdb6bf4278f SHA512 5222609510857d32250e25b1108ecf4c0ce1e58fba280b7c15d400bc8963112adaa9fffa3c21087d4984ec52176d69b30bfc9460ffef978d6b0d7ccc400063b2 WHIRLPOOL c35c51b5098757a0de9a1288d185708775d4ecc2b69ad76e818df5308ec1cbcb870552d45edfe011f65aff141e12656bf98a8ce5207fc0f12ecbc9c705afb3e2
23
24 diff --git a/app-text/libwpg/libwpg-0.2.2.ebuild b/app-text/libwpg/libwpg-0.2.2.ebuild
25 deleted file mode 100644
26 index ede793200d7..00000000000
27 --- a/app-text/libwpg/libwpg-0.2.2.ebuild
28 +++ /dev/null
29 @@ -1,48 +0,0 @@
30 -# Copyright 1999-2014 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -
35 -inherit alternatives eutils
36 -
37 -DESCRIPTION="C++ library to read and parse graphics in WPG"
38 -HOMEPAGE="http://libwpg.sourceforge.net/libwpg.htm"
39 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
40 -
41 -LICENSE="|| ( LGPL-2.1 MPL-2.0 )"
42 -SLOT="0.2"
43 -KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
44 -IUSE="doc static-libs"
45 -
46 -RDEPEND="app-text/libwpd:0.9[tools]"
47 -DEPEND="${RDEPEND}
48 - virtual/pkgconfig
49 - doc? ( app-doc/doxygen )"
50 -RDEPEND="${RDEPEND}
51 - !<app-text/libwpd-0.1.3-r1"
52 -
53 -src_configure() {
54 - econf \
55 - --disable-werror \
56 - --program-suffix=-${SLOT} \
57 - --docdir="${EPREFIX%/}/usr/share/doc/${PF}" \
58 - $(use_with doc docs) \
59 - $(use_enable static-libs static)
60 -}
61 -
62 -src_install() {
63 - default
64 - prune_libtool_files --all
65 -}
66 -
67 -pkg_postinst() {
68 - alternatives_auto_makesym /usr/bin/wpg2svgbatch.pl "/usr/bin/wpg2svgbatch.pl-[0-9].[0-9]"
69 - alternatives_auto_makesym /usr/bin/wpg2svg "/usr/bin/wpg2svg-[0-9].[0-9]"
70 - alternatives_auto_makesym /usr/bin/wpg2raw "/usr/bin/wpg2raw-[0-9].[0-9]"
71 -}
72 -
73 -pkg_postrm() {
74 - alternatives_auto_makesym /usr/bin/wpg2svgbatch.pl "/usr/bin/wpg2svgbatch.pl-[0-9].[0-9]"
75 - alternatives_auto_makesym /usr/bin/wpg2svg "/usr/bin/wpg2svg-[0-9].[0-9]"
76 - alternatives_auto_makesym /usr/bin/wpg2raw "/usr/bin/wpg2raw-[0-9].[0-9]"
77 -}