From 0e72c47edc8155afdcfb9b3ec21e0ba36be27bb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Fri, 3 Oct 2025 22:14:45 +0200 Subject: [PATCH] app-emacs/python-mode: drop old 6.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maciej Barć --- app-emacs/python-mode/Manifest | 1 - .../python-mode/python-mode-6.3.0.ebuild | 20 ------------------- 2 files changed, 21 deletions(-) delete mode 100644 app-emacs/python-mode/python-mode-6.3.0.ebuild diff --git a/app-emacs/python-mode/Manifest b/app-emacs/python-mode/Manifest index 1fff0da69164a..5948ffd11f9ab 100644 --- a/app-emacs/python-mode/Manifest +++ b/app-emacs/python-mode/Manifest @@ -1,2 +1 @@ -DIST python-mode-6.3.0.tar.bz2 377148 BLAKE2B f55620dcda63bb074116ad622d0ac2431839277a9f525be857bb4245a6b5b9f7daaefd538e166efb327333bb2186f2998541f3a1816bff76c65a726e78265c01 SHA512 cc4a9e67ec3d751040a1ee453360f7aad127688db9c67385b669aa76ad7504dfea1b15408f4ff130a5103f5266ee4eeb920e66b1c1fd1f2dcbfe6302cc8f847a DIST python-mode-6.3.1.tar.bz2 411892 BLAKE2B c3d0ae3a25792ab80277db289bedaa54524a332ccc205b4a12d711852c8c44a77cc93272c77650c7d583d8816f0935f06efa31fa1ca6fb6d04d561e293482858 SHA512 fd786e7d51074d2fdebb3cce01dd3532cfadf0205360859015e5399069fb025a1ecee5fc2bf5fa4e3a209301326f51b30133676dc21643cda638d75169a6aadf diff --git a/app-emacs/python-mode/python-mode-6.3.0.ebuild b/app-emacs/python-mode/python-mode-6.3.0.ebuild deleted file mode 100644 index 21470c788d5b2..0000000000000 --- a/app-emacs/python-mode/python-mode-6.3.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit elisp readme.gentoo-r1 - -DESCRIPTION="An Emacs major mode for editing Python source" -HOMEPAGE="https://gitlab.com/python-mode-devs/python-mode" -SRC_URI="https://gitlab.com/python-mode-devs/${PN}/-/archive/${PV}/${P}.tar.bz2" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="amd64 arm ~hppa ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" - -ELISP_REMOVE="python-mode-pkg.el" -SITEFILE="50${PN}-gentoo.el" -DOCS="CONTRIBUTING.md CREDITS NEWS *.org" -DOC_CONTENTS="Note that doctest and pymacs are in their own packages, - app-emacs/doctest-mode and app-emacs/pymacs, respectively."