diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-11-01 20:31:53 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-11-01 20:35:57 +0100 |
commit | ced13778c972afff511960e8cd97cd09f69924c4 (patch) | |
tree | ba6a7a236b8bf3b3962e08b250b601fa1e34410c /app-emacs | |
parent | virtual/libudev: 232-r3 stable on amd64 (diff) | |
download | gentoo-ced13778c972afff511960e8cd97cd09f69924c4.tar.gz gentoo-ced13778c972afff511960e8cd97cd09f69924c4.tar.bz2 gentoo-ced13778c972afff511960e8cd97cd09f69924c4.zip |
app-emacs/python-mode: Remove old.
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/python-mode/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/python-mode/python-mode-6.1.2.ebuild | 21 |
2 files changed, 0 insertions, 22 deletions
diff --git a/app-emacs/python-mode/Manifest b/app-emacs/python-mode/Manifest index 3ad69105776b..667050dfd764 100644 --- a/app-emacs/python-mode/Manifest +++ b/app-emacs/python-mode/Manifest @@ -1,2 +1 @@ -DIST python-mode.el-6.1.2.tar.gz 330107 BLAKE2B f04df366ee3e47921f5635472ac22412066d3d97e0f4d2627993b1b6173321687a575abc8700907a9c63829704792505681196e0786e7dc39b9ecbab7562ef9e SHA512 967ad7fdb3503c2dc37df79ba9f45ed7627a5b8e287cae9e8963a259a6568282c16d509e873c7d8b97e4acaafbd71dcec00e5ac71ed695b20ecddca5da20ba96 DIST python-mode.el-6.2.3.tar.gz 314461 BLAKE2B 3bd71b47de1284d59db61f829e3419f2fb10e226900392d903256f31ad90f47317b7bde4cde1cf7d86518f9c706d9c844b208a9e2469a41037252a63f7bc1ba6 SHA512 4aeb33d4054d582cd2a3f4834472c7d0cb3fe5e12e10f5117dcbcd90ec2ca490964c774918c83697f283c68e57766c3c67d3853ddbaa3408777fdafc7f2674f2 diff --git a/app-emacs/python-mode/python-mode-6.1.2.ebuild b/app-emacs/python-mode/python-mode-6.1.2.ebuild deleted file mode 100644 index 47f3492c621f..000000000000 --- a/app-emacs/python-mode/python-mode-6.1.2.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit readme.gentoo elisp - -MY_P="${PN}.el-${PV}" -DESCRIPTION="An Emacs major mode for editing Python source" -HOMEPAGE="https://launchpad.net/python-mode" -SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${MY_P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" - -S="${WORKDIR}/${MY_P}" -SITEFILE="50${PN}-gentoo.el" -DOCS="NEWS README" -DOC_CONTENTS="Note that doctest and pymacs are in their own packages, - app-emacs/doctest-mode and app-emacs/pymacs, respectively." |