From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 058F5138826 for ; Sun, 3 Feb 2013 13:59:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 720F121C05A; Sun, 3 Feb 2013 13:59:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DF42C21C05B for ; Sun, 3 Feb 2013 13:59:56 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D5A3633DD84 for ; Sun, 3 Feb 2013 13:59:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 78432E408E for ; Sun, 3 Feb 2013 13:59:54 +0000 (UTC) From: "Cyprien Nicolas" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Cyprien Nicolas" Message-ID: <1359899962.9f2e264dc993bb0f5fc6431acb056d49d38ba271.fulax@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-scheme/stklos/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-scheme/stklos/stklos-1.01.ebuild X-VCS-Directories: dev-scheme/stklos/ X-VCS-Committer: fulax X-VCS-Committer-Name: Cyprien Nicolas X-VCS-Revision: 9f2e264dc993bb0f5fc6431acb056d49d38ba271 X-VCS-Branch: master Date: Sun, 3 Feb 2013 13:59:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b98ef373-325d-442c-9fe8-cc2d74e0aca6 X-Archives-Hash: d807672e814c60fbee841f16eb457571 commit: 9f2e264dc993bb0f5fc6431acb056d49d38ba271 Author: Cyprien Nicolas (fulax) fulax fr> AuthorDate: Sun Feb 3 13:59:22 2013 +0000 Commit: Cyprien Nicolas gmail com> CommitDate: Sun Feb 3 13:59:22 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=9f2e264d dev-scheme/stklos: Tree version is more recent than the overlay one --- dev-scheme/stklos/stklos-1.01.ebuild | 38 ---------------------------------- 1 files changed, 0 insertions(+), 38 deletions(-) diff --git a/dev-scheme/stklos/stklos-1.01.ebuild b/dev-scheme/stklos/stklos-1.01.ebuild deleted file mode 100644 index 9ef7b88..0000000 --- a/dev-scheme/stklos/stklos-1.01.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="3" - -inherit eutils - -DESCRIPTION="fast and light Scheme implementation" -HOMEPAGE="http://www.stklos.net" -SRC_URI="http://www.stklos.net/download/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="threads" - -# stklos bundles libffi, libgmp and libpcre is no system one is available, enforcing dependencies -# PACKAGE-USED talks about boehm-gc 7.2alpha4, but 7.1 seems fine -# Other deps are set according to that file -DEPEND=">=dev-libs/boehm-gc-7.1[threads?] - dev-libs/gmp - dev-libs/libffi - dev-libs/libpcre -" -RDEPEND="${DEPEND}" - -src_configure() { - econf $(use_enable threads threads pthreads) -} - -# call/cc & dynamic-wind test fails on amd64 with sandbox - -src_install() { - emake DESTDIR="${D}" install || die "Install failed" - dodoc AUTHORS ChangeLog NEWS PACKAGES-USED PORTING-NOTES README SUPPORTED-SRFIS \ - || die "dodocs failed" -}