Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/shm: shm-1.2.2.ebuild ChangeLog
Date: Sun, 07 Feb 2010 20:28:47
Message-Id: E1NeDjZ-0006lN-NA@stork.gentoo.org
1 pva 10/02/07 20:27:57
2
3 Modified: shm-1.2.2.ebuild ChangeLog
4 Log:
5 Never refer to a variable name in the string; include only raw text.
6 (Portage version: 2.1.7.17/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.4 dev-python/shm/shm-1.2.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/shm/shm-1.2.2.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/shm/shm-1.2.2.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/shm/shm-1.2.2.ebuild?r1=1.3&r2=1.4
14
15 Index: shm-1.2.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/shm/shm-1.2.2.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- shm-1.2.2.ebuild 25 Oct 2008 20:58:04 -0000 1.3
22 +++ shm-1.2.2.ebuild 7 Feb 2010 20:27:57 -0000 1.4
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2008 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/shm/shm-1.2.2.ebuild,v 1.3 2008/10/25 20:58:04 pvdabeel Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/shm/shm-1.2.2.ebuild,v 1.4 2010/02/07 20:27:57 pva Exp $
29
30 NEED_PYTHON=2.3
31
32 @@ -9,7 +9,7 @@
33 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
34
35 DESCRIPTION="Python modules to access System V shared memory and semaphores."
36 -HOMEPAGE="http://nikitathespider.com/python/${PN}/"
37 +HOMEPAGE="http://nikitathespider.com/python/shm/"
38 SRC_URI="http://nikitathespider.com/python/${PN}/${P}.tar.gz"
39
40 LICENSE="GPL-2"
41
42
43
44 1.5 dev-python/shm/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/shm/ChangeLog?rev=1.5&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/shm/ChangeLog?rev=1.5&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/shm/ChangeLog?r1=1.4&r2=1.5
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-python/shm/ChangeLog,v
53 retrieving revision 1.4
54 retrieving revision 1.5
55 diff -u -r1.4 -r1.5
56 --- ChangeLog 25 Oct 2008 20:58:04 -0000 1.4
57 +++ ChangeLog 7 Feb 2010 20:27:57 -0000 1.5
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-python/shm
60 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-python/shm/ChangeLog,v 1.4 2008/10/25 20:58:04 pvdabeel Exp $
62 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
63 +# $Header: /var/cvsroot/gentoo-x86/dev-python/shm/ChangeLog,v 1.5 2010/02/07 20:27:57 pva Exp $
64 +
65 + 07 Feb 2010; Peter Volkov <pva@g.o> shm-1.2.2.ebuild:
66 + Never refer to a variable name in the string; include only raw text.
67
68 *shm-1.2.2 (07 Jun 2008)