commit:     dc725b6a104e2c9a7a7bc53b0e5bab237bba4c69
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed May  8 21:18:53 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed May  8 22:56:14 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc725b6a

media-libs/libfpx: Drop 1.3.1_p6

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-libs/libfpx/Manifest               |  1 -
 media-libs/libfpx/libfpx-1.3.1_p6.ebuild | 46 --------------------------------
 2 files changed, 47 deletions(-)

diff --git a/media-libs/libfpx/Manifest b/media-libs/libfpx/Manifest
index 82423c308e8..e226438f205 100644
--- a/media-libs/libfpx/Manifest
+++ b/media-libs/libfpx/Manifest
@@ -1,2 +1 @@
 DIST libfpx-1.3.1-10.tar.bz2 2358246 BLAKE2B 
d67b5a38e29d8916471ced46005983427ea1e77ff1fa682b67f80e8db71bd5460aafb59753bd901aa40e955cbeb453cf017109577b8d9357e86ac3e7d988d4b4
 SHA512 
afa96b240ead4d3c56e8e6c66db188d1f4441e7b4d08e12e0e96359cfa2cea9eae5625105d87df65ceacd97d84a386876c62dee5bc1916c420755d9bcc4655d4
-DIST libfpx-1.3.1-6.tar.bz2 2358328 BLAKE2B 
d522d674af92f7a5fe00378a01e743342978290297aea26738e6077834ad8eee6afffd01b16bcec29d729d87383b2123e35a62e9d0da9f1623f79a55b413d9e5
 SHA512 
d33bc59f091100f4e0f7db396ba2f3a93951b348f8b175070fa23186f7ce488e71b7be43a45ebd9a3af21affe5342f63955df8549ff15582f8b29e67601531fb

diff --git a/media-libs/libfpx/libfpx-1.3.1_p6.ebuild 
b/media-libs/libfpx/libfpx-1.3.1_p6.ebuild
deleted file mode 100644
index 0b259aac38d..00000000000
--- a/media-libs/libfpx/libfpx-1.3.1_p6.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils flag-o-matic libtool
-
-DESCRIPTION="A library for manipulating FlashPIX images"
-HOMEPAGE="http://www.i3a.org/";
-SRC_URI="mirror://imagemagick/delegates/${P/_p/-}.tar.bz2"
-
-LICENSE="Flashpix"
-SLOT="0"
-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"
-IUSE="static-libs"
-
-S=${WORKDIR}/${P/_p/-}
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-1.2.0.13-export-symbols.patch
-       "${FILESDIR}"/${P}-gcc6.patch
-)
-
-src_prepare() {
-       default
-
-       # we're not windows, even though we don't define __unix by default
-       [[ ${CHOST} == *-darwin* ]] && append-flags -D__unix
-
-       elibtoolize
-}
-
-src_configure() {
-       append-ldflags -Wl,--no-undefined
-       econf \
-               $(use_enable static-libs static) \
-               LIBS="-lstdc++ -lm"
-}
-
-src_install() {
-       default
-
-       dodoc AUTHORS ChangeLog doc/*.txt
-
-       insinto /usr/share/doc/${PF}/pdf
-       doins doc/*.pdf
-}

Reply via email to