diff options
author | Mats Lidell <matsl@gentoo.org> | 2021-10-09 09:47:47 +0200 |
---|---|---|
committer | Mats Lidell <matsl@gentoo.org> | 2021-10-09 09:47:47 +0200 |
commit | 24da0f808fdada54e27ae240ace7568798e73cae (patch) | |
tree | bffc67215c3cf0b87b1d5f2bbbf0f8dca6337e24 /app-xemacs | |
parent | app-xemacs/elib: drop 1.11, 1.13 (diff) | |
download | gentoo-24da0f808fdada54e27ae240ace7568798e73cae.tar.gz gentoo-24da0f808fdada54e27ae240ace7568798e73cae.tar.bz2 gentoo-24da0f808fdada54e27ae240ace7568798e73cae.zip |
app-xemacs/haskell-mode: drop 1.11
Signed-off-by: Mats Lidell <matsl@gentoo.org>
Diffstat (limited to 'app-xemacs')
-rw-r--r-- | app-xemacs/haskell-mode/Manifest | 1 | ||||
-rw-r--r-- | app-xemacs/haskell-mode/haskell-mode-1.11.ebuild | 17 |
2 files changed, 0 insertions, 18 deletions
diff --git a/app-xemacs/haskell-mode/Manifest b/app-xemacs/haskell-mode/Manifest index 8ba53ec81f56..895286e6809e 100644 --- a/app-xemacs/haskell-mode/Manifest +++ b/app-xemacs/haskell-mode/Manifest @@ -1,2 +1 @@ -DIST haskell-mode-1.11-pkg.tar.gz 110350 BLAKE2B 05acfe43c5fbf87dd97543d300c41695ee1383267dc0e88aa2b0ae9e2b84b179127500b5d292280099b77597fb93bee4504544979956a814d081b99bb0b88861 SHA512 719b65cbf70680be25912a972fc1c4ce4609bd93f6decac6904b8d8b6266d466c577eb1a60d179f4d356af96f755f24b2802a2803be27e01be0132a22c75abb0 DIST haskell-mode-1.14-pkg.tar.gz 110367 BLAKE2B e59067f89993eeaa79f07110afdee88405a8b0c4ada8d817bb3e0dfa83baba1b8d1e5c1e7ce676cdc37aff02827746a29d1c2c4408d301a88e192dcecf13b509 SHA512 d3bbb6989182f8c2a432fac8d33c5a0deaf7e043a7b91f85a1016584beee5d45d5b480c1c810bbb8c78c56af61cec52ee3ef4e0467a098e080af5d1dfbd71442 diff --git a/app-xemacs/haskell-mode/haskell-mode-1.11.ebuild b/app-xemacs/haskell-mode/haskell-mode-1.11.ebuild deleted file mode 100644 index 54ca4ffa5aec..000000000000 --- a/app-xemacs/haskell-mode/haskell-mode-1.11.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="Haskell editing support" -XEMACS_PKG_CAT="standard" - -RDEPEND="app-xemacs/dired -app-xemacs/mail-lib -app-xemacs/xemacs-base -app-xemacs/edit-utils -" -KEYWORDS="~alpha amd64 ppc ppc64 sparc x86" - -inherit xemacs-packages |