From c1364f0c43f807477de43d475d565c1d171022e9 Mon Sep 17 00:00:00 2001 From: Rmys Date: Wed, 18 Jul 2018 11:09:14 +0300 Subject: [PATCH] guile-2.0.14 --- system/devel/guile/actions.py | 2 +- system/devel/guile/pspec.xml | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/system/devel/guile/actions.py b/system/devel/guile/actions.py index 7f6e1e33..82a6470f 100644 --- a/system/devel/guile/actions.py +++ b/system/devel/guile/actions.py @@ -38,6 +38,6 @@ def install(): pisitools.dodir("/etc/env.d") shelltools.echo("%s/etc/env.d/50guile" % get.installDIR(), 'GUILE_LOAD_PATH="/usr/share/guile/%s"' % major) - pisitools.domove("/usr/lib/libguile-2.2.so.1.3.1-gdb.scm", "/usr/share/gdb/auto-load") + pisitools.domove("/usr/lib/libguile-2.0.so.22.*.scm", "/usr/share/gdb/auto-load") pisitools.dodoc("AUTHORS", "ChangeLog", "HACKING", "NEWS", "README", "THANKS") diff --git a/system/devel/guile/pspec.xml b/system/devel/guile/pspec.xml index 71ecf470..3ea12da5 100644 --- a/system/devel/guile/pspec.xml +++ b/system/devel/guile/pspec.xml @@ -14,12 +14,12 @@ library GNU Scheme interpreter and library GUILE (GNU's Ubiquitous Intelligent Language for Extension) is a library implementation of the Scheme programming language, written in C. GUILE provides a machine-independent execution platform that can be linked in as a library during the building of extensible programs. - mirrors://gnu/guile/guile-2.2.4.tar.xz + mirrors://gnu/guile/guile-2.0.14.tar.xz - gc-devel + gc-devel gettext-devel gmp-devel - libunistring-devel + libunistring-devel libffi-devel readline-devel @@ -30,11 +30,11 @@ guile - gc + gc gmp libffi libtool-ltdl - libunistring + libunistring readline @@ -47,7 +47,7 @@ /usr/share/guile /usr/share/emacs /usr/share/gdb/auto-load - /usr/lib/guile/2.2 + /usr/lib/guile/2.0 @@ -71,8 +71,8 @@ 2018-07-15 - 2.2.4 - Version bump. + 2.0.14 + Rebuild. Ertuğrul Erata ertugrulerata@gmail.com