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/semantic/
Date: Sun, 02 Dec 2018 23:01:44
Message-Id: 1543791597.6a6ff9d5265edb201864ea8b6e278b6f5ce0d7c5.matsl@gentoo
1 commit: 6a6ff9d5265edb201864ea8b6e278b6f5ce0d7c5
2 Author: Mats Lidell <matsl <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 2 22:23:56 2018 +0000
4 Commit: Mats Lidell <matsl <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 2 22:59:57 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a6ff9d5
7
8 app-xemacs/semantic: Remove old
9
10 Remove semantic-1.20.ebuild and semantic-1.21.ebuild
11
12 Signed-off-by: Mats Lidell <matsl <AT> gentoo.org>
13 Package-Manager: Portage-2.3.51, Repoman-2.3.11
14
15 app-xemacs/semantic/Manifest | 2 --
16 app-xemacs/semantic/semantic-1.20.ebuild | 22 ----------------------
17 app-xemacs/semantic/semantic-1.21.ebuild | 25 -------------------------
18 3 files changed, 49 deletions(-)
19
20 diff --git a/app-xemacs/semantic/Manifest b/app-xemacs/semantic/Manifest
21 index 2192fac2d3d..6198311e7b5 100644
22 --- a/app-xemacs/semantic/Manifest
23 +++ b/app-xemacs/semantic/Manifest
24 @@ -1,3 +1 @@
25 -DIST semantic-1.20-pkg.tar.gz 455896 BLAKE2B 1b3b7ba434493f328bc2141e897c344b01fffdfc0c4df29df2c9747ff0eec3523b3acdb438148c2e9d1339aaadd0e375a4e6e1a9afc3c8558bc217caf5d3d76b SHA512 5432807711c89fc0ae740f87bd04617e0497786ace687f017352c5d44562c711dab1075801e93067d02e116dd3716f1792d5cfa2f69204d92cf531f0bc7eae84
26 -DIST semantic-1.21-pkg.tar.gz 1367279 BLAKE2B c4c4d0fc81039455e511ccf9b8439cafc439c7f42d2fe8fa42fa614e23556615ec98254f31ef27ccb1d29ec316b37e88abed42eca33b0a8a8530dbafbe582492 SHA512 8815ccae1c38ee25176d14b2e5d9e2ca05b2d3fbf7e97105892ea8604d6acf88d81a51d6c138b8ebaf5823a518aef312eefed9dcff905c55daa39fd4c3c7139d
27 DIST semantic-1.23-pkg.tar.gz 1368143 BLAKE2B a08c133146bd09587172f00a6fb17b6fc5e83f61ce06411fa316ac8727fa1c943e6b049d565e25762a14d948748529e25e76e2cf8e23e73f9fb33a145847a246 SHA512 9b95bd29083a6ead42255a51c46b2f8ca7c8a176044374764b2769e63167913e650ffb2007f17954394b8d2388e1e3fe410906aea826359ecb5982573b6952ab
28
29 diff --git a/app-xemacs/semantic/semantic-1.20.ebuild b/app-xemacs/semantic/semantic-1.20.ebuild
30 deleted file mode 100644
31 index 01fa5effc37..00000000000
32 --- a/app-xemacs/semantic/semantic-1.20.ebuild
33 +++ /dev/null
34 @@ -1,22 +0,0 @@
35 -# Copyright 1999-2017 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=6
39 -
40 -SLOT="0"
41 -DESCRIPTION="Semantic bovinator (Yacc/Lex for XEmacs). Includes Senator"
42 -XEMACS_PKG_CAT="standard"
43 -
44 -RDEPEND="app-xemacs/eieio
45 -app-xemacs/xemacs-base
46 -app-xemacs/xemacs-devel
47 -app-xemacs/edit-utils
48 -app-xemacs/speedbar
49 -app-xemacs/texinfo
50 -app-xemacs/fsf-compat
51 -app-xemacs/cc-mode
52 -app-xemacs/edebug
53 -"
54 -KEYWORDS="alpha amd64 ppc ppc64 sparc x86"
55 -
56 -inherit xemacs-packages
57
58 diff --git a/app-xemacs/semantic/semantic-1.21.ebuild b/app-xemacs/semantic/semantic-1.21.ebuild
59 deleted file mode 100644
60 index c4aa7f69913..00000000000
61 --- a/app-xemacs/semantic/semantic-1.21.ebuild
62 +++ /dev/null
63 @@ -1,25 +0,0 @@
64 -# Copyright 1999-2017 Gentoo Foundation
65 -# Distributed under the terms of the GNU General Public License v2
66 -
67 -EAPI=6
68 -
69 -SLOT="0"
70 -DESCRIPTION="Semantic bovinator (Yacc/Lex for XEmacs). Includes Senator"
71 -XEMACS_PKG_CAT="standard"
72 -
73 -RDEPEND="app-xemacs/ede
74 -app-xemacs/cedet-common
75 -app-xemacs/eieio
76 -app-xemacs/xemacs-base
77 -app-xemacs/xemacs-devel
78 -app-xemacs/edit-utils
79 -app-xemacs/speedbar
80 -app-xemacs/texinfo
81 -app-xemacs/fsf-compat
82 -app-xemacs/cc-mode
83 -app-xemacs/edebug
84 -app-xemacs/sgml
85 -"
86 -KEYWORDS="alpha amd64 ppc ppc64 sparc x86"
87 -
88 -inherit xemacs-packages