summaryrefslogtreecommitdiff
path: root/dev-libs/g-wrap/g-wrap-1.9.13.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-10-13 22:19:36 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-10-14 23:22:23 +0100
commit4b19be30aa626b327c885dae62c559ec0e9fb935 (patch)
tree76e74807bc479502e13866b581b6bf86734ec634 /dev-libs/g-wrap/g-wrap-1.9.13.ebuild
parent30d6f67c98d149508509d5e86f176d558793acc0 (diff)
gentoo resync : 13.10.2019
Diffstat (limited to 'dev-libs/g-wrap/g-wrap-1.9.13.ebuild')
-rw-r--r--dev-libs/g-wrap/g-wrap-1.9.13.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-libs/g-wrap/g-wrap-1.9.13.ebuild b/dev-libs/g-wrap/g-wrap-1.9.13.ebuild
deleted file mode 100644
index e204a071fc99..000000000000
--- a/dev-libs/g-wrap/g-wrap-1.9.13.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils
-
-DESCRIPTION="A tool for exporting C libraries into Scheme"
-HOMEPAGE="http://www.nongnu.org/g-wrap/"
-SRC_URI="http://download.savannah.gnu.org/releases/g-wrap/old/${P}.tar.gz"
-KEYWORDS="amd64 ~hppa ppc ppc64 x86"
-SLOT="0"
-LICENSE="GPL-2"
-IUSE=""
-
-# guile-lib for srfi-34, srfi-35
-RDEPEND="
- dev-libs/glib:2
- dev-scheme/guile-lib
- dev-scheme/guile[deprecated]
- virtual/libffi"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- dev-util/indent"
-
-MAKEOPTS+=" -j1"
-
-src_configure() {
- econf --disable-Werror --with-glib
-}