From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Jt8zq-0008Dg-DY for garchives@archives.gentoo.org; Mon, 05 May 2008 22:17:22 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C37FE0374; Mon, 5 May 2008 22:17:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 52388E0374 for ; Mon, 5 May 2008 22:17:21 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id DC1D966B09 for ; Mon, 5 May 2008 22:17:20 +0000 (UTC) Received: from drac by stork.gentoo.org with local (Exim 4.68) (envelope-from ) id 1Jt8zn-0008UO-TH for gentoo-commits@lists.gentoo.org; Mon, 05 May 2008 22:17:19 +0000 From: "Samuli Suominen (drac)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, drac@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libsoundtouch: libsoundtouch-1.3.1-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: libsoundtouch-1.3.1-r1.ebuild ChangeLog X-VCS-Directories: media-libs/libsoundtouch X-VCS-Committer: drac X-VCS-Committer-Name: Samuli Suominen Content-Type: text/plain; charset=utf8 Message-Id: Sender: Samuli Suominen Date: Mon, 05 May 2008 22:17:19 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 98c34a98-113d-4123-9655-dafda67b6d37 X-Archives-Hash: f383c3e0d5a27a6691a0b990574ae76c drac 08/05/05 22:17:19 Modified: libsoundtouch-1.3.1-r1.ebuild ChangeLog Log: Run edos2unix Makefile.am wrt #219243, thanks to Christian Lerrahn. Rev= ert last commit and run full eautoreconf wrt #220301, thanks to Andrew Jo= hn Hughes. (Portage version: 2.1.5_rc6) Revision Changes Path 1.15 media-libs/libsoundtouch/libsoundtouch-1.3.1-r1.ebui= ld file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsoun= dtouch/libsoundtouch-1.3.1-r1.ebuild?rev=3D1.15&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsoun= dtouch/libsoundtouch-1.3.1-r1.ebuild?rev=3D1.15&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsoun= dtouch/libsoundtouch-1.3.1-r1.ebuild?r1=3D1.14&r2=3D1.15 Index: libsoundtouch-1.3.1-r1.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-= 1.3.1-r1.ebuild,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- libsoundtouch-1.3.1-r1.ebuild 26 Apr 2008 08:27:32 -0000 1.14 +++ libsoundtouch-1.3.1-r1.ebuild 5 May 2008 22:17:19 -0000 1.15 @@ -1,8 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouc= h-1.3.1-r1.ebuild,v 1.14 2008/04/26 08:27:32 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouc= h-1.3.1-r1.ebuild,v 1.15 2008/05/05 22:17:19 drac Exp $ =20 -inherit libtool flag-o-matic +inherit autotools eutils flag-o-matic libtool =20 MY_P=3D${P/lib} =20 @@ -22,7 +22,8 @@ cd "${S}" epatch "${FILESDIR}"/${P}-Makefile.patch \ "${FILESDIR}"/${P}-gcc-4.3.patch - elibtoolize + edos2unix Makefile.am + eautoreconf =20 # Bug #148695 if use sse; then 1.26 media-libs/libsoundtouch/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsoun= dtouch/ChangeLog?rev=3D1.26&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsoun= dtouch/ChangeLog?rev=3D1.26&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsoun= dtouch/ChangeLog?r1=3D1.25&r2=3D1.26 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- ChangeLog 26 Apr 2008 08:19:41 -0000 1.25 +++ ChangeLog 5 May 2008 22:17:19 -0000 1.26 @@ -1,6 +1,12 @@ # ChangeLog for media-libs/libsoundtouch # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v = 1.25 2008/04/26 08:19:41 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v = 1.26 2008/05/05 22:17:19 drac Exp $ + + 05 May 2008; Samuli Suominen + files/libsoundtouch-1.3.1-Makefile.patch, libsoundtouch-1.3.1-r1.ebuil= d: + Run edos2unix Makefile.am wrt #219243, thanks to Christian Lerrahn. Re= vert + last commit and run full eautoreconf wrt #220301, thanks to Andrew Joh= n + Hughes. =20 26 Apr 2008; Samuli Suominen files/libsoundtouch-1.3.1-Makefile.patch, libsoundtouch-1.3.1-r1.ebuil= d: --=20 gentoo-commits@lists.gentoo.org mailing list