From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from <gentoo-commits+bounces-446652-garchives=archives.gentoo.org@lists.gentoo.org>) id 1SFgfY-0004fO-KG for garchives@archives.gentoo.org; Thu, 05 Apr 2012 06:59:44 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84807E0E86; Thu, 5 Apr 2012 06:59:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4FFB1E0E86 for <gentoo-commits@lists.gentoo.org>; Thu, 5 Apr 2012 06:59:32 +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 B56401B4013 for <gentoo-commits@lists.gentoo.org>; Thu, 5 Apr 2012 06:59:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 535D9E5403 for <gentoo-commits@lists.gentoo.org>; Thu, 5 Apr 2012 06:59:30 +0000 (UTC) From: "Marijn Schouten" <hkbst@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marijn Schouten" <hkbst@gentoo.org> Message-ID: <1333609551.23a5d0af83dbcb8a9c34ba8f2815f82fec6f0a7b.hkbst@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-scheme/gambit/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-scheme/gambit/gambit-4.6.0.ebuild X-VCS-Directories: dev-scheme/gambit/ X-VCS-Committer: hkbst X-VCS-Committer-Name: Marijn Schouten X-VCS-Revision: 23a5d0af83dbcb8a9c34ba8f2815f82fec6f0a7b X-VCS-Branch: master Date: Thu, 5 Apr 2012 06:59:30 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 02659594-b3e5-4d6a-8d27-a3ca7cb375de X-Archives-Hash: b7db6afc46df6b60b78b65ded08982ee commit: 23a5d0af83dbcb8a9c34ba8f2815f82fec6f0a7b Author: Marijn Schouten <hkBst <AT> gentoo <DOT> org> AuthorDate: Thu Apr 5 07:05:51 2012 +0000 Commit: Marijn Schouten <hkbst <AT> gentoo <DOT> org> CommitDate: Thu Apr 5 07:05:51 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/lisp.git;a=3D= commit;h=3D23a5d0af remove obsolete gambit ebuild --- dev-scheme/gambit/gambit-4.6.0.ebuild | 74 ---------------------------= ------ 1 files changed, 0 insertions(+), 74 deletions(-) diff --git a/dev-scheme/gambit/gambit-4.6.0.ebuild b/dev-scheme/gambit/ga= mbit-4.6.0.ebuild deleted file mode 100644 index ea36ac3..0000000 --- a/dev-scheme/gambit/gambit-4.6.0.ebuild +++ /dev/null @@ -1,74 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-scheme/gambit/gambit-4.5.3.ebuild= ,v 1.1 2009/11/02 15:09:06 hkbst Exp $ - -EAPI=3D"3" - -inherit elisp-common flag-o-matic multilib autotools - -MY_PN=3Dgambc -MY_PV=3D${PV//./_} -MY_P=3D${MY_PN}-v${MY_PV} - -DESCRIPTION=3D"Gambit-C is a native Scheme to C compiler and interpreter= ." -HOMEPAGE=3D"http://www.iro.umontreal.ca/~gambit/" -SRC_URI=3D"http://www.iro.umontreal.ca/~gambit/download/gambit/v${PV%.*}= /source/${MY_P}.tgz" - -LICENSE=3D"|| ( Apache-2.0 LGPL-2.1 )" -SLOT=3D"0" -KEYWORDS=3D"" - -#gsc is now Gambit Scheme Compiler and not ghostscript. -#only app-text/ghostscript-gpl-8.64 has freed gsc yet. -DEPEND=3D"emacs? ( virtual/emacs ) - !app-text/ghostscript-gnu - !<app-text/ghostscript-gpl-8.64 - guide? ( x11-libs/qt-gui )" -RDEPEND=3D"" - -SITEFILE=3D"50gambit-gentoo.el" - -S=3D${WORKDIR}/${MY_P} #-devel - -IUSE=3D"emacs static guide" - -#src_prepare() { -# sed -e "s#LIB_EXTENSION=3D\".so\"#LIB_EXTENSION=3D\".so.${PV}\"#" -= i configure.ac -# eautoreconf -#} - -src_configure() { - econf \ - $(use_enable !static shared) \ - $(use_enable guide) \ - --docdir=3D/usr/share/doc/${PF} \ - --enable-single-host \ - --disable-absolute-shared-libs #\ -# LDFLAGS=3D"-Wl,-soname,libgambc.so.${PV}" -} - -src_compile() { - emake bootstrap || die - - if use emacs; then - elisp-compile misc/*.el || die - fi -} - -src_install() { - emake DESTDIR=3D"${D}" install || die - -# mv ${D}/usr/$(get_libdir)/libgambc.so \ -# ${D}/usr/$(get_libdir)/libgambc.so.${PV} || die -# =20 -# dosym /usr/$(get_libdir)/libgambc.so.${PV} \ -# /usr/$(get_libdir)/libgambc.so || die -} - -pkg_postinst() { - use emacs && elisp-site-regen -} - -pkg_postrm() { - use emacs && elisp-site-regen -}