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/ediff/
Date: Sat, 09 Oct 2021 15:35:11
Message-Id: 1633793698.e09188d35b3defb5b8d63a3b755255632ceea035.matsl@gentoo
1 commit: e09188d35b3defb5b8d63a3b755255632ceea035
2 Author: Mats Lidell <matsl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 9 15:34:58 2021 +0000
4 Commit: Mats Lidell <matsl <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 9 15:34:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e09188d3
7
8 app-xemacs/ediff: drop 1.68, 1.77, 1.81
9
10 Signed-off-by: Mats Lidell <matsl <AT> gentoo.org>
11
12 app-xemacs/ediff/Manifest | 3 ---
13 app-xemacs/ediff/ediff-1.68.ebuild | 19 -------------------
14 app-xemacs/ediff/ediff-1.77.ebuild | 22 ----------------------
15 app-xemacs/ediff/ediff-1.81.ebuild | 22 ----------------------
16 4 files changed, 66 deletions(-)
17
18 diff --git a/app-xemacs/ediff/Manifest b/app-xemacs/ediff/Manifest
19 index d85d10f7877..432ed1ecc4f 100644
20 --- a/app-xemacs/ediff/Manifest
21 +++ b/app-xemacs/ediff/Manifest
22 @@ -1,4 +1 @@
23 -DIST ediff-1.68-pkg.tar.gz 317183 BLAKE2B 56610f91e61cf4cfba0c7ad444d06a929ddfb6fc65e41bc8dce57ba354e1e6d5b99c5cea0121d11c32d4f277b7f8303026522b0423669d2e77126905b8d61a0b SHA512 adf3fc6fb0692022d4f44e9b966d076574dc12025b3f90bfb7f7bab6f3735d39c993757619d09a19479afdb73554cf484aae457f1184a8bf5bf831923c4ac6bb
24 -DIST ediff-1.77-pkg.tar.gz 317283 BLAKE2B 1f0fb3206ef6b05cc56ae9512ba7a3f9368952b898e6e324e7b73f748c91de3ec7ed0d7c34dd4961ba9c2d86b988e75065d0578f0777bba602e7693983829e20 SHA512 5f1ba2019dfa762382639516eabcfd81da14dcbb35df77c82f24ae3250d003fb4c596d529c6897b7502ee227a67be85da8d01d4d3109d9f28ef6558f0ebc78d2
25 -DIST ediff-1.81-pkg.tar.gz 321669 BLAKE2B b4d28035fc6ed786053c04f759524f538e1e61c18df6db1d9e844e8f5718c228cd4c3e8d62f0ba3ef112b6e7bd85c02727a4404fb067fca0135784b963323e20 SHA512 1535f39a6af02e488f756303223cb116687c28d635f761f8456a439c576bf6691119d29e5fa2c7fca2e2a578faa4d09bac34145a8ca92116aca14e7ea93d694f
26 DIST ediff-1.84-pkg.tar.gz 321644 BLAKE2B 8d328b8d85103c6485af311b93265c0c48336f6c587a287312d654c57e97b80924b342e5fbab72a7ce23ea08461361ddb81ae4b9120c6e18f45c5e4f8f05e72d SHA512 e3655de8af7bfa44193ca2d168804ad047de686df5b46e8bdf521df69e38e6f9818415b7b031e8379ab2579276bd114920c1e7796f6a98f9808099a56a5c5913
27
28 diff --git a/app-xemacs/ediff/ediff-1.68.ebuild b/app-xemacs/ediff/ediff-1.68.ebuild
29 deleted file mode 100644
30 index 75adb1de640..00000000000
31 --- a/app-xemacs/ediff/ediff-1.68.ebuild
32 +++ /dev/null
33 @@ -1,19 +0,0 @@
34 -# Copyright 1999-2020 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -
39 -SLOT="0"
40 -DESCRIPTION="Interface over GNU patch"
41 -XEMACS_PKG_CAT="standard"
42 -
43 -RDEPEND="app-xemacs/pcl-cvs
44 -app-xemacs/elib
45 -app-xemacs/dired
46 -app-xemacs/xemacs-base
47 -app-xemacs/edebug
48 -app-xemacs/prog-modes
49 -"
50 -KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
51 -
52 -inherit xemacs-packages
53
54 diff --git a/app-xemacs/ediff/ediff-1.77.ebuild b/app-xemacs/ediff/ediff-1.77.ebuild
55 deleted file mode 100644
56 index c1c90e40757..00000000000
57 --- a/app-xemacs/ediff/ediff-1.77.ebuild
58 +++ /dev/null
59 @@ -1,22 +0,0 @@
60 -# Copyright 1999-2017 Gentoo Foundation
61 -# Distributed under the terms of the GNU General Public License v2
62 -
63 -EAPI=6
64 -
65 -SLOT="0"
66 -DESCRIPTION="Interface over GNU patch"
67 -XEMACS_PKG_CAT="standard"
68 -
69 -RDEPEND="app-xemacs/pcl-cvs
70 -app-xemacs/elib
71 -app-xemacs/dired
72 -app-xemacs/xemacs-base
73 -app-xemacs/edebug
74 -app-xemacs/prog-modes
75 -app-xemacs/gnus
76 -app-xemacs/tramp
77 -app-xemacs/vc
78 -"
79 -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
80 -
81 -inherit xemacs-packages
82
83 diff --git a/app-xemacs/ediff/ediff-1.81.ebuild b/app-xemacs/ediff/ediff-1.81.ebuild
84 deleted file mode 100644
85 index f05ca7006fd..00000000000
86 --- a/app-xemacs/ediff/ediff-1.81.ebuild
87 +++ /dev/null
88 @@ -1,22 +0,0 @@
89 -# Copyright 1999-2020 Gentoo Authors
90 -# Distributed under the terms of the GNU General Public License v2
91 -
92 -EAPI=6
93 -
94 -SLOT="0"
95 -DESCRIPTION="Interface over GNU patch"
96 -XEMACS_PKG_CAT="standard"
97 -
98 -RDEPEND="app-xemacs/pcl-cvs
99 -app-xemacs/elib
100 -app-xemacs/dired
101 -app-xemacs/xemacs-base
102 -app-xemacs/edebug
103 -app-xemacs/prog-modes
104 -app-xemacs/gnus
105 -app-xemacs/tramp
106 -app-xemacs/vc
107 -"
108 -KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
109 -
110 -inherit xemacs-packages