* [gentoo-commits] repo/gentoo:master commit in: app-i18n/freewnn/files/
@ 2016-08-11 8:09 Patrice Clement
0 siblings, 0 replies; 3+ messages in thread
From: Patrice Clement @ 2016-08-11 8:09 UTC (permalink / raw
To: gentoo-commits
commit: 191b921fa4107c681aa9dc424620809c26fb2cd6
Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Thu Jul 7 17:04:56 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=191b921f
app-i18n/freewnn: remove unused patch
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
app-i18n/freewnn/files/freewnn-1.1.1_alpha21-as-needed.patch | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/app-i18n/freewnn/files/freewnn-1.1.1_alpha21-as-needed.patch b/app-i18n/freewnn/files/freewnn-1.1.1_alpha21-as-needed.patch
deleted file mode 100644
index 588c287..0000000
--- a/app-i18n/freewnn/files/freewnn-1.1.1_alpha21-as-needed.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- FreeWnn-1.1.1-a021.orig/Wnn/jlib/Makefile.in 2004-09-12 18:56:55.000000000 +0200
-+++ FreeWnn-1.1.1-a021/Wnn/jlib/Makefile.in 2009-12-29 20:29:18.086539501 +0100
-@@ -101,7 +101,7 @@
- all:: libwnn.la
-
- libwnn.la: $(OBJS) $(EXTRALIBRARYDEPS)
-- $(LIBTOOL) --mode=link $(CC) -o $@ $(OBJS:.o=.lo) -rpath $(WNNLIBDIR) -version-info $(WNNJLIBVERSION)
-+ $(LIBTOOL) --mode=link $(CC) -o $@ $(OBJS:.o=.lo) @LIBS@ -rpath $(WNNLIBDIR) -version-info $(WNNJLIBVERSION)
-
- lintlib:: llib-lwnn.ln
-
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/freewnn/files/
@ 2017-07-18 13:53 Akinori Hattori
0 siblings, 0 replies; 3+ messages in thread
From: Akinori Hattori @ 2017-07-18 13:53 UTC (permalink / raw
To: gentoo-commits
commit: c7a4fb466f5fa92b8f9c6f1be52621a847702e31
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 18 13:43:55 2017 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Tue Jul 18 13:52:58 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7a4fb46
app-i18n/freewnn: update init script
Package-Manager: Portage-2.3.6, Repoman-2.3.1
app-i18n/freewnn/files/freewnn.initd | 24 +++++++++---------------
1 file changed, 9 insertions(+), 15 deletions(-)
diff --git a/app-i18n/freewnn/files/freewnn.initd b/app-i18n/freewnn/files/freewnn.initd
index fda9184a507..ef4e20cf37c 100644
--- a/app-i18n/freewnn/files/freewnn.initd
+++ b/app-i18n/freewnn/files/freewnn.initd
@@ -1,22 +1,16 @@
#!/sbin/openrc-run
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
-depend() {
- use net
-}
+command="/usr/bin/Wnn4/jserver"
-start() {
- ebegin "Starting up ${SERVICE}"
- /usr/bin/Wnn4/jserver &>/dev/null
- if [ $? -eq 15 ]; then
- true;
- else
- false;
- fi
- eend 0
+depend() {
+ use logger
+ need net
}
stop() {
- ebegin "Stopping ${SERVICE}"
- /usr/bin/Wnn4/wnnkill &> /dev/null
- eend $? "Failed to stop ${SERVICE}"
+ ebegin "Stopping ${name:-${RC_SVCNAME}}"
+ /usr/bin/Wnn4/wnnkill
+ eend ${?}
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/freewnn/files/
@ 2017-07-20 13:53 Akinori Hattori
0 siblings, 0 replies; 3+ messages in thread
From: Akinori Hattori @ 2017-07-20 13:53 UTC (permalink / raw
To: gentoo-commits
commit: e76e59c18b6dc68d16629e96cbb456f10425398b
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 20 13:52:30 2017 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Thu Jul 20 13:52:30 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e76e59c1
app-i18n/freewnn: add init script
Gentoo-Bug: 625568
Package-Manager: Portage-2.3.6, Repoman-2.3.1
app-i18n/freewnn/files/freewnn.confd-r1 | 1 +
app-i18n/freewnn/files/freewnn.initd-r1 | 17 +++++++++++++++++
2 files changed, 18 insertions(+)
diff --git a/app-i18n/freewnn/files/freewnn.confd-r1 b/app-i18n/freewnn/files/freewnn.confd-r1
new file mode 100644
index 00000000000..c64e27196d5
--- /dev/null
+++ b/app-i18n/freewnn/files/freewnn.confd-r1
@@ -0,0 +1 @@
+FREEWNN_OPTS=""
diff --git a/app-i18n/freewnn/files/freewnn.initd-r1 b/app-i18n/freewnn/files/freewnn.initd-r1
new file mode 100644
index 00000000000..57fd448f801
--- /dev/null
+++ b/app-i18n/freewnn/files/freewnn.initd-r1
@@ -0,0 +1,17 @@
+#!/sbin/openrc-run
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+command="/usr/sbin/jserver"
+command_args="${FREEWNN_OPTS}"
+
+depend() {
+ use logger
+ need net
+}
+
+stop() {
+ ebegin "Stopping ${name:-${RC_SVCNAME}}"
+ /usr/sbin/wnnkill
+ eend ${?}
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-07-20 13:53 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-18 13:53 [gentoo-commits] repo/gentoo:master commit in: app-i18n/freewnn/files/ Akinori Hattori
-- strict thread matches above, loose matches on Subject: below --
2017-07-20 13:53 Akinori Hattori
2016-08-11 8:09 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox