From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1IY9Ep-00027V-1f for garchives@archives.gentoo.org; Wed, 19 Sep 2007 23:45:47 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l8JNbvd6010615; Wed, 19 Sep 2007 23:37:57 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l8JNbt3D010609 for ; Wed, 19 Sep 2007 23:37:56 GMT 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 8E1AE6527E for ; Wed, 19 Sep 2007 23:37:54 +0000 (UTC) Received: from hawking by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1IY97C-0006YU-1d for gentoo-commits@lists.gentoo.org; Wed, 19 Sep 2007 23:37:54 +0000 From: "Ali Polatel (hawking)" To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pyvorbis: ChangeLog pyvorbis-1.4-r3.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog pyvorbis-1.4-r3.ebuild X-VCS-Directories: dev-python/pyvorbis X-VCS-Committer: hawking X-VCS-Committer-Name: Ali Polatel Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: Sender: Ali Polatel Date: Wed, 19 Sep 2007 23:37:54 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@gentoo.org Reply-To: gentoo-dev@lists.gentoo.org X-Archives-Salt: a1860943-b4ed-467b-b28e-e30f95dc37e8 X-Archives-Hash: e4bef2999fc393a1195e56495a462bd5 hawking 07/09/19 23:37:54 Modified: ChangeLog Added: pyvorbis-1.4-r3.ebuild Log: revision bump. change python-2.5 patch to work fine and apply it; bug 192858 thanks to Sean McLean (Portage version: 2.1.3.9) Revision Changes Path 1.37 dev-python/pyvorbis/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyvorbis/ChangeLog?rev=1.37&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyvorbis/ChangeLog?rev=1.37&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyvorbis/ChangeLog?r1=1.36&r2=1.37 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pyvorbis/ChangeLog,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- ChangeLog 19 Jul 2007 18:01:00 -0000 1.36 +++ ChangeLog 19 Sep 2007 23:37:53 -0000 1.37 @@ -1,6 +1,13 @@ # ChangeLog for dev-python/pyvorbis # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyvorbis/ChangeLog,v 1.36 2007/07/19 18:01:00 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyvorbis/ChangeLog,v 1.37 2007/09/19 23:37:53 hawking Exp $ + +*pyvorbis-1.4-r3 (19 Sep 2007) + + 19 Sep 2007; Ali Polatel + files/pyvorbis-1.4-python25.patch, +pyvorbis-1.4-r3.ebuild: + revision bump. change python-2.5 patch to work fine and apply it. + (bug 192858 thanks to Sean McLean) *pyvorbis-1.4-r2 (19 Jul 2007) 1.1 dev-python/pyvorbis/pyvorbis-1.4-r3.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyvorbis/pyvorbis-1.4-r3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyvorbis/pyvorbis-1.4-r3.ebuild?rev=1.1&content-type=text/plain Index: pyvorbis-1.4-r3.ebuild =================================================================== # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/pyvorbis/pyvorbis-1.4-r3.ebuild,v 1.1 2007/09/19 23:37:53 hawking Exp $ inherit distutils eutils DESCRIPTION="Python bindings for the ogg.vorbis library" HOMEPAGE="http://ekyo.nerim.net/software/pyogg/" SRC_URI="http://ekyo.nerim.net/software/pyogg/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" DEPEND="dev-lang/python >=media-libs/libogg-1.0 >=media-libs/libvorbis-1.0 >=dev-python/pyogg-1.1" DOCS="AUTHORS COPYING ChangeLog NEWS README" src_unpack() { distutils_src_unpack epatch "${FILESDIR}/pyvorbisfile.c-1.4.patch" epatch "${FILESDIR}/${P}-python25.patch" } src_compile() { ./config_unix.py || die distutils_src_compile } src_install() { distutils_src_install insinto /usr/share/doc/${PF}/examples doins test/* } -- gentoo-commits@gentoo.org mailing list