Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/faac/
Date: Thu, 20 Jul 2017 09:35:24
Message-Id: 1500542036.a937cc473277125ea309e54eb519be6e26e3fdc1.polynomial-c@gentoo
1 commit: a937cc473277125ea309e54eb519be6e26e3fdc1
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 20 09:13:56 2017 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 20 09:13:56 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a937cc47
7
8 media-libs/faac: Removed old.
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 media-libs/faac/faac-1.28-r3.ebuild | 43 -------------------------------------
13 1 file changed, 43 deletions(-)
14
15 diff --git a/media-libs/faac/faac-1.28-r3.ebuild b/media-libs/faac/faac-1.28-r3.ebuild
16 deleted file mode 100644
17 index 3c83dc00746..00000000000
18 --- a/media-libs/faac/faac-1.28-r3.ebuild
19 +++ /dev/null
20 @@ -1,43 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -inherit autotools epatch epunt-cxx ltprune
26 -
27 -DESCRIPTION="Free MPEG-4 audio codecs by AudioCoding.com"
28 -HOMEPAGE="http://www.audiocoding.com"
29 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
30 -
31 -LICENSE="LGPL-2.1 MPEG-4"
32 -SLOT="0"
33 -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
34 -IUSE="static-libs"
35 -
36 -RDEPEND="media-libs/libmp4v2:0="
37 -DEPEND="${RDEPEND}"
38 -
39 -src_prepare() {
40 - epatch \
41 - "${FILESDIR}"/${P}-external-libmp4v2.patch \
42 - "${FILESDIR}"/${P}-altivec.patch \
43 - "${FILESDIR}"/${P}-libmp4v2_r479_compat.patch \
44 - "${FILESDIR}"/${P}-inttypes.patch
45 -
46 - sed -i -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.in || die #466984
47 -
48 - eautoreconf
49 - epunt_cxx
50 -}
51 -
52 -src_configure() {
53 - econf $(use_enable static-libs static)
54 -}
55 -
56 -src_install() {
57 - emake DESTDIR="${D}" install
58 - dodoc AUTHORS ChangeLog NEWS README TODO
59 - dohtml docs/*.html
60 - insinto /usr/share/doc/${PF}/pdf
61 - doins docs/libfaac.pdf
62 - prune_libtool_files
63 -}