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/eieio/
Date: Sat, 09 Oct 2021 15:33:59
Message-Id: 1633793631.fe15ff520087b7988db8e149c8924b5b39021f2d.matsl@gentoo
1 commit: fe15ff520087b7988db8e149c8924b5b39021f2d
2 Author: Mats Lidell <matsl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 9 15:33:51 2021 +0000
4 Commit: Mats Lidell <matsl <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 9 15:33:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe15ff52
7
8 app-xemacs/eieio: drop 1.05, 1.07
9
10 Signed-off-by: Mats Lidell <matsl <AT> gentoo.org>
11
12 app-xemacs/eieio/Manifest | 2 --
13 app-xemacs/eieio/eieio-1.05.ebuild | 16 ----------------
14 app-xemacs/eieio/eieio-1.07.ebuild | 17 -----------------
15 3 files changed, 35 deletions(-)
16
17 diff --git a/app-xemacs/eieio/Manifest b/app-xemacs/eieio/Manifest
18 index 26c621476e8..17796173188 100644
19 --- a/app-xemacs/eieio/Manifest
20 +++ b/app-xemacs/eieio/Manifest
21 @@ -1,3 +1 @@
22 -DIST eieio-1.05-pkg.tar.gz 165803 BLAKE2B 92425dbaf275be435acc9d51f1ab5fad0a771d8205b11881229a244372059f71a8fa5c2d485c9cdc5208a21a4b54acd03f41e39847c4901bde81bb42b30bb2a5 SHA512 7caa2cff977f850e4b59b00a2c34252bb235d901e4605092181aebac7690eb996b2bce7bb9262a9ec4c6aa691e89046cb723b8f0cd643f5b9b6cb5af51385497
23 -DIST eieio-1.07-pkg.tar.gz 177923 BLAKE2B efc84c48fac4bd76ca4c843a4bff97dc10f21f45be9067c54c871a64314c9012b80e8d5e292f8844e1b7c3ed86a3f8044dfa547109c09891a3aeb11d515b7b0d SHA512 e4c76aa617bf80ca3fa7de249535ba63b22c3c8d787361dfce9381f4cb31500cb8f40e564c70928ee99492a0b71a67a13dd90e9626335b18b2a49877a124a551
24 DIST eieio-1.10-pkg.tar.gz 179945 BLAKE2B 5bca0fb3ac1a94adc73dc7d0233645308aee5bd12923cb390c648a1334cb2b69488b8593781936ccea8719dc1e9a53526b1b348e1b9ca42681531f409029a48c SHA512 deb5de328e40a7c2fed189c89a3e3ab5cd5a26cd7243398c34bf2ed6bc1ebe7e72ecc23a2aef9d967a2477ecc4c797486e477a50e1cc78cd506c1e3170a85512
25
26 diff --git a/app-xemacs/eieio/eieio-1.05.ebuild b/app-xemacs/eieio/eieio-1.05.ebuild
27 deleted file mode 100644
28 index 84ca0b0e923..00000000000
29 --- a/app-xemacs/eieio/eieio-1.05.ebuild
30 +++ /dev/null
31 @@ -1,16 +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="Enhanced Implementation of Emacs Interpreted Objects"
39 -XEMACS_PKG_CAT="standard"
40 -
41 -RDEPEND="app-xemacs/speedbar
42 -app-xemacs/xemacs-base
43 -app-xemacs/edebug
44 -"
45 -KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
46 -
47 -inherit xemacs-packages
48
49 diff --git a/app-xemacs/eieio/eieio-1.07.ebuild b/app-xemacs/eieio/eieio-1.07.ebuild
50 deleted file mode 100644
51 index d338fb8cc1a..00000000000
52 --- a/app-xemacs/eieio/eieio-1.07.ebuild
53 +++ /dev/null
54 @@ -1,17 +0,0 @@
55 -# Copyright 1999-2020 Gentoo Authors
56 -# Distributed under the terms of the GNU General Public License v2
57 -
58 -EAPI=6
59 -
60 -SLOT="0"
61 -DESCRIPTION="Enhanced Implementation of Emacs Interpreted Objects"
62 -XEMACS_PKG_CAT="standard"
63 -
64 -RDEPEND="app-xemacs/xemacs-base
65 -app-xemacs/edebug
66 -app-xemacs/cedet-common
67 -app-xemacs/speedbar
68 -"
69 -KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
70 -
71 -inherit xemacs-packages