Gentoo Archives: gentoo-commits

From: Mats Lidell <matsl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-xemacs/python-modes/
Date: Sun, 03 Oct 2021 09:06:13
Message-Id: 1633251940.48de9b6c9146f9f3bb07554bfec2d7b3d2c34a68.matsl@gentoo
1 commit: 48de9b6c9146f9f3bb07554bfec2d7b3d2c34a68
2 Author: Mats Lidell <matsl <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 3 09:05:40 2021 +0000
4 Commit: Mats Lidell <matsl <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 3 09:05:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48de9b6c
7
8 app-xemacs/python-modes: drop 1.08, 1.14
9
10 Signed-off-by: Mats Lidell <matsl <AT> gentoo.org>
11
12 app-xemacs/python-modes/Manifest | 2 --
13 app-xemacs/python-modes/python-modes-1.08.ebuild | 17 -----------------
14 app-xemacs/python-modes/python-modes-1.14.ebuild | 18 ------------------
15 3 files changed, 37 deletions(-)
16
17 diff --git a/app-xemacs/python-modes/Manifest b/app-xemacs/python-modes/Manifest
18 index 02047d24df6..5347353bf12 100644
19 --- a/app-xemacs/python-modes/Manifest
20 +++ b/app-xemacs/python-modes/Manifest
21 @@ -1,3 +1 @@
22 -DIST python-modes-1.08-pkg.tar.gz 93002 BLAKE2B 63e9aad70f52185efa68324bcb2d61c4b447cfa0a53aab31dd9fde07c987ccf96938418f639c16d4189724ca840386f3f831e83c338031dee712b2fafaae6222 SHA512 edac5c557d1c49b8d11f915d9ee1ae83b2bfa3fe54bac7fb457b861a3a38f3389683eadacc6abbdbe293c5bd459184e4d17315513f77a62d40cd46f3662ea4dd
23 -DIST python-modes-1.14-pkg.tar.gz 97116 BLAKE2B 04f2121b03e45a01b1f7c727c4aa48fd88fc06c02466583e0b4739fb3c57c0585d751f63f745edf8d7f351607dea395ef30642d42bc03e00705cb11cb75300f2 SHA512 802cab0ff8295cb6ae0387f17fdbe85afc559ea09e8b17e8a446be7d015e6945e29d8338e32cba5337b367cd07e645bd5ddf7ed6974a70cbf30de2bf63a708e0
24 DIST python-modes-1.16-pkg.tar.gz 97206 BLAKE2B 7390c84148dbd7280cb9472a960bfd720accf135fac0817c76373d9e66c76f3293b1552915fe81cc4f0cb7dfdce78cd958e7ed90a5e24c5e3f71388f2b4e9ec7 SHA512 f0faebd8c179138078f82ad7d8dce72547d890ab84111ddcbaa2270aa2464923e88feb898b9a9f0277432c62e98289390642edb635e6f8f692ee4000a8fab34a
25
26 diff --git a/app-xemacs/python-modes/python-modes-1.08.ebuild b/app-xemacs/python-modes/python-modes-1.08.ebuild
27 deleted file mode 100644
28 index 3913e7bfcbd..00000000000
29 --- a/app-xemacs/python-modes/python-modes-1.08.ebuild
30 +++ /dev/null
31 @@ -1,17 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -SLOT="0"
38 -DESCRIPTION="Python support"
39 -XEMACS_PKG_CAT="standard"
40 -
41 -RDEPEND="app-xemacs/xemacs-base
42 -app-xemacs/mail-lib
43 -app-xemacs/edit-utils
44 -app-xemacs/fsf-compat
45 -"
46 -KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
47 -
48 -inherit xemacs-packages
49
50 diff --git a/app-xemacs/python-modes/python-modes-1.14.ebuild b/app-xemacs/python-modes/python-modes-1.14.ebuild
51 deleted file mode 100644
52 index 2f2ef66c224..00000000000
53 --- a/app-xemacs/python-modes/python-modes-1.14.ebuild
54 +++ /dev/null
55 @@ -1,18 +0,0 @@
56 -# Copyright 1999-2020 Gentoo Authors
57 -# Distributed under the terms of the GNU General Public License v2
58 -
59 -EAPI=6
60 -
61 -SLOT="0"
62 -DESCRIPTION="Python support"
63 -XEMACS_PKG_CAT="standard"
64 -
65 -RDEPEND="app-xemacs/xemacs-base
66 -app-xemacs/mail-lib
67 -app-xemacs/edit-utils
68 -app-xemacs/fsf-compat
69 -app-xemacs/text-modes
70 -"
71 -KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
72 -
73 -inherit xemacs-packages