summaryrefslogtreecommitdiff
path: root/dev-scheme/slib/slib-3.2.5-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-10-22 11:09:47 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-10-22 11:09:47 +0100
commit64e107b9b6058580ff0432107eb37cefb0b2a7d8 (patch)
tree9a44e603e2ae365e2b1fe35ac37f73e830cdee1d /dev-scheme/slib/slib-3.2.5-r1.ebuild
parent957235cf19a691360c720f7913672adda4258ed0 (diff)
gentoo resync : 22.10.2018
Diffstat (limited to 'dev-scheme/slib/slib-3.2.5-r1.ebuild')
-rw-r--r--dev-scheme/slib/slib-3.2.5-r1.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/dev-scheme/slib/slib-3.2.5-r1.ebuild b/dev-scheme/slib/slib-3.2.5-r1.ebuild
index b48f4c3cd153..6723e8acdd1a 100644
--- a/dev-scheme/slib/slib-3.2.5-r1.ebuild
+++ b/dev-scheme/slib/slib-3.2.5-r1.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="6"
@@ -11,7 +11,7 @@ MY_PV="$(get_version_component_range 1)${trarr:$(get_version_component_range 2):
DESCRIPTION="Portable Scheme library for all standard Scheme implementations"
HOMEPAGE="http://people.csail.mit.edu/jaffer/SLIB"
-SRC_URI="http://swiss.csail.mit.edu/ftpdir/scm/${PN}-${MY_PV}.tar.gz"
+SRC_URI="http://groups.csail.mit.edu/mac/ftpdir/scm/${PN}-${MY_PV}.zip"
RESTRICT="mirror"
@@ -25,7 +25,8 @@ RDEPEND="
>=dev-scheme/guile-1.8.8:=
gambit? ( dev-scheme/gambit )
scm? ( dev-scheme/scm )"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+ app-arch/unzip"
DOCS=( ANNOUNCE COPYING FAQ README ChangeLog slib.{txt,html} )
@@ -34,7 +35,7 @@ PATCHES=(
"${FILESDIR}/${P}-fix-makefile-guile.patch"
)
-S=${WORKDIR}/${PN}-${MY_PV}
+S="${WORKDIR}/${PN}"
src_configure() {
./configure \