[gentoo-commits] repo/gentoo:master commit in: app-i18n/yaskkserv/files/

2023-04-14 Thread Akinori Hattori
commit: b83b9efea225ca2ba65c38c3bbb1b50c64bff59f
Author: Akinori Hattori  gentoo  org>
AuthorDate: Sat Apr 15 01:36:27 2023 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sat Apr 15 01:36:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b83b9efe

app-i18n/yaskkserv: fix systemd unit

Closes: https://bugs.gentoo.org/889544
Signed-off-by: Akinori Hattori  gentoo.org>

 app-i18n/yaskkserv/files/yaskkserv.service | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/app-i18n/yaskkserv/files/yaskkserv.service 
b/app-i18n/yaskkserv/files/yaskkserv.service
index 40c8ee4c8974..770de1fcf02b 100644
--- a/app-i18n/yaskkserv/files/yaskkserv.service
+++ b/app-i18n/yaskkserv/files/yaskkserv.service
@@ -5,8 +5,7 @@ Requires=yaskkserv.socket
 
 [Service]
 User=nobody
-EnvironmentFile=/etc/conf.d/yaskkserv
-ExecStart=/usr/sbin/yaskkserv${YASKKSERV_SERVER_TYPE} --no-daemonize 
${YASKKSERV_OPTS}
+ExecStart=/usr/sbin/yaskkserv_normal --no-daemonize 
/usr/share/skk/SKK-JISYO.L.yaskkserv
 
 [Install]
 WantedBy=multi-user.target



[gentoo-commits] repo/gentoo:master commit in: app-i18n/yaskkserv/

2021-05-02 Thread Mikle Kolyada
commit: b4d7ddb34c91c597c850ce0bae2fdaf73d195e0c
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May  2 19:07:23 2021 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May  2 19:07:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4d7ddb3

app-i18n/yaskkserv: remove libressl support

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-i18n/yaskkserv/yaskkserv-1.1.1-r1.ebuild | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/app-i18n/yaskkserv/yaskkserv-1.1.1-r1.ebuild 
b/app-i18n/yaskkserv/yaskkserv-1.1.1-r1.ebuild
index 0049ea15069..3c066aaf0e8 100644
--- a/app-i18n/yaskkserv/yaskkserv-1.1.1-r1.ebuild
+++ b/app-i18n/yaskkserv/yaskkserv-1.1.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -12,13 +12,12 @@ SRC_URI="http://umiushi.org/~wac/${PN}/${P}.tar.xz";
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE="gnutls libressl systemd"
+IUSE="gnutls systemd"
 
 RDEPEND="app-i18n/skk-jisyo
gnutls? ( net-libs/gnutls:= )
!gnutls? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
+   dev-libs/openssl:0=
)
systemd? ( sys-apps/systemd )"
 DEPEND="${RDEPEND}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/yaskkserv/

2020-10-04 Thread Michał Górny
commit: fb257ae5d883b40f014bb76305ccad5679365419
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Oct  5 02:42:13 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Oct  5 02:42:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb257ae5

app-i18n/yaskkserv: Replace virtual/udev[systemd] dep

Signed-off-by: Michał Górny  gentoo.org>

 .../yaskkserv/{yaskkserv-1.1.1.ebuild => yaskkserv-1.1.1-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/yaskkserv/yaskkserv-1.1.1.ebuild 
b/app-i18n/yaskkserv/yaskkserv-1.1.1-r1.ebuild
similarity index 97%
rename from app-i18n/yaskkserv/yaskkserv-1.1.1.ebuild
rename to app-i18n/yaskkserv/yaskkserv-1.1.1-r1.ebuild
index 2ddbb09ee7f..0049ea15069 100644
--- a/app-i18n/yaskkserv/yaskkserv-1.1.1.ebuild
+++ b/app-i18n/yaskkserv/yaskkserv-1.1.1-r1.ebuild
@@ -20,7 +20,7 @@ RDEPEND="app-i18n/skk-jisyo
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )
)
-   systemd? ( virtual/udev[systemd] )"
+   systemd? ( sys-apps/systemd )"
 DEPEND="${RDEPEND}
dev-lang/perl"
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/yaskkserv/

2020-08-03 Thread Akinori Hattori
commit: a22fce3cdee98d3372f251ef86824a3814b81564
Author: Akinori Hattori  gentoo  org>
AuthorDate: Mon Aug  3 14:32:26 2020 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Mon Aug  3 14:32:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a22fce3c

app-i18n/yaskkserv: call tc-getCXX

Closes: https://bugs.gentoo.org/734648
Closes: https://bugs.gentoo.org/735160
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Akinori Hattori  gentoo.org>

 app-i18n/yaskkserv/yaskkserv-1.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/yaskkserv/yaskkserv-1.1.1.ebuild 
b/app-i18n/yaskkserv/yaskkserv-1.1.1.ebuild
index aa86f7b65fd..2ddbb09ee7f 100644
--- a/app-i18n/yaskkserv/yaskkserv-1.1.1.ebuild
+++ b/app-i18n/yaskkserv/yaskkserv-1.1.1.ebuild
@@ -31,7 +31,7 @@ src_configure() {
econf \
$(use_enable gnutls) \
$(use_enable systemd) \
-   --compiler="${tc-getCXX}"
+   --compiler="$(tc-getCXX)"
 }
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: app-i18n/yaskkserv/

2020-08-01 Thread Akinori Hattori
commit: 8f6a2c967664bc2848fcb24fe7d83d1d9a04684c
Author: Akinori Hattori  gentoo  org>
AuthorDate: Sat Aug  1 13:06:24 2020 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sat Aug  1 13:06:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f6a2c96

app-i18n/yaskkserv: call tc-getCXX

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

 app-i18n/yaskkserv/yaskkserv-1.1.0.ebuild | 4 ++--
 app-i18n/yaskkserv/yaskkserv-1.1.1.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-i18n/yaskkserv/yaskkserv-1.1.0.ebuild 
b/app-i18n/yaskkserv/yaskkserv-1.1.0.ebuild
index 2724f1e528e..d450001620d 100644
--- a/app-i18n/yaskkserv/yaskkserv-1.1.0.ebuild
+++ b/app-i18n/yaskkserv/yaskkserv-1.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -31,7 +31,7 @@ src_configure() {
econf \
$(use_enable gnutls) \
$(use_enable systemd) \
-   --compiler="${tc_getCXX}"
+   --compiler="${tc-getCXX}"
 }
 
 src_install() {

diff --git a/app-i18n/yaskkserv/yaskkserv-1.1.1.ebuild 
b/app-i18n/yaskkserv/yaskkserv-1.1.1.ebuild
index 8faf1afe865..6f3d4ff5f0f 100644
--- a/app-i18n/yaskkserv/yaskkserv-1.1.1.ebuild
+++ b/app-i18n/yaskkserv/yaskkserv-1.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -31,7 +31,7 @@ src_configure() {
econf \
$(use_enable gnutls) \
$(use_enable systemd) \
-   --compiler="${tc_getCXX}"
+   --compiler="${tc-getCXX}"
 }
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: app-i18n/yaskkserv/

2020-08-01 Thread Akinori Hattori
commit: 5b52787ea119461900b417903685a56cefc390e9
Author: Akinori Hattori  gentoo  org>
AuthorDate: Sat Aug  1 13:08:35 2020 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sat Aug  1 13:08:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b52787e

app-i18n/yaskkserv: drop old

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Akinori Hattori  gentoo.org>

 app-i18n/yaskkserv/Manifest   |  1 -
 app-i18n/yaskkserv/yaskkserv-1.1.0.ebuild | 79 ---
 2 files changed, 80 deletions(-)

diff --git a/app-i18n/yaskkserv/Manifest b/app-i18n/yaskkserv/Manifest
index a6b2e7359fe..b26f72fc3e6 100644
--- a/app-i18n/yaskkserv/Manifest
+++ b/app-i18n/yaskkserv/Manifest
@@ -1,2 +1 @@
-DIST yaskkserv-1.1.0.tar.xz 75108 BLAKE2B 
ac567d4715d1767f0690462de934768335eafe4a61010534c16b430876f81ce43ac175dcc0a2546af996dd0bef8fd4c744b475985365abe3d571a4ed3f1c3a4c
 SHA512 
9956a9b2fe587491b7c5f76482f13f91d1c87d445f2ff7effa5ffb68efe076f54f1c63e95b980d889963ac507ed49fa37f76f9deb239da7b7409da5be025c000
 DIST yaskkserv-1.1.1.tar.xz 75136 BLAKE2B 
b5a26e7d12951d9256e050d543338a48a61e9b6883a0866e4f7a2d367783a5757a5a12cdd810a87e84ade5bfebdc9c24eb093c09081e1d9099ce848d435eb45e
 SHA512 
5f421ef684011aed716e929b90ab98fb1703abe707928847d79a34815750d59df59f4dec8bef6e8ce399340aedb32688d6dd8a5d02ba9372a935ec8f1adffc29

diff --git a/app-i18n/yaskkserv/yaskkserv-1.1.0.ebuild 
b/app-i18n/yaskkserv/yaskkserv-1.1.0.ebuild
deleted file mode 100644
index d450001620d..000
--- a/app-i18n/yaskkserv/yaskkserv-1.1.0.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit toolchain-funcs systemd
-
-DESCRIPTION="Yet Another SKK server"
-HOMEPAGE="http://umiushi.org/~wac/yaskkserv/";
-SRC_URI="http://umiushi.org/~wac/${PN}/${P}.tar.xz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="gnutls libressl systemd"
-
-RDEPEND="app-i18n/skk-jisyo
-   gnutls? ( net-libs/gnutls:= )
-   !gnutls? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   )
-   systemd? ( virtual/udev[systemd] )"
-DEPEND="${RDEPEND}
-   dev-lang/perl"
-
-PATCHES=( "${FILESDIR}"/${PN}-gentoo.patch )
-HTML_DOCS=( documentation/. )
-
-src_configure() {
-   econf \
-   $(use_enable gnutls) \
-   $(use_enable systemd) \
-   --compiler="${tc-getCXX}"
-}
-
-src_install() {
-   emake DESTDIR="${D}" install_all
-   einstalldocs
-
-   newinitd "${FILESDIR}"/${PN}.initd ${PN}
-   newconfd "${FILESDIR}"/${PN}.confd ${PN}
-
-   systemd_dounit examples/${PN}.socket
-   systemd_dounit "${FILESDIR}"/${PN}.service
-}
-
-yaskkserv_update() {
-   local f
-   for f in "${ROOT}"/usr/share/skk/SKK-JISYO.*; do
-   case ${f} in
-   *.cdb)
-   ;;
-   *.${PN})
-   [[ -f ${f%.*} ]] || rm -f "${f}"
-   ;;
-   *)
-   [[ ${f} -nt ${f}.${PN} ]] && ${PN}_make_dictionary 
"${f}" "${f}.${PN}"
-   ;;
-   esac
-   done
-}
-
-pkg_postinst() {
-   yaskkserv_update
-
-   elog "You need to run:"
-   elog "  emerge --config =${CATEGORY}/${PF}"
-   elog "after updating app-i18n/skk-jisyo from next time."
-}
-
-pkg_postrm() {
-   rm -f "${ROOT}"/usr/share/skk/SKK-JISYO.*.${PN}
-   rmdir "${ROOT}"/usr/share/skk 2>/dev/null
-}
-
-pkg_config() {
-   yaskkserv_update
-}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/yaskkserv/

2020-08-01 Thread Akinori Hattori
commit: a6bd326a55499f5b22c6b74185e8e48be1cbd532
Author: Akinori Hattori  gentoo  org>
AuthorDate: Sat Aug  1 13:07:32 2020 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sat Aug  1 13:07:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6bd326a

app-i18n/yaskkserv: amd64/x86 stable

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Akinori Hattori  gentoo.org>

 app-i18n/yaskkserv/yaskkserv-1.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/yaskkserv/yaskkserv-1.1.1.ebuild 
b/app-i18n/yaskkserv/yaskkserv-1.1.1.ebuild
index 6f3d4ff5f0f..aa86f7b65fd 100644
--- a/app-i18n/yaskkserv/yaskkserv-1.1.1.ebuild
+++ b/app-i18n/yaskkserv/yaskkserv-1.1.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://umiushi.org/~wac/${PN}/${P}.tar.xz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="gnutls libressl systemd"
 
 RDEPEND="app-i18n/skk-jisyo



[gentoo-commits] repo/gentoo:master commit in: app-i18n/yaskkserv/

2019-10-03 Thread Akinori Hattori
commit: e6049c34ad6f0070f6a6dade1e8cd434a2bfa9cf
Author: Akinori Hattori  gentoo  org>
AuthorDate: Thu Oct  3 12:45:03 2019 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Thu Oct  3 12:45:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6049c34

app-i18n/yaskkserv: new upstream release

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Akinori Hattori  gentoo.org>

 app-i18n/yaskkserv/Manifest   |  1 +
 app-i18n/yaskkserv/yaskkserv-1.1.1.ebuild | 79 +++
 2 files changed, 80 insertions(+)

diff --git a/app-i18n/yaskkserv/Manifest b/app-i18n/yaskkserv/Manifest
index b2813f8272d..a6b2e7359fe 100644
--- a/app-i18n/yaskkserv/Manifest
+++ b/app-i18n/yaskkserv/Manifest
@@ -1 +1,2 @@
 DIST yaskkserv-1.1.0.tar.xz 75108 BLAKE2B 
ac567d4715d1767f0690462de934768335eafe4a61010534c16b430876f81ce43ac175dcc0a2546af996dd0bef8fd4c744b475985365abe3d571a4ed3f1c3a4c
 SHA512 
9956a9b2fe587491b7c5f76482f13f91d1c87d445f2ff7effa5ffb68efe076f54f1c63e95b980d889963ac507ed49fa37f76f9deb239da7b7409da5be025c000
+DIST yaskkserv-1.1.1.tar.xz 75136 BLAKE2B 
b5a26e7d12951d9256e050d543338a48a61e9b6883a0866e4f7a2d367783a5757a5a12cdd810a87e84ade5bfebdc9c24eb093c09081e1d9099ce848d435eb45e
 SHA512 
5f421ef684011aed716e929b90ab98fb1703abe707928847d79a34815750d59df59f4dec8bef6e8ce399340aedb32688d6dd8a5d02ba9372a935ec8f1adffc29

diff --git a/app-i18n/yaskkserv/yaskkserv-1.1.1.ebuild 
b/app-i18n/yaskkserv/yaskkserv-1.1.1.ebuild
new file mode 100644
index 000..8faf1afe865
--- /dev/null
+++ b/app-i18n/yaskkserv/yaskkserv-1.1.1.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit toolchain-funcs systemd
+
+DESCRIPTION="Yet Another SKK server"
+HOMEPAGE="http://umiushi.org/~wac/yaskkserv/";
+SRC_URI="http://umiushi.org/~wac/${PN}/${P}.tar.xz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="gnutls libressl systemd"
+
+RDEPEND="app-i18n/skk-jisyo
+   gnutls? ( net-libs/gnutls:= )
+   !gnutls? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )
+   systemd? ( virtual/udev[systemd] )"
+DEPEND="${RDEPEND}
+   dev-lang/perl"
+
+PATCHES=( "${FILESDIR}"/${PN}-gentoo.patch )
+HTML_DOCS=( documentation/. )
+
+src_configure() {
+   econf \
+   $(use_enable gnutls) \
+   $(use_enable systemd) \
+   --compiler="${tc_getCXX}"
+}
+
+src_install() {
+   emake DESTDIR="${D}" install_all
+   einstalldocs
+
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   newconfd "${FILESDIR}"/${PN}.confd ${PN}
+
+   systemd_dounit examples/${PN}.socket
+   systemd_dounit "${FILESDIR}"/${PN}.service
+}
+
+yaskkserv_update() {
+   local f
+   for f in "${ROOT}"/usr/share/skk/SKK-JISYO.*; do
+   case ${f} in
+   *.cdb)
+   ;;
+   *.${PN})
+   [[ -f ${f%.*} ]] || rm -f "${f}"
+   ;;
+   *)
+   [[ ${f} -nt ${f}.${PN} ]] && ${PN}_make_dictionary 
"${f}" "${f}.${PN}"
+   ;;
+   esac
+   done
+}
+
+pkg_postinst() {
+   yaskkserv_update
+
+   elog "You need to run:"
+   elog "  emerge --config =${CATEGORY}/${PF}"
+   elog "after updating app-i18n/skk-jisyo from next time."
+}
+
+pkg_postrm() {
+   rm -f "${ROOT}"/usr/share/skk/SKK-JISYO.*.${PN}
+   rmdir "${ROOT}"/usr/share/skk 2>/dev/null
+}
+
+pkg_config() {
+   yaskkserv_update
+}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/yaskkserv/

2019-04-27 Thread David Seifert
commit: e1139f4733381bbe2663a7ebdc509f01ed514595
Author: David Seifert  gentoo  org>
AuthorDate: Sat Apr 27 16:35:03 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Apr 27 20:27:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1139f47

app-i18n/yaskkserv: [QA] Fix USE=libressl semantics

Closes: https://bugs.gentoo.org/683988
Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: David Seifert  gentoo.org>

 app-i18n/yaskkserv/yaskkserv-1.1.0.ebuild | 9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/app-i18n/yaskkserv/yaskkserv-1.1.0.ebuild 
b/app-i18n/yaskkserv/yaskkserv-1.1.0.ebuild
index 255ca5d5e63..2724f1e528e 100644
--- a/app-i18n/yaskkserv/yaskkserv-1.1.0.ebuild
+++ b/app-i18n/yaskkserv/yaskkserv-1.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -13,13 +13,12 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE="gnutls libressl systemd"
-REQUIRED_USE="?? ( gnutls libressl )"
 
 RDEPEND="app-i18n/skk-jisyo
-   gnutls? ( net-libs/gnutls )
+   gnutls? ( net-libs/gnutls:= )
!gnutls? (
-   !libressl? ( dev-libs/openssl:0 )
-   libressl? ( dev-libs/libressl )
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
)
systemd? ( virtual/udev[systemd] )"
 DEPEND="${RDEPEND}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/yaskkserv/

2018-07-22 Thread Akinori Hattori
commit: c6dd602ae9ba388dfb0fe8c231dac06cb0988122
Author: Akinori Hattori  gentoo  org>
AuthorDate: Sun Jul 22 13:07:16 2018 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sun Jul 22 13:07:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6dd602a

app-i18n/yaskkserv: tidy

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-i18n/yaskkserv/metadata.xml   | 14 +++---
 app-i18n/yaskkserv/yaskkserv-1.1.0.ebuild |  6 ++
 2 files changed, 9 insertions(+), 11 deletions(-)

diff --git a/app-i18n/yaskkserv/metadata.xml b/app-i18n/yaskkserv/metadata.xml
index 11ae3503063..6e6dda1b2b3 100644
--- a/app-i18n/yaskkserv/metadata.xml
+++ b/app-i18n/yaskkserv/metadata.xml
@@ -1,11 +1,11 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  
-c...@gentoo.org
-Cjk
-  
-  
-wachikun/yaskkserv
-  
+   
+   c...@gentoo.org
+   Cjk
+   
+   
+   wachikun/yaskkserv
+   
 

diff --git a/app-i18n/yaskkserv/yaskkserv-1.1.0.ebuild 
b/app-i18n/yaskkserv/yaskkserv-1.1.0.ebuild
index 0d0ae48356c..255ca5d5e63 100644
--- a/app-i18n/yaskkserv/yaskkserv-1.1.0.ebuild
+++ b/app-i18n/yaskkserv/yaskkserv-1.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -13,6 +13,7 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE="gnutls libressl systemd"
+REQUIRED_USE="?? ( gnutls libressl )"
 
 RDEPEND="app-i18n/skk-jisyo
gnutls? ( net-libs/gnutls )
@@ -24,10 +25,7 @@ RDEPEND="app-i18n/skk-jisyo
 DEPEND="${RDEPEND}
dev-lang/perl"
 
-REQUIRED_USE="?? ( gnutls libressl )"
-
 PATCHES=( "${FILESDIR}"/${PN}-gentoo.patch )
-DOCS=( README.md )
 HTML_DOCS=( documentation/. )
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: app-i18n/yaskkserv/files/

2017-07-18 Thread Akinori Hattori
commit: 4e79f0b422672012f2f0897a846f8e8de66ad845
Author: Akinori Hattori  gentoo  org>
AuthorDate: Tue Jul 18 13:59:43 2017 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Tue Jul 18 13:59:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e79f0b4

app-i18n/yaskkserv: update init script

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-i18n/yaskkserv/files/yaskkserv.initd | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-i18n/yaskkserv/files/yaskkserv.initd 
b/app-i18n/yaskkserv/files/yaskkserv.initd
index b9ae738b92a..d2e5aefd9e1 100644
--- a/app-i18n/yaskkserv/files/yaskkserv.initd
+++ b/app-i18n/yaskkserv/files/yaskkserv.initd
@@ -2,10 +2,10 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-command="/usr/sbin/${SVCNAME}_${YASKKSERV_SERVER_TYPE}"
+command="/usr/sbin/${RC_SVCNAME}_${YASKKSERV_SERVER_TYPE}"
 command_args="--no-daemonize ${YASKKSERV_OPTS}"
 command_background="true"
-pidfile="${pidfile:-/run/${SVCNAME}.pid}"
+pidfile="${pidfile:-/run/${RC_SVCNAME}.pid}"
 
 depend() {
need net



[gentoo-commits] repo/gentoo:master commit in: app-i18n/yaskkserv/files/, app-i18n/yaskkserv/

2017-06-24 Thread Akinori Hattori
commit: 7f5027649b1a38ab7ed633071e3cc12e344e8d68
Author: Akinori Hattori  gentoo  org>
AuthorDate: Sun Jun 25 06:19:24 2017 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sun Jun 25 06:19:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f502764

app-i18n/yaskkserv: avoid phase function call

Gentoo-Bug: 596620

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-i18n/yaskkserv/files/yaskkserv.initd  |  6 +++---
 app-i18n/yaskkserv/yaskkserv-1.1.0.ebuild | 32 +--
 2 files changed, 21 insertions(+), 17 deletions(-)

diff --git a/app-i18n/yaskkserv/files/yaskkserv.initd 
b/app-i18n/yaskkserv/files/yaskkserv.initd
index 7e081d1938b..b9ae738b92a 100644
--- a/app-i18n/yaskkserv/files/yaskkserv.initd
+++ b/app-i18n/yaskkserv/files/yaskkserv.initd
@@ -1,11 +1,11 @@
 #!/sbin/openrc-run
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-command=/usr/sbin/${SVCNAME}_${YASKKSERV_SERVER_TYPE}
+command="/usr/sbin/${SVCNAME}_${YASKKSERV_SERVER_TYPE}"
 command_args="--no-daemonize ${YASKKSERV_OPTS}"
 command_background="true"
-pidfile=${pidfile:-/run/${SVCNAME}.pid}
+pidfile="${pidfile:-/run/${SVCNAME}.pid}"
 
 depend() {
need net

diff --git a/app-i18n/yaskkserv/yaskkserv-1.1.0.ebuild 
b/app-i18n/yaskkserv/yaskkserv-1.1.0.ebuild
index 2c06cd1815e..0d0ae48356c 100644
--- a/app-i18n/yaskkserv/yaskkserv-1.1.0.ebuild
+++ b/app-i18n/yaskkserv/yaskkserv-1.1.0.ebuild
@@ -48,20 +48,7 @@ src_install() {
systemd_dounit "${FILESDIR}"/${PN}.service
 }
 
-pkg_postinst() {
-   pkg_config
-
-   elog "You need to run:"
-   elog "  emerge --config =${CATEGORY}/${PF}"
-   elog "after updating app-i18n/skk-jisyo from next time."
-}
-
-pkg_postrm() {
-   rm -f "${ROOT}"/usr/share/skk/SKK-JISYO.*.${PN}
-   rmdir "${ROOT}"/usr/share/skk 2>/dev/null
-}
-
-pkg_config() {
+yaskkserv_update() {
local f
for f in "${ROOT}"/usr/share/skk/SKK-JISYO.*; do
case ${f} in
@@ -76,3 +63,20 @@ pkg_config() {
esac
done
 }
+
+pkg_postinst() {
+   yaskkserv_update
+
+   elog "You need to run:"
+   elog "  emerge --config =${CATEGORY}/${PF}"
+   elog "after updating app-i18n/skk-jisyo from next time."
+}
+
+pkg_postrm() {
+   rm -f "${ROOT}"/usr/share/skk/SKK-JISYO.*.${PN}
+   rmdir "${ROOT}"/usr/share/skk 2>/dev/null
+}
+
+pkg_config() {
+   yaskkserv_update
+}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/yaskkserv/, app-i18n/yaskkserv/files/

2016-05-13 Thread Akinori Hattori
commit: c1008b229e24c56c8a30d591cc32344e1a549e44
Author: Akinori Hattori  gentoo  org>
AuthorDate: Fri May 13 13:22:11 2016 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Fri May 13 13:22:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1008b22

app-i18n/yaskkserv: initial import

Gentoo-Bug: 413809

Package-Manager: portage-2.2.28

 app-i18n/yaskkserv/Manifest |  1 +
 app-i18n/yaskkserv/files/yaskkserv-gentoo.patch | 93 +
 app-i18n/yaskkserv/files/yaskkserv.confd| 10 +++
 app-i18n/yaskkserv/files/yaskkserv.initd| 14 
 app-i18n/yaskkserv/files/yaskkserv.service  | 12 
 app-i18n/yaskkserv/metadata.xml | 11 +++
 app-i18n/yaskkserv/yaskkserv-1.1.0.ebuild   | 79 +
 7 files changed, 220 insertions(+)

diff --git a/app-i18n/yaskkserv/Manifest b/app-i18n/yaskkserv/Manifest
new file mode 100644
index 000..caf2190
--- /dev/null
+++ b/app-i18n/yaskkserv/Manifest
@@ -0,0 +1 @@
+DIST yaskkserv-1.1.0.tar.xz 75108 SHA256 
b7297220492e1dc4cf0b48bc2ff1dd9fd3e88cf6f8a318a45a667574112ef56a SHA512 
9956a9b2fe587491b7c5f76482f13f91d1c87d445f2ff7effa5ffb68efe076f54f1c63e95b980d889963ac507ed49fa37f76f9deb239da7b7409da5be025c000
 WHIRLPOOL 
7a7b4379a57b7c44dbe91a14d392d5c1c76860df32ea4d890652abef3c9445f1ef87ac72c5e003ec3de7e07019f046d12e1506710a4798f72b79321aa5a98d2c

diff --git a/app-i18n/yaskkserv/files/yaskkserv-gentoo.patch 
b/app-i18n/yaskkserv/files/yaskkserv-gentoo.patch
new file mode 100644
index 000..56894af
--- /dev/null
+++ b/app-i18n/yaskkserv/files/yaskkserv-gentoo.patch
@@ -0,0 +1,93 @@
+--- a/Makefile
 b/Makefile
+@@ -57,16 +57,16 @@
+   $(MAKE) --no-print-directory -C $(SOURCE_PATH) -f $(MAKEFILE) test
+ 
+ install_common_   :
+-  $(MKDIR) -p $(PREFIX)/bin
+-  $(INSTALL) 
$(VAR_PATH)/yaskkserv_make_dictionary/yaskkserv_make_dictionary 
$(PREFIX)/bin/yaskkserv_make_dictionary
++  $(MKDIR) -p $(DESTDIR)$(PREFIX)/bin
++  $(INSTALL) 
$(VAR_PATH)/yaskkserv_make_dictionary/yaskkserv_make_dictionary 
$(DESTDIR)$(PREFIX)/bin/yaskkserv_make_dictionary
+ 
+ install   : install_normal
+ 
+ install_all   : install_common_
+-  $(MKDIR) -p $(PREFIX)/sbin
+-  $(INSTALL) $(VAR_PATH)/yaskkserv_simple/yaskkserv_simple 
$(PREFIX)/sbin/yaskkserv_simple
+-  $(INSTALL) $(VAR_PATH)/yaskkserv_normal/yaskkserv_normal 
$(PREFIX)/sbin/yaskkserv_normal
+-  $(INSTALL) $(VAR_PATH)/yaskkserv_hairy/yaskkserv_hairy 
$(PREFIX)/sbin/yaskkserv_hairy
++  $(MKDIR) -p $(DESTDIR)$(PREFIX)/sbin
++  $(INSTALL) $(VAR_PATH)/yaskkserv_simple/yaskkserv_simple 
$(DESTDIR)$(PREFIX)/sbin/yaskkserv_simple
++  $(INSTALL) $(VAR_PATH)/yaskkserv_normal/yaskkserv_normal 
$(DESTDIR)$(PREFIX)/sbin/yaskkserv_normal
++  $(INSTALL) $(VAR_PATH)/yaskkserv_hairy/yaskkserv_hairy 
$(DESTDIR)$(PREFIX)/sbin/yaskkserv_hairy
+ 
+ install_simple: install_common_
+   $(MKDIR) -p $(PREFIX)/sbin
+--- a/source/Makefile.bsd_cygwin_linux_gcc.common
 b/source/Makefile.bsd_cygwin_linux_gcc.common
+@@ -16,16 +16,16 @@
+ endif # DEBUG
+ 
+ INCLUDE_FLAGS = -I . -I $(VAR_PATH) -I $(PROJECT_ROOT)/source/skk -I 
$(PROJECT_ROOT)/source/skk/architecture -I 
$(PROJECT_ROOT)/source/skk/architecture/$(ARCHITECTURE_LOWER_CASE)
+-LIBRARY_FLAGS = -L/usr/lib
++LIBRARY_FLAGS =
+ 
+-CPPFLAGS  = $(DEBUG_FLAGS) $(CXXFLAGS_ARCHITECTURE) 
$(CXXFLAGS_BYTE_ORDER) $(CXXFLAGS_CONFIG) $(INCLUDE_FLAGS) $(CXXFLAGS_DEFINE) 
-D $(PROJECT_IDENTIFIER)_VERSION=\"$(PROJECT_VERSION)\"
++CPPFLAGS  += $(DEBUG_FLAGS) $(CXXFLAGS_ARCHITECTURE) 
$(CXXFLAGS_BYTE_ORDER) $(CXXFLAGS_CONFIG) $(INCLUDE_FLAGS) $(CXXFLAGS_DEFINE) 
-D $(PROJECT_IDENTIFIER)_VERSION=\"$(PROJECT_VERSION)\"
+ 
+-CXXFLAGS  = $(DEBUG_FLAGS) $(CXXFLAGS_ARCHITECTURE) 
$(CXXFLAGS_BYTE_ORDER) $(CXXFLAGS_CONFIG) $(INCLUDE_FLAGS) $(OPTIMIZE_FLAGS) 
$(CXXFLAGS_WARNING) -fno-exceptions -fno-rtti -fmessage-length=0 -pipe -fPIC -D 
$(PROJECT_IDENTIFIER)_VERSION=\"$(PROJECT_VERSION)\"
++CXXFLAGS  += $(DEBUG_FLAGS) $(CXXFLAGS_ARCHITECTURE) 
$(CXXFLAGS_BYTE_ORDER) $(CXXFLAGS_CONFIG) $(INCLUDE_FLAGS) $(OPTIMIZE_FLAGS) 
$(CXXFLAGS_WARNING) -fno-exceptions -fno-rtti -fmessage-length=0 -pipe -fPIC -D 
$(PROJECT_IDENTIFIER)_VERSION=\"$(PROJECT_VERSION)\"
+ 
+-LDFLAGS   = $(DEBUG_FLAGS) $(LDFLAGS_ARCHITECTURE) 
$(OPTIMIZE_FLAGS) -pipe $(LIBRARY_FLAGS) -fPIC
++LDFLAGS   += $(DEBUG_FLAGS) $(LDFLAGS_ARCHITECTURE) 
$(OPTIMIZE_FLAGS) -pipe $(LIBRARY_FLAGS) -fPIC
+ 
+ CXX   = $(CCACHE) $(COMPILER)
+ LD= $(COMPILER)
+ CPP   = $(CXX)
+ LD= $(CXX)
+-STRIP = strip
++STRIP = true
+--- a/source/yaskkserv_hairy/Makefile.bsd_cygwin_linux_gcc
 b/source/yaskkserv_hairy/