* [gentoo-commits] gentoo-x86 commit in media-sound/audacity: ChangeLog audacity-1.3.6.ebuild
@ 2008-10-27 14:59 Jeroen Roovers (jer)
0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2008-10-27 14:59 UTC (permalink / raw
To: gentoo-commits
jer 08/10/27 14:59:48
Modified: ChangeLog audacity-1.3.6.ebuild
Log:
Stable for HPPA (bug #244360).
(Portage version: 2.2_rc12/cvs/Linux 2.6.25-gentoo-r7-JeR i686)
Revision Changes Path
1.109 media-sound/audacity/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/ChangeLog?rev=1.109&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/ChangeLog?rev=1.109&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/ChangeLog?r1=1.108&r2=1.109
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- ChangeLog 26 Oct 2008 11:45:26 -0000 1.108
+++ ChangeLog 27 Oct 2008 14:59:48 -0000 1.109
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/audacity
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v 1.108 2008/10/26 11:45:26 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v 1.109 2008/10/27 14:59:48 jer Exp $
+
+ 27 Oct 2008; Jeroen Roovers <jer@gentoo.org> audacity-1.3.6.ebuild:
+ Stable for HPPA (bug #244360).
*audacity-1.3.6 (26 Oct 2008)
1.2 media-sound/audacity/audacity-1.3.6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/audacity-1.3.6.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/audacity-1.3.6.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/audacity-1.3.6.ebuild?r1=1.1&r2=1.2
Index: audacity-1.3.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- audacity-1.3.6.ebuild 26 Oct 2008 11:45:26 -0000 1.1
+++ audacity-1.3.6.ebuild 27 Oct 2008 14:59:48 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.6.ebuild,v 1.1 2008/10/26 11:45:26 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.6.ebuild,v 1.2 2008/10/27 14:59:48 jer Exp $
EAPI=2
@@ -15,7 +15,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc64 ~sparc ~x86"
RESTRICT="test"
COMMON_DEPEND="=x11-libs/wxGTK-2.8*
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-sound/audacity: ChangeLog audacity-1.3.6.ebuild
@ 2009-01-02 16:33 Alexis Ballier (aballier)
0 siblings, 0 replies; 9+ messages in thread
From: Alexis Ballier (aballier) @ 2009-01-02 16:33 UTC (permalink / raw
To: gentoo-commits
aballier 09/01/02 16:33:37
Modified: ChangeLog audacity-1.3.6.ebuild
Log:
fix typo in ladspa useflag deps, by Pierre Lejeune <superheron@gmail.com>, bug #252289
(Portage version: 2.2_rc20/cvs/Linux 2.6.27.10 x86_64)
Revision Changes Path
1.111 media-sound/audacity/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/ChangeLog?rev=1.111&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/ChangeLog?rev=1.111&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/ChangeLog?r1=1.110&r2=1.111
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- ChangeLog 27 Oct 2008 15:00:26 -0000 1.110
+++ ChangeLog 2 Jan 2009 16:33:37 -0000 1.111
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/audacity
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v 1.110 2008/10/27 15:00:26 jer Exp $
+# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v 1.111 2009/01/02 16:33:37 aballier Exp $
+
+ 02 Jan 2009; Alexis Ballier <aballier@gentoo.org> audacity-1.3.6.ebuild:
+ fix typo in ladspa useflag deps, by Pierre Lejeune <superheron@gmail.com>,
+ bug #252289
27 Oct 2008; Jeroen Roovers <jer@gentoo.org> audacity-1.3.6.ebuild:
Marked ~hppa (bug #244360).
1.3 media-sound/audacity/audacity-1.3.6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/audacity-1.3.6.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/audacity-1.3.6.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/audacity-1.3.6.ebuild?r1=1.2&r2=1.3
Index: audacity-1.3.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- audacity-1.3.6.ebuild 27 Oct 2008 14:59:48 -0000 1.2
+++ audacity-1.3.6.ebuild 2 Jan 2009 16:33:37 -0000 1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.6.ebuild,v 1.2 2008/10/27 14:59:48 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.6.ebuild,v 1.3 2009/01/02 16:33:37 aballier Exp $
EAPI=2
@@ -31,7 +31,7 @@
vamp? ( media-libs/vamp-plugin-sdk )
twolame? ( media-sound/twolame )
ffmpeg? ( >=media-video/ffmpeg-0.4.9_p20080617 )
- ladpsa? ( >=media-libs/liblrdf-0.4.0 )
+ ladspa? ( >=media-libs/liblrdf-0.4.0 )
alsa? ( media-libs/alsa-lib )
jack? ( >=media-sound/jack-audio-connection-kit-0.103.0 )"
# Crashes at startup here...
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-sound/audacity: ChangeLog audacity-1.3.6.ebuild
@ 2009-01-09 22:22 Joseph Jezak (josejx)
0 siblings, 0 replies; 9+ messages in thread
From: Joseph Jezak (josejx) @ 2009-01-09 22:22 UTC (permalink / raw
To: gentoo-commits
josejx 09/01/09 22:22:04
Modified: ChangeLog audacity-1.3.6.ebuild
Log:
Marked ~ppc for bug #244360.
(Portage version: 2.1.6.4/cvs/Linux 2.6.23 x86_64)
Revision Changes Path
1.112 media-sound/audacity/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/ChangeLog?rev=1.112&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/ChangeLog?rev=1.112&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/ChangeLog?r1=1.111&r2=1.112
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- ChangeLog 2 Jan 2009 16:33:37 -0000 1.111
+++ ChangeLog 9 Jan 2009 22:22:04 -0000 1.112
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/audacity
# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v 1.111 2009/01/02 16:33:37 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v 1.112 2009/01/09 22:22:04 josejx Exp $
+
+ 09 Jan 2009; Joseph Jezak <josejx@gentoo.org> audacity-1.3.6.ebuild:
+ Marked ~ppc for bug #244360.
02 Jan 2009; Alexis Ballier <aballier@gentoo.org> audacity-1.3.6.ebuild:
fix typo in ladspa useflag deps, by Pierre Lejeune <superheron@gmail.com>,
1.4 media-sound/audacity/audacity-1.3.6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/audacity-1.3.6.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/audacity-1.3.6.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/audacity-1.3.6.ebuild?r1=1.3&r2=1.4
Index: audacity-1.3.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- audacity-1.3.6.ebuild 2 Jan 2009 16:33:37 -0000 1.3
+++ audacity-1.3.6.ebuild 9 Jan 2009 22:22:04 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.6.ebuild,v 1.3 2009/01/02 16:33:37 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.6.ebuild,v 1.4 2009/01/09 22:22:04 josejx Exp $
EAPI=2
@@ -15,7 +15,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
RESTRICT="test"
COMMON_DEPEND="=x11-libs/wxGTK-2.8*
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-sound/audacity: ChangeLog audacity-1.3.6.ebuild
@ 2009-01-15 8:06 Alexis Ballier (aballier)
0 siblings, 0 replies; 9+ messages in thread
From: Alexis Ballier (aballier) @ 2009-01-15 8:06 UTC (permalink / raw
To: gentoo-commits
aballier 09/01/15 08:06:35
Modified: ChangeLog audacity-1.3.6.ebuild
Log:
backport a fix from upstream for vamp-plugin-sdk 2 compatibility
(Portage version: 2.2_rc22/cvs/Linux 2.6.28 x86_64)
Revision Changes Path
1.113 media-sound/audacity/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/ChangeLog?rev=1.113&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/ChangeLog?rev=1.113&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/ChangeLog?r1=1.112&r2=1.113
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- ChangeLog 9 Jan 2009 22:22:04 -0000 1.112
+++ ChangeLog 15 Jan 2009 08:06:35 -0000 1.113
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/audacity
# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v 1.112 2009/01/09 22:22:04 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v 1.113 2009/01/15 08:06:35 aballier Exp $
+
+ 15 Jan 2009; Alexis Ballier <aballier@gentoo.org>
+ +files/audacity-1.3.6-vamp2.patch, audacity-1.3.6.ebuild:
+ backport a fix from upstream for vamp-plugin-sdk 2 compatibility
09 Jan 2009; Joseph Jezak <josejx@gentoo.org> audacity-1.3.6.ebuild:
Marked ~ppc for bug #244360.
1.5 media-sound/audacity/audacity-1.3.6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/audacity-1.3.6.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/audacity-1.3.6.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/audacity-1.3.6.ebuild?r1=1.4&r2=1.5
Index: audacity-1.3.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.6.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- audacity-1.3.6.ebuild 9 Jan 2009 22:22:04 -0000 1.4
+++ audacity-1.3.6.ebuild 15 Jan 2009 08:06:35 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.6.ebuild,v 1.4 2009/01/09 22:22:04 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.6.ebuild,v 1.5 2009/01/15 08:06:35 aballier Exp $
EAPI=2
@@ -51,6 +51,7 @@
epatch "${FILESDIR}/${PN}-1.3.4-automagic.patch"
epatch "${FILESDIR}/${PN}-1.3.5-libtool22.patch"
epatch "${FILESDIR}/${P}-novorbis.patch"
+ has_version '>=media-libs/vamp-plugin-sdk-2.0' && epatch "${FILESDIR}/${P}-vamp2.patch"
AT_M4DIR="${S}/m4" eautoreconf
}
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-sound/audacity: ChangeLog audacity-1.3.6.ebuild
@ 2009-02-12 17:42 Jeroen Roovers (jer)
0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2009-02-12 17:42 UTC (permalink / raw
To: gentoo-commits
jer 09/02/12 17:42:03
Modified: ChangeLog audacity-1.3.6.ebuild
Log:
Stable for HPPA (bug #253493).
(Portage version: 2.2_rc23/cvs/Linux i686)
Revision Changes Path
1.115 media-sound/audacity/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/ChangeLog?rev=1.115&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/ChangeLog?rev=1.115&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/ChangeLog?r1=1.114&r2=1.115
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- ChangeLog 3 Feb 2009 07:45:20 -0000 1.114
+++ ChangeLog 12 Feb 2009 17:42:03 -0000 1.115
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/audacity
# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v 1.114 2009/02/03 07:45:20 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v 1.115 2009/02/12 17:42:03 jer Exp $
+
+ 12 Feb 2009; Jeroen Roovers <jer@gentoo.org> audacity-1.3.6.ebuild:
+ Stable for HPPA (bug #253493).
*audacity-1.3.7 (03 Feb 2009)
1.6 media-sound/audacity/audacity-1.3.6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/audacity-1.3.6.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/audacity-1.3.6.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/audacity-1.3.6.ebuild?r1=1.5&r2=1.6
Index: audacity-1.3.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.6.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- audacity-1.3.6.ebuild 15 Jan 2009 08:06:35 -0000 1.5
+++ audacity-1.3.6.ebuild 12 Feb 2009 17:42:03 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.6.ebuild,v 1.5 2009/01/15 08:06:35 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.6.ebuild,v 1.6 2009/02/12 17:42:03 jer Exp $
EAPI=2
@@ -15,7 +15,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 hppa ~ppc ~ppc64 ~sparc ~x86"
RESTRICT="test"
COMMON_DEPEND="=x11-libs/wxGTK-2.8*
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-sound/audacity: ChangeLog audacity-1.3.6.ebuild
@ 2009-02-14 17:59 Brent Baude (ranger)
0 siblings, 0 replies; 9+ messages in thread
From: Brent Baude (ranger) @ 2009-02-14 17:59 UTC (permalink / raw
To: gentoo-commits
ranger 09/02/14 17:59:28
Modified: ChangeLog audacity-1.3.6.ebuild
Log:
Marking audacity-1.3.6 ppc64 and ppc for bug 253493
(Portage version: 2.1.6.6/cvs/Linux 2.6.24-gentoo-r3-g5-64 ppc64)
Revision Changes Path
1.117 media-sound/audacity/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/ChangeLog?rev=1.117&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/ChangeLog?rev=1.117&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/ChangeLog?r1=1.116&r2=1.117
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- ChangeLog 13 Feb 2009 07:20:53 -0000 1.116
+++ ChangeLog 14 Feb 2009 17:59:28 -0000 1.117
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/audacity
# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v 1.116 2009/02/13 07:20:53 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v 1.117 2009/02/14 17:59:28 ranger Exp $
+
+ 14 Feb 2009; Brent Baude <ranger@gentoo.org> audacity-1.3.6.ebuild:
+ Marking audacity-1.3.6 ppc64 and ppc for bug 253493
13 Feb 2009; Alexis Ballier <aballier@gentoo.org> audacity-1.3.6.ebuild,
audacity-1.3.7.ebuild:
1.8 media-sound/audacity/audacity-1.3.6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/audacity-1.3.6.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/audacity-1.3.6.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/audacity-1.3.6.ebuild?r1=1.7&r2=1.8
Index: audacity-1.3.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.6.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- audacity-1.3.6.ebuild 13 Feb 2009 07:20:53 -0000 1.7
+++ audacity-1.3.6.ebuild 14 Feb 2009 17:59:28 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.6.ebuild,v 1.7 2009/02/13 07:20:53 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.6.ebuild,v 1.8 2009/02/14 17:59:28 ranger Exp $
EAPI=2
@@ -15,7 +15,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 hppa ppc ppc64 ~sparc ~x86"
RESTRICT="test"
COMMON_DEPEND="=x11-libs/wxGTK-2.8*
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-sound/audacity: ChangeLog audacity-1.3.6.ebuild
@ 2009-02-14 20:50 Markus Meier (maekke)
0 siblings, 0 replies; 9+ messages in thread
From: Markus Meier (maekke) @ 2009-02-14 20:50 UTC (permalink / raw
To: gentoo-commits
maekke 09/02/14 20:50:41
Modified: ChangeLog audacity-1.3.6.ebuild
Log:
amd64/x86 stable, bug #253493
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Revision Changes Path
1.118 media-sound/audacity/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/ChangeLog?rev=1.118&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/ChangeLog?rev=1.118&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/ChangeLog?r1=1.117&r2=1.118
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- ChangeLog 14 Feb 2009 17:59:28 -0000 1.117
+++ ChangeLog 14 Feb 2009 20:50:41 -0000 1.118
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/audacity
# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v 1.117 2009/02/14 17:59:28 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v 1.118 2009/02/14 20:50:41 maekke Exp $
+
+ 14 Feb 2009; Markus Meier <maekke@gentoo.org> audacity-1.3.6.ebuild:
+ amd64/x86 stable, bug #253493
14 Feb 2009; Brent Baude <ranger@gentoo.org> audacity-1.3.6.ebuild:
Marking audacity-1.3.6 ppc64 and ppc for bug 253493
1.9 media-sound/audacity/audacity-1.3.6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/audacity-1.3.6.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/audacity-1.3.6.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/audacity-1.3.6.ebuild?r1=1.8&r2=1.9
Index: audacity-1.3.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.6.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- audacity-1.3.6.ebuild 14 Feb 2009 17:59:28 -0000 1.8
+++ audacity-1.3.6.ebuild 14 Feb 2009 20:50:41 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.6.ebuild,v 1.8 2009/02/14 17:59:28 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.6.ebuild,v 1.9 2009/02/14 20:50:41 maekke Exp $
EAPI=2
@@ -15,7 +15,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 hppa ppc ppc64 ~sparc ~x86"
+KEYWORDS="amd64 hppa ppc ppc64 ~sparc x86"
RESTRICT="test"
COMMON_DEPEND="=x11-libs/wxGTK-2.8*
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-sound/audacity: ChangeLog audacity-1.3.6.ebuild
@ 2009-02-18 16:38 Raul Porcel (armin76)
0 siblings, 0 replies; 9+ messages in thread
From: Raul Porcel (armin76) @ 2009-02-18 16:38 UTC (permalink / raw
To: gentoo-commits
armin76 09/02/18 16:38:59
Modified: ChangeLog audacity-1.3.6.ebuild
Log:
sparc stable wrt #253493
(Portage version: 2.1.6.4/cvs/Linux 2.6.27-gentoo-r8 ia64)
Revision Changes Path
1.119 media-sound/audacity/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/ChangeLog?rev=1.119&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/ChangeLog?rev=1.119&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/ChangeLog?r1=1.118&r2=1.119
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- ChangeLog 14 Feb 2009 20:50:41 -0000 1.118
+++ ChangeLog 18 Feb 2009 16:38:59 -0000 1.119
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/audacity
# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v 1.118 2009/02/14 20:50:41 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v 1.119 2009/02/18 16:38:59 armin76 Exp $
+
+ 18 Feb 2009; Raúl Porcel <armin76@gentoo.org> audacity-1.3.6.ebuild:
+ sparc stable wrt #253493
14 Feb 2009; Markus Meier <maekke@gentoo.org> audacity-1.3.6.ebuild:
amd64/x86 stable, bug #253493
1.10 media-sound/audacity/audacity-1.3.6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/audacity-1.3.6.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/audacity-1.3.6.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/audacity-1.3.6.ebuild?r1=1.9&r2=1.10
Index: audacity-1.3.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.6.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- audacity-1.3.6.ebuild 14 Feb 2009 20:50:41 -0000 1.9
+++ audacity-1.3.6.ebuild 18 Feb 2009 16:38:59 -0000 1.10
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.6.ebuild,v 1.9 2009/02/14 20:50:41 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.6.ebuild,v 1.10 2009/02/18 16:38:59 armin76 Exp $
EAPI=2
@@ -15,7 +15,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 hppa ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 hppa ppc ppc64 sparc x86"
RESTRICT="test"
COMMON_DEPEND="=x11-libs/wxGTK-2.8*
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-sound/audacity: ChangeLog audacity-1.3.6.ebuild
@ 2009-07-25 15:08 Alexis Ballier (aballier)
0 siblings, 0 replies; 9+ messages in thread
From: Alexis Ballier (aballier) @ 2009-07-25 15:08 UTC (permalink / raw
To: gentoo-commits
aballier 09/07/25 15:08:11
Modified: ChangeLog
Removed: audacity-1.3.6.ebuild
Log:
remove old
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Revision Changes Path
1.127 media-sound/audacity/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/ChangeLog?rev=1.127&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/ChangeLog?rev=1.127&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/ChangeLog?r1=1.126&r2=1.127
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -r1.126 -r1.127
--- ChangeLog 24 Jul 2009 16:55:10 -0000 1.126
+++ ChangeLog 25 Jul 2009 15:08:11 -0000 1.127
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/audacity
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v 1.126 2009/07/24 16:55:10 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v 1.127 2009/07/25 15:08:11 aballier Exp $
+
+ 25 Jul 2009; Alexis Ballier <aballier@gentoo.org> -audacity-1.3.6.ebuild,
+ -files/audacity-1.3.6-novorbis.patch, -files/audacity-1.3.6-vamp2.patch:
+ remove old
24 Jul 2009; Joseph Jezak <josejx@gentoo.org> audacity-1.3.7.ebuild:
Marked ppc stable for bug #273094.
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2009-07-25 15:08 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-27 14:59 [gentoo-commits] gentoo-x86 commit in media-sound/audacity: ChangeLog audacity-1.3.6.ebuild Jeroen Roovers (jer)
-- strict thread matches above, loose matches on Subject: below --
2009-01-02 16:33 Alexis Ballier (aballier)
2009-01-09 22:22 Joseph Jezak (josejx)
2009-01-15 8:06 Alexis Ballier (aballier)
2009-02-12 17:42 Jeroen Roovers (jer)
2009-02-14 17:59 Brent Baude (ranger)
2009-02-14 20:50 Markus Meier (maekke)
2009-02-18 16:38 Raul Porcel (armin76)
2009-07-25 15:08 Alexis Ballier (aballier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox