diff options
author | Amy Liffey <amynka@gentoo.org> | 2017-08-03 13:56:40 +0200 |
---|---|---|
committer | Amy Liffey <amynka@gentoo.org> | 2017-08-03 13:56:40 +0200 |
commit | fdb1e9f84b02bfd83d434f6c054749a3dc978d1b (patch) | |
tree | bf6830b232a2b277771c8781110fd0040849ef50 /dev-scheme | |
parent | dev-scheme/sigscheme: eapi bump to 6 (diff) | |
download | gentoo-fdb1e9f84b02bfd83d434f6c054749a3dc978d1b.tar.gz gentoo-fdb1e9f84b02bfd83d434f6c054749a3dc978d1b.tar.bz2 gentoo-fdb1e9f84b02bfd83d434f6c054749a3dc978d1b.zip |
dev-scheme/scmxlate: eapi bump to 6
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'dev-scheme')
-rw-r--r-- | dev-scheme/scmxlate/scmxlate-20090410-r1.ebuild (renamed from dev-scheme/scmxlate/scmxlate-20090410.ebuild) | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/dev-scheme/scmxlate/scmxlate-20090410.ebuild b/dev-scheme/scmxlate/scmxlate-20090410-r1.ebuild index d89512665f42..ed7e4e6d24c3 100644 --- a/dev-scheme/scmxlate/scmxlate-20090410.ebuild +++ b/dev-scheme/scmxlate/scmxlate-20090410-r1.ebuild @@ -1,12 +1,11 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="3" +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" +SRC_URI="http://evalwhen.com/scmxlate/scmxlate.tar.bz2 -> ${P}.tar.bz2" LICENSE="freedist" # license doesn't grant the right for modifications SLOT="0" @@ -19,6 +18,6 @@ src_compile() { true; } src_install() { insinto /usr/share/${PN}/ - doins *.cl *.scm || die "doins failed" - dodoc README || die "dodoc failed" + doins *.cl *.scm + dodoc README } |