Gentoo Archives: gentoo-commits

From: Ulrich Mueller <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/emacs:master commit in: app-editors/emacs-vcs/
Date: Sat, 31 Aug 2013 22:33:38
Message-Id: 1377988252.4cae174a7859b066cab44412fe3b05d4120a5e5f.ulm@gentoo
1 commit: 4cae174a7859b066cab44412fe3b05d4120a5e5f
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 31 22:15:50 2013 +0000
4 Commit: Ulrich Mueller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 31 22:30:52 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/emacs.git;a=commit;h=4cae174a
7
8 Merge changes from Portage tree.
9
10 Package-Manager: portage-2.2.1
11
12 ---
13 app-editors/emacs-vcs/ChangeLog | 3 +++
14 app-editors/emacs-vcs/emacs-vcs-24.3.9999.ebuild | 12 +++---------
15 2 files changed, 6 insertions(+), 9 deletions(-)
16
17 diff --git a/app-editors/emacs-vcs/ChangeLog b/app-editors/emacs-vcs/ChangeLog
18 index a3bdbf5..63ad864 100644
19 --- a/app-editors/emacs-vcs/ChangeLog
20 +++ b/app-editors/emacs-vcs/ChangeLog
21 @@ -2,6 +2,9 @@
22 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 + 31 Aug 2013; Ulrich Müller <ulm@g.o> emacs-vcs-24.3.9999.ebuild:
26 + Merge changes from Portage tree.
27 +
28 14 Aug 2013; Ulrich Müller <ulm@g.o> emacs-vcs-24.3.9999.ebuild:
29 Merge changes from Portage tree.
30
31
32 diff --git a/app-editors/emacs-vcs/emacs-vcs-24.3.9999.ebuild b/app-editors/emacs-vcs/emacs-vcs-24.3.9999.ebuild
33 index 91a3102..c3cdcc0 100644
34 --- a/app-editors/emacs-vcs/emacs-vcs-24.3.9999.ebuild
35 +++ b/app-editors/emacs-vcs/emacs-vcs-24.3.9999.ebuild
36 @@ -1,6 +1,6 @@
37 # Copyright 1999-2013 Gentoo Foundation
38 # Distributed under the terms of the GNU General Public License v2
39 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-24.3.9999.ebuild,v 1.18 2013/08/12 05:54:23 ulm Exp $
40 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-24.3.9999.ebuild,v 1.20 2013/08/31 22:13:48 ulm Exp $
41
42 EAPI=5
43
44 @@ -117,12 +117,6 @@ src_prepare() {
45
46 epatch_user
47
48 - if ! use alsa; then
49 - # ALSA is detected even if not requested by its USE flag.
50 - # Suppress it by supplying pkg-config with a wrong library name.
51 - sed -i -e "/ALSA_MODULES=/s/alsa/DiSaBlEaLsA/" configure.ac \
52 - || die "unable to sed configure.ac"
53 - fi
54 if ! use gzip-el; then
55 # Emacs' build system automatically detects the gzip binary and
56 # compresses el files. We don't want that so confuse it with a
57 @@ -148,11 +142,11 @@ src_configure() {
58 local myconf
59
60 if use alsa; then
61 - use sound || einfo \
62 + use sound || ewarn \
63 "USE flag \"alsa\" overrides \"-sound\"; enabling sound support."
64 myconf+=" --with-sound=alsa"
65 else
66 - myconf+=" $(use_with sound)"
67 + myconf+=" --with-sound=$(usex sound oss)"
68 fi
69
70 if use X; then