public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/canna/files/
@ 2016-08-11  8:09 Patrice Clement
  0 siblings, 0 replies; 2+ messages in thread
From: Patrice Clement @ 2016-08-11  8:09 UTC (permalink / raw
  To: gentoo-commits

commit:     d1e8bd79d7a1a0eaef02f48ff5e72f22238de0c2
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Thu Jul  7 17:03:21 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Aug 11 08:07:58 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1e8bd79

app-i18n/canna: remove unused init/confd files

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 app-i18n/canna/files/canna.confd |  8 --------
 app-i18n/canna/files/canna.initd | 37 -------------------------------------
 2 files changed, 45 deletions(-)

diff --git a/app-i18n/canna/files/canna.confd b/app-i18n/canna/files/canna.confd
deleted file mode 100644
index 1cb4213..0000000
--- a/app-i18n/canna/files/canna.confd
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-# Config file for /etc/init.d/canna
-
-# Specify user to run as
-CANNASERVER_OPTS=""

diff --git a/app-i18n/canna/files/canna.initd b/app-i18n/canna/files/canna.initd
deleted file mode 100644
index f5ed1d4..0000000
--- a/app-i18n/canna/files/canna.initd
+++ /dev/null
@@ -1,37 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-# CANNASERVER_OPTS is defined in /etc/conf.d/canna
-
-depend() {
-	after logger
-}
-
-start() {
-	if [ -S /tmp/.iroha_unix/IROHA ] ; then
-		/usr/sbin/cannakill >/dev/null 2>&1
-	fi
-	rm -f /tmp/.iroha_unix/IROHA
-
-	if [ "${CANNASERVER_OPTS}" = "${CANNASERVER_OPTS/-syslog/}" ] ; then
-		if [ ! -f /var/log/canna/CANNA0msgs ] ; then
-			touch /var/log/canna/CANNA0msgs
-		fi
-		if [ "${CANNASERVER_OPTS}" != "${CANNASERVER_OPTS/-u/}" ] ; then
-			chown `echo ${CANNASERVER_OPTS} | sed -e 's/.*-u *\(\w*\).*/\1/'` /var/log/canna/CANNA0msgs
-		fi
-		chmod u+w /var/log/canna/CANNA0msgs
-	fi
-
-	ebegin "Starting canna"
-	/usr/sbin/cannaserver ${CANNASERVER_OPTS}
-	eend $? "Failed to start canna"
-}
-
-stop() {
-	ebegin "Stopping canna"
-	/usr/sbin/cannakill
-	eend $? "Failed to stop canna"
-}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/canna/files/
@ 2017-07-23 12:26 Akinori Hattori
  0 siblings, 0 replies; 2+ messages in thread
From: Akinori Hattori @ 2017-07-23 12:26 UTC (permalink / raw
  To: gentoo-commits

commit:     1752b7ce1aa0691721a888b1c87c6bf6cebc5383
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 23 12:25:08 2017 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sun Jul 23 12:26:11 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1752b7ce

app-i18n/canna: set default encoding of canuum to EUC-JP

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-i18n/canna/files/canna-canuum.patch | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/app-i18n/canna/files/canna-canuum.patch b/app-i18n/canna/files/canna-canuum.patch
index 87866789c7c..293ffbb54c9 100644
--- a/app-i18n/canna/files/canna-canuum.patch
+++ b/app-i18n/canna/files/canna-canuum.patch
@@ -9,6 +9,19 @@
  [  --with-term-libs=-lLIB    terminal library to be used ],)
  if test -n "$with_term_libs"; then
    AC_MSG_RESULT($with_term_libs)
+--- a/canuum/wnn_config.h
++++ b/canuum/wnn_config.h
+@@ -149,8 +149,8 @@
+ #define TTY_KCODE J_EUJIS
+ #define PTY_KCODE J_EUJIS
+ # else /* !DGUX */
+-#define TTY_KCODE J_JIS
+-#define PTY_KCODE J_JIS
++#define TTY_KCODE J_EUJIS
++#define PTY_KCODE J_EUJIS
+ # endif
+ #endif
+ 
 --- a/canuum/wnn_os.h
 +++ b/canuum/wnn_os.h
 @@ -41,6 +41,7 @@


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-07-23 12:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-11  8:09 [gentoo-commits] repo/gentoo:master commit in: app-i18n/canna/files/ Patrice Clement
  -- strict thread matches above, loose matches on Subject: below --
2017-07-23 12:26 Akinori Hattori

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox