Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emacs/python-mode: ChangeLog python-mode-6.1.2.ebuild python-mode-6.1.0.ebuild
Date: Sat, 02 Nov 2013 09:23:06
Message-Id: 20131102092303.694222004B@flycatcher.gentoo.org
1 ulm 13/11/02 09:23:03
2
3 Modified: ChangeLog
4 Added: python-mode-6.1.2.ebuild
5 Removed: python-mode-6.1.0.ebuild
6 Log:
7 Version bump.
8
9 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
10
11 Revision Changes Path
12 1.78 app-emacs/python-mode/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/python-mode/ChangeLog?rev=1.78&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/python-mode/ChangeLog?rev=1.78&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/python-mode/ChangeLog?r1=1.77&r2=1.78
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v
21 retrieving revision 1.77
22 retrieving revision 1.78
23 diff -u -r1.77 -r1.78
24 --- ChangeLog 20 May 2013 17:43:52 -0000 1.77
25 +++ ChangeLog 2 Nov 2013 09:23:03 -0000 1.78
26 @@ -1,6 +1,12 @@
27 # ChangeLog for app-emacs/python-mode
28 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.77 2013/05/20 17:43:52 ago Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.78 2013/11/02 09:23:03 ulm Exp $
31 +
32 +*python-mode-6.1.2 (02 Nov 2013)
33 +
34 + 02 Nov 2013; Ulrich Müller <ulm@g.o> -python-mode-6.1.0.ebuild,
35 + +python-mode-6.1.2.ebuild:
36 + Version bump.
37
38 20 May 2013; Agostino Sarubbo <ago@g.o> python-mode-6.0.12.ebuild:
39 Stable for s390, wrt bug #451052
40
41
42
43 1.1 app-emacs/python-mode/python-mode-6.1.2.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/python-mode/python-mode-6.1.2.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/python-mode/python-mode-6.1.2.ebuild?rev=1.1&content-type=text/plain
47
48 Index: python-mode-6.1.2.ebuild
49 ===================================================================
50 # Copyright 1999-2013 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-6.1.2.ebuild,v 1.1 2013/11/02 09:23:03 ulm Exp $
53
54 EAPI=5
55
56 inherit readme.gentoo elisp
57
58 MY_P="${PN}.el-${PV}"
59 DESCRIPTION="An Emacs major mode for editing Python source"
60 HOMEPAGE="https://launchpad.net/python-mode"
61 SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${MY_P}.tar.gz"
62
63 LICENSE="GPL-3+"
64 SLOT="0"
65 KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
66
67 S="${WORKDIR}/${MY_P}"
68 SITEFILE="50${PN}-gentoo.el"
69 DOCS="NEWS README"
70 DOC_CONTENTS="Note that doctest and pymacs are in their own packages,
71 app-emacs/doctest-mode and app-emacs/pymacs, respectively."