* [gentoo-commits] repo/gentoo:master commit in: dev-scheme/c-wrapper/
@ 2018-07-11 14:39 Akinori Hattori
0 siblings, 0 replies; 9+ messages in thread
From: Akinori Hattori @ 2018-07-11 14:39 UTC (permalink / raw
To: gentoo-commits
commit: 7f402128afb1e87d91512dda7cf271468eacfeb9
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 11 14:23:59 2018 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Wed Jul 11 14:39:26 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f402128
dev-scheme/c-wrapper: update to EAPI 6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-scheme/c-wrapper/c-wrapper-0.6.1.ebuild | 12 +++++++-----
dev-scheme/c-wrapper/metadata.xml | 7 ++++---
2 files changed, 11 insertions(+), 8 deletions(-)
diff --git a/dev-scheme/c-wrapper/c-wrapper-0.6.1.ebuild b/dev-scheme/c-wrapper/c-wrapper-0.6.1.ebuild
index e20f77d0d1f..3f9bc780492 100644
--- a/dev-scheme/c-wrapper/c-wrapper-0.6.1.ebuild
+++ b/dev-scheme/c-wrapper/c-wrapper-0.6.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI="5"
+EAPI="6"
-inherit autotools eutils
+inherit autotools
DESCRIPTION="Foreign function interface for C and Objective-C libraries"
HOMEPAGE="http://www.koguro.net/prog/c-wrapper/"
@@ -18,8 +18,11 @@ RDEPEND="dev-scheme/gauche
virtual/libffi"
DEPEND="${RDEPEND}"
+PATCHES=( "${FILESDIR}"/${PN}-system-libffi.diff )
+HTML_DOCS=( doc/${PN}-ref{e,j}.html )
+
src_prepare() {
- epatch "${FILESDIR}"/${PN}-system-libffi.diff
+ default
eautoreconf
}
@@ -29,7 +32,6 @@ src_test() {
src_install() {
default
- dohtml doc/*
if use examples; then
docompress -x /usr/share/doc/${PF}/examples
diff --git a/dev-scheme/c-wrapper/metadata.xml b/dev-scheme/c-wrapper/metadata.xml
index 21dc8fdf43f..7ffc4339bc5 100644
--- a/dev-scheme/c-wrapper/metadata.xml
+++ b/dev-scheme/c-wrapper/metadata.xml
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>hattya@gentoo.org</email>
- </maintainer>
+ <maintainer type="person">
+ <email>hattya@gentoo.org</email>
+ <name>Akinori Hattori</name>
+ </maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-scheme/c-wrapper/
@ 2018-07-11 14:39 Akinori Hattori
0 siblings, 0 replies; 9+ messages in thread
From: Akinori Hattori @ 2018-07-11 14:39 UTC (permalink / raw
To: gentoo-commits
commit: 9045e7f4055f5a181117075d8b9f0e56ecf5ce0e
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 11 14:25:16 2018 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Wed Jul 11 14:39:27 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9045e7f4
dev-scheme/c-wrapper: keyword amd64
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-scheme/c-wrapper/c-wrapper-0.6.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-scheme/c-wrapper/c-wrapper-0.6.1.ebuild b/dev-scheme/c-wrapper/c-wrapper-0.6.1.ebuild
index 3f9bc780492..45483e3de2a 100644
--- a/dev-scheme/c-wrapper/c-wrapper-0.6.1.ebuild
+++ b/dev-scheme/c-wrapper/c-wrapper-0.6.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.koguro.net/prog/${PN}/${P}.tgz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="x86"
+KEYWORDS="~amd64 x86"
IUSE="examples"
RDEPEND="dev-scheme/gauche
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-scheme/c-wrapper/
@ 2018-07-11 14:39 Akinori Hattori
0 siblings, 0 replies; 9+ messages in thread
From: Akinori Hattori @ 2018-07-11 14:39 UTC (permalink / raw
To: gentoo-commits
commit: eb059d256e6cbbdfd0bfeb3e2307f83196b31865
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 11 14:26:04 2018 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Wed Jul 11 14:39:27 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb059d25
dev-scheme/c-wrapper: keyword ia64
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-scheme/c-wrapper/c-wrapper-0.6.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-scheme/c-wrapper/c-wrapper-0.6.1.ebuild b/dev-scheme/c-wrapper/c-wrapper-0.6.1.ebuild
index 45483e3de2a..2c6bcb40a19 100644
--- a/dev-scheme/c-wrapper/c-wrapper-0.6.1.ebuild
+++ b/dev-scheme/c-wrapper/c-wrapper-0.6.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.koguro.net/prog/${PN}/${P}.tgz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="~amd64 ~ia64 x86"
IUSE="examples"
RDEPEND="dev-scheme/gauche
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-scheme/c-wrapper/
@ 2019-09-14 9:28 Akinori Hattori
0 siblings, 0 replies; 9+ messages in thread
From: Akinori Hattori @ 2019-09-14 9:28 UTC (permalink / raw
To: gentoo-commits
commit: d92ab37bcdeb4b95db2e60003881778f62b78721
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 14 09:18:40 2019 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sat Sep 14 09:18:40 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d92ab37b
dev-scheme/c-wrapper: add sub-slot dependency for dev-scheme/gauche
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
dev-scheme/c-wrapper/c-wrapper-0.6.1-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-scheme/c-wrapper/c-wrapper-0.6.1-r1.ebuild b/dev-scheme/c-wrapper/c-wrapper-0.6.1-r1.ebuild
index cd0348a0133..8636a7b9e7f 100644
--- a/dev-scheme/c-wrapper/c-wrapper-0.6.1-r1.ebuild
+++ b/dev-scheme/c-wrapper/c-wrapper-0.6.1-r1.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"
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="~amd64 ~ia64 x86"
IUSE="examples"
-RDEPEND="dev-scheme/gauche
+RDEPEND="dev-scheme/gauche:=
virtual/libffi"
DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-scheme/c-wrapper/
@ 2020-05-12 14:59 Akinori Hattori
0 siblings, 0 replies; 9+ messages in thread
From: Akinori Hattori @ 2020-05-12 14:59 UTC (permalink / raw
To: gentoo-commits
commit: 7228b3a6d9c71540453a473962bb94b5cdf620cd
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Tue May 12 14:58:12 2020 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Tue May 12 14:59:27 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7228b3a6
dev-scheme/c-wrapper: switch to dev-libs/libffi
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
dev-scheme/c-wrapper/c-wrapper-0.6.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-scheme/c-wrapper/c-wrapper-0.6.1-r1.ebuild b/dev-scheme/c-wrapper/c-wrapper-0.6.1-r1.ebuild
index f8f595cb027..f3bcfa36cc5 100644
--- a/dev-scheme/c-wrapper/c-wrapper-0.6.1-r1.ebuild
+++ b/dev-scheme/c-wrapper/c-wrapper-0.6.1-r1.ebuild
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~ia64 x86"
IUSE="examples"
RDEPEND="dev-scheme/gauche:=
- virtual/libffi"
+ dev-libs/libffi:="
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-scheme/c-wrapper/
@ 2020-05-12 14:59 Akinori Hattori
0 siblings, 0 replies; 9+ messages in thread
From: Akinori Hattori @ 2020-05-12 14:59 UTC (permalink / raw
To: gentoo-commits
commit: 35ea66d57d73afd0f45f0ab53f326bb5d784b93e
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Tue May 12 14:53:52 2020 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Tue May 12 14:59:26 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35ea66d5
dev-scheme/c-wrapper: add missing dependency
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
dev-scheme/c-wrapper/c-wrapper-0.6.1-r1.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-scheme/c-wrapper/c-wrapper-0.6.1-r1.ebuild b/dev-scheme/c-wrapper/c-wrapper-0.6.1-r1.ebuild
index 18ad0af5a4d..f8f595cb027 100644
--- a/dev-scheme/c-wrapper/c-wrapper-0.6.1-r1.ebuild
+++ b/dev-scheme/c-wrapper/c-wrapper-0.6.1-r1.ebuild
@@ -17,6 +17,7 @@ IUSE="examples"
RDEPEND="dev-scheme/gauche:=
virtual/libffi"
DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
PATCHES=(
"${FILESDIR}"/${PN}-closure.patch
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-scheme/c-wrapper/
@ 2020-05-12 14:59 Akinori Hattori
0 siblings, 0 replies; 9+ messages in thread
From: Akinori Hattori @ 2020-05-12 14:59 UTC (permalink / raw
To: gentoo-commits
commit: acad8e81ae3f9e75127ad5eefe33183f5ec19366
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Tue May 12 14:52:42 2020 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Tue May 12 14:59:25 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acad8e81
dev-scheme/c-wrapper: update to EAPI 7
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
dev-scheme/c-wrapper/c-wrapper-0.6.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-scheme/c-wrapper/c-wrapper-0.6.1-r1.ebuild b/dev-scheme/c-wrapper/c-wrapper-0.6.1-r1.ebuild
index a5848a95ce2..18ad0af5a4d 100644
--- a/dev-scheme/c-wrapper/c-wrapper-0.6.1-r1.ebuild
+++ b/dev-scheme/c-wrapper/c-wrapper-0.6.1-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 autotools
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-scheme/c-wrapper/
@ 2020-05-12 14:59 Akinori Hattori
0 siblings, 0 replies; 9+ messages in thread
From: Akinori Hattori @ 2020-05-12 14:59 UTC (permalink / raw
To: gentoo-commits
commit: e4c3fabcc898c344734c70cd79738aa3eb17642b
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Tue May 12 14:58:54 2020 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Tue May 12 14:59:27 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4c3fabc
dev-scheme/c-wrapper: amd64 stable
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
dev-scheme/c-wrapper/c-wrapper-0.6.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-scheme/c-wrapper/c-wrapper-0.6.1-r1.ebuild b/dev-scheme/c-wrapper/c-wrapper-0.6.1-r1.ebuild
index f3bcfa36cc5..f0b7aece565 100644
--- a/dev-scheme/c-wrapper/c-wrapper-0.6.1-r1.ebuild
+++ b/dev-scheme/c-wrapper/c-wrapper-0.6.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.koguro.net/prog/${PN}/${P}.tgz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~ia64 x86"
+KEYWORDS="amd64 ~ia64 x86"
IUSE="examples"
RDEPEND="dev-scheme/gauche:=
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-scheme/c-wrapper/
@ 2021-11-12 12:14 Akinori Hattori
0 siblings, 0 replies; 9+ messages in thread
From: Akinori Hattori @ 2021-11-12 12:14 UTC (permalink / raw
To: gentoo-commits
commit: 87e7ca7f9e0d8d38d7a00e587d47dca871efba6a
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 12 12:13:42 2021 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Fri Nov 12 12:13:42 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87e7ca7f
dev-scheme/c-wrapper: update to EAPI 8
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
dev-scheme/c-wrapper/c-wrapper-0.6.1-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-scheme/c-wrapper/c-wrapper-0.6.1-r2.ebuild b/dev-scheme/c-wrapper/c-wrapper-0.6.1-r2.ebuild
index 3f827777453..adbb32c8b4b 100644
--- a/dev-scheme/c-wrapper/c-wrapper-0.6.1-r2.ebuild
+++ b/dev-scheme/c-wrapper/c-wrapper-0.6.1-r2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="7"
+EAPI="8"
inherit autotools
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2021-11-12 12:14 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-12 14:59 [gentoo-commits] repo/gentoo:master commit in: dev-scheme/c-wrapper/ Akinori Hattori
-- strict thread matches above, loose matches on Subject: below --
2021-11-12 12:14 Akinori Hattori
2020-05-12 14:59 Akinori Hattori
2020-05-12 14:59 Akinori Hattori
2020-05-12 14:59 Akinori Hattori
2019-09-14 9:28 Akinori Hattori
2018-07-11 14:39 Akinori Hattori
2018-07-11 14:39 Akinori Hattori
2018-07-11 14:39 Akinori Hattori
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox