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-sound/twolame/
Date: Tue, 03 Apr 2018 20:54:20
Message-Id: 1522788845.1bd105aa7a0024931c950c07ab662e1a54630850.asturm@gentoo
1 commit: 1bd105aa7a0024931c950c07ab662e1a54630850
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 3 19:47:42 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 3 20:54:05 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bd105aa
7
8 media-sound/twolame: Drop old
9
10 Package-Manager: Portage-2.3.28, Repoman-2.3.9
11
12 media-sound/twolame/twolame-0.3.13-r1.ebuild | 43 ----------------------------
13 1 file changed, 43 deletions(-)
14
15 diff --git a/media-sound/twolame/twolame-0.3.13-r1.ebuild b/media-sound/twolame/twolame-0.3.13-r1.ebuild
16 deleted file mode 100644
17 index 72f6a6d3ffd..00000000000
18 --- a/media-sound/twolame/twolame-0.3.13-r1.ebuild
19 +++ /dev/null
20 @@ -1,43 +0,0 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -
26 -AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
27 -inherit autotools-multilib
28 -
29 -DESCRIPTION="An optimised MPEG Audio Layer 2 (MP2) encoder"
30 -HOMEPAGE="http://www.twolame.org"
31 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
36 -IUSE="static-libs"
37 -
38 -RDEPEND=">=media-libs/libsndfile-1.0.25[${MULTILIB_USEDEP}]
39 - abi_x86_32? ( !<=app-emulation/emul-linux-x86-soundlibs-20130224-r6
40 - !app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)] )"
41 -DEPEND="${RDEPEND}
42 - virtual/pkgconfig"
43 -
44 -DOCS=( AUTHORS ChangeLog README TODO )
45 -
46 -src_prepare() {
47 - sed -i -e '/CFLAGS/s:-O3::' configure || die
48 -
49 - if [[ ${CHOST} == *solaris* ]]; then
50 - # libsndfile doesn't like -std=c99 on Solaris
51 - sed -i -e '/CFLAGS/s:-std=c99::' configure || die
52 - # configure isn't really bourne shell (comment 0) or dash (comment 6)
53 - # compatible, bug #388885
54 - export CONFIG_SHELL=${BASH}
55 - fi
56 -
57 - autotools-multilib_src_prepare
58 -}
59 -
60 -src_install() {
61 - autotools-multilib_src_install \
62 - pkgdocdir="${EPREFIX}/usr/share/doc/${PF}"
63 -}