* [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
@ 2010-04-25 17:58 99% Joe Sapp (nixphoeni)
0 siblings, 0 replies; 1+ results
From: Joe Sapp (nixphoeni) @ 2010-04-25 17:58 UTC (permalink / raw
To: gentoo-commits
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/icalendar/icalendar-2.0.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/icalendar/icalendar-2.0.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/icalendar/icalendar-2.0.1.ebuild?r1=1.4&r2=1.5
Index: icalendar-2.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/icalendar/icalendar-2.0.1.ebuild,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 $
EAPI=2
inherit eutils distutils
@@ -22,7 +22,7 @@
DOCS="CHANGES.txt CREDITS.txt doc/* HISTORY.txt README.txt TODO.txt"
src_prepare() {
- epatch "${FILESDIR}/${P}-UIDGenerator-fix.patch"
+ epatch "${FILESDIR}/01_all_UIDGenerator-fix.patch"
}
src_test() {
1.7 dev-python/icalendar/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/icalendar/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/icalendar/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/icalendar/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
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.
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/icalendar/icalendar-2.1-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/icalendar/icalendar-2.1-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/icalendar/icalendar-2.1-r1.ebuild?r1=1.3&r2=1.4
Index: icalendar-2.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/icalendar/icalendar-2.1-r1.ebuild,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 $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
@@ -23,8 +23,8 @@
DOCS="CHANGES.txt CREDITS.txt doc/* HISTORY.txt README.txt TODO.txt"
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"
}
src_test() {
1.1 dev-python/icalendar/icalendar-2.1_p20100409.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/icalendar/icalendar-2.1_p20100409.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/icalendar/icalendar-2.1_p20100409.ebuild?rev=1.1&content-type=text/plain
Index: icalendar-2.1_p20100409.ebuild
===================================================================
# 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_p20100409.ebuild,v 1.1 2010/04/25 17:58:12 nixphoeni Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
PYTHON_DEPEND="2"
inherit eutils distutils
MY_P="${PN}-${PV%%_p*}"
S="${WORKDIR}/${MY_P}"
DESCRIPTION="Package used for parsing and generating iCalendar files (RFC 2445)."
HOMEPAGE="http://codespeak.net/icalendar/ http://pypi.python.org/pypi/icalendar"
SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${MY_P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=""
DEPEND="dev-python/setuptools"
RESTRICT_PYTHON_ABIS="3.*"
DOCS="CHANGES.txt CREDITS.txt doc/* HISTORY.txt README.txt TODO.txt"
EPATCH_SUFFIX="patch"
src_prepare() {
epatch "${FILESDIR}"
distutils_src_prepare
}
src_test() {
testing() {
"$(PYTHON)" test.py
}
python_execute_function testing
}
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2010-04-25 17:58 99% [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 Joe Sapp (nixphoeni)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox