public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/audacious: audacious-3.4.1.ebuild ChangeLog
@ 2013-09-02 21:13 Jeff Horelick (jdhore)
  0 siblings, 0 replies; 9+ messages in thread
From: Jeff Horelick (jdhore) @ 2013-09-02 21:13 UTC (permalink / raw
  To: gentoo-commits

jdhore      13/09/02 21:13:01

  Modified:             ChangeLog
  Added:                audacious-3.4.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.1/cvs/Linux i686, unsigned Manifest commit)

Revision  Changes    Path
1.288                media-sound/audacious/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.288&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.288&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/ChangeLog?r1=1.287&r2=1.288

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v
retrieving revision 1.287
retrieving revision 1.288
diff -u -r1.287 -r1.288
--- ChangeLog	7 Feb 2013 07:10:52 -0000	1.287
+++ ChangeLog	2 Sep 2013 21:13:01 -0000	1.288
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/audacious
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.287 2013/02/07 07:10:52 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.288 2013/09/02 21:13:01 jdhore Exp $
+
+*audacious-3.4.1 (02 Sep 2013)
+
+  02 Sep 2013; Jeff Horelick <jdhore@gentoo.org> +audacious-3.4.1.ebuild:
+  Version bump.
 
 *audacious-3.3.4 (07 Feb 2013)
 



1.1                  media-sound/audacious/audacious-3.4.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-3.4.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-3.4.1.ebuild?rev=1.1&content-type=text/plain

Index: audacious-3.4.1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.4.1.ebuild,v 1.1 2013/09/02 21:13:01 jdhore Exp $

EAPI=5
inherit eutils

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.audacious-media-player.org/${MY_P}.tar.bz2
	 mirror://gentoo/gentoo_ice-xmms-0.2.tar.bz2"

LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"

IUSE="chardet nls"

RDEPEND=">=dev-libs/dbus-glib-0.60
	>=dev-libs/glib-2.28
	dev-libs/libxml2
	>=x11-libs/cairo-1.2.6
	>=x11-libs/pango-1.8.0
	x11-libs/gtk+:3"

DEPEND="${RDEPEND}
	virtual/pkgconfig
	chardet? ( >=app-i18n/libguess-1.1 )
	nls? ( dev-util/intltool )"

PDEPEND="~media-plugins/audacious-plugins-3.4.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
	econf \
		--enable-dbus \
		$(use_enable chardet) \
		$(use_enable nls)
}

src_install() {
	default
	dodoc AUTHORS

	# 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] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-sound/audacious: audacious-3.4.1.ebuild ChangeLog
@ 2013-12-26 14:57 Markus Meier (maekke)
  0 siblings, 0 replies; 9+ messages in thread
From: Markus Meier (maekke) @ 2013-12-26 14:57 UTC (permalink / raw
  To: gentoo-commits

maekke      13/12/26 14:57:53

  Modified:             audacious-3.4.1.ebuild ChangeLog
  Log:
  add ~arm, bug #489350
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)

Revision  Changes    Path
1.2                  media-sound/audacious/audacious-3.4.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-3.4.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-3.4.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-3.4.1.ebuild?r1=1.1&r2=1.2

Index: audacious-3.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.4.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- audacious-3.4.1.ebuild	2 Sep 2013 21:13:01 -0000	1.1
+++ audacious-3.4.1.ebuild	26 Dec 2013 14:57:52 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.4.1.ebuild,v 1.1 2013/09/02 21:13:01 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.4.1.ebuild,v 1.2 2013/12/26 14:57:52 maekke Exp $
 
 EAPI=5
 inherit eutils
@@ -14,7 +14,7 @@
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
 
 IUSE="chardet nls"
 



1.289                media-sound/audacious/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.289&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.289&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/ChangeLog?r1=1.288&r2=1.289

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v
retrieving revision 1.288
retrieving revision 1.289
diff -u -r1.288 -r1.289
--- ChangeLog	2 Sep 2013 21:13:01 -0000	1.288
+++ ChangeLog	26 Dec 2013 14:57:52 -0000	1.289
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/audacious
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.288 2013/09/02 21:13:01 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.289 2013/12/26 14:57:52 maekke Exp $
+
+  26 Dec 2013; Markus Meier <maekke@gentoo.org> audacious-3.4.1.ebuild:
+  add ~arm, bug #489350
 
 *audacious-3.4.1 (02 Sep 2013)
 





^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-sound/audacious: audacious-3.4.1.ebuild ChangeLog
@ 2014-01-24 23:29 Jeroen Roovers (jer)
  0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2014-01-24 23:29 UTC (permalink / raw
  To: gentoo-commits

jer         14/01/24 23:29:37

  Modified:             audacious-3.4.1.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #490463).
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.3                  media-sound/audacious/audacious-3.4.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-3.4.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-3.4.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-3.4.1.ebuild?r1=1.2&r2=1.3

Index: audacious-3.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.4.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- audacious-3.4.1.ebuild	26 Dec 2013 14:57:52 -0000	1.2
+++ audacious-3.4.1.ebuild	24 Jan 2014 23:29:37 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.4.1.ebuild,v 1.2 2013/12/26 14:57:52 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.4.1.ebuild,v 1.3 2014/01/24 23:29:37 jer Exp $
 
 EAPI=5
 inherit eutils
@@ -14,7 +14,7 @@
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
 
 IUSE="chardet nls"
 



1.290                media-sound/audacious/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.290&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.290&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/ChangeLog?r1=1.289&r2=1.290

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v
retrieving revision 1.289
retrieving revision 1.290
diff -u -r1.289 -r1.290
--- ChangeLog	26 Dec 2013 14:57:52 -0000	1.289
+++ ChangeLog	24 Jan 2014 23:29:37 -0000	1.290
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/audacious
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.289 2013/12/26 14:57:52 maekke Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.290 2014/01/24 23:29:37 jer Exp $
+
+  24 Jan 2014; Jeroen Roovers <jer@gentoo.org> audacious-3.4.1.ebuild:
+  Stable for HPPA (bug #490463).
 
   26 Dec 2013; Markus Meier <maekke@gentoo.org> audacious-3.4.1.ebuild:
   add ~arm, bug #489350





^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-sound/audacious: audacious-3.4.1.ebuild ChangeLog
@ 2014-01-26 12:07 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-01-26 12:07 UTC (permalink / raw
  To: gentoo-commits

ago         14/01/26 12:07:27

  Modified:             audacious-3.4.1.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #490463
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  media-sound/audacious/audacious-3.4.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-3.4.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-3.4.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-3.4.1.ebuild?r1=1.3&r2=1.4

Index: audacious-3.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.4.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- audacious-3.4.1.ebuild	24 Jan 2014 23:29:37 -0000	1.3
+++ audacious-3.4.1.ebuild	26 Jan 2014 12:07:27 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.4.1.ebuild,v 1.3 2014/01/24 23:29:37 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.4.1.ebuild,v 1.4 2014/01/26 12:07:27 ago Exp $
 
 EAPI=5
 inherit eutils
@@ -14,7 +14,7 @@
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ppc ~ppc64 sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
 
 IUSE="chardet nls"
 



1.291                media-sound/audacious/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.291&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.291&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/ChangeLog?r1=1.290&r2=1.291

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v
retrieving revision 1.290
retrieving revision 1.291
diff -u -r1.290 -r1.291
--- ChangeLog	24 Jan 2014 23:29:37 -0000	1.290
+++ ChangeLog	26 Jan 2014 12:07:27 -0000	1.291
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/audacious
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.290 2014/01/24 23:29:37 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.291 2014/01/26 12:07:27 ago Exp $
+
+  26 Jan 2014; Agostino Sarubbo <ago@gentoo.org> audacious-3.4.1.ebuild:
+  Stable for sparc, wrt bug #490463
 
   24 Jan 2014; Jeroen Roovers <jer@gentoo.org> audacious-3.4.1.ebuild:
   Stable for HPPA (bug #490463).





^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-sound/audacious: audacious-3.4.1.ebuild ChangeLog
@ 2014-01-28 14:02 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-01-28 14:02 UTC (permalink / raw
  To: gentoo-commits

ago         14/01/28 14:02:57

  Modified:             audacious-3.4.1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #490463
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  media-sound/audacious/audacious-3.4.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-3.4.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-3.4.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-3.4.1.ebuild?r1=1.4&r2=1.5

Index: audacious-3.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.4.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- audacious-3.4.1.ebuild	26 Jan 2014 12:07:27 -0000	1.4
+++ audacious-3.4.1.ebuild	28 Jan 2014 14:02:57 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.4.1.ebuild,v 1.4 2014/01/26 12:07:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.4.1.ebuild,v 1.5 2014/01/28 14:02:57 ago Exp $
 
 EAPI=5
 inherit eutils
@@ -14,7 +14,7 @@
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ppc ~ppc64 sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm hppa ~ppc ~ppc64 sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
 
 IUSE="chardet nls"
 



1.292                media-sound/audacious/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.292&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.292&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/ChangeLog?r1=1.291&r2=1.292

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v
retrieving revision 1.291
retrieving revision 1.292
diff -u -r1.291 -r1.292
--- ChangeLog	26 Jan 2014 12:07:27 -0000	1.291
+++ ChangeLog	28 Jan 2014 14:02:57 -0000	1.292
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/audacious
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.291 2014/01/26 12:07:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.292 2014/01/28 14:02:57 ago Exp $
+
+  28 Jan 2014; Agostino Sarubbo <ago@gentoo.org> audacious-3.4.1.ebuild:
+  Stable for amd64, wrt bug #490463
 
   26 Jan 2014; Agostino Sarubbo <ago@gentoo.org> audacious-3.4.1.ebuild:
   Stable for sparc, wrt bug #490463





^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-sound/audacious: audacious-3.4.1.ebuild ChangeLog
@ 2014-01-28 14:06 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-01-28 14:06 UTC (permalink / raw
  To: gentoo-commits

ago         14/01/28 14:06:24

  Modified:             audacious-3.4.1.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #490463
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.6                  media-sound/audacious/audacious-3.4.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-3.4.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-3.4.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-3.4.1.ebuild?r1=1.5&r2=1.6

Index: audacious-3.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.4.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- audacious-3.4.1.ebuild	28 Jan 2014 14:02:57 -0000	1.5
+++ audacious-3.4.1.ebuild	28 Jan 2014 14:06:24 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.4.1.ebuild,v 1.5 2014/01/28 14:02:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.4.1.ebuild,v 1.6 2014/01/28 14:06:24 ago Exp $
 
 EAPI=5
 inherit eutils
@@ -14,7 +14,7 @@
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ppc ~ppc64 sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm hppa ~ppc ~ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
 
 IUSE="chardet nls"
 



1.293                media-sound/audacious/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.293&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.293&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/ChangeLog?r1=1.292&r2=1.293

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v
retrieving revision 1.292
retrieving revision 1.293
diff -u -r1.292 -r1.293
--- ChangeLog	28 Jan 2014 14:02:57 -0000	1.292
+++ ChangeLog	28 Jan 2014 14:06:24 -0000	1.293
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/audacious
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.292 2014/01/28 14:02:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.293 2014/01/28 14:06:24 ago Exp $
+
+  28 Jan 2014; Agostino Sarubbo <ago@gentoo.org> audacious-3.4.1.ebuild:
+  Stable for x86, wrt bug #490463
 
   28 Jan 2014; Agostino Sarubbo <ago@gentoo.org> audacious-3.4.1.ebuild:
   Stable for amd64, wrt bug #490463





^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-sound/audacious: audacious-3.4.1.ebuild ChangeLog
@ 2014-01-28 14:08 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-01-28 14:08 UTC (permalink / raw
  To: gentoo-commits

ago         14/01/28 14:08:24

  Modified:             audacious-3.4.1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #490463
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.7                  media-sound/audacious/audacious-3.4.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-3.4.1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-3.4.1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-3.4.1.ebuild?r1=1.6&r2=1.7

Index: audacious-3.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.4.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- audacious-3.4.1.ebuild	28 Jan 2014 14:06:24 -0000	1.6
+++ audacious-3.4.1.ebuild	28 Jan 2014 14:08:24 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.4.1.ebuild,v 1.6 2014/01/28 14:06:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.4.1.ebuild,v 1.7 2014/01/28 14:08:24 ago Exp $
 
 EAPI=5
 inherit eutils
@@ -14,7 +14,7 @@
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ppc ~ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm hppa ppc ~ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
 
 IUSE="chardet nls"
 



1.294                media-sound/audacious/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.294&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.294&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/ChangeLog?r1=1.293&r2=1.294

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v
retrieving revision 1.293
retrieving revision 1.294
diff -u -r1.293 -r1.294
--- ChangeLog	28 Jan 2014 14:06:24 -0000	1.293
+++ ChangeLog	28 Jan 2014 14:08:24 -0000	1.294
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/audacious
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.293 2014/01/28 14:06:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.294 2014/01/28 14:08:24 ago Exp $
+
+  28 Jan 2014; Agostino Sarubbo <ago@gentoo.org> audacious-3.4.1.ebuild:
+  Stable for ppc, wrt bug #490463
 
   28 Jan 2014; Agostino Sarubbo <ago@gentoo.org> audacious-3.4.1.ebuild:
   Stable for x86, wrt bug #490463





^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-sound/audacious: audacious-3.4.1.ebuild ChangeLog
@ 2014-01-28 14:08 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-01-28 14:08 UTC (permalink / raw
  To: gentoo-commits

ago         14/01/28 14:08:54

  Modified:             audacious-3.4.1.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #490463
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.8                  media-sound/audacious/audacious-3.4.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-3.4.1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-3.4.1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-3.4.1.ebuild?r1=1.7&r2=1.8

Index: audacious-3.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.4.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- audacious-3.4.1.ebuild	28 Jan 2014 14:08:24 -0000	1.7
+++ audacious-3.4.1.ebuild	28 Jan 2014 14:08:54 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.4.1.ebuild,v 1.7 2014/01/28 14:08:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.4.1.ebuild,v 1.8 2014/01/28 14:08:54 ago Exp $
 
 EAPI=5
 inherit eutils
@@ -14,7 +14,7 @@
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ppc ~ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm hppa ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
 
 IUSE="chardet nls"
 



1.295                media-sound/audacious/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.295&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.295&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/ChangeLog?r1=1.294&r2=1.295

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v
retrieving revision 1.294
retrieving revision 1.295
diff -u -r1.294 -r1.295
--- ChangeLog	28 Jan 2014 14:08:24 -0000	1.294
+++ ChangeLog	28 Jan 2014 14:08:54 -0000	1.295
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/audacious
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.294 2014/01/28 14:08:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.295 2014/01/28 14:08:54 ago Exp $
+
+  28 Jan 2014; Agostino Sarubbo <ago@gentoo.org> audacious-3.4.1.ebuild:
+  Stable for ppc64, wrt bug #490463
 
   28 Jan 2014; Agostino Sarubbo <ago@gentoo.org> audacious-3.4.1.ebuild:
   Stable for ppc, wrt bug #490463





^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-sound/audacious: audacious-3.4.1.ebuild ChangeLog
@ 2014-01-28 14:10 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-01-28 14:10 UTC (permalink / raw
  To: gentoo-commits

ago         14/01/28 14:10:00

  Modified:             audacious-3.4.1.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #490463
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.9                  media-sound/audacious/audacious-3.4.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-3.4.1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-3.4.1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-3.4.1.ebuild?r1=1.8&r2=1.9

Index: audacious-3.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.4.1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- audacious-3.4.1.ebuild	28 Jan 2014 14:08:54 -0000	1.8
+++ audacious-3.4.1.ebuild	28 Jan 2014 14:09:59 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.4.1.ebuild,v 1.8 2014/01/28 14:08:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.4.1.ebuild,v 1.9 2014/01/28 14:09:59 ago Exp $
 
 EAPI=5
 inherit eutils
@@ -14,7 +14,7 @@
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~arm hppa ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
 
 IUSE="chardet nls"
 



1.296                media-sound/audacious/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.296&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.296&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/ChangeLog?r1=1.295&r2=1.296

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v
retrieving revision 1.295
retrieving revision 1.296
diff -u -r1.295 -r1.296
--- ChangeLog	28 Jan 2014 14:08:54 -0000	1.295
+++ ChangeLog	28 Jan 2014 14:09:59 -0000	1.296
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/audacious
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.295 2014/01/28 14:08:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.296 2014/01/28 14:09:59 ago Exp $
+
+  28 Jan 2014; Agostino Sarubbo <ago@gentoo.org> audacious-3.4.1.ebuild:
+  Stable for alpha, wrt bug #490463
 
   28 Jan 2014; Agostino Sarubbo <ago@gentoo.org> audacious-3.4.1.ebuild:
   Stable for ppc64, wrt bug #490463





^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-01-28 14:10 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-28 14:06 [gentoo-commits] gentoo-x86 commit in media-sound/audacious: audacious-3.4.1.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2014-01-28 14:10 Agostino Sarubbo (ago)
2014-01-28 14:08 Agostino Sarubbo (ago)
2014-01-28 14:08 Agostino Sarubbo (ago)
2014-01-28 14:02 Agostino Sarubbo (ago)
2014-01-26 12:07 Agostino Sarubbo (ago)
2014-01-24 23:29 Jeroen Roovers (jer)
2013-12-26 14:57 Markus Meier (maekke)
2013-09-02 21:13 Jeff Horelick (jdhore)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox