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: audtty-0.1.7.ebuild ChangeLog audtty-0.1.8.ebuild
Date: Sat, 19 Apr 2008 14:18:39
Message-Id: E1JnDtk-0007lm-LZ@stork.gentoo.org
1 drac 08/04/19 14:18:36
2
3 Modified: audtty-0.1.7.ebuild ChangeLog audtty-0.1.8.ebuild
4 Log:
5 Check for USE dbus in audacious wrt #216888, comment #3.
6 (Portage version: 2.1.5_rc4)
7
8 Revision Changes Path
9 1.5 media-sound/audtty/audtty-0.1.7.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audtty/audtty-0.1.7.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audtty/audtty-0.1.7.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audtty/audtty-0.1.7.ebuild?r1=1.4&r2=1.5
14
15 Index: audtty-0.1.7.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/audtty/audtty-0.1.7.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- audtty-0.1.7.ebuild 12 Apr 2008 10:47:00 -0000 1.4
22 +++ audtty-0.1.7.ebuild 19 Apr 2008 14:18:36 -0000 1.5
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audtty/audtty-0.1.7.ebuild,v 1.4 2008/04/12 10:47:00 cla Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-sound/audtty/audtty-0.1.7.ebuild,v 1.5 2008/04/19 14:18:36 drac Exp $
28
29 DESCRIPTION="Control Audacious from the command line with a friendly ncurses interface"
30 HOMEPAGE="http://audtty.alioth.debian.org"
31 @@ -16,6 +16,14 @@
32 DEPEND="${RDEPEND}
33 dev-util/pkgconfig"
34
35 +pkg_setup() {
36 + if has_version "=media-sound/audacious-1.4*"; then
37 + if ! built_with_use media-sound/audacious dbus; then
38 + die "Re-emerge media-sound/audacious with USE dbus."
39 + fi
40 + fi
41 +}
42 +
43 src_install() {
44 emake DESTDIR="${D}" install || die "emake install failed."
45 dodoc ChangeLog README
46
47
48
49 1.17 media-sound/audtty/ChangeLog
50
51 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audtty/ChangeLog?rev=1.17&view=markup
52 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audtty/ChangeLog?rev=1.17&content-type=text/plain
53 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audtty/ChangeLog?r1=1.16&r2=1.17
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/media-sound/audtty/ChangeLog,v
58 retrieving revision 1.16
59 retrieving revision 1.17
60 diff -u -r1.16 -r1.17
61 --- ChangeLog 12 Apr 2008 10:47:00 -0000 1.16
62 +++ ChangeLog 19 Apr 2008 14:18:36 -0000 1.17
63 @@ -1,6 +1,10 @@
64 # ChangeLog for media-sound/audtty
65 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audtty/ChangeLog,v 1.16 2008/04/12 10:47:00 cla Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/media-sound/audtty/ChangeLog,v 1.17 2008/04/19 14:18:36 drac Exp $
68 +
69 + 19 Apr 2008; Samuli Suominen <drac@g.o> audtty-0.1.7.ebuild,
70 + audtty-0.1.8.ebuild:
71 + Check for USE dbus in audacious wrt #216888, comment #3.
72
73 12 Apr 2008; Dawid Węgliński <cla@g.o> audtty-0.1.7.ebuild:
74 Stable on x86 (bug #216888)
75
76
77
78 1.2 media-sound/audtty/audtty-0.1.8.ebuild
79
80 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audtty/audtty-0.1.8.ebuild?rev=1.2&view=markup
81 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audtty/audtty-0.1.8.ebuild?rev=1.2&content-type=text/plain
82 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audtty/audtty-0.1.8.ebuild?r1=1.1&r2=1.2
83
84 Index: audtty-0.1.8.ebuild
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/media-sound/audtty/audtty-0.1.8.ebuild,v
87 retrieving revision 1.1
88 retrieving revision 1.2
89 diff -u -r1.1 -r1.2
90 --- audtty-0.1.8.ebuild 11 Apr 2008 11:29:53 -0000 1.1
91 +++ audtty-0.1.8.ebuild 19 Apr 2008 14:18:36 -0000 1.2
92 @@ -1,6 +1,6 @@
93 # Copyright 1999-2008 Gentoo Foundation
94 # Distributed under the terms of the GNU General Public License v2
95 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audtty/audtty-0.1.8.ebuild,v 1.1 2008/04/11 11:29:53 drac Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/media-sound/audtty/audtty-0.1.8.ebuild,v 1.2 2008/04/19 14:18:36 drac Exp $
97
98 inherit autotools eutils toolchain-funcs
99
100 @@ -18,6 +18,14 @@
101 DEPEND="${RDEPEND}
102 dev-util/pkgconfig"
103
104 +pkg_setup() {
105 + if has_version "=media-sound/audacious-1.4*"; then
106 + if ! built_with_use media-sound/audacious dbus; then
107 + die "Re-emerge media-sound/audacious with USE dbus."
108 + fi
109 + fi
110 +}
111 +
112 src_unpack() {
113 unpack ${A}
114 cd "${S}"
115
116
117
118 --
119 gentoo-commits@l.g.o mailing list