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: python-mode-6.0.12.ebuild ChangeLog python-mode-6.0.10.ebuild
Date: Sat, 03 Nov 2012 10:58:07
Message-Id: 20121103105751.5B197215F3@flycatcher.gentoo.org
1 ulm 12/11/03 10:57:51
2
3 Modified: ChangeLog
4 Added: python-mode-6.0.12.ebuild
5 Removed: python-mode-6.0.10.ebuild
6 Log:
7 Version bump. Remove old.
8
9 (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
10
11 Revision Changes Path
12 1.65 app-emacs/python-mode/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/python-mode/ChangeLog?rev=1.65&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/python-mode/ChangeLog?rev=1.65&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/python-mode/ChangeLog?r1=1.64&r2=1.65
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v
21 retrieving revision 1.64
22 retrieving revision 1.65
23 diff -u -r1.64 -r1.65
24 --- ChangeLog 26 Sep 2012 06:21:05 -0000 1.64
25 +++ ChangeLog 3 Nov 2012 10:57:51 -0000 1.65
26 @@ -1,6 +1,12 @@
27 # ChangeLog for app-emacs/python-mode
28 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.64 2012/09/26 06:21:05 ulm Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.65 2012/11/03 10:57:51 ulm Exp $
31 +
32 +*python-mode-6.0.12 (03 Nov 2012)
33 +
34 + 03 Nov 2012; Ulrich Müller <ulm@g.o> -python-mode-6.0.10.ebuild,
35 + +python-mode-6.0.12.ebuild:
36 + Version bump. Remove old.
37
38 *python-mode-6.0.11 (26 Sep 2012)
39
40
41
42
43 1.1 app-emacs/python-mode/python-mode-6.0.12.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/python-mode/python-mode-6.0.12.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/python-mode/python-mode-6.0.12.ebuild?rev=1.1&content-type=text/plain
47
48 Index: python-mode-6.0.12.ebuild
49 ===================================================================
50 # Copyright 1999-2012 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.0.12.ebuild,v 1.1 2012/11/03 10:57:51 ulm Exp $
53
54 EAPI=4
55
56 inherit 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
71 pkg_postinst() {
72 elisp-site-regen
73 elog "Note that doctest and pymacs are in their own packages,"
74 elog "app-emacs/doctest-mode and app-emacs/pymacs, respectively."
75 }