commit: 178e57362cb6819ece0c9035767f626eedaea7b8 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Sat Jul 17 11:25:31 2021 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat Jul 17 11:25:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=178e5736
app-emacs/yc: treeclean Closes: https://bugs.gentoo.org/796878 Signed-off-by: David Seifert <soap <AT> gentoo.org> 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 ------------------------ profiles/package.mask | 1 - 9 files changed, 137 deletions(-) diff --git a/app-emacs/yc/Manifest b/app-emacs/yc/Manifest deleted file mode 100644 index bd72fd11f2c..00000000000 --- 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 431f7e90ae7..00000000000 --- 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 101532e704a..00000000000 --- 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 960d75f5266..00000000000 --- 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 19925c65c45..00000000000 --- 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 @@ - ;; $BJ8@a$r;XDj$7$J$$>l9g!"8=:_$NJ8@a$,BP>]$H$J$k(B - ;; $BFI$_$r<hF@$7$?J8@a$O$=$NFI$_$r%-%c%C%7%e$9$k(B - ;; cut $B$,(B $BHs(Bnil $B$N>l9g!";XDjJ8@a0J9_$NFI$_$r:o=|$9$k(B --(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 2c9ca3c416d..00000000000 --- a/app-emacs/yc/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo GNU Emacs project</name> - </maintainer> - <maintainer type="project"> - <email>[email protected]</email> - <name>Cjk</name> - </maintainer> -</pkgmetadata> 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 a8ef9f8c845..00000000000 --- 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 22ccd0a3230..00000000000 --- 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}." -} diff --git a/profiles/package.mask b/profiles/package.mask index 0f02137172a..0bad265228f 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -304,7 +304,6 @@ dev-java/jvyamlb # QA bugs, eclass is terrible. Bug #796878, removal in 30 days. app-dicts/canna-cannadic app-dicts/canna-2ch -app-emacs/yc # Volkmar W. Pogatzki <[email protected]> (2021-06-20) # no consumer, removal in 30 days
