* [gentoo-commits] repo/gentoo:master commit in: dev-scheme/gauche-qdbm/files/, dev-scheme/gauche-qdbm/
@ 2018-07-15 9:23 Akinori Hattori
0 siblings, 0 replies; 2+ messages in thread
From: Akinori Hattori @ 2018-07-15 9:23 UTC (permalink / raw
To: gentoo-commits
commit: 0b328f50b949206a8e68d3c31d58238cdc814b1b
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 15 09:18:36 2018 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sun Jul 15 09:18:36 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b328f50
dev-scheme/gauche-qdbm: update patches
Package-Manager: Portage-2.3.40, Repoman-2.3.9
...m-0.2-gauche-package.diff => gauche-qdbm-gauche-package.patch} | 8 ++++----
...fined-reference.diff => gauche-qdbm-undefined-reference.patch} | 4 ++--
dev-scheme/gauche-qdbm/gauche-qdbm-0.2-r1.ebuild | 4 ++--
3 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/dev-scheme/gauche-qdbm/files/gauche-qdbm-0.2-gauche-package.diff b/dev-scheme/gauche-qdbm/files/gauche-qdbm-gauche-package.patch
similarity index 96%
rename from dev-scheme/gauche-qdbm/files/gauche-qdbm-0.2-gauche-package.diff
rename to dev-scheme/gauche-qdbm/files/gauche-qdbm-gauche-package.patch
index a4e30560042..74e522e3ad7 100644
--- a/dev-scheme/gauche-qdbm/files/gauche-qdbm-0.2-gauche-package.diff
+++ b/dev-scheme/gauche-qdbm/files/gauche-qdbm-gauche-package.patch
@@ -1,5 +1,5 @@
---- Gauche-qdbm-0.2.orig/Makefile.in
-+++ Gauche-qdbm-0.2/Makefile.in
+--- a/Makefile.in
++++ b/Makefile.in
@@ -10,79 +10,57 @@
VPATH = $(srcdir)
@@ -112,8 +112,8 @@
distclean : clean
rm -rf $(CONFIG_GENERATED)
---- Gauche-qdbm-0.2.orig/configure.ac
-+++ Gauche-qdbm-0.2/configure.ac
+--- a/configure.ac
++++ b/configure.ac
@@ -4,18 +4,11 @@
AC_INIT(Gauche-qdbm, 0.2)
AC_CONFIG_SRCDIR(qdbm.c)
diff --git a/dev-scheme/gauche-qdbm/files/gauche-qdbm-0.2-undefined-reference.diff b/dev-scheme/gauche-qdbm/files/gauche-qdbm-undefined-reference.patch
similarity index 85%
rename from dev-scheme/gauche-qdbm/files/gauche-qdbm-0.2-undefined-reference.diff
rename to dev-scheme/gauche-qdbm/files/gauche-qdbm-undefined-reference.patch
index d6a6efb99b4..cf80940c97e 100644
--- a/dev-scheme/gauche-qdbm/files/gauche-qdbm-0.2-undefined-reference.diff
+++ b/dev-scheme/gauche-qdbm/files/gauche-qdbm-undefined-reference.patch
@@ -1,5 +1,5 @@
---- Gauche-qdbm-0.2.orig/qdbm.scm
-+++ Gauche-qdbm-0.2/qdbm.scm
+--- a/qdbm.scm
++++ b/qdbm.scm
@@ -72,7 +72,7 @@
(unless (slot-bound? self 'path)
(error "path must be set to open qdbm database"))
diff --git a/dev-scheme/gauche-qdbm/gauche-qdbm-0.2-r1.ebuild b/dev-scheme/gauche-qdbm/gauche-qdbm-0.2-r1.ebuild
index 131d04f10ab..d05007bfdd6 100644
--- a/dev-scheme/gauche-qdbm/gauche-qdbm-0.2-r1.ebuild
+++ b/dev-scheme/gauche-qdbm/gauche-qdbm-0.2-r1.ebuild
@@ -22,8 +22,8 @@ DEPEND="${RDEPEND}"
S="${WORKDIR}/${MY_P}"
PATCHES=(
- "${FILESDIR}"/${P}-gauche-package.diff
- "${FILESDIR}"/${P}-undefined-reference.diff
+ "${FILESDIR}"/${PN}-gauche-package.patch
+ "${FILESDIR}"/${PN}-undefined-reference.patch
)
src_prepare() {
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-scheme/gauche-qdbm/files/, dev-scheme/gauche-qdbm/
@ 2018-07-15 9:23 Akinori Hattori
0 siblings, 0 replies; 2+ messages in thread
From: Akinori Hattori @ 2018-07-15 9:23 UTC (permalink / raw
To: gentoo-commits
commit: d4f9cf472e99ff8983f73a4f093fd8c7efe7611b
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 15 09:23:16 2018 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sun Jul 15 09:23:16 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4f9cf47
dev-scheme/gauche-qdbm: fix tests
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-scheme/gauche-qdbm/files/gauche-qdbm-test.patch | 13 +++++++++++++
dev-scheme/gauche-qdbm/gauche-qdbm-0.2-r1.ebuild | 1 +
2 files changed, 14 insertions(+)
diff --git a/dev-scheme/gauche-qdbm/files/gauche-qdbm-test.patch b/dev-scheme/gauche-qdbm/files/gauche-qdbm-test.patch
new file mode 100644
index 00000000000..2153c8978fe
--- /dev/null
+++ b/dev-scheme/gauche-qdbm/files/gauche-qdbm-test.patch
@@ -0,0 +1,13 @@
+--- a/test.scm
++++ b/test.scm
+@@ -32,8 +32,8 @@
+ (test* "qdbm-dpclosed?" #t (qdbm-dpclosed? qdbm))
+ (test* "qdbm-dpremove" #t (qdbm-dpremove "test.dbm"))
+
+-(test* "qdbm-innerhash" -468784272 (qdbm-dpinnerhash "key"))
+-(test* "qdbm-outerhash" -448645494 (qdbm-dpouterhash "key"))
++(test* "qdbm-innerhash" 604957552 (qdbm-dpinnerhash "key"))
++(test* "qdbm-outerhash" 625096330 (qdbm-dpouterhash "key"))
+ (test* "qdbm-primenum" 10223 (qdbm-dpprimenum 10000))
+
+ ;; The following is taken from ext/dbm/test.scm.
diff --git a/dev-scheme/gauche-qdbm/gauche-qdbm-0.2-r1.ebuild b/dev-scheme/gauche-qdbm/gauche-qdbm-0.2-r1.ebuild
index d05007bfdd6..8bfec2a242d 100644
--- a/dev-scheme/gauche-qdbm/gauche-qdbm-0.2-r1.ebuild
+++ b/dev-scheme/gauche-qdbm/gauche-qdbm-0.2-r1.ebuild
@@ -23,6 +23,7 @@ S="${WORKDIR}/${MY_P}"
PATCHES=(
"${FILESDIR}"/${PN}-gauche-package.patch
+ "${FILESDIR}"/${PN}-test.patch
"${FILESDIR}"/${PN}-undefined-reference.patch
)
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-07-15 9:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-15 9:23 [gentoo-commits] repo/gentoo:master commit in: dev-scheme/gauche-qdbm/files/, dev-scheme/gauche-qdbm/ Akinori Hattori
-- strict thread matches above, loose matches on Subject: below --
2018-07-15 9:23 Akinori Hattori
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox