summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2022-03-13 19:22:09 +0100
committerMaciej Barć <xgqt@gentoo.org>2022-03-13 19:22:22 +0100
commit3e848a78e3b921d1246f86927524022c306d99f0 (patch)
tree15daef75465ccaf0570943a7ba34c3206057dc01 /dev-scheme
parentdev-scheme/snow-generic: drop package (diff)
downloadlisp-3e848a78e3b921d1246f86927524022c306d99f0.tar.gz
lisp-3e848a78e3b921d1246f86927524022c306d99f0.tar.bz2
lisp-3e848a78e3b921d1246f86927524022c306d99f0.zip
dev-scheme/armpit: drop package
unmaintained, ancient ebuild Bug: https://bugs.gentoo.org/797100 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-scheme')
-rw-r--r--dev-scheme/armpit/Manifest1
-rw-r--r--dev-scheme/armpit/armpit-00.0098.ebuild33
2 files changed, 0 insertions, 34 deletions
diff --git a/dev-scheme/armpit/Manifest b/dev-scheme/armpit/Manifest
deleted file mode 100644
index 373c2b45..00000000
--- a/dev-scheme/armpit/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST armpit_00.0098.tar.gz 556596 BLAKE2B 1990e5432846d47b63d9326b5b057b56376afa301a077825e9f387f957afb13828eef96720a2125bbe05e9a5dc22a5c8ff5bda9c8c55eab4d0e5d1b281de09ab SHA512 d69c484b7e53c23f6edec3939325f41a69d26d3c43f542cbddb75cf993a3c37b9aab3ec244d6e1c8bb02be1b286568ba4f8ac0ce5dcddddbd43516746c4e5812
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"
-}