Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libreplaygain/
Date: Sun, 29 Jan 2017 07:31:58
Message-Id: 1485675108.309c2772909420edb9cfbb2f1b7c73e6089e8341.johu@gentoo
1 commit: 309c2772909420edb9cfbb2f1b7c73e6089e8341
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 29 07:31:00 2017 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 29 07:31:48 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=309c2772
7
8 media-libs/libreplaygain: Remove 477 (r0)
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 media-libs/libreplaygain/libreplaygain-477.ebuild | 28 -----------------------
13 1 file changed, 28 deletions(-)
14
15 diff --git a/media-libs/libreplaygain/libreplaygain-477.ebuild b/media-libs/libreplaygain/libreplaygain-477.ebuild
16 deleted file mode 100644
17 index 5e639c0..00000000
18 --- a/media-libs/libreplaygain/libreplaygain-477.ebuild
19 +++ /dev/null
20 @@ -1,28 +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 cmake-utils
27 -
28 -# svn export http://svn.musepack.net/libreplaygain libreplaygain-${PV}
29 -# tar -cJf libreplaygain-${PV}.tar.xz libreplaygain-${PV}
30 -
31 -DESCRIPTION="Replay Gain library from Musepack"
32 -HOMEPAGE="http://www.musepack.net/"
33 -SRC_URI="https://dev.gentoo.org/~ssuominen/${P}.tar.xz"
34 -
35 -LICENSE="LGPL-2.1"
36 -SLOT="0"
37 -KEYWORDS="alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
38 -IUSE=""
39 -
40 -src_prepare() {
41 - sed -i -e '/CMAKE_C_FLAGS/d' CMakeLists.txt || die
42 -}
43 -
44 -src_install() {
45 - cmake-utils_src_install
46 - insinto /usr/include
47 - doins -r include/replaygain
48 -}