Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, app-emacs/yc/, app-emacs/yc/files/
Date: Sat, 17 Jul 2021 11:26:50
Message-Id: 1626521131.178e57362cb6819ece0c9035767f626eedaea7b8.soap@gentoo
1 commit: 178e57362cb6819ece0c9035767f626eedaea7b8
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 17 11:25:31 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 17 11:25:31 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=178e5736
7
8 app-emacs/yc: treeclean
9
10 Closes: https://bugs.gentoo.org/796878
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 app-emacs/yc/Manifest | 2 --
14 app-emacs/yc/files/50yc-gentoo.el | 1 -
15 app-emacs/yc/files/sample.dot.emacs | 12 -------
16 app-emacs/yc/files/sample.hosts.canna | 2 --
17 app-emacs/yc/files/yc-5.2.1-emacs-26.patch | 11 -------
18 app-emacs/yc/metadata.xml | 12 -------
19 app-emacs/yc/yc-4.0.13.ebuild | 53 ------------------------------
20 app-emacs/yc/yc-5.2.1.ebuild | 43 ------------------------
21 profiles/package.mask | 1 -
22 9 files changed, 137 deletions(-)
23
24 diff --git a/app-emacs/yc/Manifest b/app-emacs/yc/Manifest
25 deleted file mode 100644
26 index bd72fd11f2c..00000000000
27 --- a/app-emacs/yc/Manifest
28 +++ /dev/null
29 @@ -1,2 +0,0 @@
30 -DIST yc-4.0.13.tar.gz 43916 BLAKE2B 7e52c5269b3fbf492d17742aafe242208ba243dadcdd2fb14fbdb4c72765125a39bf7b7c6cd73c50335cc3c64916d0b12814a25f918415d1e20c8e47974f09df SHA512 2b5430766bbdbc77a0ec3aba6d51478ff91186a257e75a2a3af25a885bbddbf7180fbdf3b0876c1a65c149060bb754a44f77bb399c43cc666bd0add40226ca32
31 -DIST yc-5.2.1.el.gz 33305 BLAKE2B 8bed47715f49466425afefd036cf562055025564e50ae219e027848104e3851b6cba29f74bcf81487d2494d314a290eabe27e128968dbba9d475562e248a267b SHA512 11c8d63a9f6cb94118a00976518949ab50496f8b8f994a8e1c352be5deefc549540935e0727b036c2b3c493366cfb8c47f040fcc425174b6668ec9f5e8d499dc
32
33 diff --git a/app-emacs/yc/files/50yc-gentoo.el b/app-emacs/yc/files/50yc-gentoo.el
34 deleted file mode 100644
35 index 431f7e90ae7..00000000000
36 --- a/app-emacs/yc/files/50yc-gentoo.el
37 +++ /dev/null
38 @@ -1 +0,0 @@
39 -(add-to-list 'load-path "@SITELISP@")
40
41 diff --git a/app-emacs/yc/files/sample.dot.emacs b/app-emacs/yc/files/sample.dot.emacs
42 deleted file mode 100644
43 index 101532e704a..00000000000
44 --- a/app-emacs/yc/files/sample.dot.emacs
45 +++ /dev/null
46 @@ -1,12 +0,0 @@
47 -;;;; -*- mode: lisp-interaction; syntax: elisp; coding: iso-2022-7bit -*-
48 -
49 -;;;; Configuration for yc
50 -(setq yc-server-host "unix")
51 -;If you use inet socket service, enable the following line.
52 -;(setq yc-server-host "localhost")
53 -(setq yc-use-color t)
54 -(if (eq window-system 'x)
55 - (setq yc-use-fence nil)
56 - (setq yc-use-fence t))
57 -(load "yc")
58 -(global-yc-mode 1)
59
60 diff --git a/app-emacs/yc/files/sample.hosts.canna b/app-emacs/yc/files/sample.hosts.canna
61 deleted file mode 100644
62 index 960d75f5266..00000000000
63 --- a/app-emacs/yc/files/sample.hosts.canna
64 +++ /dev/null
65 @@ -1,2 +0,0 @@
66 -localhost
67 -unix
68
69 diff --git a/app-emacs/yc/files/yc-5.2.1-emacs-26.patch b/app-emacs/yc/files/yc-5.2.1-emacs-26.patch
70 deleted file mode 100644
71 index 19925c65c45..00000000000
72 --- a/app-emacs/yc/files/yc-5.2.1-emacs-26.patch
73 +++ /dev/null
74 @@ -1,11 +0,0 @@
75 ---- a/yc.el
76 -+++ b/yc.el
77 -@@ -2071,7 +2071,7 @@
78 - ;; 文節を指定しない��豺隋���現在の文節が対��櫃箸覆�
79 - ;; 読みを��萋世靴進言瓩呂修瞭匹澆鬟⑤礇奪轡紊垢�
80 - ;; cut が 非nil の��豺隋���指定文節以降の読みを削除する
81 --(defun yc-yomi (&optional idx &optional cut)
82 -+(defun yc-yomi (&optional idx cut)
83 - (if (integerp idx)
84 - (yc-put-bunsetsu-yomi idx (yc-get-bunsetsu-yomi idx cut) cut)
85 - (yc-put-bunsetsu-yomi yc-mark (yc-get-bunsetsu-yomi yc-mark cut) cut)))
86
87 diff --git a/app-emacs/yc/metadata.xml b/app-emacs/yc/metadata.xml
88 deleted file mode 100644
89 index 2c9ca3c416d..00000000000
90 --- a/app-emacs/yc/metadata.xml
91 +++ /dev/null
92 @@ -1,12 +0,0 @@
93 -<?xml version="1.0" encoding="UTF-8"?>
94 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
95 -<pkgmetadata>
96 - <maintainer type="project">
97 - <email>gnu-emacs@g.o</email>
98 - <name>Gentoo GNU Emacs project</name>
99 - </maintainer>
100 - <maintainer type="project">
101 - <email>cjk@g.o</email>
102 - <name>Cjk</name>
103 - </maintainer>
104 -</pkgmetadata>
105
106 diff --git a/app-emacs/yc/yc-4.0.13.ebuild b/app-emacs/yc/yc-4.0.13.ebuild
107 deleted file mode 100644
108 index a8ef9f8c845..00000000000
109 --- a/app-emacs/yc/yc-4.0.13.ebuild
110 +++ /dev/null
111 @@ -1,53 +0,0 @@
112 -# Copyright 1999-2020 Gentoo Authors
113 -# Distributed under the terms of the GNU General Public License v2
114 -
115 -EAPI="6"
116 -
117 -inherit elisp toolchain-funcs
118 -
119 -DESCRIPTION="Yet another Canna client on Emacsen"
120 -HOMEPAGE="http://www.ceres.dti.ne.jp/~knak/yc.html"
121 -SRC_URI="http://www.ceres.dti.ne.jp/~knak/${P}.tar.gz"
122 -
123 -LICENSE="GPL-2"
124 -SLOT="0"
125 -KEYWORDS="~alpha ~amd64 ppc x86"
126 -IUSE=""
127 -
128 -RDEPEND="app-i18n/canna"
129 -
130 -SITEFILE="50${PN}-gentoo.el"
131 -
132 -src_prepare() {
133 - sed -i '/$(CC)/s/ -o / $(CFLAGS) $(LDFLAGS) -o /' Makefile
134 -
135 - default
136 -}
137 -
138 -src_compile() {
139 - emake CC="$(tc-getCC)"
140 -}
141 -
142 -src_install() {
143 - elisp_src_install
144 -
145 - dobin icanna
146 - dodoc "${FILESDIR}"/sample.{dot.emacs,hosts.canna}
147 -}
148 -
149 -pkg_postinst() {
150 - elisp_pkg_postinst
151 -
152 - elog "See the sample.dot.emacs in ${EPREFIX}/usr/share/doc/${PF}."
153 - elog
154 - elog "And If you use unix domain socket for connecting the canna server,"
155 - elog "please confirm that there's *no* following line in your ~/.emacs:"
156 - elog ' (setq yc-server-host "localhost")'
157 - elog
158 - elog "If you use inet domain socket for connecting the canna server,"
159 - elog "please modify as following in ${EPREFIX}/etc/conf.d/canna:"
160 - elog ' CANNASERVER_OPTS="-inet"'
161 - elog
162 - elog "And create ${EPREFIX}/etc/hosts.canna."
163 - elog "See the sample.hosts.canna in ${EPREFIX}/usr/share/doc/${PF}."
164 -}
165
166 diff --git a/app-emacs/yc/yc-5.2.1.ebuild b/app-emacs/yc/yc-5.2.1.ebuild
167 deleted file mode 100644
168 index 22ccd0a3230..00000000000
169 --- a/app-emacs/yc/yc-5.2.1.ebuild
170 +++ /dev/null
171 @@ -1,43 +0,0 @@
172 -# Copyright 1999-2018 Gentoo Foundation
173 -# Distributed under the terms of the GNU General Public License v2
174 -
175 -EAPI="6"
176 -
177 -inherit elisp
178 -
179 -DESCRIPTION="Yet another Canna client on Emacsen"
180 -HOMEPAGE="http://www.ceres.dti.ne.jp/~knak/yc.html"
181 -SRC_URI="http://www.ceres.dti.ne.jp/~knak/${P}.el.gz"
182 -
183 -LICENSE="GPL-2"
184 -SLOT="0"
185 -KEYWORDS="~alpha ~amd64 ~ppc ~x86"
186 -IUSE=""
187 -
188 -RDEPEND="app-i18n/canna"
189 -
190 -ELISP_PATCHES="${P}-emacs-26.patch"
191 -SITEFILE="50${PN}-gentoo.el"
192 -
193 -src_install() {
194 - elisp_src_install
195 -
196 - dodoc "${FILESDIR}"/sample.{dot.emacs,hosts.canna}
197 -}
198 -
199 -pkg_postinst() {
200 - elisp_pkg_postinst
201 -
202 - elog "See the sample.dot.emacs in ${EPREFIX}/usr/share/doc/${PF}."
203 - elog
204 - elog "And If you use unix domain socket for connecting the canna server,"
205 - elog "please confirm that there's *no* following line in your ~/.emacs:"
206 - elog ' (setq yc-server-host "localhost")'
207 - elog
208 - elog "If you use inet domain socket for connecting the canna server,"
209 - elog "please modify as following in ${EPREFIX}/etc/conf.d/canna:"
210 - elog ' CANNASERVER_OPTS="-inet"'
211 - elog
212 - elog "And create ${EPREFIX}/etc/hosts.canna."
213 - elog "See the sample.hosts.canna in ${EPREFIX}/usr/share/doc/${PF}."
214 -}
215
216 diff --git a/profiles/package.mask b/profiles/package.mask
217 index 0f02137172a..0bad265228f 100644
218 --- a/profiles/package.mask
219 +++ b/profiles/package.mask
220 @@ -304,7 +304,6 @@ dev-java/jvyamlb
221 # QA bugs, eclass is terrible. Bug #796878, removal in 30 days.
222 app-dicts/canna-cannadic
223 app-dicts/canna-2ch
224 -app-emacs/yc
225
226 # Volkmar W. Pogatzki <gentoo@××××××××.net> (2021-06-20)
227 # no consumer, removal in 30 days