commit:     5b52787ea119461900b417903685a56cefc390e9
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  1 13:08:35 2020 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sat Aug  1 13:08:35 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b52787e

app-i18n/yaskkserv: drop old

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>

 app-i18n/yaskkserv/Manifest               |  1 -
 app-i18n/yaskkserv/yaskkserv-1.1.0.ebuild | 79 -------------------------------
 2 files changed, 80 deletions(-)

diff --git a/app-i18n/yaskkserv/Manifest b/app-i18n/yaskkserv/Manifest
index a6b2e7359fe..b26f72fc3e6 100644
--- a/app-i18n/yaskkserv/Manifest
+++ b/app-i18n/yaskkserv/Manifest
@@ -1,2 +1 @@
-DIST yaskkserv-1.1.0.tar.xz 75108 BLAKE2B 
ac567d4715d1767f0690462de934768335eafe4a61010534c16b430876f81ce43ac175dcc0a2546af996dd0bef8fd4c744b475985365abe3d571a4ed3f1c3a4c
 SHA512 
9956a9b2fe587491b7c5f76482f13f91d1c87d445f2ff7effa5ffb68efe076f54f1c63e95b980d889963ac507ed49fa37f76f9deb239da7b7409da5be025c000
 DIST yaskkserv-1.1.1.tar.xz 75136 BLAKE2B 
b5a26e7d12951d9256e050d543338a48a61e9b6883a0866e4f7a2d367783a5757a5a12cdd810a87e84ade5bfebdc9c24eb093c09081e1d9099ce848d435eb45e
 SHA512 
5f421ef684011aed716e929b90ab98fb1703abe707928847d79a34815750d59df59f4dec8bef6e8ce399340aedb32688d6dd8a5d02ba9372a935ec8f1adffc29

diff --git a/app-i18n/yaskkserv/yaskkserv-1.1.0.ebuild 
b/app-i18n/yaskkserv/yaskkserv-1.1.0.ebuild
deleted file mode 100644
index d450001620d..00000000000
--- a/app-i18n/yaskkserv/yaskkserv-1.1.0.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit toolchain-funcs systemd
-
-DESCRIPTION="Yet Another SKK server"
-HOMEPAGE="http://umiushi.org/~wac/yaskkserv/";
-SRC_URI="http://umiushi.org/~wac/${PN}/${P}.tar.xz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="gnutls libressl systemd"
-
-RDEPEND="app-i18n/skk-jisyo
-       gnutls? ( net-libs/gnutls:= )
-       !gnutls? (
-               !libressl? ( dev-libs/openssl:0= )
-               libressl? ( dev-libs/libressl:0= )
-       )
-       systemd? ( virtual/udev[systemd] )"
-DEPEND="${RDEPEND}
-       dev-lang/perl"
-
-PATCHES=( "${FILESDIR}"/${PN}-gentoo.patch )
-HTML_DOCS=( documentation/. )
-
-src_configure() {
-       econf \
-               $(use_enable gnutls) \
-               $(use_enable systemd) \
-               --compiler="${tc-getCXX}"
-}
-
-src_install() {
-       emake DESTDIR="${D}" install_all
-       einstalldocs
-
-       newinitd "${FILESDIR}"/${PN}.initd ${PN}
-       newconfd "${FILESDIR}"/${PN}.confd ${PN}
-
-       systemd_dounit examples/${PN}.socket
-       systemd_dounit "${FILESDIR}"/${PN}.service
-}
-
-yaskkserv_update() {
-       local f
-       for f in "${ROOT}"/usr/share/skk/SKK-JISYO.*; do
-               case ${f} in
-               *.cdb)
-                       ;;
-               *.${PN})
-                       [[ -f ${f%.*} ]] || rm -f "${f}"
-                       ;;
-               *)
-                       [[ ${f} -nt ${f}.${PN} ]] && ${PN}_make_dictionary 
"${f}" "${f}.${PN}"
-                       ;;
-               esac
-       done
-}
-
-pkg_postinst() {
-       yaskkserv_update
-
-       elog "You need to run:"
-       elog "  emerge --config =${CATEGORY}/${PF}"
-       elog "after updating app-i18n/skk-jisyo from next time."
-}
-
-pkg_postrm() {
-       rm -f "${ROOT}"/usr/share/skk/SKK-JISYO.*.${PN}
-       rmdir "${ROOT}"/usr/share/skk 2>/dev/null
-}
-
-pkg_config() {
-       yaskkserv_update
-}

Reply via email to