* [gentoo-commits] gentoo-x86 commit in media-sound/audacious: audacious-3.1.ebuild ChangeLog
@ 2011-11-14 10:44 Tony Vroon (chainsaw)
0 siblings, 0 replies; 8+ messages in thread
From: Tony Vroon (chainsaw) @ 2011-11-14 10:44 UTC (permalink / raw
To: gentoo-commits
chainsaw 11/11/14 10:44:01
Modified: ChangeLog
Added: audacious-3.1.ebuild
Log:
Version bump, as requested by J.D. Horelick on IRC.
(Portage version: 2.1.10.34/cvs/Linux x86_64)
Revision Changes Path
1.244 media-sound/audacious/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.244&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.244&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/ChangeLog?r1=1.243&r2=1.244
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v
retrieving revision 1.243
retrieving revision 1.244
diff -u -r1.243 -r1.244
--- ChangeLog 11 Oct 2011 16:59:15 -0000 1.243
+++ ChangeLog 14 Nov 2011 10:44:01 -0000 1.244
@@ -1,6 +1,11 @@
# ChangeLog for media-sound/audacious
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.243 2011/10/11 16:59:15 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.244 2011/11/14 10:44:01 chainsaw Exp $
+
+*audacious-3.1 (14 Nov 2011)
+
+ 14 Nov 2011; Tony Vroon <chainsaw@gentoo.org> +audacious-3.1.ebuild:
+ Version bump, as requested by J.D. Horelick on IRC.
11 Oct 2011; Jeroen Roovers <jer@gentoo.org> audacious-2.5.4.ebuild:
Stable for HPPA (bug #380575).
1.1 media-sound/audacious/audacious-3.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-3.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-3.1.ebuild?rev=1.1&content-type=text/plain
Index: audacious-3.1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.1.ebuild,v 1.1 2011/11/14 10:44:01 chainsaw Exp $
EAPI=4
MY_P="${P/_/-}"
S="${WORKDIR}/${MY_P}"
DESCRIPTION="Audacious Player - Your music, your way, no exceptions"
HOMEPAGE="http://audacious-media-player.org/"
SRC_URI="http://distfiles.atheme.org/${MY_P}.tar.bz2
mirror://gentoo/gentoo_ice-xmms-0.2.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
IUSE="altivec chardet nls session sse2"
RDEPEND=">=dev-libs/dbus-glib-0.60
>=dev-libs/glib-2.16
>=dev-libs/libmcs-0.7.1-r2
>=dev-libs/libmowgli-0.9.50
dev-libs/libxml2
>=x11-libs/cairo-1.2.6
>=x11-libs/pango-1.8.0
x11-libs/gtk+:3
session? ( x11-libs/libSM )"
DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.9.0
chardet? ( app-i18n/libguess )
nls? ( dev-util/intltool )"
PDEPEND=">=media-plugins/audacious-plugins-3.1"
src_configure() {
# D-Bus is a mandatory dependency, remote control,
# session management and some plugins depend on this.
# Building without D-Bus is *unsupported* and a USE-flag
# will not be added due to the bug reports that will result.
# Bugs #197894, #199069, #207330, #208606
# Use of GTK+2 causes plugin build failures, bug #384185
econf \
--enable-dbus \
--enable-gtk3 \
$(use_enable altivec) \
$(use_enable chardet) \
$(use_enable nls) \
$(use_enable session sm) \
$(use_enable sse2)
}
src_install() {
default
dodoc AUTHORS NEWS README
# Gentoo_ice skin installation; bug #109772
insinto /usr/share/audacious/Skins/gentoo_ice
doins "${WORKDIR}"/gentoo_ice/*
docinto gentoo_ice
dodoc "${WORKDIR}"/README
}
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-sound/audacious: audacious-3.1.ebuild ChangeLog
@ 2011-11-15 8:53 Tony Vroon (chainsaw)
0 siblings, 0 replies; 8+ messages in thread
From: Tony Vroon (chainsaw) @ 2011-11-15 8:53 UTC (permalink / raw
To: gentoo-commits
chainsaw 11/11/15 08:53:42
Modified: audacious-3.1.ebuild ChangeLog
Log:
Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo & Elijah "Armageddon" El Lazkani in security bug #383991.
(Portage version: 2.1.10.34/cvs/Linux x86_64)
Revision Changes Path
1.2 media-sound/audacious/audacious-3.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-3.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-3.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-3.1.ebuild?r1=1.1&r2=1.2
Index: audacious-3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- audacious-3.1.ebuild 14 Nov 2011 10:44:01 -0000 1.1
+++ audacious-3.1.ebuild 15 Nov 2011 08:53:41 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.1.ebuild,v 1.1 2011/11/14 10:44:01 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.1.ebuild,v 1.2 2011/11/15 08:53:41 chainsaw Exp $
EAPI=4
@@ -13,7 +13,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
IUSE="altivec chardet nls session sse2"
RDEPEND=">=dev-libs/dbus-glib-0.60
1.245 media-sound/audacious/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.245&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.245&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/ChangeLog?r1=1.244&r2=1.245
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v
retrieving revision 1.244
retrieving revision 1.245
diff -u -r1.244 -r1.245
--- ChangeLog 14 Nov 2011 10:44:01 -0000 1.244
+++ ChangeLog 15 Nov 2011 08:53:41 -0000 1.245
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/audacious
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.244 2011/11/14 10:44:01 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.245 2011/11/15 08:53:41 chainsaw Exp $
+
+ 15 Nov 2011; Tony Vroon <chainsaw@gentoo.org> audacious-3.1.ebuild:
+ Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo &
+ Elijah "Armageddon" El Lazkani in security bug #383991.
*audacious-3.1 (14 Nov 2011)
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-sound/audacious: audacious-3.1.ebuild ChangeLog
@ 2011-11-15 18:27 Jeroen Roovers (jer)
0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2011-11-15 18:27 UTC (permalink / raw
To: gentoo-commits
jer 11/11/15 18:27:46
Modified: audacious-3.1.ebuild ChangeLog
Log:
Stable for HPPA (bug #383991).
(Portage version: 2.2.0_alpha74/cvs/Linux x86_64)
Revision Changes Path
1.3 media-sound/audacious/audacious-3.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-3.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-3.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-3.1.ebuild?r1=1.2&r2=1.3
Index: audacious-3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- audacious-3.1.ebuild 15 Nov 2011 08:53:41 -0000 1.2
+++ audacious-3.1.ebuild 15 Nov 2011 18:27:46 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.1.ebuild,v 1.2 2011/11/15 08:53:41 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.1.ebuild,v 1.3 2011/11/15 18:27:46 jer Exp $
EAPI=4
@@ -13,7 +13,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
IUSE="altivec chardet nls session sse2"
RDEPEND=">=dev-libs/dbus-glib-0.60
1.246 media-sound/audacious/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.246&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.246&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/ChangeLog?r1=1.245&r2=1.246
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v
retrieving revision 1.245
retrieving revision 1.246
diff -u -r1.245 -r1.246
--- ChangeLog 15 Nov 2011 08:53:41 -0000 1.245
+++ ChangeLog 15 Nov 2011 18:27:46 -0000 1.246
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/audacious
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.245 2011/11/15 08:53:41 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.246 2011/11/15 18:27:46 jer Exp $
+
+ 15 Nov 2011; Jeroen Roovers <jer@gentoo.org> audacious-3.1.ebuild:
+ Stable for HPPA (bug #383991).
15 Nov 2011; Tony Vroon <chainsaw@gentoo.org> audacious-3.1.ebuild:
Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo &
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-sound/audacious: audacious-3.1.ebuild ChangeLog
@ 2011-12-07 13:47 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 8+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-12-07 13:47 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 11/12/07 13:47:38
Modified: audacious-3.1.ebuild ChangeLog
Log:
x86 stable wrt security bug #383991
(Portage version: 2.1.10.11/cvs/Linux i686)
Revision Changes Path
1.4 media-sound/audacious/audacious-3.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-3.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-3.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-3.1.ebuild?r1=1.3&r2=1.4
Index: audacious-3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- audacious-3.1.ebuild 15 Nov 2011 18:27:46 -0000 1.3
+++ audacious-3.1.ebuild 7 Dec 2011 13:47:38 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.1.ebuild,v 1.3 2011/11/15 18:27:46 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.1.ebuild,v 1.4 2011/12/07 13:47:38 phajdan.jr Exp $
EAPI=4
@@ -13,7 +13,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 hppa ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
IUSE="altivec chardet nls session sse2"
RDEPEND=">=dev-libs/dbus-glib-0.60
1.248 media-sound/audacious/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.248&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.248&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/ChangeLog?r1=1.247&r2=1.248
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v
retrieving revision 1.247
retrieving revision 1.248
diff -u -r1.247 -r1.248
--- ChangeLog 5 Dec 2011 22:46:56 -0000 1.247
+++ ChangeLog 7 Dec 2011 13:47:38 -0000 1.248
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/audacious
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.247 2011/12/05 22:46:56 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.248 2011/12/07 13:47:38 phajdan.jr Exp $
+
+ 07 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> audacious-3.1.ebuild:
+ x86 stable wrt security bug #383991
*audacious-3.1.1 (05 Dec 2011)
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-sound/audacious: audacious-3.1.ebuild ChangeLog
@ 2012-01-17 13:22 Tobias Klausmann (klausman)
0 siblings, 0 replies; 8+ messages in thread
From: Tobias Klausmann (klausman) @ 2012-01-17 13:22 UTC (permalink / raw
To: gentoo-commits
klausman 12/01/17 13:22:00
Modified: audacious-3.1.ebuild ChangeLog
Log:
Stable on alpha, bug #383991
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Revision Changes Path
1.6 media-sound/audacious/audacious-3.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-3.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-3.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-3.1.ebuild?r1=1.5&r2=1.6
Index: audacious-3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- audacious-3.1.ebuild 17 Jan 2012 12:55:52 -0000 1.5
+++ audacious-3.1.ebuild 17 Jan 2012 13:22:00 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.1.ebuild,v 1.5 2012/01/17 12:55:52 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.1.ebuild,v 1.6 2012/01/17 13:22:00 klausman Exp $
EAPI=4
inherit eutils
@@ -14,7 +14,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 hppa ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
IUSE="altivec chardet nls session sse2"
RDEPEND=">=dev-libs/dbus-glib-0.60
1.250 media-sound/audacious/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.250&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.250&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/ChangeLog?r1=1.249&r2=1.250
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v
retrieving revision 1.249
retrieving revision 1.250
diff -u -r1.249 -r1.250
--- ChangeLog 17 Jan 2012 12:55:52 -0000 1.249
+++ ChangeLog 17 Jan 2012 13:22:00 -0000 1.250
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/audacious
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.249 2012/01/17 12:55:52 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.250 2012/01/17 13:22:00 klausman Exp $
+
+ 17 Jan 2012; Tobias Klausmann <klausman@gentoo.org> audacious-3.1.ebuild:
+ Stable on alpha, bug #383991
17 Jan 2012; Tobias Klausmann <klausman@gentoo.org>
+files/audacious_ldflags.patch, audacious-3.1.1.ebuild, audacious-3.1.ebuild:
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-sound/audacious: audacious-3.1.ebuild ChangeLog
@ 2012-02-19 15:32 Raul Porcel (armin76)
0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2012-02-19 15:32 UTC (permalink / raw
To: gentoo-commits
armin76 12/02/19 15:32:23
Modified: audacious-3.1.ebuild ChangeLog
Log:
sparc stable wrt #383991
(Portage version: 2.1.10.44/cvs/Linux ia64)
Revision Changes Path
1.9 media-sound/audacious/audacious-3.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-3.1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-3.1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-3.1.ebuild?r1=1.8&r2=1.9
Index: audacious-3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- audacious-3.1.ebuild 3 Feb 2012 01:35:54 -0000 1.8
+++ audacious-3.1.ebuild 19 Feb 2012 15:32:23 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.1.ebuild,v 1.8 2012/02/03 01:35:54 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.1.ebuild,v 1.9 2012/02/19 15:32:23 armin76 Exp $
EAPI=4
inherit eutils
@@ -14,7 +14,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 hppa ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 hppa ~ppc ~ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
IUSE="chardet nls session"
RDEPEND=">=dev-libs/dbus-glib-0.60
1.255 media-sound/audacious/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.255&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.255&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/ChangeLog?r1=1.254&r2=1.255
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v
retrieving revision 1.254
retrieving revision 1.255
diff -u -r1.254 -r1.255
--- ChangeLog 18 Feb 2012 00:19:32 -0000 1.254
+++ ChangeLog 19 Feb 2012 15:32:23 -0000 1.255
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/audacious
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.254 2012/02/18 00:19:32 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.255 2012/02/19 15:32:23 armin76 Exp $
+
+ 19 Feb 2012; Raúl Porcel <armin76@gentoo.org> audacious-3.1.ebuild:
+ sparc stable wrt #383991
*audacious-3.2.1 (18 Feb 2012)
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-sound/audacious: audacious-3.1.ebuild ChangeLog
@ 2012-03-10 17:00 Brent Baude (ranger)
0 siblings, 0 replies; 8+ messages in thread
From: Brent Baude (ranger) @ 2012-03-10 17:00 UTC (permalink / raw
To: gentoo-commits
ranger 12/03/10 17:00:26
Modified: audacious-3.1.ebuild ChangeLog
Log:
Marking audacious-3.1 ppc for bug 383991
(Portage version: 2.1.10.11/cvs/Linux ppc64)
Revision Changes Path
1.10 media-sound/audacious/audacious-3.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-3.1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-3.1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-3.1.ebuild?r1=1.9&r2=1.10
Index: audacious-3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- audacious-3.1.ebuild 19 Feb 2012 15:32:23 -0000 1.9
+++ audacious-3.1.ebuild 10 Mar 2012 17:00:26 -0000 1.10
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.1.ebuild,v 1.9 2012/02/19 15:32:23 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.1.ebuild,v 1.10 2012/03/10 17:00:26 ranger Exp $
EAPI=4
inherit eutils
@@ -14,7 +14,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 hppa ~ppc ~ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 hppa ppc ~ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
IUSE="chardet nls session"
RDEPEND=">=dev-libs/dbus-glib-0.60
1.256 media-sound/audacious/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.256&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.256&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/ChangeLog?r1=1.255&r2=1.256
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v
retrieving revision 1.255
retrieving revision 1.256
diff -u -r1.255 -r1.256
--- ChangeLog 19 Feb 2012 15:32:23 -0000 1.255
+++ ChangeLog 10 Mar 2012 17:00:26 -0000 1.256
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/audacious
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.255 2012/02/19 15:32:23 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.256 2012/03/10 17:00:26 ranger Exp $
+
+ 10 Mar 2012; Brent Baude <ranger@gentoo.org> audacious-3.1.ebuild:
+ Marking audacious-3.1 ppc for bug 383991
19 Feb 2012; Raúl Porcel <armin76@gentoo.org> audacious-3.1.ebuild:
sparc stable wrt #383991
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-sound/audacious: audacious-3.1.ebuild ChangeLog
@ 2012-03-11 13:52 Brent Baude (ranger)
0 siblings, 0 replies; 8+ messages in thread
From: Brent Baude (ranger) @ 2012-03-11 13:52 UTC (permalink / raw
To: gentoo-commits
ranger 12/03/11 13:52:05
Modified: audacious-3.1.ebuild ChangeLog
Log:
Marking audacious-3.1 ppc64 for bug 383991
(Portage version: 2.1.10.11/cvs/Linux ppc64)
Revision Changes Path
1.11 media-sound/audacious/audacious-3.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-3.1.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-3.1.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-3.1.ebuild?r1=1.10&r2=1.11
Index: audacious-3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- audacious-3.1.ebuild 10 Mar 2012 17:00:26 -0000 1.10
+++ audacious-3.1.ebuild 11 Mar 2012 13:52:05 -0000 1.11
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.1.ebuild,v 1.10 2012/03/10 17:00:26 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.1.ebuild,v 1.11 2012/03/11 13:52:05 ranger Exp $
EAPI=4
inherit eutils
@@ -14,7 +14,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 hppa ppc ~ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
IUSE="chardet nls session"
RDEPEND=">=dev-libs/dbus-glib-0.60
1.257 media-sound/audacious/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.257&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.257&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/ChangeLog?r1=1.256&r2=1.257
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v
retrieving revision 1.256
retrieving revision 1.257
diff -u -r1.256 -r1.257
--- ChangeLog 10 Mar 2012 17:00:26 -0000 1.256
+++ ChangeLog 11 Mar 2012 13:52:05 -0000 1.257
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/audacious
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.256 2012/03/10 17:00:26 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.257 2012/03/11 13:52:05 ranger Exp $
+
+ 11 Mar 2012; Brent Baude <ranger@gentoo.org> audacious-3.1.ebuild:
+ Marking audacious-3.1 ppc64 for bug 383991
10 Mar 2012; Brent Baude <ranger@gentoo.org> audacious-3.1.ebuild:
Marking audacious-3.1 ppc for bug 383991
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2012-03-11 13:52 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-15 18:27 [gentoo-commits] gentoo-x86 commit in media-sound/audacious: audacious-3.1.ebuild ChangeLog Jeroen Roovers (jer)
-- strict thread matches above, loose matches on Subject: below --
2012-03-11 13:52 Brent Baude (ranger)
2012-03-10 17:00 Brent Baude (ranger)
2012-02-19 15:32 Raul Porcel (armin76)
2012-01-17 13:22 Tobias Klausmann (klausman)
2011-12-07 13:47 PaweA Hajdan (phajdan.jr)
2011-11-15 8:53 Tony Vroon (chainsaw)
2011-11-14 10:44 Tony Vroon (chainsaw)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox