Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r9633 - in main/branches/2.1.2: bin pym
Date: Sun, 30 Mar 2008 19:24:15
Message-Id: E1Jg38W-0007JP-QA@stork.gentoo.org
1 Author: zmedico
2 Date: 2008-03-30 19:24:11 +0000 (Sun, 30 Mar 2008)
3 New Revision: 9633
4
5 Modified:
6 main/branches/2.1.2/bin/md5check.py
7 main/branches/2.1.2/bin/repoman
8 main/branches/2.1.2/pym/portage_manifest.py
9 Log:
10 Fix typos. Thanks to Arfrever Frehtes Taifersar Arahesis
11 <Arfrever.FTA@×××××.Com>. (trunk r9632)
12
13
14 Modified: main/branches/2.1.2/bin/md5check.py
15 ===================================================================
16 --- main/branches/2.1.2/bin/md5check.py 2008-03-30 19:20:46 UTC (rev 9632)
17 +++ main/branches/2.1.2/bin/md5check.py 2008-03-30 19:24:11 UTC (rev 9633)
18 @@ -75,7 +75,7 @@
19 if (md5_list[mybn]["MD5"] != md5sums[mybn]["MD5"]) or \
20 (md5_list[mybn]["size"] != md5sums[mybn]["size"]):
21
22 - # This associates teh md5 with each file. [md5/size]
23 + # This associates the md5 with each file. [md5/size]
24 md5joins = md5_list[mybn][2].split(",")
25 md5joins = (" ["+md5_list[mybn][0]+"/"+md5_list[mybn][1]+"],").join(md5joins)
26 md5joins += " ["+md5_list[mybn][0]+"/"+md5_list[mybn][1]+"]"
27
28 Modified: main/branches/2.1.2/bin/repoman
29 ===================================================================
30 --- main/branches/2.1.2/bin/repoman 2008-03-30 19:20:46 UTC (rev 9632)
31 +++ main/branches/2.1.2/bin/repoman 2008-03-30 19:24:11 UTC (rev 9633)
32 @@ -1569,7 +1569,7 @@
33 fails["KEYWORDS.stupid"].append(x+"/"+y+".ebuild")
34
35 """
36 - Ebuilds that inherit a "Live" eclasss (darcs,subversion,git,cvs,etc..) should
37 + Ebuilds that inherit a "Live" eclass (darcs,subversion,git,cvs,etc..) should
38 not be allowed to be marked stable
39 """
40 if set(["darcs","cvs","subversion","git"]).intersection(
41
42 Modified: main/branches/2.1.2/pym/portage_manifest.py
43 ===================================================================
44 --- main/branches/2.1.2/pym/portage_manifest.py 2008-03-30 19:20:46 UTC (rev 9632)
45 +++ main/branches/2.1.2/pym/portage_manifest.py 2008-03-30 19:24:11 UTC (rev 9633)
46 @@ -425,7 +425,7 @@
47 del self.fhashdict[ftype][fname]
48
49 def hasFile(self, ftype, fname):
50 - """ Return wether the Manifest contains an entry for the given type,filename pair """
51 + """ Return whether the Manifest contains an entry for the given type,filename pair """
52 return (fname in self.fhashdict[ftype])
53
54 def findFile(self, fname):
55
56 --
57 gentoo-commits@l.g.o mailing list