diff options
author | Mats Lidell <matsl@gentoo.org> | 2022-08-19 16:31:12 +0200 |
---|---|---|
committer | Mats Lidell <matsl@gentoo.org> | 2022-08-19 16:34:49 +0200 |
commit | 001b667d726ef099bdb3f65d9427a44e39d2ce2d (patch) | |
tree | 9180748171f4d662225e84adab29fb251db51ec0 /app-xemacs | |
parent | app-xemacs/mmm-mode: drop 1.08 (diff) | |
download | gentoo-001b667d726ef099bdb3f65d9427a44e39d2ce2d.tar.gz gentoo-001b667d726ef099bdb3f65d9427a44e39d2ce2d.tar.bz2 gentoo-001b667d726ef099bdb3f65d9427a44e39d2ce2d.zip |
app-xemacs/prog-modes: drop 2.33
Signed-off-by: Mats Lidell <matsl@gentoo.org>
Diffstat (limited to 'app-xemacs')
-rw-r--r-- | app-xemacs/prog-modes/Manifest | 1 | ||||
-rw-r--r-- | app-xemacs/prog-modes/prog-modes-2.33.ebuild | 30 |
2 files changed, 0 insertions, 31 deletions
diff --git a/app-xemacs/prog-modes/Manifest b/app-xemacs/prog-modes/Manifest index e8a189dabe5e..70187db2e004 100644 --- a/app-xemacs/prog-modes/Manifest +++ b/app-xemacs/prog-modes/Manifest @@ -1,2 +1 @@ -DIST prog-modes-2.33-pkg.tar.gz 874585 BLAKE2B c29525ecad896041368bed7fb647110428c968fbd77b13b0322a59eb1fe2e73e7000e6e119b2658ca82bd01b6014aece2b588f807f80ecd926e755e28f09ed5c SHA512 e2c7cba8916b41c1c3e932c4daddb57ce330f242c6ef189916608b0f682122f066f18706e05b8a1b68ad5b993bd873e47fee558c540b7f6a58bdffa68544e880 DIST prog-modes-2.34-pkg.tar.gz 874544 BLAKE2B dd1c2dbbf9d775eb725894ec3f57a31496f7554923cd551e8ca3b49d360b943926f6f84ea9f6680e2d062ae60a08ef67ad5c2cd72e983215422d5732b73d6ca2 SHA512 8879850b19129617ed6dba24cd4194df28df06c4adeb2b7156bc83920992ab6745ffbf0c94051be2130fc3a8b021f2faf9dd81001e647322e034455339e94d29 diff --git a/app-xemacs/prog-modes/prog-modes-2.33.ebuild b/app-xemacs/prog-modes/prog-modes-2.33.ebuild deleted file mode 100644 index c9211fc3269f..000000000000 --- a/app-xemacs/prog-modes/prog-modes-2.33.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -SLOT="0" -DESCRIPTION="Support for various programming languages" -XEMACS_PKG_CAT="standard" - -RDEPEND="app-xemacs/mail-lib -app-xemacs/xemacs-devel -app-xemacs/xemacs-base -app-xemacs/cc-mode -app-xemacs/fsf-compat -app-xemacs/edit-utils -app-xemacs/ediff -app-xemacs/emerge -app-xemacs/efs -app-xemacs/vc -app-xemacs/speedbar -app-xemacs/dired -app-xemacs/ilisp -app-xemacs/sh-script -app-xemacs/cedet-common -app-xemacs/w3 -app-xemacs/gnus -" -KEYWORDS="~alpha amd64 ppc ppc64 sparc x86" - -inherit xemacs-packages |