Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/audtty: ChangeLog audtty-0.1.9a.ebuild audtty-0.1.8.ebuild
Date: Sat, 05 Jul 2008 06:39:25
Message-Id: E1KF1QV-0007ZE-G4@stork.gentoo.org
1 drac 08/07/05 06:39:19
2
3 Modified: ChangeLog
4 Added: audtty-0.1.9a.ebuild
5 Removed: audtty-0.1.8.ebuild
6 Log:
7 Version bump wrt #230309 by Hlevyn.
8 (Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc3 x86_64)
9
10 Revision Changes Path
11 1.19 media-sound/audtty/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audtty/ChangeLog?rev=1.19&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audtty/ChangeLog?rev=1.19&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audtty/ChangeLog?r1=1.18&r2=1.19
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-sound/audtty/ChangeLog,v
20 retrieving revision 1.18
21 retrieving revision 1.19
22 diff -u -r1.18 -r1.19
23 --- ChangeLog 26 Apr 2008 16:32:53 -0000 1.18
24 +++ ChangeLog 5 Jul 2008 06:39:19 -0000 1.19
25 @@ -1,6 +1,12 @@
26 # ChangeLog for media-sound/audtty
27 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audtty/ChangeLog,v 1.18 2008/04/26 16:32:53 nixnut Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-sound/audtty/ChangeLog,v 1.19 2008/07/05 06:39:19 drac Exp $
30 +
31 +*audtty-0.1.9a (05 Jul 2008)
32 +
33 + 05 Jul 2008; Samuli Suominen <drac@g.o>
34 + +files/audtty-0.1.9a-cc-and-destdir.patch, +audtty-0.1.9a.ebuild:
35 + Version bump wrt #230309 by Hlevyn.
36
37 26 Apr 2008; nixnut <nixnut@g.o> audtty-0.1.7.ebuild:
38 Stable on ppc wrt bug 216888
39
40
41
42 1.1 media-sound/audtty/audtty-0.1.9a.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audtty/audtty-0.1.9a.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audtty/audtty-0.1.9a.ebuild?rev=1.1&content-type=text/plain
46
47 Index: audtty-0.1.9a.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-sound/audtty/audtty-0.1.9a.ebuild,v 1.1 2008/07/05 06:39:19 drac Exp $
52
53 inherit autotools eutils toolchain-funcs
54
55 DESCRIPTION="Control Audacious from the command line with a friendly ncurses interface"
56 HOMEPAGE="http://audtty.alioth.debian.org"
57 SRC_URI="http://${PN}.alioth.debian.org/${PN}/${P}.tar.gz"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~alpha ~amd64 ~ppc ~x86"
62 IUSE=""
63
64 RDEPEND="sys-libs/ncurses
65 >=media-sound/audacious-1.4.4"
66 DEPEND="${RDEPEND}
67 dev-util/pkgconfig"
68
69 S=${WORKDIR}/${PN}
70
71 pkg_setup() {
72 if has_version "=media-sound/audacious-1.4*"; then
73 if ! built_with_use media-sound/audacious dbus; then
74 die "Re-emerge media-sound/audacious with USE dbus."
75 fi
76 fi
77 }
78
79 src_unpack() {
80 unpack ${A}
81 cd "${S}"
82 epatch "${FILESDIR}"/${P}-cc-and-destdir.patch
83 eautoreconf
84 }
85
86 src_compile() {
87 tc-export CC
88 econf
89 emake || die "emake failed."
90 }
91
92 src_install() {
93 emake DESTDIR="${D}" install || die "emake install failed."
94 dodoc ChangeLog README
95 }
96
97 pkg_postinst() {
98 elog "In order to run audtty over ssh or on a seperate TTY locally you need"
99 elog "to download and run the following script in a terminal on your desktop:"
100 elog ""
101 elog "http://${PN}.alioth.debian.org/dbus.sh"
102 elog ""
103 elog "Once run you will need to add ~/.dbus-session to your ~/.bashrc file."
104 }
105
106
107
108 --
109 gentoo-commits@l.g.o mailing list