Gentoo Archives: gentoo-commits

From: "Christoph Mende (angelos)" <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/emul-linux-x86-soundlibs: ChangeLog emul-linux-x86-soundlibs-20071125.ebuild
Date: Sun, 03 Feb 2008 22:09:11
Message-Id: E1JLn1P-0008Tw-PL@stork.gentoo.org
1 angelos 08/02/03 22:09:07
2
3 Modified: ChangeLog emul-linux-x86-soundlibs-20071125.ebuild
4 Log:
5 Stable on amd64
6 (Portage version: 2.1.4.1)
7
8 Revision Changes Path
9 1.36 app-emulation/emul-linux-x86-soundlibs/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog?rev=1.36&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog?rev=1.36&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog?r1=1.35&r2=1.36
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog,v
18 retrieving revision 1.35
19 retrieving revision 1.36
20 diff -u -r1.35 -r1.36
21 --- ChangeLog 25 Dec 2007 14:12:05 -0000 1.35
22 +++ ChangeLog 3 Feb 2008 22:09:07 -0000 1.36
23 @@ -1,6 +1,10 @@
24 # ChangeLog for app-emulation/emul-linux-x86-soundlibs
25 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog,v 1.35 2007/12/25 14:12:05 phreak Exp $
27 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog,v 1.36 2008/02/03 22:09:07 angelos Exp $
29 +
30 + 03 Feb 2008; Christoph Mende <angelos@g.o>
31 + emul-linux-x86-soundlibs-20071125.ebuild:
32 + Stable on amd64
33
34 25 Dec 2007; Christian Heim <phreak@g.o> metadata.xml:
35 Removing kugelfang from metadata.xml as per #46972.
36
37
38
39 1.2 app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20071125.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20071125.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20071125.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20071125.ebuild?r1=1.1&r2=1.2
44
45 Index: emul-linux-x86-soundlibs-20071125.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20071125.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- emul-linux-x86-soundlibs-20071125.ebuild 25 Nov 2007 23:02:43 -0000 1.1
52 +++ emul-linux-x86-soundlibs-20071125.ebuild 3 Feb 2008 22:09:07 -0000 1.2
53 @@ -1,11 +1,11 @@
54 -# Copyright 1999-2007 Gentoo Foundation
55 +# Copyright 1999-2008 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20071125.ebuild,v 1.1 2007/11/25 23:02:43 kingtaco Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20071125.ebuild,v 1.2 2008/02/03 22:09:07 angelos Exp $
59
60 inherit emul-linux-x86
61
62 LICENSE="as-is BSD GPL-2 LGPL-2 LGPL-2.1"
63 -KEYWORDS="-* ~amd64"
64 +KEYWORDS="-* amd64"
65 IUSE="arts esd alsa"
66
67 RDEPEND=">=app-emulation/emul-linux-x86-baselibs-20071114
68 @@ -30,11 +30,11 @@
69
70 emul-linux-x86_src_unpack
71
72 - mv -f ${S}/usr/bin/aoss{,32}
73 - mv -f ${S}/usr/kde/3.5/bin/artsdsp{,32}
74 - mv -f ${S}/usr/bin/esddsp{,32}
75 + mv -f "${S}"/usr/bin/aoss{,32}
76 + mv -f "${S}"/usr/kde/3.5/bin/artsdsp{,32}
77 + mv -f "${S}"/usr/bin/esddsp{,32}
78
79 if ! use arts; then
80 - rm -rf ${S}/usr/kde/
81 + rm -rf "${S}"/usr/kde/
82 fi
83 }
84
85
86
87 --
88 gentoo-commits@l.g.o mailing list