Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/toolame/
Date: Sun, 12 Feb 2017 04:01:03
Message-Id: 1486872050.d5b6c0b2f6dd7574b4cf46d2907953ad59ce743e.kensington@gentoo
1 commit: d5b6c0b2f6dd7574b4cf46d2907953ad59ce743e
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 12 04:00:42 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 12 04:00:50 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5b6c0b2
7
8 media-sound/toolame: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 media-sound/toolame/toolame-02l-r3.ebuild | 33 -------------------------------
13 1 file changed, 33 deletions(-)
14
15 diff --git a/media-sound/toolame/toolame-02l-r3.ebuild b/media-sound/toolame/toolame-02l-r3.ebuild
16 deleted file mode 100644
17 index 4949772842..0000000000
18 --- a/media-sound/toolame/toolame-02l-r3.ebuild
19 +++ /dev/null
20 @@ -1,33 +0,0 @@
21 -# Copyright 1999-2013 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=4
26 -inherit eutils flag-o-matic toolchain-funcs
27 -
28 -DESCRIPTION="tooLAME - an optimized mpeg 1/2 layer 2 audio encoder"
29 -HOMEPAGE="http://www.planckenergy.com"
30 -SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
31 -
32 -LICENSE="LGPL-2.1"
33 -SLOT="0"
34 -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
35 -IUSE=""
36 -
37 -src_prepare() {
38 - epatch \
39 - "${FILESDIR}"/${P}-gentoo.diff \
40 - "${FILESDIR}"/${P}-uint.patch \
41 - "${FILESDIR}"/${P}-uint32_t.patch
42 -}
43 -
44 -src_compile() {
45 - append-lfs-flags
46 - tc-export CC
47 - emake
48 -}
49 -
50 -src_install() {
51 - dobin ${PN}
52 - dodoc README HISTORY FUTURE html/* text/*
53 -}