public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/alsa-utils: alsa-utils-1.0.19-r2.ebuild ChangeLog
@ 2009-04-10  4:26 Steve Dibb (beandog)
  0 siblings, 0 replies; 7+ messages in thread
From: Steve Dibb (beandog) @ 2009-04-10  4:26 UTC (permalink / raw
  To: gentoo-commits

beandog     09/04/10 04:26:28

  Modified:             ChangeLog
  Added:                alsa-utils-1.0.19-r2.ebuild
  Log:
  Make xmlto an optional dep, bug 246526
  (Portage version: 2.2_rc28/cvs/Linux x86_64)

Revision  Changes    Path
1.259                media-sound/alsa-utils/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsa-utils/ChangeLog?rev=1.259&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsa-utils/ChangeLog?rev=1.259&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsa-utils/ChangeLog?r1=1.258&r2=1.259

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/ChangeLog,v
retrieving revision 1.258
retrieving revision 1.259
diff -u -r1.258 -r1.259
--- ChangeLog	31 Mar 2009 09:34:48 -0000	1.258
+++ ChangeLog	10 Apr 2009 04:26:28 -0000	1.259
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/alsa-utils
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/ChangeLog,v 1.258 2009/03/31 09:34:48 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/ChangeLog,v 1.259 2009/04/10 04:26:28 beandog Exp $
+
+*alsa-utils-1.0.19-r2 (10 Apr 2009)
+
+  10 Apr 2009; Steve Dibb <beandog@gentoo.org> +alsa-utils-1.0.19-r2.ebuild:
+  Make xmlto an optional dep, bug 246526
 
   31 Mar 2009; Raúl Porcel <armin76@gentoo.org> alsa-utils-1.0.16.ebuild,
   alsa-utils-1.0.17.ebuild:



1.1                  media-sound/alsa-utils/alsa-utils-1.0.19-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.19-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.19-r2.ebuild?rev=1.1&content-type=text/plain

Index: alsa-utils-1.0.19-r2.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.19-r2.ebuild,v 1.1 2009/04/10 04:26:28 beandog Exp $

inherit eutils

MY_P="${P/_rc/rc}"

DESCRIPTION="Advanced Linux Sound Architecture Utils (alsactl, alsamixer, etc.)"
HOMEPAGE="http://www.alsa-project.org/"
SRC_URI="mirror://alsaproject/utils/${MY_P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0.9"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
IUSE="doc nls midi minimal"

DEPEND=">=sys-libs/ncurses-5.1
	dev-util/dialog
	>=media-libs/alsa-lib-${PV}
	doc? ( app-text/xmlto )"
RDEPEND=">=sys-libs/ncurses-5.1
	dev-util/dialog
	>=media-libs/alsa-lib-${PV}
	virtual/modutils
	!minimal? ( sys-apps/pciutils )"

S="${WORKDIR}/${MY_P}"

pkg_setup() {
	if use midi && ! built_with_use --missing true media-libs/alsa-lib midi; then
		eerror ""
		eerror "To be able to build alsa-utils with midi support you need"
		eerror "to have built media-libs/alsa-lib with midi USE flag."
		die "Missing midi USE flag on media-libs/alsa-lib"
	fi
}

src_compile() {

	local myconf=""
	use doc || myconf="--disable-xmlto"

	econf ${myconf} \
		$(use_enable nls) \
		$(use_enable midi sequencer) \
		|| die "configure failed"

	emake || die "make failed"
}

pkg_preinst() {
	if [[ -a /etc/modules.d/alsa ]] && [[ ! -a /etc/modprobe.d/alsa ]]; then
		elog "Moving old alsa configuration in modules.d to new"
		elog "location in modprobe.d in /etc/"
		mv "${ROOT}/etc/modules.d/alsa" "${ROOT}/etc/modprobe.d/alsa"
	fi
}

src_install() {
	local ALSA_UTILS_DOCS="ChangeLog README TODO
		seq/aconnect/README.aconnect
		seq/aseqnet/README.aseqnet"

	emake DESTDIR="${D}" install || die "Installation Failed"

	dodoc ${ALSA_UTILS_DOCS} || die
	newdoc alsamixer/README README.alsamixer || die

	newinitd "${FILESDIR}/alsasound-1.0.19-r1.initd" alsasound
	newconfd "${FILESDIR}/alsasound-1.0.19.confd" alsasound
	insinto /etc/modprobe.d
	newins "${FILESDIR}/alsa-modules.conf-rc" alsa

	keepdir /var/lib/alsa
}

pkg_postinst() {
	echo
	elog "To take advantage of the init script, and automate the process of"
	elog "saving and restoring sound-card mixer levels you should"
	elog "add alsasound to the boot runlevel. You can do this as"
	elog "root like so:"
	elog "	# rc-update add alsasound boot"
	echo
	elog "The script will load ALSA modules, if you choose to use a modular"
	elog "configuration. The Gentoo ALSA developers recommend you to build"
	elog "your audio drivers into the kernel unless the device is hotpluggable"
	elog "or you need to supply specific options (such as model= to HD Audio)."
	echo
	ewarn "Automated unloading of ALSA modules is deprecated and unsupported."
	ewarn "Should you choose to use it, bug reports will not be accepted."
	echo
	if use minimal; then
		ewarn "The minimal use flag disables the dependency on pciutils that"
		ewarn "is needed by alsaconf at runtime."
	fi
}






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

* [gentoo-commits] gentoo-x86 commit in media-sound/alsa-utils: alsa-utils-1.0.19-r2.ebuild ChangeLog
@ 2009-06-04 19:45 Ferris McCormick (fmccor)
  0 siblings, 0 replies; 7+ messages in thread
From: Ferris McCormick (fmccor) @ 2009-06-04 19:45 UTC (permalink / raw
  To: gentoo-commits

fmccor      09/06/04 19:45:46

  Modified:             alsa-utils-1.0.19-r2.ebuild ChangeLog
  Log:
  Sparc stable, part of Bug #272682.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  media-sound/alsa-utils/alsa-utils-1.0.19-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.19-r2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.19-r2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.19-r2.ebuild?r1=1.2&r2=1.3

Index: alsa-utils-1.0.19-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.19-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- alsa-utils-1.0.19-r2.ebuild	7 May 2009 00:00:27 -0000	1.2
+++ alsa-utils-1.0.19-r2.ebuild	4 Jun 2009 19:45:46 -0000	1.3
@@ -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/alsa-utils/alsa-utils-1.0.19-r2.ebuild,v 1.2 2009/05/07 00:00:27 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.19-r2.ebuild,v 1.3 2009/06/04 19:45:46 fmccor Exp $
 
 inherit eutils
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0.9"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh sparc ~x86"
 IUSE="doc nls midi minimal"
 
 DEPEND=">=sys-libs/ncurses-5.1



1.263                media-sound/alsa-utils/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsa-utils/ChangeLog?rev=1.263&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsa-utils/ChangeLog?rev=1.263&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsa-utils/ChangeLog?r1=1.262&r2=1.263

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/ChangeLog,v
retrieving revision 1.262
retrieving revision 1.263
diff -u -r1.262 -r1.263
--- ChangeLog	4 Jun 2009 18:03:12 -0000	1.262
+++ ChangeLog	4 Jun 2009 19:45:46 -0000	1.263
@@ -1,6 +1,10 @@
 # ChangeLog for media-sound/alsa-utils
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/ChangeLog,v 1.262 2009/06/04 18:03:12 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/ChangeLog,v 1.263 2009/06/04 19:45:46 fmccor Exp $
+
+  04 Jun 2009; Ferris McCormick <fmccor@gentoo.org>
+  alsa-utils-1.0.19-r2.ebuild:
+  Sparc stable, part of Bug #272682.
 
 *alsa-utils-1.0.20-r1 (04 Jun 2009)
 






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

* [gentoo-commits] gentoo-x86 commit in media-sound/alsa-utils: alsa-utils-1.0.19-r2.ebuild ChangeLog
@ 2009-06-11  5:32 Jeroen Roovers (jer)
  0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2009-06-11  5:32 UTC (permalink / raw
  To: gentoo-commits

jer         09/06/11 05:32:18

  Modified:             alsa-utils-1.0.19-r2.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #272682).
  (Portage version: 2.2_rc33/cvs/Linux i686)

Revision  Changes    Path
1.4                  media-sound/alsa-utils/alsa-utils-1.0.19-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.19-r2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.19-r2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.19-r2.ebuild?r1=1.3&r2=1.4

Index: alsa-utils-1.0.19-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.19-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- alsa-utils-1.0.19-r2.ebuild	4 Jun 2009 19:45:46 -0000	1.3
+++ alsa-utils-1.0.19-r2.ebuild	11 Jun 2009 05:32:18 -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/alsa-utils/alsa-utils-1.0.19-r2.ebuild,v 1.3 2009/06/04 19:45:46 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.19-r2.ebuild,v 1.4 2009/06/11 05:32:18 jer Exp $
 
 inherit eutils
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0.9"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh sparc ~x86"
 IUSE="doc nls midi minimal"
 
 DEPEND=">=sys-libs/ncurses-5.1



1.264                media-sound/alsa-utils/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsa-utils/ChangeLog?rev=1.264&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsa-utils/ChangeLog?rev=1.264&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsa-utils/ChangeLog?r1=1.263&r2=1.264

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/ChangeLog,v
retrieving revision 1.263
retrieving revision 1.264
diff -u -r1.263 -r1.264
--- ChangeLog	4 Jun 2009 19:45:46 -0000	1.263
+++ ChangeLog	11 Jun 2009 05:32:18 -0000	1.264
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/alsa-utils
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/ChangeLog,v 1.263 2009/06/04 19:45:46 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/ChangeLog,v 1.264 2009/06/11 05:32:18 jer Exp $
+
+  11 Jun 2009; Jeroen Roovers <jer@gentoo.org> alsa-utils-1.0.19-r2.ebuild:
+  Stable for HPPA (bug #272682).
 
   04 Jun 2009; Ferris McCormick <fmccor@gentoo.org>
   alsa-utils-1.0.19-r2.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in media-sound/alsa-utils: alsa-utils-1.0.19-r2.ebuild ChangeLog
@ 2009-06-16 17:40 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 7+ messages in thread
From: Tobias Klausmann (klausman) @ 2009-06-16 17:40 UTC (permalink / raw
  To: gentoo-commits

klausman    09/06/16 17:40:07

  Modified:             alsa-utils-1.0.19-r2.ebuild ChangeLog
  Log:
  Stable on alpha, bug #272682
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  media-sound/alsa-utils/alsa-utils-1.0.19-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.19-r2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.19-r2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.19-r2.ebuild?r1=1.4&r2=1.5

Index: alsa-utils-1.0.19-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.19-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- alsa-utils-1.0.19-r2.ebuild	11 Jun 2009 05:32:18 -0000	1.4
+++ alsa-utils-1.0.19-r2.ebuild	16 Jun 2009 17:40:07 -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/alsa-utils/alsa-utils-1.0.19-r2.ebuild,v 1.4 2009/06/11 05:32:18 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.19-r2.ebuild,v 1.5 2009/06/16 17:40:07 klausman Exp $
 
 inherit eutils
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0.9"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh sparc ~x86"
+KEYWORDS="alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh sparc ~x86"
 IUSE="doc nls midi minimal"
 
 DEPEND=">=sys-libs/ncurses-5.1



1.265                media-sound/alsa-utils/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsa-utils/ChangeLog?rev=1.265&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsa-utils/ChangeLog?rev=1.265&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsa-utils/ChangeLog?r1=1.264&r2=1.265

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/ChangeLog,v
retrieving revision 1.264
retrieving revision 1.265
diff -u -r1.264 -r1.265
--- ChangeLog	11 Jun 2009 05:32:18 -0000	1.264
+++ ChangeLog	16 Jun 2009 17:40:07 -0000	1.265
@@ -1,6 +1,10 @@
 # ChangeLog for media-sound/alsa-utils
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/ChangeLog,v 1.264 2009/06/11 05:32:18 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/ChangeLog,v 1.265 2009/06/16 17:40:07 klausman Exp $
+
+  16 Jun 2009; Tobias Klausmann <klausman@gentoo.org>
+  alsa-utils-1.0.19-r2.ebuild:
+  Stable on alpha, bug #272682
 
   11 Jun 2009; Jeroen Roovers <jer@gentoo.org> alsa-utils-1.0.19-r2.ebuild:
   Stable for HPPA (bug #272682).






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

* [gentoo-commits] gentoo-x86 commit in media-sound/alsa-utils: alsa-utils-1.0.19-r2.ebuild ChangeLog
@ 2009-07-02 11:48 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 7+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-07-02 11:48 UTC (permalink / raw
  To: gentoo-commits

fauli       09/07/02 11:48:30

  Modified:             alsa-utils-1.0.19-r2.ebuild ChangeLog
  Log:
  stable x86, bug 272682
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.6                  media-sound/alsa-utils/alsa-utils-1.0.19-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.19-r2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.19-r2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.19-r2.ebuild?r1=1.5&r2=1.6

Index: alsa-utils-1.0.19-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.19-r2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- alsa-utils-1.0.19-r2.ebuild	16 Jun 2009 17:40:07 -0000	1.5
+++ alsa-utils-1.0.19-r2.ebuild	2 Jul 2009 11:48:30 -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/alsa-utils/alsa-utils-1.0.19-r2.ebuild,v 1.5 2009/06/16 17:40:07 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.19-r2.ebuild,v 1.6 2009/07/02 11:48:30 fauli Exp $
 
 inherit eutils
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0.9"
-KEYWORDS="alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh sparc ~x86"
+KEYWORDS="alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh sparc x86"
 IUSE="doc nls midi minimal"
 
 DEPEND=">=sys-libs/ncurses-5.1



1.266                media-sound/alsa-utils/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsa-utils/ChangeLog?rev=1.266&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsa-utils/ChangeLog?rev=1.266&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsa-utils/ChangeLog?r1=1.265&r2=1.266

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/ChangeLog,v
retrieving revision 1.265
retrieving revision 1.266
diff -u -r1.265 -r1.266
--- ChangeLog	16 Jun 2009 17:40:07 -0000	1.265
+++ ChangeLog	2 Jul 2009 11:48:30 -0000	1.266
@@ -1,6 +1,10 @@
 # ChangeLog for media-sound/alsa-utils
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/ChangeLog,v 1.265 2009/06/16 17:40:07 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/ChangeLog,v 1.266 2009/07/02 11:48:30 fauli Exp $
+
+  02 Jul 2009; Christian Faulhammer <fauli@gentoo.org>
+  alsa-utils-1.0.19-r2.ebuild:
+  stable x86, bug 272682
 
   16 Jun 2009; Tobias Klausmann <klausman@gentoo.org>
   alsa-utils-1.0.19-r2.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in media-sound/alsa-utils: alsa-utils-1.0.19-r2.ebuild ChangeLog
@ 2009-07-02 16:18 Brent Baude (ranger)
  0 siblings, 0 replies; 7+ messages in thread
From: Brent Baude (ranger) @ 2009-07-02 16:18 UTC (permalink / raw
  To: gentoo-commits

ranger      09/07/02 16:18:04

  Modified:             alsa-utils-1.0.19-r2.ebuild ChangeLog
  Log:
  Marking alsa-utils-1.0.19-r2 ppc64 for bug 272682
  (Portage version: 2.1.6.13/cvs/Linux ppc64)

Revision  Changes    Path
1.7                  media-sound/alsa-utils/alsa-utils-1.0.19-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.19-r2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.19-r2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.19-r2.ebuild?r1=1.6&r2=1.7

Index: alsa-utils-1.0.19-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.19-r2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- alsa-utils-1.0.19-r2.ebuild	2 Jul 2009 11:48:30 -0000	1.6
+++ alsa-utils-1.0.19-r2.ebuild	2 Jul 2009 16:18:03 -0000	1.7
@@ -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/alsa-utils/alsa-utils-1.0.19-r2.ebuild,v 1.6 2009/07/02 11:48:30 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.19-r2.ebuild,v 1.7 2009/07/02 16:18:03 ranger Exp $
 
 inherit eutils
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0.9"
-KEYWORDS="alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh sparc x86"
+KEYWORDS="alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~sh sparc x86"
 IUSE="doc nls midi minimal"
 
 DEPEND=">=sys-libs/ncurses-5.1



1.267                media-sound/alsa-utils/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsa-utils/ChangeLog?rev=1.267&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsa-utils/ChangeLog?rev=1.267&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsa-utils/ChangeLog?r1=1.266&r2=1.267

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/ChangeLog,v
retrieving revision 1.266
retrieving revision 1.267
diff -u -r1.266 -r1.267
--- ChangeLog	2 Jul 2009 11:48:30 -0000	1.266
+++ ChangeLog	2 Jul 2009 16:18:03 -0000	1.267
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/alsa-utils
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/ChangeLog,v 1.266 2009/07/02 11:48:30 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/ChangeLog,v 1.267 2009/07/02 16:18:03 ranger Exp $
+
+  02 Jul 2009; Brent Baude <ranger@gentoo.org> alsa-utils-1.0.19-r2.ebuild:
+  Marking alsa-utils-1.0.19-r2 ppc64 stable for bug 272682
 
   02 Jul 2009; Christian Faulhammer <fauli@gentoo.org>
   alsa-utils-1.0.19-r2.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in media-sound/alsa-utils: alsa-utils-1.0.19-r2.ebuild ChangeLog
@ 2009-07-02 19:18 Markus Meier (maekke)
  0 siblings, 0 replies; 7+ messages in thread
From: Markus Meier (maekke) @ 2009-07-02 19:18 UTC (permalink / raw
  To: gentoo-commits

maekke      09/07/02 19:18:42

  Modified:             alsa-utils-1.0.19-r2.ebuild ChangeLog
  Log:
  amd64 stable, bug #272682
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  media-sound/alsa-utils/alsa-utils-1.0.19-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.19-r2.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.19-r2.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.19-r2.ebuild?r1=1.7&r2=1.8

Index: alsa-utils-1.0.19-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.19-r2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- alsa-utils-1.0.19-r2.ebuild	2 Jul 2009 16:18:03 -0000	1.7
+++ alsa-utils-1.0.19-r2.ebuild	2 Jul 2009 19:18:42 -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/alsa-utils/alsa-utils-1.0.19-r2.ebuild,v 1.7 2009/07/02 16:18:03 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.19-r2.ebuild,v 1.8 2009/07/02 19:18:42 maekke Exp $
 
 inherit eutils
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0.9"
-KEYWORDS="alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~sh sparc x86"
+KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~sh sparc x86"
 IUSE="doc nls midi minimal"
 
 DEPEND=">=sys-libs/ncurses-5.1



1.268                media-sound/alsa-utils/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsa-utils/ChangeLog?rev=1.268&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsa-utils/ChangeLog?rev=1.268&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsa-utils/ChangeLog?r1=1.267&r2=1.268

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/ChangeLog,v
retrieving revision 1.267
retrieving revision 1.268
diff -u -r1.267 -r1.268
--- ChangeLog	2 Jul 2009 16:18:03 -0000	1.267
+++ ChangeLog	2 Jul 2009 19:18:42 -0000	1.268
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/alsa-utils
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/ChangeLog,v 1.267 2009/07/02 16:18:03 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/ChangeLog,v 1.268 2009/07/02 19:18:42 maekke Exp $
+
+  02 Jul 2009; Markus Meier <maekke@gentoo.org> alsa-utils-1.0.19-r2.ebuild:
+  amd64 stable, bug #272682
 
   02 Jul 2009; Brent Baude <ranger@gentoo.org> alsa-utils-1.0.19-r2.ebuild:
   Marking alsa-utils-1.0.19-r2 ppc64 stable for bug 272682






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

end of thread, other threads:[~2009-07-02 19:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-02 11:48 [gentoo-commits] gentoo-x86 commit in media-sound/alsa-utils: alsa-utils-1.0.19-r2.ebuild ChangeLog Christian Faulhammer (fauli)
  -- strict thread matches above, loose matches on Subject: below --
2009-07-02 19:18 Markus Meier (maekke)
2009-07-02 16:18 Brent Baude (ranger)
2009-06-16 17:40 Tobias Klausmann (klausman)
2009-06-11  5:32 Jeroen Roovers (jer)
2009-06-04 19:45 Ferris McCormick (fmccor)
2009-04-10  4:26 Steve Dibb (beandog)

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