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-emacs/ddskk/
Date: Tue, 30 Nov 2021 13:06:44 +0000 (UTC)	[thread overview]
Message-ID: <1638277481.dc81b539a090dddfa1f1b41714e53171516e0dd8.hattya@gentoo> (raw)

commit:     dc81b539a090dddfa1f1b41714e53171516e0dd8
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 30 13:04:41 2021 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Tue Nov 30 13:04:41 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc81b539

app-emacs/ddskk: drop old

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

 app-emacs/ddskk/Manifest          |  2 --
 app-emacs/ddskk/ddskk-16.2.ebuild | 72 ---------------------------------------
 app-emacs/ddskk/ddskk-16.3.ebuild | 72 ---------------------------------------
 3 files changed, 146 deletions(-)

diff --git a/app-emacs/ddskk/Manifest b/app-emacs/ddskk/Manifest
index 0f9fdc042075..a43cb4acadb8 100644
--- a/app-emacs/ddskk/Manifest
+++ b/app-emacs/ddskk/Manifest
@@ -1,3 +1 @@
-DIST ddskk-16.2.tar.gz 886618 BLAKE2B 854b9d57993e8f69af4035df49511ec110a1afd83ee290be8934283fc5f2a1a648b80f80811396083fa019d9eb12469998ff26b692296dd770c21da81c3cad3e SHA512 591d66e2d217a289ce8273ed7da10c0ed72029e961efde0537044f7ad3f5f46943cf5c71ec1d97a27743fcea91a9fab81c86e2772047892f53e2852bf58ef45c
-DIST ddskk-16.3.tar.gz 1252772 BLAKE2B 133685fc0587e10c89145eeaf014c8e0d1ce0dad63b9207559030598f521aee00facbca9550753493e579d5acec10e8b36c1499087d1b6c05317754c434b9b69 SHA512 47624690851269ca818bed5cfdfdb21bbbd3152c0a7c64a114ab595a92d2e79600fe738953e6a73a26b0195102eb1e9e03ad4f6bfca1bc4d3e3732bf59aa8a27
 DIST ddskk-17.1.tar.gz 952635 BLAKE2B fae34e37f972250d5e48f316fb90418b4b902684431c6ed18f44f3b5155556ceac1b04c8f8542c5651233e36085f864bac41381069dd70e841fdd9eedf7273ed SHA512 e0b924111a6289acd29ee5a5d94ea70730fe8f4e1dd5ed279520263efab0c69a6940e5b1b6182e45ed30c0b1ddca9e44ff75b7b3fdab5c8a3e1b2b9f82cc20fa

diff --git a/app-emacs/ddskk/ddskk-16.2.ebuild b/app-emacs/ddskk/ddskk-16.2.ebuild
deleted file mode 100644
index 6e93fa9e0178..000000000000
--- a/app-emacs/ddskk/ddskk-16.2.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-USE_RUBY="ruby24 ruby25 ruby26"
-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"
-RESTRICT="test"
-
-DEPEND=""
-RDEPEND="|| (
-		app-i18n/skk-jisyo
-		virtual/skkserv
-	)
-	ruby? ( ${RUBY_DEPS} )"
-
-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
-	if use ruby; then
-		cp bayesian/*.el . || die
-	fi
-	cp tut-code/*.el . || die
-}
-
-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
-}

diff --git a/app-emacs/ddskk/ddskk-16.3.ebuild b/app-emacs/ddskk/ddskk-16.3.ebuild
deleted file mode 100644
index 4f37c7983dae..000000000000
--- a/app-emacs/ddskk/ddskk-16.3.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-USE_RUBY="ruby24 ruby25 ruby26"
-NEED_EMACS="24"
-
-inherit elisp ruby-single vcs-snapshot
-
-DESCRIPTION="One Japanese input methods on Emacs"
-HOMEPAGE="http://openlab.ring.gr.jp/skk/"
-SRC_URI="https://github.com/skk-dev/${PN}/archive/${P}_Kutomatsunai.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="ruby"
-RESTRICT="test"
-
-DEPEND=""
-RDEPEND="|| (
-		app-i18n/skk-jisyo
-		virtual/skkserv
-	)
-	ruby? ( ${RUBY_DEPS} )"
-
-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
-	if use ruby; then
-		cp bayesian/*.el . || die
-	fi
-	cp tut-code/*.el . || die
-}
-
-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
-}


             reply	other threads:[~2021-11-30 13:06 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-30 13:06 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-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
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=1638277481.dc81b539a090dddfa1f1b41714e53171516e0dd8.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