Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libofa/
Date: Fri, 03 May 2019 08:44:52
Message-Id: 1556872843.94f81ffe3c42f10c6a224032fc9196d6639ca07e.pacho@gentoo
1 commit: 94f81ffe3c42f10c6a224032fc9196d6639ca07e
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 3 08:40:43 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Fri May 3 08:40:43 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94f81ffe
7
8 media-libs/libofa: Drop old
9
10 Package-Manager: Portage-2.3.64, Repoman-2.3.12
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 media-libs/libofa/libofa-0.9.3-r1.ebuild | 51 --------------------------------
14 1 file changed, 51 deletions(-)
15
16 diff --git a/media-libs/libofa/libofa-0.9.3-r1.ebuild b/media-libs/libofa/libofa-0.9.3-r1.ebuild
17 deleted file mode 100644
18 index e85125f172c..00000000000
19 --- a/media-libs/libofa/libofa-0.9.3-r1.ebuild
20 +++ /dev/null
21 @@ -1,51 +0,0 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -inherit eutils flag-o-matic multilib-minimal
28 -
29 -DESCRIPTION="Open Fingerprint Architecture"
30 -HOMEPAGE="https://code.google.com/p/musicip-libofa/"
31 -SRC_URI="https://musicip-libofa.googlecode.com/files/${P}.tar.gz"
32 -
33 -LICENSE="|| ( APL-1.0 GPL-2 )"
34 -SLOT="0"
35 -KEYWORDS="alpha amd64 ~arm hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
36 -IUSE=""
37 -
38 -RDEPEND="dev-libs/expat
39 - net-misc/curl
40 - >=sci-libs/fftw-3.3.3-r2[${MULTILIB_USEDEP}]"
41 -DEPEND="${RDEPEND}
42 - >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]"
43 -
44 -PATCHES=(
45 - "${FILESDIR}"/${P}-gcc-4.patch
46 - "${FILESDIR}"/${P}-gcc-4.3.patch
47 - "${FILESDIR}"/${P}-gcc-4.4.patch
48 - "${FILESDIR}"/${P}-gcc-4.7.patch
49 -)
50 -
51 -src_prepare() {
52 - # disable building non-installed examples
53 - sed -i -e '/SUBDIRS/s:examples::' Makefile.{am,in} || die
54 -
55 - epatch "${PATCHES[@]}"
56 - epatch_user
57 -
58 - is-flag -ffast-math && append-flags -fno-fast-math
59 -}
60 -
61 -multilib_src_configure() {
62 - # disable dependencies that were used for the noinst_ example only
63 -
64 - ECONF_SOURCE=${S} \
65 - econf \
66 - ac_cv_lib_expat_XML_ExpatVersion=yes \
67 - ac_cv_lib_curl_curl_global_init=yes
68 -}
69 -
70 -multilib_src_install_all() {
71 - dodoc AUTHORS README
72 -}