summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-shells/scsh-install-lib/scsh-install-lib-1.3.0-r1.ebuild')
-rw-r--r--app-shells/scsh-install-lib/scsh-install-lib-1.3.0-r1.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/app-shells/scsh-install-lib/scsh-install-lib-1.3.0-r1.ebuild b/app-shells/scsh-install-lib/scsh-install-lib-1.3.0-r1.ebuild
deleted file mode 100644
index 9425632d4ca4..000000000000
--- a/app-shells/scsh-install-lib/scsh-install-lib-1.3.0-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit scsh
-
-DESCRIPTION="Installation tool for the Scheme Untergrund Library"
-HOMEPAGE="http://lamp.epfl.ch/~schinz/scsh_packages/"
-SRC_URI="http://lamp.epfl.ch/~schinz/scsh_packages/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND=">=app-shells/scsh-0.6.6"
-
-src_install() {
- dodir "${SCSH_MODULES_PATH}"
- ./install.scm ${SCSH_LAYOUT_CONF} \
- --bindir /usr/bin \
- --force \
- || die "./install.scm failed"
-}