public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/alsa-tools: alsa-tools-1.0.25.ebuild ChangeLog
@ 2012-02-08 15:03 Tony Vroon (chainsaw)
  0 siblings, 0 replies; 6+ messages in thread
From: Tony Vroon (chainsaw) @ 2012-02-08 15:03 UTC (permalink / raw
  To: gentoo-commits

chainsaw    12/02/08 15:03:17

  Modified:             ChangeLog
  Added:                alsa-tools-1.0.25.ebuild
  Log:
  Version bump. Contains major hdspmixer fixes, among which a buffer overflow and a failure to detect some RME hardware. Closes bug #317919 & #358765, both by Chris Smith.
  
  (Portage version: 2.1.10.45/cvs/Linux x86_64)

Revision  Changes    Path
1.202                media-sound/alsa-tools/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/alsa-tools/ChangeLog,v
retrieving revision 1.201
retrieving revision 1.202
diff -u -r1.201 -r1.202
--- ChangeLog	22 Mar 2011 09:59:02 -0000	1.201
+++ ChangeLog	8 Feb 2012 15:03:17 -0000	1.202
@@ -1,6 +1,13 @@
 # ChangeLog for media-sound/alsa-tools
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-tools/ChangeLog,v 1.201 2011/03/22 09:59:02 jlec Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-tools/ChangeLog,v 1.202 2012/02/08 15:03:17 chainsaw Exp $
+
+*alsa-tools-1.0.25 (08 Feb 2012)
+
+  08 Feb 2012; Tony Vroon <chainsaw@gentoo.org> +alsa-tools-1.0.25.ebuild:
+  Version bump. Contains major hdspmixer fixes, among which a buffer overflow
+  and a failure to detect some RME hardware. Closes bug #317919 & #358765, both
+  by Chris Smith.
 
   22 Mar 2011; Justin Lecher <jlec@gentoo.org> alsa-tools-1.0.20-r1.ebuild,
   alsa-tools-1.0.20-r2.ebuild, alsa-tools-1.0.21.ebuild,



1.1                  media-sound/alsa-tools/alsa-tools-1.0.25.ebuild

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

Index: alsa-tools-1.0.25.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-tools/alsa-tools-1.0.25.ebuild,v 1.1 2012/02/08 15:03:17 chainsaw Exp $

EAPI=4
inherit base flag-o-matic autotools

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

DESCRIPTION="Advanced Linux Sound Architecture tools"
HOMEPAGE="http://www.alsa-project.org/"
SRC_URI="mirror://alsaproject/tools/${MY_P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0.9"
KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86"

ECHOAUDIO_CARDS="alsa_cards_darla20 alsa_cards_gina20
alsa_cards_layla20 alsa_cards_darla24 alsa_cards_gina24
alsa_cards_layla24 alsa_cards_mona alsa_cards_mia alsa_cards_indigo
alsa_cards_indigoio alsa_cards_echo3g"

IUSE="fltk gtk alsa_cards_hdsp alsa_cards_hdspm alsa_cards_mixart
alsa_cards_vx222 alsa_cards_usb-usx2y alsa_cards_sb16 alsa_cards_sbawe
alsa_cards_emu10k1 alsa_cards_emu10k1x alsa_cards_ice1712
alsa_cards_rme32 alsa_cards_rme96 alsa_cards_sscape alsa_cards_pcxhr
${ECHOAUDIO_CARDS}"

RDEPEND=">=media-libs/alsa-lib-${PV}
	>=dev-python/pyalsa-${PV}
	fltk? ( >=x11-libs/fltk-1.1.10-r2:1 )
	gtk? ( x11-libs/gtk+:2 )"
DEPEND="${RDEPEND}"

S="${WORKDIR}/${MY_P}"
PATCHES=( "${FILESDIR}/envy24control-config-dir.patch" )

pkg_setup() {

	ALSA_TOOLS="ac3dec seq/sbiload us428control hwmixvolume"

	if use gtk; then
		use alsa_cards_ice1712 && \
			ALSA_TOOLS="${ALSA_TOOLS} envy24control"
		use alsa_cards_rme32 && use alsa_cards_rme96 && \
			ALSA_TOOLS="${ALSA_TOOLS} rmedigicontrol"
	fi

	if use alsa_cards_hdsp || use alsa_cards_hdspm; then
		ALSA_TOOLS="${ALSA_TOOLS} hdsploader"
		use fltk && ALSA_TOOLS="${ALSA_TOOLS} hdspconf hdspmixer"
	fi

	use alsa_cards_mixart && ALSA_TOOLS="${ALSA_TOOLS} mixartloader"
	use alsa_cards_vx222 && ALSA_TOOLS="${ALSA_TOOLS} vxloader"
	use alsa_cards_usb-usx2y && ALSA_TOOLS="${ALSA_TOOLS} usx2yloader"
	use alsa_cards_pcxhr && ALSA_TOOLS="${ALSA_TOOLS} pcxhr"
	use alsa_cards_sscape && ALSA_TOOLS="${ALSA_TOOLS} sscape_ctl"

	{ use alsa_cards_sb16 || use alsa_cards_sbawe; } && \
		ALSA_TOOLS="${ALSA_TOOLS} sb16_csp"

	if use alsa_cards_emu10k1 || use alsa_cards_emu10k1x; then
		ALSA_TOOLS="${ALSA_TOOLS} as10k1 ld10k1"
	fi

	if use gtk; then
		for card in ${ECHOAUDIO_CARDS}; do
			if use ${card}; then
				ALSA_TOOLS="${ALSA_TOOLS} echomixer"
			fi
		done
	fi
}

src_prepare() {
	base_src_prepare()

	# This block only deals with the tools that still use GTK and the
	# AM_PATH_GTK macro.
	for dir in echomixer envy24control rmedigicontrol; do
		has "${dir}" "${ALSA_TOOLS}" || continue
		pushd "${dir}" &> /dev/null
		sed -i -e '/AM_PATH_GTK/d' configure.in
		eautoreconf
		popd &> /dev/null
	done

	# This block deals with the tools that are being patched
	for dir in hdspconf; do
		has "${dir}" "${ALSA_TOOLS}" || continue
		pushd "${dir}" &> /dev/null
		eautoreconf
		popd &> /dev/null
	done

	elibtoolize
}

src_configure() {
	if use fltk; then
		# hdspmixer requires fltk
		append-ldflags "-L$(dirname $(fltk-config --libs))"
		append-flags "-I$(fltk-config --includedir)"
	fi

	local f
	for f in ${ALSA_TOOLS}
	do
		cd "${S}/${f}"
		case "${f}" in
			echomixer,envy24control,rmedigicontrol )
				econf --with-gtk2
				;;
			* )
				econf
				;;
		esac
	done
}

src_compile() {
	local f
	for f in ${ALSA_TOOLS}
	do
		cd "${S}/${f}"
		emake || die "emake ${f} failed"
	done
}

src_install() {
	local f
	for f in ${ALSA_TOOLS}
	do
		# Install the main stuff
		cd "${S}/${f}"
		emake DESTDIR="${D}" install || die

		# Install the text documentation
		local doc
		for doc in README TODO ChangeLog AUTHORS; do
			if [[ -f "${doc}" ]]; then
				mv "${doc}" "${doc}.$(basename ${f})" || die
				dodoc "${doc}.$(basename ${f})" || die
			fi
		done
	done
}






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

* [gentoo-commits] gentoo-x86 commit in media-sound/alsa-tools: alsa-tools-1.0.25.ebuild ChangeLog
@ 2012-02-29 15:27 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-02-29 15:27 UTC (permalink / raw
  To: gentoo-commits

ago         12/02/29 15:27:19

  Modified:             alsa-tools-1.0.25.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #406101
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  media-sound/alsa-tools/alsa-tools-1.0.25.ebuild

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

Index: alsa-tools-1.0.25.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/alsa-tools/alsa-tools-1.0.25.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- alsa-tools-1.0.25.ebuild	8 Feb 2012 15:03:17 -0000	1.1
+++ alsa-tools-1.0.25.ebuild	29 Feb 2012 15:27:19 -0000	1.2
@@ -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/alsa-tools/alsa-tools-1.0.25.ebuild,v 1.1 2012/02/08 15:03:17 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-tools/alsa-tools-1.0.25.ebuild,v 1.2 2012/02/29 15:27:19 ago Exp $
 
 EAPI=4
 inherit base flag-o-matic autotools
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0.9"
-KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 
 ECHOAUDIO_CARDS="alsa_cards_darla20 alsa_cards_gina20
 alsa_cards_layla20 alsa_cards_darla24 alsa_cards_gina24



1.203                media-sound/alsa-tools/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/alsa-tools/ChangeLog,v
retrieving revision 1.202
retrieving revision 1.203
diff -u -r1.202 -r1.203
--- ChangeLog	8 Feb 2012 15:03:17 -0000	1.202
+++ ChangeLog	29 Feb 2012 15:27:19 -0000	1.203
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/alsa-tools
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-tools/ChangeLog,v 1.202 2012/02/08 15:03:17 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-tools/ChangeLog,v 1.203 2012/02/29 15:27:19 ago Exp $
+
+  29 Feb 2012; Agostino Sarubbo <ago@gentoo.org> alsa-tools-1.0.25.ebuild:
+  Stable for amd64, wrt bug #406101
 
 *alsa-tools-1.0.25 (08 Feb 2012)
 






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

* [gentoo-commits] gentoo-x86 commit in media-sound/alsa-tools: alsa-tools-1.0.25.ebuild ChangeLog
@ 2012-03-06 20:46 Brent Baude (ranger)
  0 siblings, 0 replies; 6+ messages in thread
From: Brent Baude (ranger) @ 2012-03-06 20:46 UTC (permalink / raw
  To: gentoo-commits

ranger      12/03/06 20:46:50

  Modified:             alsa-tools-1.0.25.ebuild ChangeLog
  Log:
  Marking alsa-tools-1.0.25 ppc64 for bug 406101
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

Revision  Changes    Path
1.3                  media-sound/alsa-tools/alsa-tools-1.0.25.ebuild

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

Index: alsa-tools-1.0.25.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/alsa-tools/alsa-tools-1.0.25.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- alsa-tools-1.0.25.ebuild	29 Feb 2012 15:27:19 -0000	1.2
+++ alsa-tools-1.0.25.ebuild	6 Mar 2012 20:46:50 -0000	1.3
@@ -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/alsa-tools/alsa-tools-1.0.25.ebuild,v 1.2 2012/02/29 15:27:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-tools/alsa-tools-1.0.25.ebuild,v 1.3 2012/03/06 20:46:50 ranger Exp $
 
 EAPI=4
 inherit base flag-o-matic autotools
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0.9"
-KEYWORDS="amd64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~mips ~ppc ppc64 ~sparc ~x86"
 
 ECHOAUDIO_CARDS="alsa_cards_darla20 alsa_cards_gina20
 alsa_cards_layla20 alsa_cards_darla24 alsa_cards_gina24



1.204                media-sound/alsa-tools/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/alsa-tools/ChangeLog,v
retrieving revision 1.203
retrieving revision 1.204
diff -u -r1.203 -r1.204
--- ChangeLog	29 Feb 2012 15:27:19 -0000	1.203
+++ ChangeLog	6 Mar 2012 20:46:50 -0000	1.204
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/alsa-tools
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-tools/ChangeLog,v 1.203 2012/02/29 15:27:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-tools/ChangeLog,v 1.204 2012/03/06 20:46:50 ranger Exp $
+
+  06 Mar 2012; Brent Baude <ranger@gentoo.org> alsa-tools-1.0.25.ebuild:
+  Marking alsa-tools-1.0.25 ppc64 stable for bug 406101
 
   29 Feb 2012; Agostino Sarubbo <ago@gentoo.org> alsa-tools-1.0.25.ebuild:
   Stable for amd64, wrt bug #406101






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

* [gentoo-commits] gentoo-x86 commit in media-sound/alsa-tools: alsa-tools-1.0.25.ebuild ChangeLog
@ 2012-03-15  9:34 Jeff Horelick (jdhore)
  0 siblings, 0 replies; 6+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-03-15  9:34 UTC (permalink / raw
  To: gentoo-commits

jdhore      12/03/15 09:34:55

  Modified:             alsa-tools-1.0.25.ebuild ChangeLog
  Log:
  marked x86 per bug 406101
  
  (Portage version: 2.2.0_alpha90/cvs/Linux i686)

Revision  Changes    Path
1.4                  media-sound/alsa-tools/alsa-tools-1.0.25.ebuild

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

Index: alsa-tools-1.0.25.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/alsa-tools/alsa-tools-1.0.25.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- alsa-tools-1.0.25.ebuild	6 Mar 2012 20:46:50 -0000	1.3
+++ alsa-tools-1.0.25.ebuild	15 Mar 2012 09:34:55 -0000	1.4
@@ -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/alsa-tools/alsa-tools-1.0.25.ebuild,v 1.3 2012/03/06 20:46:50 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-tools/alsa-tools-1.0.25.ebuild,v 1.4 2012/03/15 09:34:55 jdhore Exp $
 
 EAPI=4
 inherit base flag-o-matic autotools
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0.9"
-KEYWORDS="amd64 ~mips ~ppc ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~mips ~ppc ppc64 ~sparc x86"
 
 ECHOAUDIO_CARDS="alsa_cards_darla20 alsa_cards_gina20
 alsa_cards_layla20 alsa_cards_darla24 alsa_cards_gina24



1.205                media-sound/alsa-tools/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/alsa-tools/ChangeLog,v
retrieving revision 1.204
retrieving revision 1.205
diff -u -r1.204 -r1.205
--- ChangeLog	6 Mar 2012 20:46:50 -0000	1.204
+++ ChangeLog	15 Mar 2012 09:34:55 -0000	1.205
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/alsa-tools
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-tools/ChangeLog,v 1.204 2012/03/06 20:46:50 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-tools/ChangeLog,v 1.205 2012/03/15 09:34:55 jdhore Exp $
+
+  15 Mar 2012; Jeff Horelick <jdhore@gentoo.org> alsa-tools-1.0.25.ebuild:
+  marked x86 per bug 406101
 
   06 Mar 2012; Brent Baude <ranger@gentoo.org> alsa-tools-1.0.25.ebuild:
   Marking alsa-tools-1.0.25 ppc64 stable for bug 406101






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

* [gentoo-commits] gentoo-x86 commit in media-sound/alsa-tools: alsa-tools-1.0.25.ebuild ChangeLog
@ 2012-04-01 15:14 Raul Porcel (armin76)
  0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2012-04-01 15:14 UTC (permalink / raw
  To: gentoo-commits

armin76     12/04/01 15:14:24

  Modified:             alsa-tools-1.0.25.ebuild ChangeLog
  Log:
  sparc stable wrt #406101
  
  (Portage version: 2.1.10.53/cvs/Linux ia64)

Revision  Changes    Path
1.5                  media-sound/alsa-tools/alsa-tools-1.0.25.ebuild

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

Index: alsa-tools-1.0.25.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/alsa-tools/alsa-tools-1.0.25.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- alsa-tools-1.0.25.ebuild	15 Mar 2012 09:34:55 -0000	1.4
+++ alsa-tools-1.0.25.ebuild	1 Apr 2012 15:14:24 -0000	1.5
@@ -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/alsa-tools/alsa-tools-1.0.25.ebuild,v 1.4 2012/03/15 09:34:55 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-tools/alsa-tools-1.0.25.ebuild,v 1.5 2012/04/01 15:14:24 armin76 Exp $
 
 EAPI=4
 inherit base flag-o-matic autotools
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0.9"
-KEYWORDS="amd64 ~mips ~ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 ~mips ~ppc ppc64 sparc x86"
 
 ECHOAUDIO_CARDS="alsa_cards_darla20 alsa_cards_gina20
 alsa_cards_layla20 alsa_cards_darla24 alsa_cards_gina24



1.206                media-sound/alsa-tools/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/alsa-tools/ChangeLog,v
retrieving revision 1.205
retrieving revision 1.206
diff -u -r1.205 -r1.206
--- ChangeLog	15 Mar 2012 09:34:55 -0000	1.205
+++ ChangeLog	1 Apr 2012 15:14:24 -0000	1.206
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/alsa-tools
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-tools/ChangeLog,v 1.205 2012/03/15 09:34:55 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-tools/ChangeLog,v 1.206 2012/04/01 15:14:24 armin76 Exp $
+
+  01 Apr 2012; Raúl Porcel <armin76@gentoo.org> alsa-tools-1.0.25.ebuild:
+  sparc stable wrt #406101
 
   15 Mar 2012; Jeff Horelick <jdhore@gentoo.org> alsa-tools-1.0.25.ebuild:
   marked x86 per bug 406101






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

* [gentoo-commits] gentoo-x86 commit in media-sound/alsa-tools: alsa-tools-1.0.25.ebuild ChangeLog
@ 2013-03-13 10:56 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-13 10:56 UTC (permalink / raw
  To: gentoo-commits

ago         13/03/13 10:56:58

  Modified:             alsa-tools-1.0.25.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #406101
  
  (Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.6                  media-sound/alsa-tools/alsa-tools-1.0.25.ebuild

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

Index: alsa-tools-1.0.25.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/alsa-tools/alsa-tools-1.0.25.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- alsa-tools-1.0.25.ebuild	1 Apr 2012 15:14:24 -0000	1.5
+++ alsa-tools-1.0.25.ebuild	13 Mar 2013 10:56:57 -0000	1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-tools/alsa-tools-1.0.25.ebuild,v 1.5 2012/04/01 15:14:24 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-tools/alsa-tools-1.0.25.ebuild,v 1.6 2013/03/13 10:56:57 ago Exp $
 
 EAPI=4
 inherit base flag-o-matic autotools
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0.9"
-KEYWORDS="amd64 ~mips ~ppc ppc64 sparc x86"
+KEYWORDS="amd64 ~mips ppc ppc64 sparc x86"
 
 ECHOAUDIO_CARDS="alsa_cards_darla20 alsa_cards_gina20
 alsa_cards_layla20 alsa_cards_darla24 alsa_cards_gina24



1.208                media-sound/alsa-tools/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/alsa-tools/ChangeLog,v
retrieving revision 1.207
retrieving revision 1.208
diff -u -r1.207 -r1.208
--- ChangeLog	7 Sep 2012 13:04:22 -0000	1.207
+++ ChangeLog	13 Mar 2013 10:56:57 -0000	1.208
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/alsa-tools
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-tools/ChangeLog,v 1.207 2012/09/07 13:04:22 chainsaw Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-tools/ChangeLog,v 1.208 2013/03/13 10:56:57 ago Exp $
+
+  13 Mar 2013; Agostino Sarubbo <ago@gentoo.org> alsa-tools-1.0.25.ebuild:
+  Stable for ppc, wrt bug #406101
 
 *alsa-tools-1.0.26 (07 Sep 2012)
 





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

end of thread, other threads:[~2013-03-13 10:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-29 15:27 [gentoo-commits] gentoo-x86 commit in media-sound/alsa-tools: alsa-tools-1.0.25.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2013-03-13 10:56 Agostino Sarubbo (ago)
2012-04-01 15:14 Raul Porcel (armin76)
2012-03-15  9:34 Jeff Horelick (jdhore)
2012-03-06 20:46 Brent Baude (ranger)
2012-02-08 15:03 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