From: "Akinori Hattori" <hattya@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/ddskk/
Date: Sun, 18 Jun 2017 09:45:17 +0000 (UTC) [thread overview]
Message-ID: <1497779050.5ba8c2107c5777e562a4e2eb1ab3faefd0916d91.hattya@gentoo> (raw)
commit: 5ba8c2107c5777e562a4e2eb1ab3faefd0916d91
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 18 09:44:10 2017 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sun Jun 18 09:44:10 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ba8c210
app-emacs/ddskk: new upstream release
Package-Manager: Portage-2.3.5, Repoman-2.3.1
app-emacs/ddskk/Manifest | 1 +
app-emacs/ddskk/ddskk-16.2.ebuild | 69 +++++++++++++++++++++++++++++++++++++++
2 files changed, 70 insertions(+)
diff --git a/app-emacs/ddskk/Manifest b/app-emacs/ddskk/Manifest
index fc96d1c9ba8..c227a7c6d28 100644
--- a/app-emacs/ddskk/Manifest
+++ b/app-emacs/ddskk/Manifest
@@ -1 +1,2 @@
DIST ddskk-16.1.tar.gz 878564 SHA256 fe7229d8ec76e955527878f8bb8a55767a8901069392b403dcc4a9402298803c SHA512 68875f7ad89ce847103bbe4644db3800c84cc5907a4769c37f7aab5bc64577e1ea5f49de41c5708daf3f5f2bb7176237dcec5ea05e52a61f7c78cfb2670ced7b WHIRLPOOL 85ede848eb5d788238d2aadbb81f06b143f5039b8df6952dfe0fa6df00332aa70889f95db449b80e7920d26ef7987a7af394ed40efce40b12ca7432858dedc8c
+DIST ddskk-16.2.tar.gz 886618 SHA256 76d13486d7615a75d71107782684e7100cae32f21cec6a44731c192010a7a108 SHA512 591d66e2d217a289ce8273ed7da10c0ed72029e961efde0537044f7ad3f5f46943cf5c71ec1d97a27743fcea91a9fab81c86e2772047892f53e2852bf58ef45c WHIRLPOOL 9041bb4669bd61adc3207286aa16c48d0edd3223350a97f428a9badd4cbcbdfc97b0fb69a3a343798c64a48579bb90ed9594351acf3e0b1747a0bd01fd95b51c
diff --git a/app-emacs/ddskk/ddskk-16.2.ebuild b/app-emacs/ddskk/ddskk-16.2.ebuild
new file mode 100644
index 00000000000..d4a09765962
--- /dev/null
+++ b/app-emacs/ddskk/ddskk-16.2.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+NEED_EMACS="24"
+
+inherit elisp ruby-single
+
+DESCRIPTION="One Japanese input methods on Emacs"
+HOMEPAGE="http://openlab.ring.gr.jp/skk/"
+SRC_URI="http://openlab.ring.gr.jp/skk/maintrunk/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+IUSE="ruby"
+
+DEPEND=""
+RDEPEND="|| (
+ app-i18n/skk-jisyo
+ virtual/skkserv
+ )
+ ruby? ( ${RUBY_DEPS} )"
+S="${WORKDIR}/${PN}-${P}_Warabitai"
+
+SITEFILE="50${PN}-gentoo.el"
+
+src_prepare() {
+ echo "(setq PREFIX \"${ED}/usr\")" >>SKK-CFG
+ echo "(setq SKK_LISPDIR \"${ED}/${SITELISP}/${PN}\")" >>SKK-CFG
+
+ echo "(add-to-list 'load-path (expand-file-name \"..\"))" >> nicola/NICOLA-DDSKK-CFG
+
+ default
+
+ rm -f skk-lookup.el
+ mv {bayesian,tut-code}/*.el .
+}
+
+src_compile() {
+ emake elc info
+
+ emake -C nicola
+}
+
+src_install () {
+ local lispdir=${SITELISP}/${PN}
+ emake install-elc
+ elisp-compile "${ED}"/${lispdir}/skk-setup.el
+ rm -f "${ED}"/${lispdir}/leim-list.el
+ elisp-site-file-install "${FILESDIR}"/${SITEFILE}
+
+ dodoc ChangeLog* README.md READMEs/{AUTHORS,CODENAME,Contributors,FAQ,NEWS,PROPOSAL,TODO}*
+ doinfo doc/skk.info
+
+ local exts=( nicola tut-code ) d f
+ elisp-install ${PN} nicola/*.{el,elc}
+ if use ruby; then
+ dobin bayesian/bskk
+ exts+=( bayesian )
+ fi
+ for d in ${exts[@]}; do
+ docinto ${d}
+ for f in ${d}/{ChangeLog,README}*; do
+ [[ -s ${f} ]] && dodoc ${f}
+ done
+ done
+}
next reply other threads:[~2017-06-18 9:45 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-18 9:45 Akinori Hattori [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-12 9:52 [gentoo-commits] repo/gentoo:master commit in: app-emacs/ddskk/ Akinori Hattori
2023-06-12 4:08 Sam James
2023-06-12 4:08 Sam James
2023-05-09 13:06 Sam James
2023-05-09 13:06 Sam James
2023-05-09 4:09 Arthur Zamarin
2023-05-09 4:09 Arthur Zamarin
2023-04-10 7:05 Hans de Graaff
2023-03-02 8:46 Ulrich Müller
2022-12-07 17:57 Hans de Graaff
2021-11-30 13:06 Akinori Hattori
2021-11-29 22:39 Sam James
2021-11-20 7:28 Agostino Sarubbo
2021-11-19 11:39 Arthur Zamarin
2021-11-18 14:00 Jakov Smolić
2020-08-28 13:07 Akinori Hattori
2020-08-23 13:19 Akinori Hattori
2020-08-20 13:41 Akinori Hattori
2020-08-19 14:20 Akinori Hattori
2020-08-01 13:03 Akinori Hattori
2020-05-02 5:18 Hans de Graaff
2018-06-26 16:02 Hans de Graaff
2018-06-26 2:14 Aaron Bauman
2018-06-17 17:52 Hans de Graaff
2017-06-19 11:13 Akinori Hattori
2017-06-18 9:45 Akinori Hattori
2017-06-18 9:45 Akinori Hattori
2016-11-27 9:22 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=1497779050.5ba8c2107c5777e562a4e2eb1ab3faefd0916d91.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