summaryrefslogtreecommitdiff
path: root/dev-scheme/c-wrapper/c-wrapper-0.6.1.ebuild
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2018-07-11 23:33:20 +0900
committerAkinori Hattori <hattya@gentoo.org>2018-07-11 23:39:29 +0900
commita87a1d38d3df77636fcd39600bd54e2b047c0de3 (patch)
tree8242b9566055e7903a628718bafbafc3fd8c0242 /dev-scheme/c-wrapper/c-wrapper-0.6.1.ebuild
parentee0c8fbd905fd91c6933f6da1c2a5fcecaed9eb6 (diff)
downloadgentoo-a87a1d38d3df77636fcd39600bd54e2b047c0de3.tar.gz
gentoo-a87a1d38d3df77636fcd39600bd54e2b047c0de3.tar.bz2
gentoo-a87a1d38d3df77636fcd39600bd54e2b047c0de3.zip
dev-scheme/c-wrapper: fix finalizer of ffi_closure
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-scheme/c-wrapper/c-wrapper-0.6.1.ebuild')
-rw-r--r--dev-scheme/c-wrapper/c-wrapper-0.6.1.ebuild40
1 files changed, 0 insertions, 40 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
deleted file mode 100644
index 864680e0294f..000000000000
--- a/dev-scheme/c-wrapper/c-wrapper-0.6.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit autotools
-
-DESCRIPTION="Foreign function interface for C and Objective-C libraries"
-HOMEPAGE="http://www.koguro.net/prog/c-wrapper/"
-SRC_URI="http://www.koguro.net/prog/${PN}/${P}.tgz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ia64 x86"
-IUSE="examples"
-
-RDEPEND="dev-scheme/gauche
- virtual/libffi"
-DEPEND="${RDEPEND}"
-
-PATCHES=( "${FILESDIR}"/${PN}-gentoo.patch )
-HTML_DOCS=( doc/${PN}-ref{e,j}.html )
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_test() {
- emake -j1 -s check
-}
-
-src_install() {
- default
-
- if use examples; then
- docompress -x /usr/share/doc/${PF}/examples
- dodoc -r examples
- fi
-}