Gentoo Archives: gentoo-commits

From: "Sebastian Pipping (sping)" <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-portage/layman/files: layman-1.3.2-missing-import.patch
Date: Sun, 21 Feb 2010 16:10:05
Message-Id: E1NjENc-0003Qv-Oy@stork.gentoo.org
1 sping 10/02/21 16:10:00
2
3 Added: layman-1.3.2-missing-import.patch
4 Log:
5 app-portage/layman: Integrate fix for bug #306143
6 (Portage version: 2.2_rc61/cvs/Linux i686)
7
8 Revision Changes Path
9 1.1 app-portage/layman/files/layman-1.3.2-missing-import.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/layman/files/layman-1.3.2-missing-import.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/layman/files/layman-1.3.2-missing-import.patch?rev=1.1&content-type=text/plain
13
14 Index: layman-1.3.2-missing-import.patch
15 ===================================================================
16 From 806b99591eaab8f398988dfc4f2a2452738dd622 Mon Sep 17 00:00:00 2001
17 From: Sebastian Pipping <sebastian@×××××××.org>
18 Date: Sun, 21 Feb 2010 17:02:24 +0100
19 Subject: [PATCH] Fix missing import
20
21 ---
22 doc/layman.8.xml | 2 +-
23 layman/makeconf.py | 2 ++
24 layman/version.py | 2 +-
25 3 files changed, 4 insertions(+), 2 deletions(-)
26
27 diff --git a/doc/layman.8.xml b/doc/layman.8.xml
28 index 246c83d..dc9cc38 100644
29 --- a/doc/layman.8.xml
30 +++ b/doc/layman.8.xml
31 @@ -197,7 +197,7 @@
32 <title>layman</title>
33 <date>January 2010</date>
34 <productname>layman</productname>
35 - <productnumber>1.3.2</productnumber>
36 + <productnumber>1.3.2_p1</productnumber>
37 <copyright>
38 <year>2005-2009</year>
39 <holder>Gunnar Wrobel</holder>
40 diff --git a/layman/makeconf.py b/layman/makeconf.py
41 index 4bb70b5..fdd10c4 100644
42 --- a/layman/makeconf.py
43 +++ b/layman/makeconf.py
44 @@ -19,6 +19,8 @@ import os
45 import codecs
46 import re
47
48 +from layman.utils import path
49 +
50 #===============================================================================
51 #
52 # Helper class MakeConf
53 diff --git a/layman/version.py b/layman/version.py
54 index 631ffcc..c42c7f9 100644
55 --- a/layman/version.py
56 +++ b/layman/version.py
57 @@ -20,7 +20,7 @@
58 __version__ = "$Id: layman-1.3.2-missing-import.patch,v 1.1 2010/02/21 16:10:00 sping Exp $"
59
60
61 -VERSION = '1.3.2'
62 +VERSION = '1.3.2_p1'
63
64 if __name__ == '__main__':
65 print VERSION
66 --
67 1.6.6