public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Akinori Hattori" <hattya@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/yaskkserv/
Date: Sat,  1 Aug 2020 13:08:57 +0000 (UTC)	[thread overview]
Message-ID: <1596287315.5b52787ea119461900b417903685a56cefc390e9.hattya@gentoo> (raw)

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	other threads:[~2020-08-01 13:09 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-01 13:08 Akinori Hattori [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-05-02 19:07 [gentoo-commits] repo/gentoo:master commit in: app-i18n/yaskkserv/ Mikle Kolyada
2020-10-05  2:45 Michał Górny
2020-08-03 14:32 Akinori Hattori
2020-08-01 13:08 Akinori Hattori
2020-08-01 13:08 Akinori Hattori
2019-10-03 12:45 Akinori Hattori
2019-04-27 20:28 David Seifert
2018-07-22 13:14 Akinori Hattori

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1596287315.5b52787ea119461900b417903685a56cefc390e9.hattya@gentoo \
    --to=hattya@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox