Gentoo Archives: gentoo-commits

From: "Christian Birchinger (joker)" <joker@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/eq-audacious: ChangeLog eq-audacious-0.21.ebuild eq-audacious-0.9.ebuild eq-audacious-0.8.ebuild
Date: Tue, 06 May 2008 12:33:33
Message-Id: E1JtMMM-0003Mc-Md@stork.gentoo.org
1 joker 08/05/06 12:33:30
2
3 Modified: ChangeLog eq-audacious-0.21.ebuild
4 eq-audacious-0.9.ebuild eq-audacious-0.8.ebuild
5 Log:
6 Removed pkgconfig from RDEPEND
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.5 media-plugins/eq-audacious/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/eq-audacious/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/eq-audacious/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/eq-audacious/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-plugins/eq-audacious/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 7 Feb 2008 21:50:30 -0000 1.4
23 +++ ChangeLog 6 May 2008 12:33:30 -0000 1.5
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-plugins/eq-audacious
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/eq-audacious/ChangeLog,v 1.4 2008/02/07 21:50:30 robbat2 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/eq-audacious/ChangeLog,v 1.5 2008/05/06 12:33:30 joker Exp $
29 +
30 + 06 May 2008; Christian Birchinger <joker@g.o>
31 + eq-audacious-0.8.ebuild, eq-audacious-0.9.ebuild,
32 + eq-audacious-0.21.ebuild:
33 + Removed pkgconfig from RDEPEND
34
35 07 Feb 2008; Robin H. Johnson <robbat2@g.o> metadata.xml:
36 nenolod is no longer interested.
37
38
39
40 1.2 media-plugins/eq-audacious/eq-audacious-0.21.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/eq-audacious/eq-audacious-0.21.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/eq-audacious/eq-audacious-0.21.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/eq-audacious/eq-audacious-0.21.ebuild?r1=1.1&r2=1.2
45
46 Index: eq-audacious-0.21.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/media-plugins/eq-audacious/eq-audacious-0.21.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- eq-audacious-0.21.ebuild 27 Feb 2007 15:10:40 -0000 1.1
53 +++ eq-audacious-0.21.ebuild 6 May 2008 12:33:30 -0000 1.2
54 @@ -1,6 +1,6 @@
55 -# Copyright 1999-2007 Gentoo Foundation
56 +# Copyright 1999-2008 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/eq-audacious/eq-audacious-0.21.ebuild,v 1.1 2007/02/27 15:10:40 beandog Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/eq-audacious/eq-audacious-0.21.ebuild,v 1.2 2008/05/06 12:33:30 joker Exp $
60
61 DESCRIPTION="31-band equalizer for Audacious"
62 HOMEPAGE="http://audacious-media-player.org/"
63 @@ -9,8 +9,10 @@
64 SLOT="0"
65 KEYWORDS="~amd64 ~x86"
66 IUSE="debug mmx sse sse2"
67 +
68 +RDEPEND="media-sound/audacious"
69 DEPEND="dev-util/pkgconfig
70 - >=media-sound/audacious-1.3.0_rc1"
71 + ${RDEPEND}"
72
73 pkg_config() {
74 econf $(use_enable debug)
75
76
77
78 1.2 media-plugins/eq-audacious/eq-audacious-0.9.ebuild
79
80 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/eq-audacious/eq-audacious-0.9.ebuild?rev=1.2&view=markup
81 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/eq-audacious/eq-audacious-0.9.ebuild?rev=1.2&content-type=text/plain
82 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/eq-audacious/eq-audacious-0.9.ebuild?r1=1.1&r2=1.2
83
84 Index: eq-audacious-0.9.ebuild
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/media-plugins/eq-audacious/eq-audacious-0.9.ebuild,v
87 retrieving revision 1.1
88 retrieving revision 1.2
89 diff -u -r1.1 -r1.2
90 --- eq-audacious-0.9.ebuild 13 Jan 2007 08:33:33 -0000 1.1
91 +++ eq-audacious-0.9.ebuild 6 May 2008 12:33:30 -0000 1.2
92 @@ -1,6 +1,6 @@
93 -# Copyright 1999-2007 Gentoo Foundation
94 +# Copyright 1999-2008 Gentoo Foundation
95 # Distributed under the terms of the GNU General Public License v2
96 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/eq-audacious/eq-audacious-0.9.ebuild,v 1.1 2007/01/13 08:33:33 beandog Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/eq-audacious/eq-audacious-0.9.ebuild,v 1.2 2008/05/06 12:33:30 joker Exp $
98
99 DESCRIPTION="31-band equalizer for Audacious"
100 HOMEPAGE="http://audacious-media-player.org/~nenolod/audacious/plugins.php"
101 @@ -11,9 +11,9 @@
102 KEYWORDS="~amd64 ~x86"
103 IUSE="debug mmx sse sse2"
104
105 +RDEPEND="media-sound/audacious"
106 DEPEND="dev-util/pkgconfig
107 - media-sound/audacious"
108 -RDEPEND=""
109 + ${RDEPEND}"
110
111 pkg_config() {
112 econf $(use_enable debug)
113
114
115
116 1.2 media-plugins/eq-audacious/eq-audacious-0.8.ebuild
117
118 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/eq-audacious/eq-audacious-0.8.ebuild?rev=1.2&view=markup
119 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/eq-audacious/eq-audacious-0.8.ebuild?rev=1.2&content-type=text/plain
120 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/eq-audacious/eq-audacious-0.8.ebuild?r1=1.1&r2=1.2
121
122 Index: eq-audacious-0.8.ebuild
123 ===================================================================
124 RCS file: /var/cvsroot/gentoo-x86/media-plugins/eq-audacious/eq-audacious-0.8.ebuild,v
125 retrieving revision 1.1
126 retrieving revision 1.2
127 diff -u -r1.1 -r1.2
128 --- eq-audacious-0.8.ebuild 25 Nov 2006 23:46:02 -0000 1.1
129 +++ eq-audacious-0.8.ebuild 6 May 2008 12:33:30 -0000 1.2
130 @@ -1,6 +1,6 @@
131 -# Copyright 1999-2006 Gentoo Foundation
132 +# Copyright 1999-2008 Gentoo Foundation
133 # Distributed under the terms of the GNU General Public License v2
134 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/eq-audacious/eq-audacious-0.8.ebuild,v 1.1 2006/11/25 23:46:02 beandog Exp $
135 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/eq-audacious/eq-audacious-0.8.ebuild,v 1.2 2008/05/06 12:33:30 joker Exp $
136
137 DESCRIPTION="31-band equalizer for Audacious"
138 HOMEPAGE="http://audacious-media-player.org/~nenolod/audacious/plugins.php"
139 @@ -11,9 +11,9 @@
140 KEYWORDS="~amd64 ~x86"
141 IUSE="debug mmx sse sse2"
142
143 +RDEPEND="media-sound/audacious"
144 DEPEND="dev-util/pkgconfig
145 - media-sound/audacious"
146 -RDEPEND=""
147 + ${RDEPEND}"
148
149 pkg_config() {
150 econf $(use_enable debug)
151
152
153
154 --
155 gentoo-commits@l.g.o mailing list