Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/aucdtect: ChangeLog aucdtect-0.8.2.ebuild
Date: Fri, 05 Sep 2014 11:27:32
Message-Id: 20140905112729.98D7B4C65@oystercatcher.gentoo.org
1 ulm 14/09/05 11:27:29
2
3 Modified: ChangeLog aucdtect-0.8.2.ebuild
4 Log:
5 QA: Remove unnecessary dependency on emul-linux-x86-compat, bug 522002.
6
7 (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
8
9 Revision Changes Path
10 1.2 media-sound/aucdtect/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/aucdtect/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/aucdtect/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/aucdtect/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/aucdtect/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 29 Oct 2012 14:17:43 -0000 1.1
23 +++ ChangeLog 5 Sep 2014 11:27:29 -0000 1.2
24 @@ -1,6 +1,9 @@
25 # ChangeLog for media-sound/aucdtect
26 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/aucdtect/ChangeLog,v 1.1 2012/10/29 14:17:43 yngwin Exp $
28 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/media-sound/aucdtect/ChangeLog,v 1.2 2014/09/05 11:27:29 ulm Exp $
30 +
31 + 05 Sep 2014; Ulrich Müller <ulm@g.o> aucdtect-0.8.2.ebuild:
32 + QA: Remove unnecessary dependency on emul-linux-x86-compat, bug 522002.
33
34 *aucdtect-0.8.2 (29 Oct 2012)
35
36
37
38
39 1.2 media-sound/aucdtect/aucdtect-0.8.2.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/aucdtect/aucdtect-0.8.2.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/aucdtect/aucdtect-0.8.2.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/aucdtect/aucdtect-0.8.2.ebuild?r1=1.1&r2=1.2
44
45 Index: aucdtect-0.8.2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/media-sound/aucdtect/aucdtect-0.8.2.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- aucdtect-0.8.2.ebuild 29 Oct 2012 14:17:43 -0000 1.1
52 +++ aucdtect-0.8.2.ebuild 5 Sep 2014 11:27:29 -0000 1.2
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2012 Gentoo Foundation
55 +# Copyright 1999-2014 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/media-sound/aucdtect/aucdtect-0.8.2.ebuild,v 1.1 2012/10/29 14:17:43 yngwin Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/media-sound/aucdtect/aucdtect-0.8.2.ebuild,v 1.2 2014/09/05 11:27:29 ulm Exp $
59
60 EAPI=5
61 inherit rpm versionator
62 @@ -18,8 +18,6 @@
63 KEYWORDS="~amd64 ~x86"
64 IUSE=""
65
66 -RDEPEND="amd64? ( app-emulation/emul-linux-x86-compat )"
67 -
68 S="${WORKDIR}/usr/local/bin"
69
70 src_install() {