commit:     86b26bab9f603f2b232c5072a3e005257fae2925
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  1 20:37:29 2019 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Oct  1 20:40:10 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86b26bab

dev-libs/g-wrap: Remove

Bug: https://bugs.gentoo.org/693290
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 dev-libs/g-wrap/Manifest             |  3 ---
 dev-libs/g-wrap/g-wrap-1.9.13.ebuild | 30 ------------------------------
 dev-libs/g-wrap/g-wrap-1.9.14.ebuild | 32 --------------------------------
 dev-libs/g-wrap/g-wrap-1.9.15.ebuild | 35 -----------------------------------
 dev-libs/g-wrap/metadata.xml         | 11 -----------
 5 files changed, 111 deletions(-)

diff --git a/dev-libs/g-wrap/Manifest b/dev-libs/g-wrap/Manifest
deleted file mode 100644
index 3a706114f43..00000000000
--- a/dev-libs/g-wrap/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST g-wrap-1.9.13.tar.gz 613577 BLAKE2B 
7b91a92e28c5f0757a1de95f7c6324653abfadad69737f96766dcf208d6366e3d525a40e07dde3e5b42a00eeead2a676fef5807281e0ecef564706a3820f6b7e
 SHA512 
56001aa877f706eda5f40ac2d06f7214b52aa3d46a1c5cc64c1d195d3e3d619a0d8dac50dabc5b73453784351512e1e35ed53bc44151a61c4b8a9f6e851f6264
-DIST g-wrap-1.9.14.tar.gz 655812 BLAKE2B 
c4b937d156b0677e597120ec250537b9667242d0359b41a5e184f226c3cfc0086be9e35e265b02e857fb8e0074642aa93588352a07a10d1df95c55a70bbced5a
 SHA512 
681d85caf24335db9f266e8350488d36c2b20a5ec02346189c866c7c1de9bcd4a942f092827cbf5fc30474dff70064abe8139069752a6d82657e51542000194b
-DIST g-wrap-1.9.15.tar.gz 701601 BLAKE2B 
510264580a01c715a6f73647291debb4f4cdda473e394a9da2db7b8e458f620fa2433a4c911a3640c43e314e389e57c6b365bc5c4eae0e0db67ff04511bd8887
 SHA512 
599d7e5bda7a4fe8a74729a9cac29c8fe34eed4568d1ddcea778035c6695738e8ce545f84142c5876421db58a108347c1a860b9187c36d1af9b272c4219ae2ca

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 e204a071fc9..00000000000
--- 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
-}

diff --git a/dev-libs/g-wrap/g-wrap-1.9.14.ebuild 
b/dev-libs/g-wrap/g-wrap-1.9.14.ebuild
deleted file mode 100644
index 189c24d4a7c..00000000000
--- a/dev-libs/g-wrap/g-wrap-1.9.14.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit autotools-utils
-
-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";
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 ~hppa ppc ~ppc64 x86"
-IUSE="static-libs"
-
-# 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() {
-       local myeconfargs=( --disable-Werror --with-glib )
-       autotools-utils_src_configure
-}

diff --git a/dev-libs/g-wrap/g-wrap-1.9.15.ebuild 
b/dev-libs/g-wrap/g-wrap-1.9.15.ebuild
deleted file mode 100644
index 5a49fcadfff..00000000000
--- a/dev-libs/g-wrap/g-wrap-1.9.15.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-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/${P}.tar.gz";
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
-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"
-
-src_configure() {
-       econf --disable-Werror --with-glib
-}
-
-src_install() {
-       default
-
-       find "${D}" -name '*.la' -delete || die
-}

diff --git a/dev-libs/g-wrap/metadata.xml b/dev-libs/g-wrap/metadata.xml
deleted file mode 100644
index c240a63719b..00000000000
--- a/dev-libs/g-wrap/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>sch...@gentoo.org</email>
-               <name>Gentoo Scheme Project</name>
-       </maintainer>
-       <longdescription lang="en">
-G-Wrap is a tool (and Guile library) for generating function wrappers for 
inter-language calls. It currently only supports generating Guile wrappers for 
C functions.
-       </longdescription>
-</pkgmetadata>

Reply via email to