Gentoo Archives: gentoo-commits

From: Daniel Pielmeier <billie@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mac/
Date: Wed, 27 Sep 2017 20:37:31
Message-Id: 1506544640.8b7c4ee51d55cde8a291b21810290296bb0c9322.billie@gentoo
1 commit: 8b7c4ee51d55cde8a291b21810290296bb0c9322
2 Author: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 27 20:37:20 2017 +0000
4 Commit: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 27 20:37:20 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b7c4ee5
7
8 media-sound/mac: Remove old.
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.1
11
12 media-sound/mac/mac-3.99.4.5.7-r2.ebuild | 55 --------------------------------
13 1 file changed, 55 deletions(-)
14
15 diff --git a/media-sound/mac/mac-3.99.4.5.7-r2.ebuild b/media-sound/mac/mac-3.99.4.5.7-r2.ebuild
16 deleted file mode 100644
17 index c3ba536f269..00000000000
18 --- a/media-sound/mac/mac-3.99.4.5.7-r2.ebuild
19 +++ /dev/null
20 @@ -1,55 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -inherit flag-o-matic versionator
27 -
28 -MY_PV=$(version_format_string '$1.$2-u$3-b$4')
29 -PATCH=s$(get_version_component_range 5)
30 -MY_P=${PN}-${MY_PV}-${PATCH}
31 -
32 -DESCRIPTION="Monkey's Audio Codecs"
33 -HOMEPAGE="http://etree.org/shnutils/shntool/"
34 -SRC_URI="http://etree.org/shnutils/shntool/support/formats/ape/unix/${MY_PV}-${PATCH}/${MY_P}.tar.gz"
35 -
36 -LICENSE="mac"
37 -SLOT="0"
38 -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86"
39 -IUSE="cpu_flags_x86_mmx static-libs"
40 -
41 -RDEPEND=""
42 -DEPEND="sys-apps/sed
43 - cpu_flags_x86_mmx? ( dev-lang/yasm )"
44 -
45 -S=${WORKDIR}/${MY_P}
46 -
47 -PATCHES=( "${FILESDIR}"/${P}-gcc6.patch )
48 -
49 -HTML_DOCS=( src/Readme.htm )
50 -DOCS=( AUTHORS ChangeLog NEWS TODO README src/History.txt src/Credits.txt ChangeLog.shntool )
51 -
52 -RESTRICT="mirror"
53 -
54 -src_prepare() {
55 - default
56 - sed -i -e 's:-O3::' configure || die
57 -}
58 -
59 -src_configure() {
60 - append-cppflags -DSHNTOOL
61 - use cpu_flags_x86_mmx && append-ldflags -Wl,-z,noexecstack
62 -
63 - econf \
64 - $(use_enable static-libs static) \
65 - $(use_enable cpu_flags_x86_mmx assembly)
66 -}
67 -
68 -src_install() {
69 - default
70 -
71 - insinto /usr/include/${PN}
72 - doins src/MACLib/{BitArray,UnBitArrayBase,Prepare}.h #409435
73 -
74 - find "${D}" -name '*.la' -delete || die
75 -}