diff options
Diffstat (limited to 'dev-scheme/armpit/armpit-00.0098.ebuild')
-rw-r--r-- | dev-scheme/armpit/armpit-00.0098.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/dev-scheme/armpit/armpit-00.0098.ebuild b/dev-scheme/armpit/armpit-00.0098.ebuild deleted file mode 100644 index 82dbe582..00000000 --- a/dev-scheme/armpit/armpit-00.0098.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -MY_P=${PN}_${PV} - -DESCRIPTION="ARMPIT SCHEME is an interpreter for the Scheme language (lexically-scoped dialect of Lisp) that runs on RISC microcontrollers with ARM core." - -HOMEPAGE="http://armpit.sourceforge.net/" - -SRC_URI="mirror://sourceforge/armpit/${MY_P}.tar.gz" - -LICENSE="MIT" - -SLOT="0" - -KEYWORDS="~arm" - -IUSE="" - -DEPEND="" - -RDEPEND="${DEPEND}" - -S="${WORKDIR}" - -src_compile() { - die "I can't test this" -} - -src_install() { - die "I can't test this" -} |