* [gentoo-commits] repo/gentoo:master commit in: app-i18n/nkf/files/, app-i18n/nkf/
@ 2020-05-16 14:48 Akinori Hattori
0 siblings, 0 replies; 2+ messages in thread
From: Akinori Hattori @ 2020-05-16 14:48 UTC (permalink / raw
To: gentoo-commits
commit: d875f9f50262cf76895e910410d55a52658fc2f5
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sat May 16 14:34:54 2020 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sat May 16 14:47:46 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d875f9f5
app-i18n/nkf: rename patch
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
app-i18n/nkf/files/{nkf-2.1.4-python.patch => nkf-python.patch} | 0
app-i18n/nkf/nkf-2.1.4.ebuild | 2 +-
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-i18n/nkf/files/nkf-2.1.4-python.patch b/app-i18n/nkf/files/nkf-python.patch
similarity index 100%
rename from app-i18n/nkf/files/nkf-2.1.4-python.patch
rename to app-i18n/nkf/files/nkf-python.patch
diff --git a/app-i18n/nkf/nkf-2.1.4.ebuild b/app-i18n/nkf/nkf-2.1.4.ebuild
index e229db43399..4810641db1b 100644
--- a/app-i18n/nkf/nkf-2.1.4.ebuild
+++ b/app-i18n/nkf/nkf-2.1.4.ebuild
@@ -41,7 +41,7 @@ src_prepare() {
Makefile
if use python; then
mv "${WORKDIR}"/${PY_P} NKF.python || die
- eapply "${FILESDIR}"/${P}-python.patch
+ eapply "${FILESDIR}"/${PN}-python.patch
cd NKF.python
distutils-r1_src_prepare
cd - >/dev/null
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/nkf/files/, app-i18n/nkf/
@ 2020-05-16 14:48 Akinori Hattori
0 siblings, 0 replies; 2+ messages in thread
From: Akinori Hattori @ 2020-05-16 14:48 UTC (permalink / raw
To: gentoo-commits
commit: c6c893cd975f79848ccbfe7c78a46d48db86ad86
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sat May 16 14:44:35 2020 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sat May 16 14:47:47 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6c893cd
app-i18n/nkf: fix tests
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
app-i18n/nkf/files/nkf-2.1.4-test.patch | 11 +++++++++++
app-i18n/nkf/nkf-2.1.4.ebuild | 2 ++
2 files changed, 13 insertions(+)
diff --git a/app-i18n/nkf/files/nkf-2.1.4-test.patch b/app-i18n/nkf/files/nkf-2.1.4-test.patch
new file mode 100644
index 00000000000..26964ef4d64
--- /dev/null
+++ b/app-i18n/nkf/files/nkf-2.1.4-test.patch
@@ -0,0 +1,11 @@
+--- a/test.pl
++++ b/test.pl
+@@ -120,7 +120,7 @@
+ return;
+ }
+
+-do "nkf_test.pl";
++do "./nkf_test.pl";
+ unlink "nkf.in";
+ unlink "nkf.out";
+
diff --git a/app-i18n/nkf/nkf-2.1.4.ebuild b/app-i18n/nkf/nkf-2.1.4.ebuild
index 4810641db1b..98564b76343 100644
--- a/app-i18n/nkf/nkf-2.1.4.ebuild
+++ b/app-i18n/nkf/nkf-2.1.4.ebuild
@@ -30,6 +30,8 @@ RDEPEND="python? (
)"
DEPEND="${RDEPEND}"
+PATCHES=( "${FILESDIR}"/${P}-test.patch )
+
src_unpack() {
use python && vcs-snapshot_src_unpack || default
}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-05-16 14:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-16 14:48 [gentoo-commits] repo/gentoo:master commit in: app-i18n/nkf/files/, app-i18n/nkf/ Akinori Hattori
-- strict thread matches above, loose matches on Subject: below --
2020-05-16 14:48 Akinori Hattori
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox