From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from <gentoo-commits+bounces-242510-garchives=archives.gentoo.org@lists.gentoo.org>) id 1O665u-0002YS-Qr for garchives@archives.gentoo.org; Sun, 25 Apr 2010 17:58:15 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53A96E08BB; Sun, 25 Apr 2010 17:58:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0DCFDE08BB for <gentoo-commits@lists.gentoo.org>; Sun, 25 Apr 2010 17:58:14 +0000 (UTC) Received: from corvid.gentoo.org (corvid.gentoo.org [208.92.234.79]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 7A28E1B404E for <gentoo-commits@lists.gentoo.org>; Sun, 25 Apr 2010 17:58:13 +0000 (UTC) Received: by corvid.gentoo.org (Postfix, from userid 943) id B07E42C043; Sun, 25 Apr 2010 17:58:12 +0000 (UTC) From: "Joe Sapp (nixphoeni)" <nixphoeni@gentoo.org> To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, nixphoeni@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-python/icalendar: icalendar-2.0.1.ebuild icalendar-2.1_p20100409.ebuild ChangeLog icalendar-2.1-r1.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: icalendar-2.0.1.ebuild icalendar-2.1_p20100409.ebuild ChangeLog icalendar-2.1-r1.ebuild X-VCS-Directories: dev-python/icalendar X-VCS-Committer: nixphoeni X-VCS-Committer-Name: Joe Sapp Content-Type: text/plain; charset=utf8 Message-Id: <20100425175812.B07E42C043@corvid.gentoo.org> Date: Sun, 25 Apr 2010 17:58:12 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 6a2ccc98-fa85-406d-a006-89fb1c9fd435 X-Archives-Hash: ffa58b818d86cf0c11383016201e148e nixphoeni 10/04/25 17:58:12 Modified: icalendar-2.0.1.ebuild ChangeLog icalendar-2.1-r1.ebuild Added: icalendar-2.1_p20100409.ebuild Log: Added an ebuild to include additional bugfixes from the mailing list (Portage version: 2.1.8.3/cvs/Linux x86_64) Revision Changes Path 1.5 dev-python/icalendar/icalendar-2.0.1.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/icalend= ar/icalendar-2.0.1.ebuild?rev=3D1.5&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/icalend= ar/icalendar-2.0.1.ebuild?rev=3D1.5&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/icalend= ar/icalendar-2.0.1.ebuild?r1=3D1.4&r2=3D1.5 Index: icalendar-2.0.1.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/dev-python/icalendar/icalendar-2.0.1.eb= uild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- icalendar-2.0.1.ebuild 8 Feb 2010 08:48:54 -0000 1.4 +++ icalendar-2.0.1.ebuild 25 Apr 2010 17:58:12 -0000 1.5 @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/icalendar/icalendar-2.0.1.= ebuild,v 1.4 2010/02/08 08:48:54 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/icalendar/icalendar-2.0.1.= ebuild,v 1.5 2010/04/25 17:58:12 nixphoeni Exp $ =20 EAPI=3D2 inherit eutils distutils @@ -22,7 +22,7 @@ DOCS=3D"CHANGES.txt CREDITS.txt doc/* HISTORY.txt README.txt TODO.txt" =20 src_prepare() { - epatch "${FILESDIR}/${P}-UIDGenerator-fix.patch" + epatch "${FILESDIR}/01_all_UIDGenerator-fix.patch" } =20 src_test() { 1.7 dev-python/icalendar/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/icalend= ar/ChangeLog?rev=3D1.7&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/icalend= ar/ChangeLog?rev=3D1.7&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/icalend= ar/ChangeLog?r1=3D1.6&r2=3D1.7 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/dev-python/icalendar/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 8 Feb 2010 08:48:54 -0000 1.6 +++ ChangeLog 25 Apr 2010 17:58:12 -0000 1.7 @@ -1,6 +1,18 @@ # ChangeLog for dev-python/icalendar # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/icalendar/ChangeLog,v 1.6 = 2010/02/08 08:48:54 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/icalendar/ChangeLog,v 1.7 = 2010/04/25 17:58:12 nixphoeni Exp $ + +*icalendar-2.1_p20100409 (25 Apr 2010) + + 25 Apr 2010; Joe Sapp <nixphoeni@gentoo.org> + +files/01_all_UIDGenerator-fix.patch, icalendar-2.0.1.ebuild, + +files/02_all_vDatetime-tzinfo-fix.patch, icalendar-2.1-r1.ebuild, + +files/03_all_duration-fix.patch, +icalendar-2.1_p20100409.ebuild, + +files/04_all_date-type-test-in-vDDDTypes.patch, + +files/05_all_utf8-multi-octet-fix.patch, + +files/06_all_test.py-use-set.patch: + Added an ebuild to include patches flying across the mailing list. It'= s + unknown when upstream will release a version incorporating these fixes= . =20 08 Feb 2010; Peter Volkov <pva@gentoo.org> icalendar-2.0.1.ebuild, icalendar-2.1-r1.ebuild: 1.4 dev-python/icalendar/icalendar-2.1-r1.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/icalend= ar/icalendar-2.1-r1.ebuild?rev=3D1.4&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/icalend= ar/icalendar-2.1-r1.ebuild?rev=3D1.4&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/icalend= ar/icalendar-2.1-r1.ebuild?r1=3D1.3&r2=3D1.4 Index: icalendar-2.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/dev-python/icalendar/icalendar-2.1-r1.e= build,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- icalendar-2.1-r1.ebuild 8 Feb 2010 08:48:54 -0000 1.3 +++ icalendar-2.1-r1.ebuild 25 Apr 2010 17:58:12 -0000 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/icalendar/icalendar-2.1-r1= .ebuild,v 1.3 2010/02/08 08:48:54 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/icalendar/icalendar-2.1-r1= .ebuild,v 1.4 2010/04/25 17:58:12 nixphoeni Exp $ =20 EAPI=3D"2" SUPPORT_PYTHON_ABIS=3D"1" @@ -23,8 +23,8 @@ DOCS=3D"CHANGES.txt CREDITS.txt doc/* HISTORY.txt README.txt TODO.txt" =20 src_prepare() { - epatch "${FILESDIR}/${PN}-2.0.1-UIDGenerator-fix.patch" - epatch "${FILESDIR}/${P}-vDatetime-tzinfo-fix.patch" + epatch "${FILESDIR}/01_all_UIDGenerator-fix.patch" + epatch "${FILESDIR}/02_all_vDatetime-tzinfo-fix.patch" } =20 src_test() { 1.1 dev-python/icalendar/icalendar-2.1_p20100409.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/icalend= ar/icalendar-2.1_p20100409.ebuild?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/icalend= ar/icalendar-2.1_p20100409.ebuild?rev=3D1.1&content-type=3Dtext/plain Index: icalendar-2.1_p20100409.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 # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/icalendar/icalendar-2.1_p20= 100409.ebuild,v 1.1 2010/04/25 17:58:12 nixphoeni Exp $ EAPI=3D"2" SUPPORT_PYTHON_ABIS=3D"1" PYTHON_DEPEND=3D"2" inherit eutils distutils MY_P=3D"${PN}-${PV%%_p*}" S=3D"${WORKDIR}/${MY_P}" DESCRIPTION=3D"Package used for parsing and generating iCalendar files (R= FC 2445)." HOMEPAGE=3D"http://codespeak.net/icalendar/ http://pypi.python.org/pypi/i= calendar" SRC_URI=3D"http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${MY_P}= .tar.gz" LICENSE=3D"LGPL-2.1" SLOT=3D"0" KEYWORDS=3D"~amd64 ~x86" IUSE=3D"" RDEPEND=3D"" DEPEND=3D"dev-python/setuptools" RESTRICT_PYTHON_ABIS=3D"3.*" DOCS=3D"CHANGES.txt CREDITS.txt doc/* HISTORY.txt README.txt TODO.txt" EPATCH_SUFFIX=3D"patch" src_prepare() { epatch "${FILESDIR}" distutils_src_prepare } src_test() { testing() { "$(PYTHON)" test.py } python_execute_function testing }