summaryrefslogtreecommitdiff
path: root/dev-scheme/c-wrapper/c-wrapper-0.6.1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:18:26 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:18:26 +0100
commit6c30cc2d5bd48ddbdbe8d75544899cd5dbfcaba4 (patch)
tree6ef7f6e1d48141a5da904d788b906da5bba4b697 /dev-scheme/c-wrapper/c-wrapper-0.6.1.ebuild
parent62f82c107c3904ac6917ece47301d2999c7dd90e (diff)
gentoo resync : 14.07.2018
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.ebuild38
1 files changed, 0 insertions, 38 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 e20f77d0d1fa..000000000000
--- a/dev-scheme/c-wrapper/c-wrapper-0.6.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit autotools eutils
-
-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="x86"
-IUSE="examples"
-
-RDEPEND="dev-scheme/gauche
- virtual/libffi"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-system-libffi.diff
- eautoreconf
-}
-
-src_test() {
- emake -j1 -s check
-}
-
-src_install() {
- default
- dohtml doc/*
-
- if use examples; then
- docompress -x /usr/share/doc/${PF}/examples
- dodoc -r examples
- fi
-}