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: Mon, 11 Jun 2018 00:14:37
Message-Id: 1528676009.fb1f243551d768417c4556824933fc99f23a8dbd.asturm@gentoo
1 commit: fb1f243551d768417c4556824933fc99f23a8dbd
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 11 00:13:29 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 11 00:13:29 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb1f2435
7
8 media-sound/twolame: Drop 0.3.13-r1
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 media-sound/twolame/twolame-0.3.13-r1.ebuild | 41 ----------------------------
13 1 file changed, 41 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 f3080949bd2..00000000000
18 --- a/media-sound/twolame/twolame-0.3.13-r1.ebuild
19 +++ /dev/null
20 @@ -1,41 +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 -DEPEND="${RDEPEND}
40 - virtual/pkgconfig"
41 -
42 -DOCS=( AUTHORS ChangeLog README TODO )
43 -
44 -src_prepare() {
45 - sed -i -e '/CFLAGS/s:-O3::' configure || die
46 -
47 - if [[ ${CHOST} == *solaris* ]]; then
48 - # libsndfile doesn't like -std=c99 on Solaris
49 - sed -i -e '/CFLAGS/s:-std=c99::' configure || die
50 - # configure isn't really bourne shell (comment 0) or dash (comment 6)
51 - # compatible, bug #388885
52 - export CONFIG_SHELL=${BASH}
53 - fi
54 -
55 - autotools-multilib_src_prepare
56 -}
57 -
58 -src_install() {
59 - autotools-multilib_src_install \
60 - pkgdocdir="${EPREFIX}/usr/share/doc/${PF}"
61 -}