diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-07-07 07:29:30 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-07-07 07:29:30 +0000 |
commit | a11a24489635cef6face47a82c07d762b59b4611 (patch) | |
tree | 95a888bc7546267e892525ea8f6e1d87812ac27b /dev-python/decorator | |
parent | Stable on amd64 wrt bug #374193 (diff) | |
download | historical-a11a24489635cef6face47a82c07d762b59b4611.tar.gz historical-a11a24489635cef6face47a82c07d762b59b4611.tar.bz2 historical-a11a24489635cef6face47a82c07d762b59b4611.zip |
Remove unneeded files. Requested by Arfrever
Package-Manager: portage-2.2.0_alpha43/cvs/Linux x86_64
Diffstat (limited to 'dev-python/decorator')
-rw-r--r-- | dev-python/decorator/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/decorator/files/decorator-3.3.0-python-3.2.patch | 22 |
2 files changed, 5 insertions, 23 deletions
diff --git a/dev-python/decorator/ChangeLog b/dev-python/decorator/ChangeLog index d18d83d90935..b640be2fc74e 100644 --- a/dev-python/decorator/ChangeLog +++ b/dev-python/decorator/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/decorator # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v 1.44 2011/07/01 21:27:31 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v 1.45 2011/07/07 07:27:46 hwoarang Exp $ + + 07 Jul 2011; Markos Chandras <hwoarang@gentoo.org> + -files/decorator-3.3.0-python-3.2.patch: + Remove unneeded files. Requested by Arfrever 01 Jul 2011; Markos Chandras <hwoarang@gentoo.org> -decorator-3.3.0.ebuild: Remove old ebuilds. Requested by Arfrever diff --git a/dev-python/decorator/files/decorator-3.3.0-python-3.2.patch b/dev-python/decorator/files/decorator-3.3.0-python-3.2.patch deleted file mode 100644 index 6e9eb851bea5..000000000000 --- a/dev-python/decorator/files/decorator-3.3.0-python-3.2.patch +++ /dev/null @@ -1,22 +0,0 @@ -http://code.google.com/p/micheles/source/detail?r=929b7bda62b98489f2d9952b1ef6046ce27c1704 - ---- documentation3.py -+++ documentation3.py -@@ -660,7 +660,7 @@ - - .. code-block:: python - -- >>> f() -+ >>> f() # doctest: +ELLIPSIS - Traceback (most recent call last): - ... - File "<string>", line 2, in f -@@ -668,7 +668,7 @@ - return f(*args, **kw) - File "<doctest __main__[51]>", line 3, in f - 1/0 -- ZeroDivisionError: int division or modulo by zero -+ ZeroDivisionError: ... - - You see here the inner call to the decorator ``trace``, which calls - ``f(*args, **kw)``, and a reference to ``File "<string>", line 2, in f``. |