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/libcanberra: libcanberra-0.29.ebuild ChangeLog
Date: Wed, 22 Aug 2012 02:42:05
Message-Id: 20120822024149.A3396202C8@flycatcher.gentoo.org
1 ottxor 12/08/22 02:41:49
2
3 Modified: libcanberra-0.29.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.2 media-libs/libcanberra/libcanberra-0.29.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcanberra/libcanberra-0.29.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcanberra/libcanberra-0.29.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcanberra/libcanberra-0.29.ebuild?r1=1.1&r2=1.2
15
16 Index: libcanberra-0.29.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/libcanberra/libcanberra-0.29.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- libcanberra-0.29.ebuild 25 Jun 2012 05:07:50 -0000 1.1
23 +++ libcanberra-0.29.ebuild 22 Aug 2012 02:41:49 -0000 1.2
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/libcanberra/libcanberra-0.29.ebuild,v 1.1 2012/06/25 05:07:50 tetromino Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libcanberra/libcanberra-0.29.ebuild,v 1.2 2012/08/22 02:41:49 ottxor Exp $
29
30 EAPI="4"
31
32 @@ -12,7 +12,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 ~sparc-solaris ~x86-solaris"
38 IUSE="alsa gnome gstreamer +gtk +gtk3 oss pulseaudio +sound tdb udev"
39
40 COMMON_DEPEND="media-libs/libvorbis
41 @@ -44,7 +44,7 @@
42
43 src_configure() {
44 econf \
45 - --docdir=/usr/share/doc/${PF} \
46 + --docdir="${EPREFIX}"/usr/share/doc/${PF} \
47 --disable-dependency-tracking \
48 $(use_enable alsa) \
49 $(use_enable oss) \
50 @@ -56,7 +56,8 @@
51 $(use_enable udev) \
52 $(systemd_with_unitdir) \
53 --disable-lynx \
54 - --disable-gtk-doc
55 + --disable-gtk-doc \
56 + --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
57 }
58
59 src_install() {
60 @@ -69,5 +70,5 @@
61 # prefix; if that fails, it will append the module extension for the
62 # current system and try that (".so" on Linux, ".bundle" on Darwin, ".dll"
63 # on Windows, etc.). Only if both fail will it return an error.
64 - find "${D}" -name '*.la' -exec rm -f {} + || die "la file removal failed"
65 + find "${ED}" -name '*.la' -exec rm -f {} + || die "la file removal failed"
66 }
67
68
69
70 1.84 media-libs/libcanberra/ChangeLog
71
72 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcanberra/ChangeLog?rev=1.84&view=markup
73 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcanberra/ChangeLog?rev=1.84&content-type=text/plain
74 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcanberra/ChangeLog?r1=1.83&r2=1.84
75
76 Index: ChangeLog
77 ===================================================================
78 RCS file: /var/cvsroot/gentoo-x86/media-libs/libcanberra/ChangeLog,v
79 retrieving revision 1.83
80 retrieving revision 1.84
81 diff -u -r1.83 -r1.84
82 --- ChangeLog 25 Jun 2012 05:07:50 -0000 1.83
83 +++ ChangeLog 22 Aug 2012 02:41:49 -0000 1.84
84 @@ -1,6 +1,9 @@
85 # ChangeLog for media-libs/libcanberra
86 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
87 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libcanberra/ChangeLog,v 1.83 2012/06/25 05:07:50 tetromino Exp $
88 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libcanberra/ChangeLog,v 1.84 2012/08/22 02:41:49 ottxor Exp $
89 +
90 + 22 Aug 2012; Christoph Junghans <ottxor@g.o> libcanberra-0.29.ebuild:
91 + added prefix keywords
92
93 *libcanberra-0.29 (25 Jun 2012)
94
95 @@ -361,4 +364,3 @@
96 +libcanberra-0.9.ebuild:
97 Initial import of libcanberra - a portable sound event library for
98 generating event sounds on free desktops.
99 -