Gentoo Archives: gentoo-commits

From: "Christoph Junghans (ottxor)" <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libsndfile: libsndfile-1.0.25.ebuild ChangeLog
Date: Wed, 22 Aug 2012 03:05:51
Message-Id: 20120822030537.64137202CC@flycatcher.gentoo.org
1 ottxor 12/08/22 03:05:37
2
3 Modified: libsndfile-1.0.25.ebuild ChangeLog
4 Log:
5 added prefix keywords
6
7 (Portage version: 2.2.0_alpha121/cvs/Linux i686)
8
9 Revision Changes Path
10 1.10 media-libs/libsndfile/libsndfile-1.0.25.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.25.ebuild?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.25.ebuild?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.25.ebuild?r1=1.9&r2=1.10
15
16 Index: libsndfile-1.0.25.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.25.ebuild,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- libsndfile-1.0.25.ebuild 15 May 2012 13:44:21 -0000 1.9
23 +++ libsndfile-1.0.25.ebuild 22 Aug 2012 03:05:37 -0000 1.10
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.25.ebuild,v 1.9 2012/05/15 13:44:21 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.25.ebuild,v 1.10 2012/08/22 03:05:37 ottxor Exp $
29
30 EAPI=4
31 inherit autotools eutils flag-o-matic multilib
32 @@ -17,7 +17,7 @@
33
34 LICENSE="LGPL-2.1"
35 SLOT="0"
36 -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd"
37 +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
38 IUSE="alsa minimal sqlite static-libs"
39
40 RDEPEND="!minimal? ( >=media-libs/flac-1.2.1
41 @@ -52,13 +52,13 @@
42 $(use_enable static-libs static) \
43 $(use_enable alsa) \
44 $(use_enable !minimal external-libs) \
45 - htmldocdir=/usr/share/doc/${PF}/html \
46 + htmldocdir="${EPREFIX}"/usr/share/doc/${PF}/html \
47 --disable-octave \
48 --disable-gcc-werror \
49 --disable-gcc-pipe
50 }
51
52 src_install() {
53 - emake DESTDIR="${D}" htmldocdir="/usr/share/doc/${PF}/html" install
54 + emake DESTDIR="${D}" htmldocdir="${EPREFIX}/usr/share/doc/${PF}/html" install
55 dodoc AUTHORS ChangeLog NEWS README
56 }
57
58
59
60 1.133 media-libs/libsndfile/ChangeLog
61
62 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsndfile/ChangeLog?rev=1.133&view=markup
63 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsndfile/ChangeLog?rev=1.133&content-type=text/plain
64 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsndfile/ChangeLog?r1=1.132&r2=1.133
65
66 Index: ChangeLog
67 ===================================================================
68 RCS file: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v
69 retrieving revision 1.132
70 retrieving revision 1.133
71 diff -u -r1.132 -r1.133
72 --- ChangeLog 15 May 2012 13:44:21 -0000 1.132
73 +++ ChangeLog 22 Aug 2012 03:05:37 -0000 1.133
74 @@ -1,6 +1,9 @@
75 # ChangeLog for media-libs/libsndfile
76 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
77 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v 1.132 2012/05/15 13:44:21 aballier Exp $
78 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v 1.133 2012/08/22 03:05:37 ottxor Exp $
79 +
80 + 22 Aug 2012; Christoph Junghans <ottxor@g.o> libsndfile-1.0.25.ebuild:
81 + added prefix keywords
82
83 15 May 2012; Alexis Ballier <aballier@g.o> libsndfile-1.0.25.ebuild:
84 keyword ~amd64-fbsd