* [gentoo-commits] repo/gentoo:master commit in: app-i18n/skkfep/
@ 2017-06-25 5:13 Akinori Hattori
0 siblings, 0 replies; 7+ messages in thread
From: Akinori Hattori @ 2017-06-25 5:13 UTC (permalink / raw
To: gentoo-commits
commit: 1dcd09284b83aa4f32ab1633b61b53e6e52e4e51
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 25 05:12:37 2017 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sun Jun 25 05:12:37 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dcd0928
app-i18n/skkfep: update to EAPI 6
Package-Manager: Portage-2.3.6, Repoman-2.3.1
app-i18n/skkfep/metadata.xml | 8 ++++----
app-i18n/skkfep/skkfep-0.87-r1.ebuild | 23 ++++++++++++++---------
2 files changed, 18 insertions(+), 13 deletions(-)
diff --git a/app-i18n/skkfep/metadata.xml b/app-i18n/skkfep/metadata.xml
index c921b96adf6..e1a49f49888 100644
--- a/app-i18n/skkfep/metadata.xml
+++ b/app-i18n/skkfep/metadata.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="project">
- <email>cjk@gentoo.org</email>
- <name>Cjk</name>
-</maintainer>
+ <maintainer type="project">
+ <email>cjk@gentoo.org</email>
+ <name>Cjk</name>
+ </maintainer>
</pkgmetadata>
diff --git a/app-i18n/skkfep/skkfep-0.87-r1.ebuild b/app-i18n/skkfep/skkfep-0.87-r1.ebuild
index 82f2939517f..57a0760d533 100644
--- a/app-i18n/skkfep/skkfep-0.87-r1.ebuild
+++ b/app-i18n/skkfep/skkfep-0.87-r1.ebuild
@@ -1,8 +1,9 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=4
-inherit eutils toolchain-funcs
+EAPI="6"
+
+inherit toolchain-funcs
DESCRIPTION="A SKK-like Japanese input method for console"
HOMEPAGE="http://aitoweb.world.coocan.jp/soft.html"
@@ -13,25 +14,29 @@ SLOT="0"
KEYWORDS="~amd64 ppc x86"
IUSE=""
-RDEPEND=">=sys-libs/ncurses-5.7-r7"
-DEPEND="${RDEPEND}
- >=sys-apps/sed-4
+DEPEND="sys-apps/sed
+ sys-libs/ncurses:=
virtual/awk"
-RDEPEND="${RDEPEND}
+RDEPEND="sys-libs/ncurses:=
app-i18n/skk-jisyo"
+PATCHES=( "${FILESDIR}"/${PN}-gentoo.patch )
+DOCS=( README HISTORY TODO )
+
src_prepare() {
sed -i "/SYSTEM_DIC_NAME/a#define SYSTEM_DIC_NAME \"${EPREFIX}/usr/share/skk/SKK-JISYO.L\"" config.h
- epatch "${FILESDIR}"/${PN}-gentoo.patch
+ default
}
src_compile() {
- emake CC="$(tc-getCC)" OPTIMIZE="${CFLAGS}"
+ emake \
+ CC="$(tc-getCC)" \
+ OPTIMIZE="${CFLAGS}"
}
src_install() {
dobin skkfep escmode
doman skkfep.1
- dodoc README HISTORY TODO
+ einstalldocs
}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/skkfep/
@ 2017-06-25 5:13 Akinori Hattori
0 siblings, 0 replies; 7+ messages in thread
From: Akinori Hattori @ 2017-06-25 5:13 UTC (permalink / raw
To: gentoo-commits
commit: 3db6c91ee44b8e0891117d45a2437836f6d5a5ef
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 25 05:09:27 2017 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sun Jun 25 05:09:27 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3db6c91e
app-i18n/skkfep: update HOMEPAGE and SRC_URI
Package-Manager: Portage-2.3.6, Repoman-2.3.1
app-i18n/skkfep/skkfep-0.87-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-i18n/skkfep/skkfep-0.87-r1.ebuild b/app-i18n/skkfep/skkfep-0.87-r1.ebuild
index 20ba6931e3e..82f2939517f 100644
--- a/app-i18n/skkfep/skkfep-0.87-r1.ebuild
+++ b/app-i18n/skkfep/skkfep-0.87-r1.ebuild
@@ -5,8 +5,8 @@ EAPI=4
inherit eutils toolchain-funcs
DESCRIPTION="A SKK-like Japanese input method for console"
-HOMEPAGE="http://homepage2.nifty.com/aito/soft.html"
-SRC_URI="http://homepage2.nifty.com/aito/skkfep/${P}.tar.gz"
+HOMEPAGE="http://aitoweb.world.coocan.jp/soft.html"
+SRC_URI="http://aitoweb.world.coocan.jp/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/skkfep/
@ 2019-10-03 12:50 Akinori Hattori
0 siblings, 0 replies; 7+ messages in thread
From: Akinori Hattori @ 2019-10-03 12:50 UTC (permalink / raw
To: gentoo-commits
commit: 4cbe0f8a41a8544e525a638d33d239b31481cd17
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 3 12:49:56 2019 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Thu Oct 3 12:49:56 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cbe0f8a
app-i18n/skkfep: amd64 stable
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
app-i18n/skkfep/skkfep-0.87-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-i18n/skkfep/skkfep-0.87-r1.ebuild b/app-i18n/skkfep/skkfep-0.87-r1.ebuild
index 09854d0d202..3a217647e69 100644
--- a/app-i18n/skkfep/skkfep-0.87-r1.ebuild
+++ b/app-i18n/skkfep/skkfep-0.87-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://aitoweb.world.coocan.jp/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ppc x86"
+KEYWORDS="amd64 ppc x86"
IUSE=""
DEPEND="sys-apps/sed
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/skkfep/
@ 2019-10-03 12:50 Akinori Hattori
0 siblings, 0 replies; 7+ messages in thread
From: Akinori Hattori @ 2019-10-03 12:50 UTC (permalink / raw
To: gentoo-commits
commit: 4e839cb3a2a09d9700f2db8c79fb7ec56a55cc50
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 3 12:48:39 2019 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Thu Oct 3 12:48:39 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e839cb3
app-i18n/skkfep: fix build with sys-libs/ncurses[tinfo]
Closes: https://bugs.gentoo.org/689992
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
app-i18n/skkfep/skkfep-0.87-r1.ebuild | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/app-i18n/skkfep/skkfep-0.87-r1.ebuild b/app-i18n/skkfep/skkfep-0.87-r1.ebuild
index a74c53e6af3..09854d0d202 100644
--- a/app-i18n/skkfep/skkfep-0.87-r1.ebuild
+++ b/app-i18n/skkfep/skkfep-0.87-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@ -16,7 +16,8 @@ IUSE=""
DEPEND="sys-apps/sed
sys-libs/ncurses:=
- virtual/awk"
+ virtual/awk
+ virtual/pkgconfig"
RDEPEND="sys-libs/ncurses:=
app-i18n/skk-jisyo"
@@ -36,7 +37,8 @@ src_prepare() {
src_compile() {
emake \
CC="$(tc-getCC)" \
- OPTIMIZE="${CFLAGS}"
+ OPTIMIZE="${CFLAGS}" \
+ EXTRALIBS="$($(tc-getPKG_CONFIG) --libs ncurses)"
}
src_install() {
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/skkfep/
@ 2020-08-20 13:49 Akinori Hattori
0 siblings, 0 replies; 7+ messages in thread
From: Akinori Hattori @ 2020-08-20 13:49 UTC (permalink / raw
To: gentoo-commits
commit: cc69d4a1a2d2b6dd8006b39f03fc3c9001f4c24a
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 20 13:46:38 2020 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Thu Aug 20 13:46:38 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc69d4a1
app-i18n/skkfep: fix build with Clang
Closes: https://bugs.gentoo.org/729276
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
app-i18n/skkfep/skkfep-0.87-r1.ebuild | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/app-i18n/skkfep/skkfep-0.87-r1.ebuild b/app-i18n/skkfep/skkfep-0.87-r1.ebuild
index 3a217647e69..468bfc2ab5e 100644
--- a/app-i18n/skkfep/skkfep-0.87-r1.ebuild
+++ b/app-i18n/skkfep/skkfep-0.87-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
-inherit toolchain-funcs
+inherit flag-o-matic toolchain-funcs
DESCRIPTION="A SKK-like Japanese input method for console"
HOMEPAGE="http://aitoweb.world.coocan.jp/soft.html"
@@ -32,6 +32,11 @@ src_prepare() {
sed -i "/SYSTEM_DIC_NAME/a#define SYSTEM_DIC_NAME \"${EPREFIX}/usr/share/skk/SKK-JISYO.L\"" config.h
default
+ # written in K&R C
+ append-flags \
+ -Wno-implicit-function-declaration \
+ -Wno-implicit-int \
+ -Wno-return-type
}
src_compile() {
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/skkfep/
@ 2020-08-20 13:49 Akinori Hattori
0 siblings, 0 replies; 7+ messages in thread
From: Akinori Hattori @ 2020-08-20 13:49 UTC (permalink / raw
To: gentoo-commits
commit: 7149b2d3db746cd24b8e3b984e987598283602ff
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 20 13:48:51 2020 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Thu Aug 20 13:48:51 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7149b2d3
app-i18n/skkfep: update to EAPI 7
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
app-i18n/skkfep/metadata.xml | 8 ++++----
app-i18n/skkfep/skkfep-0.87-r1.ebuild | 14 +++++++-------
2 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/app-i18n/skkfep/metadata.xml b/app-i18n/skkfep/metadata.xml
index e1a49f49888..6f2ca22da23 100644
--- a/app-i18n/skkfep/metadata.xml
+++ b/app-i18n/skkfep/metadata.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>cjk@gentoo.org</email>
- <name>Cjk</name>
- </maintainer>
+ <maintainer type="project">
+ <email>cjk@gentoo.org</email>
+ <name>Cjk</name>
+ </maintainer>
</pkgmetadata>
diff --git a/app-i18n/skkfep/skkfep-0.87-r1.ebuild b/app-i18n/skkfep/skkfep-0.87-r1.ebuild
index 468bfc2ab5e..7fc8f751215 100644
--- a/app-i18n/skkfep/skkfep-0.87-r1.ebuild
+++ b/app-i18n/skkfep/skkfep-0.87-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="6"
+EAPI="7"
inherit flag-o-matic toolchain-funcs
@@ -14,12 +14,12 @@ SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE=""
-DEPEND="sys-apps/sed
- sys-libs/ncurses:=
+DEPEND="sys-libs/ncurses:="
+RDEPEND="${DEPEND}
+ app-i18n/skk-jisyo"
+BDEPEND="sys-apps/sed
virtual/awk
virtual/pkgconfig"
-RDEPEND="sys-libs/ncurses:=
- app-i18n/skk-jisyo"
PATCHES=(
"${FILESDIR}"/${PN}-gentoo.patch
@@ -47,7 +47,7 @@ src_compile() {
}
src_install() {
- dobin skkfep escmode
- doman skkfep.1
+ dobin ${PN} escmode
+ doman ${PN}.1
einstalldocs
}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/skkfep/
@ 2024-11-19 13:52 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2024-11-19 13:52 UTC (permalink / raw
To: gentoo-commits
commit: 57714276b93114dedb6ca068789ef9261754b59b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 19 13:29:33 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov 19 13:29:33 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57714276
app-i18n/skkfep: use -std=gnu89
The change for bug #729276 should've done this rather than passing
-Wno-* but didn't. Fix that.
Bug: https://bugs.gentoo.org/729276
Closes: https://bugs.gentoo.org/918650
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-i18n/skkfep/skkfep-0.87-r1.ebuild | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/app-i18n/skkfep/skkfep-0.87-r1.ebuild b/app-i18n/skkfep/skkfep-0.87-r1.ebuild
index c852c315a657..03e7059cb954 100644
--- a/app-i18n/skkfep/skkfep-0.87-r1.ebuild
+++ b/app-i18n/skkfep/skkfep-0.87-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
@@ -33,11 +33,9 @@ src_prepare() {
sed -i "/SYSTEM_DIC_NAME/a#define SYSTEM_DIC_NAME \"${EPREFIX}/usr/share/skk/SKK-JISYO.L\"" config.h
default
+
# written in K&R C
- append-flags \
- -Wno-implicit-function-declaration \
- -Wno-implicit-int \
- -Wno-return-type
+ append-flags -std=gnu89
}
src_compile() {
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2024-11-19 13:52 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-25 5:13 [gentoo-commits] repo/gentoo:master commit in: app-i18n/skkfep/ Akinori Hattori
-- strict thread matches above, loose matches on Subject: below --
2024-11-19 13:52 Sam James
2020-08-20 13:49 Akinori Hattori
2020-08-20 13:49 Akinori Hattori
2019-10-03 12:50 Akinori Hattori
2019-10-03 12:50 Akinori Hattori
2017-06-25 5:13 Akinori Hattori
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox