Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libreplaygain: ChangeLog libreplaygain-477.ebuild
Date: Mon, 30 Jan 2012 19:01:49
Message-Id: 20120130190134.75D932004B@flycatcher.gentoo.org
1 ssuominen 12/01/30 19:01:34
2
3 Modified: ChangeLog
4 Added: libreplaygain-477.ebuild
5 Log:
6 New upstream revision.
7
8 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.28 media-libs/libreplaygain/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libreplaygain/ChangeLog?rev=1.28&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libreplaygain/ChangeLog?rev=1.28&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libreplaygain/ChangeLog?r1=1.27&r2=1.28
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-libs/libreplaygain/ChangeLog,v
20 retrieving revision 1.27
21 retrieving revision 1.28
22 diff -u -r1.27 -r1.28
23 --- ChangeLog 17 Aug 2011 17:01:35 -0000 1.27
24 +++ ChangeLog 30 Jan 2012 19:01:33 -0000 1.28
25 @@ -1,6 +1,12 @@
26 # ChangeLog for media-libs/libreplaygain
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libreplaygain/ChangeLog,v 1.27 2011/08/17 17:01:35 chithanh Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libreplaygain/ChangeLog,v 1.28 2012/01/30 19:01:33 ssuominen Exp $
31 +
32 +*libreplaygain-477 (30 Jan 2012)
33 +
34 + 30 Jan 2012; Samuli Suominen <ssuominen@g.o>
35 + +libreplaygain-477.ebuild:
36 + New upstream revision.
37
38 17 Aug 2011; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
39 libreplaygain-465.ebuild:
40
41
42
43 1.1 media-libs/libreplaygain/libreplaygain-477.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libreplaygain/libreplaygain-477.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libreplaygain/libreplaygain-477.ebuild?rev=1.1&content-type=text/plain
47
48 Index: libreplaygain-477.ebuild
49 ===================================================================
50 # Copyright 1999-2012 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/media-libs/libreplaygain/libreplaygain-477.ebuild,v 1.1 2012/01/30 19:01:34 ssuominen Exp $
53
54 EAPI=4
55 inherit cmake-utils
56
57 # svn export http://svn.musepack.net/libreplaygain libreplaygain-${PV}
58 # tar -cJf libreplaygain-${PV}.tar.xz libreplaygain-${PV}
59
60 DESCRIPTION="Replay Gain library from Musepack"
61 HOMEPAGE="http://www.musepack.net/"
62 SRC_URI="http://dev.gentoo.org/~ssuominen/${P}.tar.xz"
63
64 LICENSE="LGPL-2.1"
65 SLOT="0"
66 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
67 IUSE=""
68
69 src_prepare() {
70 sed -i -e '/CMAKE_C_FLAGS/d' CMakeLists.txt || die
71 }
72
73 src_install() {
74 cmake-utils_src_install
75 insinto /usr/include
76 doins -r include/replaygain
77 }