summaryrefslogtreecommitdiff
path: root/dev-scheme/scmxlate/scmxlate-20090410-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-scheme/scmxlate/scmxlate-20090410-r1.ebuild')
-rw-r--r--dev-scheme/scmxlate/scmxlate-20090410-r1.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-scheme/scmxlate/scmxlate-20090410-r1.ebuild b/dev-scheme/scmxlate/scmxlate-20090410-r1.ebuild
deleted file mode 100644
index ed7e4e6d24c3..000000000000
--- a/dev-scheme/scmxlate/scmxlate-20090410-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Scmxlate is a configuration tool for software packages written in Scheme"
-HOMEPAGE="http://www.ccs.neu.edu/home/dorai/scmxlate/scmxlate.html"
-SRC_URI="http://evalwhen.com/scmxlate/scmxlate.tar.bz2 -> ${P}.tar.bz2"
-
-LICENSE="freedist" # license doesn't grant the right for modifications
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-S="${WORKDIR}/${PN}"
-
-src_compile() { true; }
-
-src_install() {
- insinto /usr/share/${PN}/
- doins *.cl *.scm
- dodoc README
-}