Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libfpx/
Date: Wed, 08 May 2019 22:57:05
Message-Id: 1557356174.dc725b6a104e2c9a7a7bc53b0e5bab237bba4c69.asturm@gentoo
1 commit: dc725b6a104e2c9a7a7bc53b0e5bab237bba4c69
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 8 21:18:53 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed May 8 22:56:14 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc725b6a
7
8 media-libs/libfpx: Drop 1.3.1_p6
9
10 Package-Manager: Portage-2.3.66, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-libs/libfpx/Manifest | 1 -
14 media-libs/libfpx/libfpx-1.3.1_p6.ebuild | 46 --------------------------------
15 2 files changed, 47 deletions(-)
16
17 diff --git a/media-libs/libfpx/Manifest b/media-libs/libfpx/Manifest
18 index 82423c308e8..e226438f205 100644
19 --- a/media-libs/libfpx/Manifest
20 +++ b/media-libs/libfpx/Manifest
21 @@ -1,2 +1 @@
22 DIST libfpx-1.3.1-10.tar.bz2 2358246 BLAKE2B d67b5a38e29d8916471ced46005983427ea1e77ff1fa682b67f80e8db71bd5460aafb59753bd901aa40e955cbeb453cf017109577b8d9357e86ac3e7d988d4b4 SHA512 afa96b240ead4d3c56e8e6c66db188d1f4441e7b4d08e12e0e96359cfa2cea9eae5625105d87df65ceacd97d84a386876c62dee5bc1916c420755d9bcc4655d4
23 -DIST libfpx-1.3.1-6.tar.bz2 2358328 BLAKE2B d522d674af92f7a5fe00378a01e743342978290297aea26738e6077834ad8eee6afffd01b16bcec29d729d87383b2123e35a62e9d0da9f1623f79a55b413d9e5 SHA512 d33bc59f091100f4e0f7db396ba2f3a93951b348f8b175070fa23186f7ce488e71b7be43a45ebd9a3af21affe5342f63955df8549ff15582f8b29e67601531fb
24
25 diff --git a/media-libs/libfpx/libfpx-1.3.1_p6.ebuild b/media-libs/libfpx/libfpx-1.3.1_p6.ebuild
26 deleted file mode 100644
27 index 0b259aac38d..00000000000
28 --- a/media-libs/libfpx/libfpx-1.3.1_p6.ebuild
29 +++ /dev/null
30 @@ -1,46 +0,0 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -inherit eutils flag-o-matic libtool
36 -
37 -DESCRIPTION="A library for manipulating FlashPIX images"
38 -HOMEPAGE="http://www.i3a.org/"
39 -SRC_URI="mirror://imagemagick/delegates/${P/_p/-}.tar.bz2"
40 -
41 -LICENSE="Flashpix"
42 -SLOT="0"
43 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
44 -IUSE="static-libs"
45 -
46 -S=${WORKDIR}/${P/_p/-}
47 -
48 -PATCHES=(
49 - "${FILESDIR}"/${PN}-1.2.0.13-export-symbols.patch
50 - "${FILESDIR}"/${P}-gcc6.patch
51 -)
52 -
53 -src_prepare() {
54 - default
55 -
56 - # we're not windows, even though we don't define __unix by default
57 - [[ ${CHOST} == *-darwin* ]] && append-flags -D__unix
58 -
59 - elibtoolize
60 -}
61 -
62 -src_configure() {
63 - append-ldflags -Wl,--no-undefined
64 - econf \
65 - $(use_enable static-libs static) \
66 - LIBS="-lstdc++ -lm"
67 -}
68 -
69 -src_install() {
70 - default
71 -
72 - dodoc AUTHORS ChangeLog doc/*.txt
73 -
74 - insinto /usr/share/doc/${PF}/pdf
75 - doins doc/*.pdf
76 -}