Gentoo Archives: gentoo-commits

From: "Michael Januszewski (spock)" <spock@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/uade: ChangeLog uade-2.09.ebuild
Date: Thu, 03 Jan 2008 18:08:39
Message-Id: E1JAUUc-0006Ov-MA@stork.gentoo.org
1 spock 08/01/03 18:08:34
2
3 Modified: ChangeLog
4 Added: uade-2.09.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.4_rc14)
8
9 Revision Changes Path
10 1.47 app-emulation/uade/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/uade/ChangeLog?rev=1.47&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/uade/ChangeLog?rev=1.47&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/uade/ChangeLog?r1=1.46&r2=1.47
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/uade/ChangeLog,v
19 retrieving revision 1.46
20 retrieving revision 1.47
21 diff -u -r1.46 -r1.47
22 --- ChangeLog 10 Jul 2007 22:38:07 -0000 1.46
23 +++ ChangeLog 3 Jan 2008 18:08:34 -0000 1.47
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-emulation/uade
26 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/uade/ChangeLog,v 1.46 2007/07/10 22:38:07 spock Exp $
28 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/uade/ChangeLog,v 1.47 2008/01/03 18:08:34 spock Exp $
30 +
31 +*uade-2.09 (03 Jan 2008)
32 +
33 + 03 Jan 2008; MichaƂ Januszewski <spock@g.o> +uade-2.09.ebuild:
34 + Version bump.
35
36 *uade-2.07 (10 Jul 2007)
37
38
39
40
41 1.1 app-emulation/uade/uade-2.09.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/uade/uade-2.09.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/uade/uade-2.09.ebuild?rev=1.1&content-type=text/plain
45
46 Index: uade-2.09.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-emulation/uade/uade-2.09.ebuild,v 1.1 2008/01/03 18:08:34 spock Exp $
51
52 inherit eutils
53
54 DESCRIPTION="Unix Amiga Delitracker Emulator - plays old Amiga tunes through UAE emulation and cloned m68k-assembler Eagleplayer API"
55 HOMEPAGE="http://zakalwe.fi/uade"
56 SRC_URI="http://zakalwe.fi/uade/uade2/${P}.tar.bz2"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~ppc ~x86"
61 IUSE="audacious"
62
63 RDEPEND="media-libs/libao
64 audacious? ( >=media-sound/audacious-0.2 )"
65
66 DEPEND="${RDEPEND}
67 dev-util/pkgconfig"
68
69 src_compile() {
70 ./configure \
71 --prefix=/usr \
72 --package-prefix="${D}" \
73 $(use_with audacious) \
74 --with-uade123 \
75 --with-text-scope \
76 --without-xmms \
77 || die "configure failed"
78 emake || die 'emake failed'
79 }
80
81 src_install() {
82 make install || die 'make install failed'
83 dodoc AUTHORS ChangeLog doc/BUGS doc/PLANS
84 doman doc/uade123.1
85 }
86
87
88
89 --
90 gentoo-commits@g.o mailing list