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: Sun, 23 Aug 2020 13:19:24 +0000 (UTC)	[thread overview]
Message-ID: <1598188758.942cfefb1f444150013eabd91c53279817c2870a.hattya@gentoo> (raw)

commit:     942cfefb1f444150013eabd91c53279817c2870a
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 23 13:18:45 2020 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sun Aug 23 13:19:18 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=942cfefb

app-emacs/ddskk: fix tests

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

 app-emacs/ddskk/ddskk-16.2.ebuild | 4 ++--
 app-emacs/ddskk/ddskk-16.3.ebuild | 4 ++--
 app-emacs/ddskk/ddskk-17.1.ebuild | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-emacs/ddskk/ddskk-16.2.ebuild b/app-emacs/ddskk/ddskk-16.2.ebuild
index f8d30680a19..3fbcc4fac46 100644
--- a/app-emacs/ddskk/ddskk-16.2.ebuild
+++ b/app-emacs/ddskk/ddskk-16.2.ebuild
@@ -35,9 +35,9 @@ src_prepare() {
 
 	rm -f skk-lookup.el
 	if use ruby; then
-		mv bayesian/*.el .
+		cp bayesian/*.el . || die
 	fi
-	mv tut-code/*.el .
+	cp tut-code/*.el . || die
 }
 
 src_compile() {

diff --git a/app-emacs/ddskk/ddskk-16.3.ebuild b/app-emacs/ddskk/ddskk-16.3.ebuild
index 2183d225909..396611aca95 100644
--- a/app-emacs/ddskk/ddskk-16.3.ebuild
+++ b/app-emacs/ddskk/ddskk-16.3.ebuild
@@ -35,9 +35,9 @@ src_prepare() {
 
 	rm -f skk-lookup.el
 	if use ruby; then
-		mv bayesian/*.el .
+		cp bayesian/*.el . || die
 	fi
-	mv tut-code/*.el .
+	cp tut-code/*.el . || die
 }
 
 src_compile() {

diff --git a/app-emacs/ddskk/ddskk-17.1.ebuild b/app-emacs/ddskk/ddskk-17.1.ebuild
index 82e9b951cdf..c36507bd934 100644
--- a/app-emacs/ddskk/ddskk-17.1.ebuild
+++ b/app-emacs/ddskk/ddskk-17.1.ebuild
@@ -35,9 +35,9 @@ src_prepare() {
 
 	rm -f skk-lookup.el
 	if use ruby; then
-		mv bayesian/*.el .
+		cp bayesian/*.el . || die
 	fi
-	mv tut-code/*.el .
+	cp tut-code/*.el . || die
 }
 
 src_compile() {


             reply	other threads:[~2020-08-23 13:19 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-23 13:19 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-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=1598188758.942cfefb1f444150013eabd91c53279817c2870a.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