Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/python-mode/
Date: Fri, 01 Nov 2019 19:36:09
Message-Id: 1572636957.ced13778c972afff511960e8cd97cd09f69924c4.ulm@gentoo
1 commit: ced13778c972afff511960e8cd97cd09f69924c4
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 1 19:31:53 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 1 19:35:57 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ced13778
7
8 app-emacs/python-mode: Remove old.
9
10 Package-Manager: Portage-2.3.78, Repoman-2.3.17
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 app-emacs/python-mode/Manifest | 1 -
14 app-emacs/python-mode/python-mode-6.1.2.ebuild | 21 ---------------------
15 2 files changed, 22 deletions(-)
16
17 diff --git a/app-emacs/python-mode/Manifest b/app-emacs/python-mode/Manifest
18 index 3ad69105776..667050dfd76 100644
19 --- a/app-emacs/python-mode/Manifest
20 +++ b/app-emacs/python-mode/Manifest
21 @@ -1,2 +1 @@
22 -DIST python-mode.el-6.1.2.tar.gz 330107 BLAKE2B f04df366ee3e47921f5635472ac22412066d3d97e0f4d2627993b1b6173321687a575abc8700907a9c63829704792505681196e0786e7dc39b9ecbab7562ef9e SHA512 967ad7fdb3503c2dc37df79ba9f45ed7627a5b8e287cae9e8963a259a6568282c16d509e873c7d8b97e4acaafbd71dcec00e5ac71ed695b20ecddca5da20ba96
23 DIST python-mode.el-6.2.3.tar.gz 314461 BLAKE2B 3bd71b47de1284d59db61f829e3419f2fb10e226900392d903256f31ad90f47317b7bde4cde1cf7d86518f9c706d9c844b208a9e2469a41037252a63f7bc1ba6 SHA512 4aeb33d4054d582cd2a3f4834472c7d0cb3fe5e12e10f5117dcbcd90ec2ca490964c774918c83697f283c68e57766c3c67d3853ddbaa3408777fdafc7f2674f2
24
25 diff --git a/app-emacs/python-mode/python-mode-6.1.2.ebuild b/app-emacs/python-mode/python-mode-6.1.2.ebuild
26 deleted file mode 100644
27 index 47f3492c621..00000000000
28 --- a/app-emacs/python-mode/python-mode-6.1.2.ebuild
29 +++ /dev/null
30 @@ -1,21 +0,0 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -
36 -inherit readme.gentoo elisp
37 -
38 -MY_P="${PN}.el-${PV}"
39 -DESCRIPTION="An Emacs major mode for editing Python source"
40 -HOMEPAGE="https://launchpad.net/python-mode"
41 -SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${MY_P}.tar.gz"
42 -
43 -LICENSE="GPL-3+"
44 -SLOT="0"
45 -KEYWORDS="amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
46 -
47 -S="${WORKDIR}/${MY_P}"
48 -SITEFILE="50${PN}-gentoo.el"
49 -DOCS="NEWS README"
50 -DOC_CONTENTS="Note that doctest and pymacs are in their own packages,
51 - app-emacs/doctest-mode and app-emacs/pymacs, respectively."