[gentoo-commits] repo/gentoo:master commit in: dev-libs/g-wrap/

2019-10-01 Thread Matt Turner
commit: 86b26bab9f603f2b232c5072a3e005257fae2925
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Oct  1 20:37:29 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Oct  1 20:40:10 2019 +
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  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..000
--- 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..000
--- 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..000
--- 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..000
--- 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..000
--- a/dev-libs/g-wrap/metadata.xml
+++ /dev/null
@@ -1,11 

[gentoo-commits] repo/gentoo:master commit in: dev-libs/g-wrap/

2018-10-28 Thread Amy Liffey
commit: ac582bed33f8e50802763c078eb7ef2ab6fa4343
Author: Amy Liffey  gentoo  org>
AuthorDate: Sun Oct 28 15:23:26 2018 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Sun Oct 28 15:25:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac582bed

dev-libs/g-wrap: fix non existing src_uri

Closes: https://bugs.gentoo.org/634136
Suggested-by: eroen  eroen.eu>
Signed-off-by: Amy Liffey  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-libs/g-wrap/g-wrap-1.9.13.ebuild | 4 ++--
 dev-libs/g-wrap/g-wrap-1.9.14.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 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
index c843ccce7a3..e204a071fc9 100644
--- a/dev-libs/g-wrap/g-wrap-1.9.13.ebuild
+++ b/dev-libs/g-wrap/g-wrap-1.9.13.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
@@ -7,7 +7,7 @@ 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/${P}.tar.gz;
+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"

diff --git a/dev-libs/g-wrap/g-wrap-1.9.14.ebuild 
b/dev-libs/g-wrap/g-wrap-1.9.14.ebuild
index 0ae72765296..189c24d4a7c 100644
--- a/dev-libs/g-wrap/g-wrap-1.9.14.ebuild
+++ b/dev-libs/g-wrap/g-wrap-1.9.14.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
@@ -7,7 +7,7 @@ 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/${P}.tar.gz;
+SRC_URI="http://download.savannah.gnu.org/releases/g-wrap/old/${P}.tar.gz;
 
 SLOT="0"
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/g-wrap/

2018-10-28 Thread Amy Liffey
commit: 91d96fca9110ac77bd958cca6775a58bc841ec6f
Author: Amy Liffey  gentoo  org>
AuthorDate: Sun Oct 28 15:24:06 2018 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Sun Oct 28 15:25:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91d96fca

dev-libs/g-wrap: remove old 1.9.11

Signed-off-by: Amy Liffey  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-libs/g-wrap/Manifest |  1 -
 dev-libs/g-wrap/g-wrap-1.9.11.ebuild | 38 
 2 files changed, 39 deletions(-)

diff --git a/dev-libs/g-wrap/Manifest b/dev-libs/g-wrap/Manifest
index 375c0beeb2a..3a706114f43 100644
--- a/dev-libs/g-wrap/Manifest
+++ b/dev-libs/g-wrap/Manifest
@@ -1,4 +1,3 @@
-DIST g-wrap-1.9.11.tar.gz 625359 BLAKE2B 
10a48ef14dd2e7917eb12025b7ad61cb5161da7578a08271e62effaa59cf31164fb23f28caf4ac3db501819181741e947aafbdf1329e6f2132ae3029a5c50dfc
 SHA512 
3574658d4c5b52ddf350e499fdf009baa48a8cefaccb20c705eb7b2bda556db8f662fe75c78d76e927b0a0dc5757eec2af8b72f315d3655a35f7f7766ff89e65
 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.11.ebuild 
b/dev-libs/g-wrap/g-wrap-1.9.11.ebuild
deleted file mode 100644
index 571b1a53880..000
--- a/dev-libs/g-wrap/g-wrap-1.9.11.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# 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/${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"
-
-MAKEOPTS+=" -j1"
-
-src_prepare() {
-#  cp guile/g-wrap-2.0-guile.pc.in guile/g-wrap-2.0-guile.pc.in.old
-
-   sed "s:@LIBFFI_CFLAGS_INSTALLED@:@LIBFFI_CFLAGS@:g" -i 
guile/g-wrap-2.0-guile.pc.in || die
-   sed "s:@LIBFFI_LIBS_INSTALLED@:@LIBFFI_LIBS@:g" -i 
guile/g-wrap-2.0-guile.pc.in || die
-
-#  diff -u guile/g-wrap-2.0-guile.pc.in.old guile/g-wrap-2.0-guile.pc.in
-}
-
-src_configure() {
-   econf --with-glib --disable-Werror
-}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/g-wrap/

2018-09-09 Thread Amy Liffey
commit: 62b4c50953573f6c9276446ea9ea3cfed5322f49
Author: Amy Liffey  gentoo  org>
AuthorDate: Sun Sep  9 12:40:28 2018 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Sun Sep  9 13:04:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62b4c509

dev-libs/g-wrap: version bump 1.9.15

Bug: https://bugs.gentoo.org/640444
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-libs/g-wrap/Manifest |  1 +
 dev-libs/g-wrap/g-wrap-1.9.15.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/dev-libs/g-wrap/Manifest b/dev-libs/g-wrap/Manifest
index de30b64f42e..375c0beeb2a 100644
--- a/dev-libs/g-wrap/Manifest
+++ b/dev-libs/g-wrap/Manifest
@@ -1,3 +1,4 @@
 DIST g-wrap-1.9.11.tar.gz 625359 BLAKE2B 
10a48ef14dd2e7917eb12025b7ad61cb5161da7578a08271e62effaa59cf31164fb23f28caf4ac3db501819181741e947aafbdf1329e6f2132ae3029a5c50dfc
 SHA512 
3574658d4c5b52ddf350e499fdf009baa48a8cefaccb20c705eb7b2bda556db8f662fe75c78d76e927b0a0dc5757eec2af8b72f315d3655a35f7f7766ff89e65
 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.15.ebuild 
b/dev-libs/g-wrap/g-wrap-1.9.15.ebuild
new file mode 100644
index 000..5a49fcadfff
--- /dev/null
+++ b/dev-libs/g-wrap/g-wrap-1.9.15.ebuild
@@ -0,0 +1,35 @@
+# 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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/g-wrap/

2018-04-25 Thread Matt Turner
commit: bd637f97b1b6c25b236626275052205ed758dee3
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Apr 25 19:55:36 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Apr 25 19:56:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd637f97

dev-libs/g-wrap: Drop to ~hppa

 dev-libs/g-wrap/g-wrap-1.9.11.ebuild | 4 ++--
 dev-libs/g-wrap/g-wrap-1.9.13.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-libs/g-wrap/g-wrap-1.9.11.ebuild 
b/dev-libs/g-wrap/g-wrap-1.9.11.ebuild
index e14bd4cad68..571b1a53880 100644
--- a/dev-libs/g-wrap/g-wrap-1.9.11.ebuild
+++ b/dev-libs/g-wrap/g-wrap-1.9.11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
@@ -8,7 +8,7 @@ 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/${P}.tar.gz;
-KEYWORDS="amd64 hppa ppc ppc64 x86"
+KEYWORDS="amd64 ~hppa ppc ppc64 x86"
 SLOT="0"
 LICENSE="GPL-2"
 IUSE=""

diff --git a/dev-libs/g-wrap/g-wrap-1.9.13.ebuild 
b/dev-libs/g-wrap/g-wrap-1.9.13.ebuild
index 6f052b20b62..c843ccce7a3 100644
--- a/dev-libs/g-wrap/g-wrap-1.9.13.ebuild
+++ b/dev-libs/g-wrap/g-wrap-1.9.13.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
@@ -8,7 +8,7 @@ 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/${P}.tar.gz;
-KEYWORDS="amd64 hppa ppc ppc64 x86"
+KEYWORDS="amd64 ~hppa ppc ppc64 x86"
 SLOT="0"
 LICENSE="GPL-2"
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-libs/g-wrap/

2018-03-20 Thread Sergei Trofimovich
commit: acd2cd2ea7d10d11ef20e2881f5fd78dee9de3e8
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Mar 20 07:25:54 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Mar 20 07:25:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acd2cd2e

dev-libs/g-wrap: stable 1.9.14 for ppc, bug #644320

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc"

 dev-libs/g-wrap/g-wrap-1.9.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/g-wrap/g-wrap-1.9.14.ebuild 
b/dev-libs/g-wrap/g-wrap-1.9.14.ebuild
index 1b2ab0ea38d..0ae72765296 100644
--- a/dev-libs/g-wrap/g-wrap-1.9.14.ebuild
+++ b/dev-libs/g-wrap/g-wrap-1.9.14.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://download.savannah.gnu.org/releases/g-wrap/${P}.tar.gz;
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="amd64 ~hppa ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~hppa ppc ~ppc64 x86"
 IUSE="static-libs"
 
 # guile-lib for srfi-34, srfi-35



[gentoo-commits] repo/gentoo:master commit in: dev-libs/g-wrap/files/

2016-09-08 Thread Amy Winston
commit: d32f59662328ae254e349f534fa6393a6fc432fc
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Sat Sep  3 15:55:27 2016 +
Commit: Amy Winston  gentoo  org>
CommitDate: Thu Sep  8 15:07:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d32f5966

dev-libs/g-wrap: remove unused patches

Closes: #2233

 .../g-wrap/files/1.9.8-fix-ffi-build-issue.patch   | 15 --
 .../g-wrap/files/1.9.8-fix-gcc-4.2.0-libffi.patch  | 21 
 dev-libs/g-wrap/files/g-wrap-1.3.4-direntry.patch  | 57 --
 dev-libs/g-wrap/files/g-wrap-1.3.4-m4.patch| 20 
 .../g-wrap/files/g-wrap-1.9.6_glib_automagic.patch | 13 -
 .../g-wrap/files/g-wrap-1.9.7_glib_automagic.patch | 16 --
 dev-libs/g-wrap/files/glib_automagic.patch | 16 --
 dev-libs/g-wrap/files/libffi_automagic.patch   | 11 -
 8 files changed, 169 deletions(-)

diff --git a/dev-libs/g-wrap/files/1.9.8-fix-ffi-build-issue.patch 
b/dev-libs/g-wrap/files/1.9.8-fix-ffi-build-issue.patch
deleted file mode 100644
index c9ba466..
--- a/dev-libs/g-wrap/files/1.9.8-fix-ffi-build-issue.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -urN g-wrap-1.9.8.orig/guile/examples/Makefile.am 
g-wrap-1.9.8/guile/examples/Makefile.am
 g-wrap-1.9.8.orig/guile/examples/Makefile.am   2007-05-31 
15:07:17.0 -0700
-+++ g-wrap-1.9.8/guile/examples/Makefile.am2007-06-01 10:07:32.0 
-0700
-@@ -5,7 +5,10 @@
- 
- lib_LTLIBRARIES += libgw-guile-miscutils.la
- libgw_guile_miscutils_la_SOURCES = miscutils-guile.c miscutils-guile.h 
gw-miscutils.c
--libgw_guile_miscutils_la_CFLAGS = -I$(top_srcdir) -I$(top_srcdir)/guile
-+libgw_guile_miscutils_la_CFLAGS = \
-+  -I$(top_srcdir) \
-+  -I$(top_srcdir)/guile \
-+  $(LIBFFI_CFLAGS)
- libgw_guile_miscutils_la_LDFLAGS = -module
- libgw_guile_miscutils_la_LIBADD = libmiscutils.la \
- 
$(top_builddir)/guile/g-wrap/libgwrap-guile-runtime.la \

diff --git a/dev-libs/g-wrap/files/1.9.8-fix-gcc-4.2.0-libffi.patch 
b/dev-libs/g-wrap/files/1.9.8-fix-gcc-4.2.0-libffi.patch
deleted file mode 100644
index e2a2abc..
--- a/dev-libs/g-wrap/files/1.9.8-fix-gcc-4.2.0-libffi.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -urN g-wrap-1.9.8.orig/libffi/configure.ac 
g-wrap-1.9.8/libffi/configure.ac
 g-wrap-1.9.8.orig/libffi/configure.ac  2007-06-03 21:50:15.0 
-0700
-+++ g-wrap-1.9.8/libffi/configure.ac   2007-06-03 21:50:31.0 -0700
-@@ -5,7 +5,7 @@
- AC_INIT([libffi], [2.1], [http://gcc.gnu.org/bugs.html])
- AC_CONFIG_HEADERS([fficonfig.h])
- 
--AM_ENABLE_MULTILIB(, ..)
-+#AM_ENABLE_MULTILIB(, ..)
- 
- AC_CANONICAL_SYSTEM
- target_alias=${target_alias-$host_alias}
-diff -urN g-wrap-1.9.8.orig/libffi/include/Makefile.am 
g-wrap-1.9.8/libffi/include/Makefile.am
 g-wrap-1.9.8.orig/libffi/include/Makefile.am   2007-06-03 
21:50:15.0 -0700
-+++ g-wrap-1.9.8/libffi/include/Makefile.am2007-06-03 21:50:47.0 
-0700
-@@ -9,4 +9,4 @@
- gcc_version   := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
- toollibffidir := $(libdir)/gcc/$(target_alias)/$(gcc_version)/include
- 
--toollibffi_HEADERS = ffi.h ffitarget.h
-+include_HEADERS = ffi.h ffitarget.h

diff --git a/dev-libs/g-wrap/files/g-wrap-1.3.4-direntry.patch 
b/dev-libs/g-wrap/files/g-wrap-1.3.4-direntry.patch
deleted file mode 100644
index dd04074..
--- a/dev-libs/g-wrap/files/g-wrap-1.3.4-direntry.patch
+++ /dev/null
@@ -1,57 +0,0 @@
-diff -u g-wrap-1.3.4-vanilla/doc/g-wrap.info g-wrap-1.3.4/doc/g-wrap.info
 g-wrap-1.3.4-vanilla/doc/g-wrap.info   2004-04-19 13:16:18.584411000 
-0700
-+++ g-wrap-1.3.4/doc/g-wrap.info   2004-04-19 13:17:49.384608248 -0700
-@@ -1,5 +1,10 @@
- This is g-wrap.info, produced by makeinfo version 4.2 from g-wrap.texi.
- 
-+INFO-DIR-SECTION The Algorithmic Language Scheme
-+START-INFO-DIR-ENTRY
-+* G-wrap: (g-wrap).   Export C libraries into Scheme.
-+END-INFO-DIR-ENTRY
-+
- 
- Indirect:
- g-wrap.info-1: 73
-diff -u g-wrap-1.3.4-vanilla/doc/g-wrap.info-1 g-wrap-1.3.4/doc/g-wrap.info-1
 g-wrap-1.3.4-vanilla/doc/g-wrap.info-1 2004-04-19 13:16:28.147958000 
-0700
-+++ g-wrap-1.3.4/doc/g-wrap.info-1 2004-04-19 13:17:52.254172008 -0700
-@@ -1,5 +1,10 @@
- This is g-wrap.info, produced by makeinfo version 4.2 from g-wrap.texi.
- 
-+INFO-DIR-SECTION The Algorithmic Language Scheme
-+START-INFO-DIR-ENTRY
-+* G-wrap: (g-wrap).   Export C libraries into Scheme.
-+END-INFO-DIR-ENTRY
-+
- 
- File: g-wrap.info,  Node: Top,  Next: Copying,  Prev: (dir),  Up: (dir)
- 
-diff -u g-wrap-1.3.4-vanilla/doc/g-wrap.info-2 g-wrap-1.3.4/doc/g-wrap.info-2
 g-wrap-1.3.4-vanilla/doc/g-wrap.info-2 2004-04-19 13:16:33.402159000 
-0700
-+++ g-wrap-1.3.4/doc/g-wrap.info-2 2004-04-19 13:17:55.048747168 -0700
-@@ -1,5 +1,10 @@
- This is g-wrap.info, produced by makeinfo version 4.2 from g-wrap.texi.
- 
-+INFO-DIR-SECTION The