diff options
author | 2010-11-07 18:47:12 +0000 | |
---|---|---|
committer | 2010-11-07 18:47:12 +0000 | |
commit | a791043ff0961cd7571ba550c4f127b187aab920 (patch) | |
tree | a8758e2e3341cd97882866a4fc9b84af45d7207b /dev-lisp/hedgehog/hedgehog-2.1.0.ebuild | |
parent | dev-lisp/cl-zpb-ttf removal, p.masked from 17Sep2010, wrt bug #337963 (diff) | |
download | historical-a791043ff0961cd7571ba550c4f127b187aab920.tar.gz historical-a791043ff0961cd7571ba550c4f127b187aab920.tar.bz2 historical-a791043ff0961cd7571ba550c4f127b187aab920.zip |
dev-lisp/hedgehog removal, p.masked from 17Sep2010, wrt bug #337963
Diffstat (limited to 'dev-lisp/hedgehog/hedgehog-2.1.0.ebuild')
-rw-r--r-- | dev-lisp/hedgehog/hedgehog-2.1.0.ebuild | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/dev-lisp/hedgehog/hedgehog-2.1.0.ebuild b/dev-lisp/hedgehog/hedgehog-2.1.0.ebuild deleted file mode 100644 index 0d6078b3c216..000000000000 --- a/dev-lisp/hedgehog/hedgehog-2.1.0.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/hedgehog/hedgehog-2.1.0.ebuild,v 1.2 2009/09/23 17:16:51 patrick Exp $ - -inherit eutils - -DESCRIPTION="Hedgehog is a very concise implementation of a Lisp-like language for low-end and embedded devices." -SRC_URI="http://hedgehog.oliotalo.fi/download/${P}.tar.gz" -HOMEPAGE="http://hedgehog.oliotalo.fi/" -SLOT="0" -LICENSE="LGPL-2.1 BSD" -KEYWORDS="~x86" -IUSE="" - -DEPEND="" - -S=${WORKDIR}/${PN}-${PV:0:3} - -# Documentation can't be built until weblint-perl and html2ps are added to -# portage. - -src_unpack() { - unpack ${A} - pushd ${S} - cp configure configure.template \ - && sed "s,CFLAGS=',CFLAGS='$CFLAGS ,g" \ - < configure.template \ - > configure || die -} - -src_compile() { - mkdir build - cd build - ../configure linux /usr || die - make || die -} - -src_install () { - make -C build install prefix=${D}/usr - dodoc LICENSE* README TODO -} |