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/skktools/
Date: Thu,  9 Aug 2018 14:03:59 +0000 (UTC)	[thread overview]
Message-ID: <1533823423.686e93d9d0c7d16d8ecff6dfc84e8f5b795086eb.hattya@gentoo> (raw)

commit:     686e93d9d0c7d16d8ecff6dfc84e8f5b795086eb
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  9 14:03:43 2018 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Thu Aug  9 14:03:43 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=686e93d9

app-i18n/skktools: drop old

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-i18n/skktools/Manifest                        |  1 -
 app-i18n/skktools/skktools-1.3.3_p20150901.ebuild | 67 -----------------------
 2 files changed, 68 deletions(-)

diff --git a/app-i18n/skktools/Manifest b/app-i18n/skktools/Manifest
index 620a0fa3cb1..499f81a9502 100644
--- a/app-i18n/skktools/Manifest
+++ b/app-i18n/skktools/Manifest
@@ -1,3 +1,2 @@
-DIST skktools-1.3.3_p20150901.tar.gz 483005 BLAKE2B 6db22c59276aee007ed4a457b8b66750d792596855ddfdd98310b14741cd20fe8594672626022dafc17c31d06f3292026e6bba35ea1fa001f4a224e7439eb082 SHA512 dbb15068239158c31a706da2fd5afcb8514d088854bdd4f0d05bb8b9e10947cbdce584ff3698571d601e3b357a1ba11b4608f0457615062016862ac89fb91b83
 DIST skktools-1.3.3_p20170305.tar.gz 483715 BLAKE2B 0de2cb906e8433f66e706f0aa4dd8c4900343b48bfb9bb24aee4927f583650f54132c2a3bb607c17cefb0f0e686bcf8a0f4bd6ac07b6a9a71c0bd870eda587a7 SHA512 f6e9041fecf8c28a84c3996ca120371528c034eeca3695cb224b4cf225e8dab9e69969d7fb955112cd1e9c1e80c2ba8e2aef4f0eb81f55374dd626402482c235
 DIST skktools-1.3.4.tar.gz 482860 BLAKE2B f9e822531f8f715291e55ec6dec0eeb31683dc72efc7ba73621cfd0c29f0c5147cbef8256d44848792b8a1601c1878321b2dc0260df9d32d0e5e18eb65220987 SHA512 8749dfc4f18474db860d8b7cd85fadfc00327b199addb31a339aa78dd66cb98032429664bdad4b47176b5b64b156b7264bc35a284861f6b9ec8cc9979d4d5ce1

diff --git a/app-i18n/skktools/skktools-1.3.3_p20150901.ebuild b/app-i18n/skktools/skktools-1.3.3_p20150901.ebuild
deleted file mode 100644
index 3ed4d6a6582..00000000000
--- a/app-i18n/skktools/skktools-1.3.3_p20150901.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit elisp-common vcs-snapshot
-
-EGIT_COMMIT="28e36bac97dc8ed089bac409bef15f1831b6adde"
-
-DESCRIPTION="SKK utilities to manage dictionaries"
-HOMEPAGE="http://openlab.jp/skk/"
-SRC_URI="https://github.com/skk-dev/skktools/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE="emacs"
-
-RDEPEND="dev-libs/glib:2
-	sys-libs/gdbm
-	emacs? ( virtual/emacs )"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-DOCS=( ChangeLog README.md )
-SITEFILE="50${PN}-gentoo.el"
-
-src_configure() {
-	econf --with-gdbm
-}
-
-src_compile() {
-	default
-
-	if use emacs; then
-		elisp-compile *.el
-	fi
-}
-
-src_install() {
-	default
-	dodoc READMEs/*
-
-	local d
-	for d in convert2skk filters; do
-		newdoc ${d}/README.md README.${d}
-		rm -f ${d}/README.md
-	done
-
-	insinto /usr/share/${PN}
-	doins *.awk *.scm
-	rm -rf convert2skk/obsolete
-	doins -r convert2skk filters
-
-	if use emacs; then
-		elisp-install ${PN} *.el{,c}
-		elisp-site-file-install "${FILESDIR}"/${SITEFILE}
-	fi
-}
-
-pkg_postinst() {
-	use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
-	use emacs && elisp-site-regen
-}


             reply	other threads:[~2018-08-09 14:04 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-09 14:03 Akinori Hattori [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-01-11  9:31 [gentoo-commits] repo/gentoo:master commit in: app-i18n/skktools/ Ulrich Müller
2022-08-02  7:48 Joonas Niilola
2022-03-22 18:43 Jakov Smolić
2018-08-09 14:03 Akinori Hattori
2018-08-09 14:03 Akinori Hattori
2017-06-25  5:27 Akinori Hattori
2016-06-14  2:29 Yixun Lan

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=1533823423.686e93d9d0c7d16d8ecff6dfc84e8f5b795086eb.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