Gentoo Archives: gentoo-commits

From: "Tony Vroon (chainsaw)" <chainsaw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/audtty: ChangeLog audtty-0.1.7.ebuild
Date: Sat, 08 Dec 2007 16:40:02
Message-Id: E1J12ib-0005G4-JL@stork.gentoo.org
1 chainsaw 07/12/08 16:39:57
2
3 Modified: ChangeLog
4 Added: audtty-0.1.7.ebuild
5 Log:
6 Version bump, thanks to Hlevyn <hlevyn@×××××.com>. Closes bug #200354.
7 (Portage version: 2.1.4_rc9)
8
9 Revision Changes Path
10 1.12 media-sound/audtty/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audtty/ChangeLog?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audtty/ChangeLog?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audtty/ChangeLog?r1=1.11&r2=1.12
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/audtty/ChangeLog,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- ChangeLog 17 Mar 2007 19:56:28 -0000 1.11
23 +++ ChangeLog 8 Dec 2007 16:39:57 -0000 1.12
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-sound/audtty
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audtty/ChangeLog,v 1.11 2007/03/17 19:56:28 nixnut Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/audtty/ChangeLog,v 1.12 2007/12/08 16:39:57 chainsaw Exp $
29 +
30 +*audtty-0.1.7 (08 Dec 2007)
31 +
32 + 08 Dec 2007; Tony Vroon <chainsaw@g.o> +audtty-0.1.7.ebuild:
33 + Version bump, thanks to Hlevyn <hlevyn@×××××.com>. Closes bug #200354.
34
35 17 Mar 2007; nixnut <nixnut@g.o> audtty-0.1.5a.ebuild:
36 Stable on ppc wrt bug 169823
37
38
39
40 1.1 media-sound/audtty/audtty-0.1.7.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audtty/audtty-0.1.7.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audtty/audtty-0.1.7.ebuild?rev=1.1&content-type=text/plain
44
45 Index: audtty-0.1.7.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/media-sound/audtty/audtty-0.1.7.ebuild,v 1.1 2007/12/08 16:39:57 chainsaw Exp $
50
51 IUSE=""
52
53 DESCRIPTION="Control Audacious from the command line with a friendly ncurses interface"
54 HOMEPAGE="http://audtty.alioth.debian.org/"
55 SRC_URI="http://audtty.alioth.debian.org/audtty/${P}.tar.gz"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59
60 KEYWORDS="~alpha ~amd64 ~ppc ~x86"
61
62 DEPEND="sys-libs/ncurses
63 >=media-sound/audacious-1.4.4"
64
65 src_install() {
66 make DESTDIR="${D}" install || die
67 dodoc ChangeLog README
68 }
69
70 pkg_postinst() {
71 elog "In order to run audtty over ssh or on a seperate TTY locally you need"
72 elog "to download and run the following script in a terminal on your desktop:"
73 elog ""
74 elog "http://audtty.alioth.debian.org/dbus.sh"
75 elog ""
76 elog "Once run you will need to add ~/.dbus-session to your ~/.bashrc file."
77 }
78
79
80
81 --
82 gentoo-commits@g.o mailing list