public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/libsndfile: ChangeLog libsndfile-1.0.19.ebuild
@ 2009-03-08 16:02 Alexis Ballier (aballier)
  0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier (aballier) @ 2009-03-08 16:02 UTC (permalink / raw
  To: gentoo-commits

aballier    09/03/08 16:02:34

  Modified:             ChangeLog
  Added:                libsndfile-1.0.19.ebuild
  Log:
  version bump by Richard Ash, bug #261173
  (Portage version: 2.2_rc23/cvs/Linux x86_64)

Revision  Changes    Path
1.89                 media-libs/libsndfile/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsndfile/ChangeLog?rev=1.89&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsndfile/ChangeLog?rev=1.89&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsndfile/ChangeLog?r1=1.88&r2=1.89

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog	4 Mar 2009 13:59:42 -0000	1.88
+++ ChangeLog	8 Mar 2009 16:02:34 -0000	1.89
@@ -1,6 +1,12 @@
 # ChangeLog for media-libs/libsndfile
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v 1.88 2009/03/04 13:59:42 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v 1.89 2009/03/08 16:02:34 aballier Exp $
+
+*libsndfile-1.0.19 (08 Mar 2009)
+
+  08 Mar 2009; Alexis Ballier <aballier@gentoo.org>
+  +libsndfile-1.0.19.ebuild:
+  version bump by Richard Ash, bug #261173
 
   04 Mar 2009; Peter Alfredsen <loki_val@gentoo.org>
   libsndfile-1.0.18-r1.ebuild:



1.1                  media-libs/libsndfile/libsndfile-1.0.19.ebuild

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

Index: libsndfile-1.0.19.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.19.ebuild,v 1.1 2009/03/08 16:02:34 aballier Exp $

inherit eutils libtool autotools

MY_P=${P/_pre/pre}

DESCRIPTION="A C library for reading and writing files containing sampled sound"
HOMEPAGE="http://www.mega-nerd.com/libsndfile"
if [[ "${MY_P}" == "${P}" ]]; then
	SRC_URI="http://www.mega-nerd.com/libsndfile/${P}.tar.gz"
else
	SRC_URI="http://www.mega-nerd.com/tmp/${MY_P}b.tar.gz"
fi

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="sqlite alsa minimal"

RDEPEND="!minimal? ( >=media-libs/flac-1.2.1
		>=media-libs/libogg-1.1.3
		>=media-libs/libvorbis-1.2.1_rc1 )
	alsa? ( media-libs/alsa-lib )
	sqlite? ( >=dev-db/sqlite-3.2 )"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

S=${WORKDIR}/${MY_P}

src_unpack() {
	unpack ${A}
	cd "${S}"

	sed -i -e "s/noinst_PROGRAMS/check_PROGRAMS/" "${S}/tests/Makefile.am" \
	"${S}/examples/Makefile.am" || die "failed to remove forced build of test and example programs"
	epatch "${FILESDIR}/${PN}-1.0.17-regtests-need-sqlite.patch"
	epatch "${FILESDIR}/${PN}-1.0.18-less_strict_tests.patch"
	rm M4/libtool.m4 M4/lt*.m4 || die "rm failed"

	AT_M4DIR=M4 eautoreconf
	epunt_cxx
}

src_compile() {
	econf $(use_enable sqlite) \
		$(use_enable alsa) \
		$(use_enable !minimal external-libs) \
		--disable-octave \
		--disable-gcc-werror \
		--disable-gcc-pipe \
		--disable-dependency-tracking
	emake || die "emake failed."
}

src_install() {
	emake DESTDIR="${D}" htmldocdir="/usr/share/doc/${PF}/html" install || die "emake install failed."
	dodoc AUTHORS ChangeLog NEWS README TODO
}






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

* [gentoo-commits] gentoo-x86 commit in media-libs/libsndfile: ChangeLog libsndfile-1.0.19.ebuild
@ 2009-03-10 14:58 Brent Baude (ranger)
  0 siblings, 0 replies; 8+ messages in thread
From: Brent Baude (ranger) @ 2009-03-10 14:58 UTC (permalink / raw
  To: gentoo-commits

ranger      09/03/10 14:58:12

  Modified:             ChangeLog libsndfile-1.0.19.ebuild
  Log:
  Marking libsndfile-1.0.19 ppc64 for bug 261173
  (Portage version: 2.1.6.7/cvs/Linux ppc64)

Revision  Changes    Path
1.90                 media-libs/libsndfile/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsndfile/ChangeLog?rev=1.90&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsndfile/ChangeLog?rev=1.90&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsndfile/ChangeLog?r1=1.89&r2=1.90

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- ChangeLog	8 Mar 2009 16:02:34 -0000	1.89
+++ ChangeLog	10 Mar 2009 14:58:12 -0000	1.90
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libsndfile
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v 1.89 2009/03/08 16:02:34 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v 1.90 2009/03/10 14:58:12 ranger Exp $
+
+  10 Mar 2009; Brent Baude <ranger@gentoo.org> libsndfile-1.0.19.ebuild:
+  Marking libsndfile-1.0.19 ppc64 for bug 261173
 
 *libsndfile-1.0.19 (08 Mar 2009)
 



1.2                  media-libs/libsndfile/libsndfile-1.0.19.ebuild

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

Index: libsndfile-1.0.19.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.19.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libsndfile-1.0.19.ebuild	8 Mar 2009 16:02:34 -0000	1.1
+++ libsndfile-1.0.19.ebuild	10 Mar 2009 14:58:12 -0000	1.2
@@ -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-libs/libsndfile/libsndfile-1.0.19.ebuild,v 1.1 2009/03/08 16:02:34 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.19.ebuild,v 1.2 2009/03/10 14:58:12 ranger Exp $
 
 inherit eutils libtool autotools
 
@@ -16,7 +16,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
 IUSE="sqlite alsa minimal"
 
 RDEPEND="!minimal? ( >=media-libs/flac-1.2.1






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

* [gentoo-commits] gentoo-x86 commit in media-libs/libsndfile: ChangeLog libsndfile-1.0.19.ebuild
@ 2009-03-13 21:24 Jeroen Roovers (jer)
  0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2009-03-13 21:24 UTC (permalink / raw
  To: gentoo-commits

jer         09/03/13 21:24:04

  Modified:             ChangeLog libsndfile-1.0.19.ebuild
  Log:
  Stable for HPPA (bug #261173).
  (Portage version: 2.2_rc25/cvs/Linux i686)

Revision  Changes    Path
1.91                 media-libs/libsndfile/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsndfile/ChangeLog?rev=1.91&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsndfile/ChangeLog?rev=1.91&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsndfile/ChangeLog?r1=1.90&r2=1.91

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- ChangeLog	10 Mar 2009 14:58:12 -0000	1.90
+++ ChangeLog	13 Mar 2009 21:24:04 -0000	1.91
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libsndfile
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v 1.90 2009/03/10 14:58:12 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v 1.91 2009/03/13 21:24:04 jer Exp $
+
+  13 Mar 2009; Jeroen Roovers <jer@gentoo.org> libsndfile-1.0.19.ebuild:
+  Stable for HPPA (bug #261173).
 
   10 Mar 2009; Brent Baude <ranger@gentoo.org> libsndfile-1.0.19.ebuild:
   Marking libsndfile-1.0.19 ppc64 for bug 261173



1.3                  media-libs/libsndfile/libsndfile-1.0.19.ebuild

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

Index: libsndfile-1.0.19.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.19.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libsndfile-1.0.19.ebuild	10 Mar 2009 14:58:12 -0000	1.2
+++ libsndfile-1.0.19.ebuild	13 Mar 2009 21:24:04 -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-libs/libsndfile/libsndfile-1.0.19.ebuild,v 1.2 2009/03/10 14:58:12 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.19.ebuild,v 1.3 2009/03/13 21:24:04 jer Exp $
 
 inherit eutils libtool autotools
 
@@ -16,7 +16,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
 IUSE="sqlite alsa minimal"
 
 RDEPEND="!minimal? ( >=media-libs/flac-1.2.1






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

* [gentoo-commits] gentoo-x86 commit in media-libs/libsndfile: ChangeLog libsndfile-1.0.19.ebuild
@ 2009-03-15 18:04 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 8+ messages in thread
From: Tobias Klausmann (klausman) @ 2009-03-15 18:04 UTC (permalink / raw
  To: gentoo-commits

klausman    09/03/15 18:04:38

  Modified:             ChangeLog libsndfile-1.0.19.ebuild
  Log:
  Stable on alpha, bug #261173
  (Portage version: 2.1.6.8/cvs/Linux x86_64)

Revision  Changes    Path
1.92                 media-libs/libsndfile/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsndfile/ChangeLog?rev=1.92&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsndfile/ChangeLog?rev=1.92&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsndfile/ChangeLog?r1=1.91&r2=1.92

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- ChangeLog	13 Mar 2009 21:24:04 -0000	1.91
+++ ChangeLog	15 Mar 2009 18:04:38 -0000	1.92
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/libsndfile
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v 1.91 2009/03/13 21:24:04 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v 1.92 2009/03/15 18:04:38 klausman Exp $
+
+  15 Mar 2009; Tobias Klausmann <klausman@gentoo.org>
+  libsndfile-1.0.19.ebuild:
+  Stable on alpha, bug #261173
 
   13 Mar 2009; Jeroen Roovers <jer@gentoo.org> libsndfile-1.0.19.ebuild:
   Stable for HPPA (bug #261173).



1.4                  media-libs/libsndfile/libsndfile-1.0.19.ebuild

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

Index: libsndfile-1.0.19.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.19.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libsndfile-1.0.19.ebuild	13 Mar 2009 21:24:04 -0000	1.3
+++ libsndfile-1.0.19.ebuild	15 Mar 2009 18:04:38 -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-libs/libsndfile/libsndfile-1.0.19.ebuild,v 1.3 2009/03/13 21:24:04 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.19.ebuild,v 1.4 2009/03/15 18:04:38 klausman Exp $
 
 inherit eutils libtool autotools
 
@@ -16,7 +16,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
 IUSE="sqlite alsa minimal"
 
 RDEPEND="!minimal? ( >=media-libs/flac-1.2.1






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

* [gentoo-commits] gentoo-x86 commit in media-libs/libsndfile: ChangeLog libsndfile-1.0.19.ebuild
@ 2009-03-18 21:44 Brent Baude (ranger)
  0 siblings, 0 replies; 8+ messages in thread
From: Brent Baude (ranger) @ 2009-03-18 21:44 UTC (permalink / raw
  To: gentoo-commits

ranger      09/03/18 21:44:05

  Modified:             ChangeLog libsndfile-1.0.19.ebuild
  Log:
  Marking libsndfile-1.0.19 ppc for bug 261173
  (Portage version: 2.1.6.7/cvs/Linux ppc64)

Revision  Changes    Path
1.93                 media-libs/libsndfile/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsndfile/ChangeLog?rev=1.93&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsndfile/ChangeLog?rev=1.93&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsndfile/ChangeLog?r1=1.92&r2=1.93

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- ChangeLog	15 Mar 2009 18:04:38 -0000	1.92
+++ ChangeLog	18 Mar 2009 21:44:05 -0000	1.93
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libsndfile
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v 1.92 2009/03/15 18:04:38 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v 1.93 2009/03/18 21:44:05 ranger Exp $
+
+  18 Mar 2009; Brent Baude <ranger@gentoo.org> libsndfile-1.0.19.ebuild:
+  Marking libsndfile-1.0.19 ppc for bug 261173
 
   15 Mar 2009; Tobias Klausmann <klausman@gentoo.org>
   libsndfile-1.0.19.ebuild:



1.5                  media-libs/libsndfile/libsndfile-1.0.19.ebuild

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

Index: libsndfile-1.0.19.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.19.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libsndfile-1.0.19.ebuild	15 Mar 2009 18:04:38 -0000	1.4
+++ libsndfile-1.0.19.ebuild	18 Mar 2009 21:44:05 -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-libs/libsndfile/libsndfile-1.0.19.ebuild,v 1.4 2009/03/15 18:04:38 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.19.ebuild,v 1.5 2009/03/18 21:44:05 ranger Exp $
 
 inherit eutils libtool autotools
 
@@ -16,7 +16,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="alpha ~amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
 IUSE="sqlite alsa minimal"
 
 RDEPEND="!minimal? ( >=media-libs/flac-1.2.1






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

* [gentoo-commits] gentoo-x86 commit in media-libs/libsndfile: ChangeLog libsndfile-1.0.19.ebuild
@ 2009-03-25 18:40 Raul Porcel (armin76)
  0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2009-03-25 18:40 UTC (permalink / raw
  To: gentoo-commits

armin76     09/03/25 18:40:49

  Modified:             ChangeLog libsndfile-1.0.19.ebuild
  Log:
  arm/ia64/sh/sparc stable wrt #261173
  (Portage version: 2.1.6.7/cvs/Linux ia64)

Revision  Changes    Path
1.94                 media-libs/libsndfile/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsndfile/ChangeLog?rev=1.94&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsndfile/ChangeLog?rev=1.94&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsndfile/ChangeLog?r1=1.93&r2=1.94

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- ChangeLog	18 Mar 2009 21:44:05 -0000	1.93
+++ ChangeLog	25 Mar 2009 18:40:49 -0000	1.94
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libsndfile
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v 1.93 2009/03/18 21:44:05 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v 1.94 2009/03/25 18:40:49 armin76 Exp $
+
+  25 Mar 2009; Raúl Porcel <armin76@gentoo.org> libsndfile-1.0.19.ebuild:
+  arm/ia64/sh/sparc stable wrt #261173
 
   18 Mar 2009; Brent Baude <ranger@gentoo.org> libsndfile-1.0.19.ebuild:
   Marking libsndfile-1.0.19 ppc for bug 261173



1.6                  media-libs/libsndfile/libsndfile-1.0.19.ebuild

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

Index: libsndfile-1.0.19.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.19.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libsndfile-1.0.19.ebuild	18 Mar 2009 21:44:05 -0000	1.5
+++ libsndfile-1.0.19.ebuild	25 Mar 2009 18:40:49 -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-libs/libsndfile/libsndfile-1.0.19.ebuild,v 1.5 2009/03/18 21:44:05 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.19.ebuild,v 1.6 2009/03/25 18:40:49 armin76 Exp $
 
 inherit eutils libtool autotools
 
@@ -16,7 +16,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="alpha ~amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc ~x86 ~x86-fbsd"
 IUSE="sqlite alsa minimal"
 
 RDEPEND="!minimal? ( >=media-libs/flac-1.2.1






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

* [gentoo-commits] gentoo-x86 commit in media-libs/libsndfile: ChangeLog libsndfile-1.0.19.ebuild
@ 2009-04-14  9:47 Raul Porcel (armin76)
  0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2009-04-14  9:47 UTC (permalink / raw
  To: gentoo-commits

armin76     09/04/14 09:47:36

  Modified:             ChangeLog libsndfile-1.0.19.ebuild
  Log:
  x86 stable wrt #261173
  (Portage version: 2.1.6.7/cvs/Linux ia64)

Revision  Changes    Path
1.95                 media-libs/libsndfile/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsndfile/ChangeLog?rev=1.95&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsndfile/ChangeLog?rev=1.95&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsndfile/ChangeLog?r1=1.94&r2=1.95

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- ChangeLog	25 Mar 2009 18:40:49 -0000	1.94
+++ ChangeLog	14 Apr 2009 09:47:36 -0000	1.95
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libsndfile
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v 1.94 2009/03/25 18:40:49 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v 1.95 2009/04/14 09:47:36 armin76 Exp $
+
+  14 Apr 2009; Raúl Porcel <armin76@gentoo.org> libsndfile-1.0.19.ebuild:
+  x86 stable wrt #261173
 
   25 Mar 2009; Raúl Porcel <armin76@gentoo.org> libsndfile-1.0.19.ebuild:
   arm/ia64/sh/sparc stable wrt #261173



1.7                  media-libs/libsndfile/libsndfile-1.0.19.ebuild

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

Index: libsndfile-1.0.19.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.19.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libsndfile-1.0.19.ebuild	25 Mar 2009 18:40:49 -0000	1.6
+++ libsndfile-1.0.19.ebuild	14 Apr 2009 09:47:36 -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-libs/libsndfile/libsndfile-1.0.19.ebuild,v 1.6 2009/03/25 18:40:49 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.19.ebuild,v 1.7 2009/04/14 09:47:36 armin76 Exp $
 
 inherit eutils libtool autotools
 
@@ -16,7 +16,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha ~amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc ~x86 ~x86-fbsd"
+KEYWORDS="alpha ~amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd"
 IUSE="sqlite alsa minimal"
 
 RDEPEND="!minimal? ( >=media-libs/flac-1.2.1






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

* [gentoo-commits] gentoo-x86 commit in media-libs/libsndfile: ChangeLog libsndfile-1.0.19.ebuild
@ 2009-04-15 19:45 Markus Meier (maekke)
  0 siblings, 0 replies; 8+ messages in thread
From: Markus Meier (maekke) @ 2009-04-15 19:45 UTC (permalink / raw
  To: gentoo-commits

maekke      09/04/15 19:45:13

  Modified:             ChangeLog libsndfile-1.0.19.ebuild
  Log:
  amd64 stable, bug #261173
  (Portage version: 2.1.6.11/cvs/Linux x86_64)

Revision  Changes    Path
1.96                 media-libs/libsndfile/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsndfile/ChangeLog?rev=1.96&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsndfile/ChangeLog?rev=1.96&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsndfile/ChangeLog?r1=1.95&r2=1.96

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- ChangeLog	14 Apr 2009 09:47:36 -0000	1.95
+++ ChangeLog	15 Apr 2009 19:45:13 -0000	1.96
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libsndfile
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v 1.95 2009/04/14 09:47:36 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v 1.96 2009/04/15 19:45:13 maekke Exp $
+
+  15 Apr 2009; Markus Meier <maekke@gentoo.org> libsndfile-1.0.19.ebuild:
+  amd64 stable, bug #261173
 
   14 Apr 2009; Raúl Porcel <armin76@gentoo.org> libsndfile-1.0.19.ebuild:
   x86 stable wrt #261173



1.8                  media-libs/libsndfile/libsndfile-1.0.19.ebuild

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

Index: libsndfile-1.0.19.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.19.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libsndfile-1.0.19.ebuild	14 Apr 2009 09:47:36 -0000	1.7
+++ libsndfile-1.0.19.ebuild	15 Apr 2009 19:45:13 -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-libs/libsndfile/libsndfile-1.0.19.ebuild,v 1.7 2009/04/14 09:47:36 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.19.ebuild,v 1.8 2009/04/15 19:45:13 maekke Exp $
 
 inherit eutils libtool autotools
 
@@ -16,7 +16,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha ~amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd"
 IUSE="sqlite alsa minimal"
 
 RDEPEND="!minimal? ( >=media-libs/flac-1.2.1






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

end of thread, other threads:[~2009-04-15 19:45 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-13 21:24 [gentoo-commits] gentoo-x86 commit in media-libs/libsndfile: ChangeLog libsndfile-1.0.19.ebuild Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2009-04-15 19:45 Markus Meier (maekke)
2009-04-14  9:47 Raul Porcel (armin76)
2009-03-25 18:40 Raul Porcel (armin76)
2009-03-18 21:44 Brent Baude (ranger)
2009-03-15 18:04 Tobias Klausmann (klausman)
2009-03-10 14:58 Brent Baude (ranger)
2009-03-08 16:02 Alexis Ballier (aballier)

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