Gentoo Archives: gentoo-commits

From: "André Erdmann" <dywi@×××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/R_overlay:master commit in: roverlay/
Date: Wed, 30 May 2012 16:10:30
Message-Id: 1338389633.aa515930aca5c5b231bd2b00471183fc3deabf76.dywi@gentoo
1 commit: aa515930aca5c5b231bd2b00471183fc3deabf76
2 Author: Andre Erdmann <dywi <AT> mailerd <DOT> de>
3 AuthorDate: Wed May 30 14:53:53 2012 +0000
4 Commit: André Erdmann <dywi <AT> mailerd <DOT> de>
5 CommitDate: Wed May 30 14:53:53 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=aa515930
7
8 "its" not "it's" :)
9 modified: ebuild.py
10 modified: ebuildcreator.py
11 modified: fileio.py
12
13 ---
14 roverlay/ebuild.py | 2 +-
15 roverlay/ebuildcreator.py | 2 +-
16 roverlay/fileio.py | 2 +-
17 3 files changed, 3 insertions(+), 3 deletions(-)
18
19 diff --git a/roverlay/ebuild.py b/roverlay/ebuild.py
20 index 88dbde6..6316495 100644
21 --- a/roverlay/ebuild.py
22 +++ b/roverlay/ebuild.py
23 @@ -212,7 +212,7 @@ class Ebuild:
24 * varname -- name of the variable
25 * value -- value of the variable. This has to be either None (the default),
26 str, or list of str.
27 - * oneline_list -- if value is a list: controls whether it's components should be
28 + * oneline_list -- if value is a list: controls whether its components should be
29 put into one line (True) or multiple (False). Defaults to True.
30 * indent_list -- if value is a list and not oneline_list:
31 controls whether each value line should be indentend
32
33 diff --git a/roverlay/ebuildcreator.py b/roverlay/ebuildcreator.py
34 index f6935a8..54a1c6a 100644
35 --- a/roverlay/ebuildcreator.py
36 +++ b/roverlay/ebuildcreator.py
37 @@ -68,7 +68,7 @@ class EbuildCreator:
38 def get_ebuild_header ( self, ebuild_header_file=None ):
39 """Reads and returns the content of an ebuild header file.
40 This is a normal file that can be included in ebuilds.
41 - Every header file will only be read on first access, it's content will
42 + Every header file will only be read on first access, its content will
43 be stored in a dict that is shared among all EbuildCreator instances.
44
45 arguments:
46
47 diff --git a/roverlay/fileio.py b/roverlay/fileio.py
48 index 41aad23..295d904 100644
49 --- a/roverlay/fileio.py
50 +++ b/roverlay/fileio.py
51 @@ -131,7 +131,7 @@ class DescriptionReader:
52 * field -- name of the field that should be checked
53 * flag_to_check -- name of the flag to check; optional, defaults to None
54
55 - This method acts as 'field has any flags?' if flag_to_check is None (it's default value).
56 + This method acts as 'field has any flags?' if flag_to_check is None (its default value).
57 """
58
59 if field in const.DESCRIPTION_FIELD_MAP: