From 178e57362cb6819ece0c9035767f626eedaea7b8 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sat, 17 Jul 2021 13:25:31 +0200 Subject: app-emacs/yc: treeclean Closes: https://bugs.gentoo.org/796878 Signed-off-by: David Seifert --- app-emacs/yc/Manifest | 2 -- app-emacs/yc/files/50yc-gentoo.el | 1 - app-emacs/yc/files/sample.dot.emacs | 12 ------- app-emacs/yc/files/sample.hosts.canna | 2 -- app-emacs/yc/files/yc-5.2.1-emacs-26.patch | 11 ------- app-emacs/yc/metadata.xml | 12 ------- app-emacs/yc/yc-4.0.13.ebuild | 53 ------------------------------ app-emacs/yc/yc-5.2.1.ebuild | 43 ------------------------ 8 files changed, 136 deletions(-) delete mode 100644 app-emacs/yc/Manifest delete mode 100644 app-emacs/yc/files/50yc-gentoo.el delete mode 100644 app-emacs/yc/files/sample.dot.emacs delete mode 100644 app-emacs/yc/files/sample.hosts.canna delete mode 100644 app-emacs/yc/files/yc-5.2.1-emacs-26.patch delete mode 100644 app-emacs/yc/metadata.xml delete mode 100644 app-emacs/yc/yc-4.0.13.ebuild delete mode 100644 app-emacs/yc/yc-5.2.1.ebuild (limited to 'app-emacs') diff --git a/app-emacs/yc/Manifest b/app-emacs/yc/Manifest deleted file mode 100644 index bd72fd11f2c6..000000000000 --- a/app-emacs/yc/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST yc-4.0.13.tar.gz 43916 BLAKE2B 7e52c5269b3fbf492d17742aafe242208ba243dadcdd2fb14fbdb4c72765125a39bf7b7c6cd73c50335cc3c64916d0b12814a25f918415d1e20c8e47974f09df SHA512 2b5430766bbdbc77a0ec3aba6d51478ff91186a257e75a2a3af25a885bbddbf7180fbdf3b0876c1a65c149060bb754a44f77bb399c43cc666bd0add40226ca32 -DIST yc-5.2.1.el.gz 33305 BLAKE2B 8bed47715f49466425afefd036cf562055025564e50ae219e027848104e3851b6cba29f74bcf81487d2494d314a290eabe27e128968dbba9d475562e248a267b SHA512 11c8d63a9f6cb94118a00976518949ab50496f8b8f994a8e1c352be5deefc549540935e0727b036c2b3c493366cfb8c47f040fcc425174b6668ec9f5e8d499dc diff --git a/app-emacs/yc/files/50yc-gentoo.el b/app-emacs/yc/files/50yc-gentoo.el deleted file mode 100644 index 431f7e90ae73..000000000000 --- a/app-emacs/yc/files/50yc-gentoo.el +++ /dev/null @@ -1 +0,0 @@ -(add-to-list 'load-path "@SITELISP@") diff --git a/app-emacs/yc/files/sample.dot.emacs b/app-emacs/yc/files/sample.dot.emacs deleted file mode 100644 index 101532e704a6..000000000000 --- a/app-emacs/yc/files/sample.dot.emacs +++ /dev/null @@ -1,12 +0,0 @@ -;;;; -*- mode: lisp-interaction; syntax: elisp; coding: iso-2022-7bit -*- - -;;;; Configuration for yc -(setq yc-server-host "unix") -;If you use inet socket service, enable the following line. -;(setq yc-server-host "localhost") -(setq yc-use-color t) -(if (eq window-system 'x) - (setq yc-use-fence nil) - (setq yc-use-fence t)) -(load "yc") -(global-yc-mode 1) diff --git a/app-emacs/yc/files/sample.hosts.canna b/app-emacs/yc/files/sample.hosts.canna deleted file mode 100644 index 960d75f5266c..000000000000 --- a/app-emacs/yc/files/sample.hosts.canna +++ /dev/null @@ -1,2 +0,0 @@ -localhost -unix 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 deleted file mode 100644 index 19925c65c454..000000000000 --- a/app-emacs/yc/files/yc-5.2.1-emacs-26.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/yc.el -+++ b/yc.el -@@ -2071,7 +2071,7 @@ - ;; 文節を指定しない場合、現在の文節が対象となる - ;; 読みを取得した文節はその読みをキャッシュする - ;; cut が 非nil の場合、指定文節以降の読みを削除する --(defun yc-yomi (&optional idx &optional cut) -+(defun yc-yomi (&optional idx cut) - (if (integerp idx) - (yc-put-bunsetsu-yomi idx (yc-get-bunsetsu-yomi idx cut) cut) - (yc-put-bunsetsu-yomi yc-mark (yc-get-bunsetsu-yomi yc-mark cut) cut))) diff --git a/app-emacs/yc/metadata.xml b/app-emacs/yc/metadata.xml deleted file mode 100644 index 2c9ca3c416d2..000000000000 --- a/app-emacs/yc/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - gnu-emacs@gentoo.org - Gentoo GNU Emacs project - - - cjk@gentoo.org - Cjk - - diff --git a/app-emacs/yc/yc-4.0.13.ebuild b/app-emacs/yc/yc-4.0.13.ebuild deleted file mode 100644 index a8ef9f8c8458..000000000000 --- a/app-emacs/yc/yc-4.0.13.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -inherit elisp toolchain-funcs - -DESCRIPTION="Yet another Canna client on Emacsen" -HOMEPAGE="http://www.ceres.dti.ne.jp/~knak/yc.html" -SRC_URI="http://www.ceres.dti.ne.jp/~knak/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ppc x86" -IUSE="" - -RDEPEND="app-i18n/canna" - -SITEFILE="50${PN}-gentoo.el" - -src_prepare() { - sed -i '/$(CC)/s/ -o / $(CFLAGS) $(LDFLAGS) -o /' Makefile - - default -} - -src_compile() { - emake CC="$(tc-getCC)" -} - -src_install() { - elisp_src_install - - dobin icanna - dodoc "${FILESDIR}"/sample.{dot.emacs,hosts.canna} -} - -pkg_postinst() { - elisp_pkg_postinst - - elog "See the sample.dot.emacs in ${EPREFIX}/usr/share/doc/${PF}." - elog - elog "And If you use unix domain socket for connecting the canna server," - elog "please confirm that there's *no* following line in your ~/.emacs:" - elog ' (setq yc-server-host "localhost")' - elog - elog "If you use inet domain socket for connecting the canna server," - elog "please modify as following in ${EPREFIX}/etc/conf.d/canna:" - elog ' CANNASERVER_OPTS="-inet"' - elog - elog "And create ${EPREFIX}/etc/hosts.canna." - elog "See the sample.hosts.canna in ${EPREFIX}/usr/share/doc/${PF}." -} diff --git a/app-emacs/yc/yc-5.2.1.ebuild b/app-emacs/yc/yc-5.2.1.ebuild deleted file mode 100644 index 22ccd0a32304..000000000000 --- a/app-emacs/yc/yc-5.2.1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -inherit elisp - -DESCRIPTION="Yet another Canna client on Emacsen" -HOMEPAGE="http://www.ceres.dti.ne.jp/~knak/yc.html" -SRC_URI="http://www.ceres.dti.ne.jp/~knak/${P}.el.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~x86" -IUSE="" - -RDEPEND="app-i18n/canna" - -ELISP_PATCHES="${P}-emacs-26.patch" -SITEFILE="50${PN}-gentoo.el" - -src_install() { - elisp_src_install - - dodoc "${FILESDIR}"/sample.{dot.emacs,hosts.canna} -} - -pkg_postinst() { - elisp_pkg_postinst - - elog "See the sample.dot.emacs in ${EPREFIX}/usr/share/doc/${PF}." - elog - elog "And If you use unix domain socket for connecting the canna server," - elog "please confirm that there's *no* following line in your ~/.emacs:" - elog ' (setq yc-server-host "localhost")' - elog - elog "If you use inet domain socket for connecting the canna server," - elog "please modify as following in ${EPREFIX}/etc/conf.d/canna:" - elog ' CANNASERVER_OPTS="-inet"' - elog - elog "And create ${EPREFIX}/etc/hosts.canna." - elog "See the sample.hosts.canna in ${EPREFIX}/usr/share/doc/${PF}." -} -- cgit v1.2.3-65-gdbad