summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2023-05-08 12:03:01 +0200
committerMaciej Barć <xgqt@gentoo.org>2023-05-08 14:21:18 +0200
commit82048a78ab6f84d5bcec03b9a38b5616fe418a2f (patch)
tree3292ecbd1be64f909e1c3720bc111046c11a0b44 /dev-scheme
parentdev-scheme/goosh: bump EAPI to 8 (diff)
downloadgentoo-82048a78ab6f84d5bcec03b9a38b5616fe418a2f.tar.gz
gentoo-82048a78ab6f84d5bcec03b9a38b5616fe418a2f.tar.bz2
gentoo-82048a78ab6f84d5bcec03b9a38b5616fe418a2f.zip
dev-scheme/scmxlate: bump EAPI to 8
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-scheme')
-rw-r--r--dev-scheme/scmxlate/scmxlate-20090410-r2.ebuild (renamed from dev-scheme/scmxlate/scmxlate-20090410-r1.ebuild)18
1 files changed, 11 insertions, 7 deletions
diff --git a/dev-scheme/scmxlate/scmxlate-20090410-r1.ebuild b/dev-scheme/scmxlate/scmxlate-20090410-r2.ebuild
index ed7e4e6d24c3..033ffa950040 100644
--- a/dev-scheme/scmxlate/scmxlate-20090410-r1.ebuild
+++ b/dev-scheme/scmxlate/scmxlate-20090410-r2.ebuild
@@ -1,23 +1,27 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
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"
+SRC_URI="http://evalwhen.com/scmxlate/scmxlate.tar.bz2
+ -> ${P}.tar.bz2"
+S="${WORKDIR}"/${PN}
LICENSE="freedist" # license doesn't grant the right for modifications
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
-S="${WORKDIR}/${PN}"
+DOCS=( README )
-src_compile() { true; }
+src_compile() {
+ :
+}
src_install() {
insinto /usr/share/${PN}/
doins *.cl *.scm
- dodoc README
+
+ einstalldocs
}