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/haskell-mode/
Date: Sat, 09 Oct 2021 07:47:57
Message-Id: 1633765667.24da0f808fdada54e27ae240ace7568798e73cae.matsl@gentoo
1 commit: 24da0f808fdada54e27ae240ace7568798e73cae
2 Author: Mats Lidell <matsl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 9 07:47:47 2021 +0000
4 Commit: Mats Lidell <matsl <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 9 07:47:47 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24da0f80
7
8 app-xemacs/haskell-mode: drop 1.11
9
10 Signed-off-by: Mats Lidell <matsl <AT> gentoo.org>
11
12 app-xemacs/haskell-mode/Manifest | 1 -
13 app-xemacs/haskell-mode/haskell-mode-1.11.ebuild | 17 -----------------
14 2 files changed, 18 deletions(-)
15
16 diff --git a/app-xemacs/haskell-mode/Manifest b/app-xemacs/haskell-mode/Manifest
17 index 8ba53ec81f5..895286e6809 100644
18 --- a/app-xemacs/haskell-mode/Manifest
19 +++ b/app-xemacs/haskell-mode/Manifest
20 @@ -1,2 +1 @@
21 -DIST haskell-mode-1.11-pkg.tar.gz 110350 BLAKE2B 05acfe43c5fbf87dd97543d300c41695ee1383267dc0e88aa2b0ae9e2b84b179127500b5d292280099b77597fb93bee4504544979956a814d081b99bb0b88861 SHA512 719b65cbf70680be25912a972fc1c4ce4609bd93f6decac6904b8d8b6266d466c577eb1a60d179f4d356af96f755f24b2802a2803be27e01be0132a22c75abb0
22 DIST haskell-mode-1.14-pkg.tar.gz 110367 BLAKE2B e59067f89993eeaa79f07110afdee88405a8b0c4ada8d817bb3e0dfa83baba1b8d1e5c1e7ce676cdc37aff02827746a29d1c2c4408d301a88e192dcecf13b509 SHA512 d3bbb6989182f8c2a432fac8d33c5a0deaf7e043a7b91f85a1016584beee5d45d5b480c1c810bbb8c78c56af61cec52ee3ef4e0467a098e080af5d1dfbd71442
23
24 diff --git a/app-xemacs/haskell-mode/haskell-mode-1.11.ebuild b/app-xemacs/haskell-mode/haskell-mode-1.11.ebuild
25 deleted file mode 100644
26 index 54ca4ffa5ae..00000000000
27 --- a/app-xemacs/haskell-mode/haskell-mode-1.11.ebuild
28 +++ /dev/null
29 @@ -1,17 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -SLOT="0"
36 -DESCRIPTION="Haskell editing support"
37 -XEMACS_PKG_CAT="standard"
38 -
39 -RDEPEND="app-xemacs/dired
40 -app-xemacs/mail-lib
41 -app-xemacs/xemacs-base
42 -app-xemacs/edit-utils
43 -"
44 -KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
45 -
46 -inherit xemacs-packages