From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8CE761382C5 for ; Sat, 19 Jun 2021 21:40:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C898BE082B; Sat, 19 Jun 2021 21:40:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9595AE082B for ; Sat, 19 Jun 2021 21:40:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 15B0A335CB7 for ; Sat, 19 Jun 2021 21:40:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 98C6673A for ; Sat, 19 Jun 2021 21:40:46 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1624138834.d371f177bc23ba2d011c3809fb135d969fade356.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/canna/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/canna/canna-3.7_p3-r1.ebuild app-i18n/canna/canna-3.7_p3-r2.ebuild X-VCS-Directories: app-i18n/canna/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: d371f177bc23ba2d011c3809fb135d969fade356 X-VCS-Branch: master Date: Sat, 19 Jun 2021 21:40:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 56d7ac4d-cb88-4d1b-bcc5-5f462fe78df9 X-Archives-Hash: 03971dd09dfda6128d17c839087d9add commit: d371f177bc23ba2d011c3809fb135d969fade356 Author: David Seifert gentoo org> AuthorDate: Sat Jun 19 21:40:34 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Jun 19 21:40:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d371f177 app-i18n/canna: drop 3.7_p3-r1, 3.7_p3-r2 Signed-off-by: David Seifert gentoo.org> app-i18n/canna/canna-3.7_p3-r1.ebuild | 98 -------------------------- app-i18n/canna/canna-3.7_p3-r2.ebuild | 128 ---------------------------------- 2 files changed, 226 deletions(-) diff --git a/app-i18n/canna/canna-3.7_p3-r1.ebuild b/app-i18n/canna/canna-3.7_p3-r1.ebuild deleted file mode 100644 index ceff5914058..00000000000 --- a/app-i18n/canna/canna-3.7_p3-r1.ebuild +++ /dev/null @@ -1,98 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -inherit cannadic toolchain-funcs - -MY_P="Canna${PV//[._]/}" - -DESCRIPTION="A client-server based Kana-Kanji conversion system" -HOMEPAGE="http://canna.osdn.jp/" -SRC_URI="mirror://sourceforge.jp/canna/9565/${MY_P}.tar.bz2" - -LICENSE="MIT GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm64 ~hppa ~ia64 ppc ppc64 sparc x86" -IUSE="" - -DEPEND="x11-misc/gccmakedep - x11-misc/imake" -RDEPEND="" -S="${WORKDIR}/${MY_P}" - -PATCHES=( - "${FILESDIR}"/${PN}-gentoo.patch - "${FILESDIR}"/${PN}-kpdef.patch - "${FILESDIR}"/${PN}-overflow.patch - "${FILESDIR}"/${PN}-posix-sort.patch - "${FILESDIR}"/${PN}-Wformat.patch - "${FILESDIR}"/${PN}-Wformat-security.patch -) -DOCS="*CHANGES* ChangeLog INSTALL* README* RKCCONF* WHATIS*" - -src_prepare() { - default - - find . -name '*.man' -o -name '*.jmn' | xargs sed -i.bak -e 's/1M/8/g' || die - - # Multilib-strict fix for amd64 - sed -i "/DefLibCannaDir/s:/lib$:/$(get_libdir):" Canna.conf -} - -src_configure() { - xmkmf -a || die -} - -src_compile() { - # bug #279706 - emake -j1 \ - CC="$(tc-getCC)" \ - CDEBUGFLAGS="${CFLAGS}" \ - LOCAL_LDFLAGS="${LDFLAGS}" \ - SHLIBGLOBALSFLAGS="${LDFLAGS}" \ - ${PN} -} - -src_install() { - emake DESTDIR="${D}" install install.man - einstalldocs - - dodir /usr/share/man{,/ja}/man8 - local man mandir - for man in cannaserver cannakill ; do - for mandir in "${D}"/usr/share/man "${D}"/usr/share/man/ja ; do - mv ${mandir}/man1/${man}.1 ${mandir}/man8/${man}.8 - done - done - - # for backward compatibility - dosbin "${FILESDIR}"/update-canna-dics_dir - - keepdir /var/lib/${PN}/dic/{user,group} - fowners bin:bin /var/lib/${PN}/dic/{user,group} - fperms 0775 /var/lib/${PN}/dic/{user,group} - - insinto /var/lib/${PN}/dic/dics.d - newins "${ED}"/var/lib/${PN}/dic/${PN}/dics.dir 00${PN}.dics.dir - - keepdir /var/log/${PN} - - newconfd "${FILESDIR}"/${PN}.confd ${PN} - newinitd "${FILESDIR}"/${PN}.initd ${PN} - - insinto /etc - newins "${FILESDIR}"/${PN}.hosts hosts.${PN} -} - -pkg_postinst() { - update-cannadic-dir - - if ! locale -a | grep -iq "ja_JP.eucjp"; then - elog "Some dictionary tools in this package require ja_JP.EUC-JP locale." - elog - elog "# echo 'ja_JP.EUC-JP EUC-JP' >> /etc/locale.gen" - elog "# locale-gen" - elog - fi -} diff --git a/app-i18n/canna/canna-3.7_p3-r2.ebuild b/app-i18n/canna/canna-3.7_p3-r2.ebuild deleted file mode 100644 index a06d55f21d7..00000000000 --- a/app-i18n/canna/canna-3.7_p3-r2.ebuild +++ /dev/null @@ -1,128 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -inherit cannadic toolchain-funcs - -MY_P="Canna${PV//[._]/}" - -DESCRIPTION="A client-server based Kana-Kanji conversion system" -HOMEPAGE="http://canna.osdn.jp/" -SRC_URI="mirror://sourceforge.jp/canna/9565/${MY_P}.tar.bz2" - -LICENSE="MIT GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="doc ipv6" - -DEPEND="x11-misc/gccmakedep - x11-misc/imake - doc? ( - app-text/ghostscript-gpl - dev-texlive/texlive-langjapanese - dev-texlive/texlive-latexrecommended - )" -RDEPEND="" -S="${WORKDIR}/${MY_P}" - -PATCHES=( - "${FILESDIR}"/${PN}-gentoo.patch - "${FILESDIR}"/${PN}-kpdef.patch - "${FILESDIR}"/${PN}-overflow.patch - "${FILESDIR}"/${PN}-posix-sort.patch - "${FILESDIR}"/${PN}-Wformat.patch - "${FILESDIR}"/${PN}-Wformat-security.patch -) -DOCS="*CHANGES* ChangeLog INSTALL* README* RKCCONF* WHATIS*" - -src_prepare() { - default - - find . -name '*.man' -o -name '*.jmn' | xargs sed -i.bak -e 's/1M/8/g' || die - - sed -i \ - -e "/DefLibCannaDir/s:/lib$:/$(get_libdir):" \ - -e "/UseInet6/s:0:$(usex ipv6 1 0):" \ - Canna.conf -} - -src_configure() { - xmkmf -a || die - - if use doc; then - cd doc/man/guide/tex - xmkmf -a || die - cd - > /dev/null - fi -} - -src_compile() { - # bug #279706 - emake -j1 \ - CC="$(tc-getCC)" \ - CDEBUGFLAGS="${CFLAGS}" \ - LOCAL_LDFLAGS="${LDFLAGS}" \ - SHLIBGLOBALSFLAGS="${LDFLAGS}" \ - ${PN} - - if use doc; then - # NOTE: build fails if infinality enabled in fontconfig - einfo "Compiling DVI, PS, and PDF documents" - # bug #223077 - emake -C doc/man/guide/tex -j1 \ - JLATEXCMD="platex -kanji=euc" \ - DVI2PSCMD="dvips" \ - VARTEXFONTS="${T}"/fonts \ - ${PN}.ps \ - ${PN}.pdf - fi -} - -src_install() { - emake DESTDIR="${D}" install install.man - einstalldocs - - dodir /usr/share/man{,/ja}/man8 - local man mandir - for man in cannaserver cannakill ; do - for mandir in "${D}"/usr/share/man "${D}"/usr/share/man/ja ; do - mv ${mandir}/man1/${man}.1 ${mandir}/man8/${man}.8 - done - done - - if use doc; then - insinto /usr/share/doc/${PF} - doins doc/man/guide/tex/${PN}.{dvi,ps,pdf} - fi - - # for backward compatibility - dosbin "${FILESDIR}"/update-canna-dics_dir - - keepdir /var/lib/${PN}/dic/{user,group} - fowners bin:bin /var/lib/${PN}/dic/{user,group} - fperms 0775 /var/lib/${PN}/dic/{user,group} - - insinto /var/lib/${PN}/dic/dics.d - newins "${ED}"/var/lib/${PN}/dic/${PN}/dics.dir 00${PN}.dics.dir - - keepdir /var/log/${PN} - - newconfd "${FILESDIR}"/${PN}.confd ${PN} - newinitd "${FILESDIR}"/${PN}.initd ${PN} - - insinto /etc - newins "${FILESDIR}"/${PN}.hosts hosts.${PN} -} - -pkg_postinst() { - update-cannadic-dir - - if ! locale -a | grep -iq "ja_JP.eucjp"; then - elog "Some dictionary tools in this package require ja_JP.EUC-JP locale." - elog - elog "# echo 'ja_JP.EUC-JP EUC-JP' >> /etc/locale.gen" - elog "# locale-gen" - elog - fi -}