diff options
author | Mats Lidell <matsl@gentoo.org> | 2021-10-03 11:05:40 +0200 |
---|---|---|
committer | Mats Lidell <matsl@gentoo.org> | 2021-10-03 11:05:40 +0200 |
commit | 48de9b6c9146f9f3bb07554bfec2d7b3d2c34a68 (patch) | |
tree | 50b5ca08c0e825ed2a6f4d99bd79a39191aa5735 /app-xemacs/python-modes | |
parent | app-xemacs/riece: drop 1.23 (diff) | |
download | gentoo-48de9b6c9146f9f3bb07554bfec2d7b3d2c34a68.tar.gz gentoo-48de9b6c9146f9f3bb07554bfec2d7b3d2c34a68.tar.bz2 gentoo-48de9b6c9146f9f3bb07554bfec2d7b3d2c34a68.zip |
app-xemacs/python-modes: drop 1.08, 1.14
Signed-off-by: Mats Lidell <matsl@gentoo.org>
Diffstat (limited to 'app-xemacs/python-modes')
-rw-r--r-- | app-xemacs/python-modes/Manifest | 2 | ||||
-rw-r--r-- | app-xemacs/python-modes/python-modes-1.08.ebuild | 17 | ||||
-rw-r--r-- | app-xemacs/python-modes/python-modes-1.14.ebuild | 18 |
3 files changed, 0 insertions, 37 deletions
diff --git a/app-xemacs/python-modes/Manifest b/app-xemacs/python-modes/Manifest index 02047d24df6e..5347353bf12f 100644 --- a/app-xemacs/python-modes/Manifest +++ b/app-xemacs/python-modes/Manifest @@ -1,3 +1 @@ -DIST python-modes-1.08-pkg.tar.gz 93002 BLAKE2B 63e9aad70f52185efa68324bcb2d61c4b447cfa0a53aab31dd9fde07c987ccf96938418f639c16d4189724ca840386f3f831e83c338031dee712b2fafaae6222 SHA512 edac5c557d1c49b8d11f915d9ee1ae83b2bfa3fe54bac7fb457b861a3a38f3389683eadacc6abbdbe293c5bd459184e4d17315513f77a62d40cd46f3662ea4dd -DIST python-modes-1.14-pkg.tar.gz 97116 BLAKE2B 04f2121b03e45a01b1f7c727c4aa48fd88fc06c02466583e0b4739fb3c57c0585d751f63f745edf8d7f351607dea395ef30642d42bc03e00705cb11cb75300f2 SHA512 802cab0ff8295cb6ae0387f17fdbe85afc559ea09e8b17e8a446be7d015e6945e29d8338e32cba5337b367cd07e645bd5ddf7ed6974a70cbf30de2bf63a708e0 DIST python-modes-1.16-pkg.tar.gz 97206 BLAKE2B 7390c84148dbd7280cb9472a960bfd720accf135fac0817c76373d9e66c76f3293b1552915fe81cc4f0cb7dfdce78cd958e7ed90a5e24c5e3f71388f2b4e9ec7 SHA512 f0faebd8c179138078f82ad7d8dce72547d890ab84111ddcbaa2270aa2464923e88feb898b9a9f0277432c62e98289390642edb635e6f8f692ee4000a8fab34a diff --git a/app-xemacs/python-modes/python-modes-1.08.ebuild b/app-xemacs/python-modes/python-modes-1.08.ebuild deleted file mode 100644 index 3913e7bfcbd7..000000000000 --- a/app-xemacs/python-modes/python-modes-1.08.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -SLOT="0" -DESCRIPTION="Python support" -XEMACS_PKG_CAT="standard" - -RDEPEND="app-xemacs/xemacs-base -app-xemacs/mail-lib -app-xemacs/edit-utils -app-xemacs/fsf-compat -" -KEYWORDS="~alpha amd64 ppc ppc64 sparc x86" - -inherit xemacs-packages diff --git a/app-xemacs/python-modes/python-modes-1.14.ebuild b/app-xemacs/python-modes/python-modes-1.14.ebuild deleted file mode 100644 index 2f2ef66c2249..000000000000 --- a/app-xemacs/python-modes/python-modes-1.14.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -SLOT="0" -DESCRIPTION="Python support" -XEMACS_PKG_CAT="standard" - -RDEPEND="app-xemacs/xemacs-base -app-xemacs/mail-lib -app-xemacs/edit-utils -app-xemacs/fsf-compat -app-xemacs/text-modes -" -KEYWORDS="~alpha amd64 ppc ppc64 sparc x86" - -inherit xemacs-packages |