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/erc/
Date: Sat, 09 Oct 2021 15:27:16
Message-Id: 1633793224.78b27e1233aa62213ae58db0fb809309e5d651a2.matsl@gentoo
1 commit: 78b27e1233aa62213ae58db0fb809309e5d651a2
2 Author: Mats Lidell <matsl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 9 15:26:56 2021 +0000
4 Commit: Mats Lidell <matsl <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 9 15:27:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78b27e12
7
8 app-xemacs/erc: drop 0.21, 0.23
9
10 Signed-off-by: Mats Lidell <matsl <AT> gentoo.org>
11
12 app-xemacs/erc/Manifest | 2 --
13 app-xemacs/erc/erc-0.21.ebuild | 14 --------------
14 app-xemacs/erc/erc-0.23.ebuild | 22 ----------------------
15 3 files changed, 38 deletions(-)
16
17 diff --git a/app-xemacs/erc/Manifest b/app-xemacs/erc/Manifest
18 index 9ff1242b58f..a35d28df631 100644
19 --- a/app-xemacs/erc/Manifest
20 +++ b/app-xemacs/erc/Manifest
21 @@ -1,3 +1 @@
22 -DIST erc-0.21-pkg.tar.gz 516214 BLAKE2B f9f7811e9f73d895186e4c3bf6774db6304aba11af829886ccb4a7a4553a43e055baaf6ff830e757d75436cbbbdf1e1d341441d71cab4b75ca253481910390fe SHA512 5743fe1840a1e42700aa3fe41292b29a31f93e7ba7956ec80eda6df0c4d4300da268ccc692fe48b24dc59a60234e7d5a5d774dd8e9db8b6bcd91ddd4b11562e2
23 -DIST erc-0.23-pkg.tar.gz 517288 BLAKE2B ce5a5f41b70b25d8e4a123d3a7a8d32815f3059da2e5353dace6ef185d8df2d2539c88155136a60ef7bd934a79db87b772267836cdce1ee2d691a9f1a4917f8f SHA512 54df94abb666d76f65faf668e8f85d20f5411c70031e709387706fe7d77b9403dd9e8d4fc2c634cbe58f5de896bb2780e2fae2706758774e295e3bc2704e7dc0
24 DIST erc-0.26-pkg.tar.gz 517470 BLAKE2B 49bbe65ed658310397e4407f50b32b768c67723256123920f924d8cfe7b496b8185cc94753a7e5a778b928466ed8599b21d2cfbcfa063851f4eb424f75a066df SHA512 d1a9300dba716d9d569708977864cefeca225d22980df80617428c76c940a54c726cc99699e19a7fc966831042e5358c10744b4ffa7c8093e0b5feee4c070d1c
25
26 diff --git a/app-xemacs/erc/erc-0.21.ebuild b/app-xemacs/erc/erc-0.21.ebuild
27 deleted file mode 100644
28 index 8958b9abe99..00000000000
29 --- a/app-xemacs/erc/erc-0.21.ebuild
30 +++ /dev/null
31 @@ -1,14 +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="ERC - The Emacs IRC Client"
39 -XEMACS_PKG_CAT="standard"
40 -
41 -DEPEND="app-xemacs/xemacs-base"
42 -
43 -KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
44 -
45 -inherit xemacs-packages
46
47 diff --git a/app-xemacs/erc/erc-0.23.ebuild b/app-xemacs/erc/erc-0.23.ebuild
48 deleted file mode 100644
49 index 4c2c0395514..00000000000
50 --- a/app-xemacs/erc/erc-0.23.ebuild
51 +++ /dev/null
52 @@ -1,22 +0,0 @@
53 -# Copyright 1999-2020 Gentoo Authors
54 -# Distributed under the terms of the GNU General Public License v2
55 -
56 -EAPI=6
57 -
58 -SLOT="0"
59 -DESCRIPTION="ERC - The Emacs IRC Client"
60 -XEMACS_PKG_CAT="standard"
61 -
62 -KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
63 -
64 -inherit xemacs-packages
65 -
66 -RDEPEND="app-xemacs/edit-utils
67 -app-xemacs/fsf-compat
68 -app-xemacs/gnus
69 -app-xemacs/pcomplete
70 -app-xemacs/xemacs-base
71 -app-xemacs/text-modes
72 -app-xemacs/xemacs-ispell
73 -app-xemacs/viper
74 -"