dev-scheme/scmxlate: eapi bump to 6
authorAmy Liffey <amynka@gentoo.org>
Thu, 3 Aug 2017 11:56:40 +0000 (13:56 +0200)
committerAmy Liffey <amynka@gentoo.org>
Thu, 3 Aug 2017 11:56:40 +0000 (13:56 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.1

dev-scheme/scmxlate/scmxlate-20090410-r1.ebuild [moved from dev-scheme/scmxlate/scmxlate-20090410.ebuild with 68% similarity]

similarity index 68%
rename from dev-scheme/scmxlate/scmxlate-20090410.ebuild
rename to dev-scheme/scmxlate/scmxlate-20090410-r1.ebuild
index d89512665f421c7452c376304d137a27772942f4..ed7e4e6d24c37acdacf6ef87b3f5bd9203e5b657 100644 (file)
@@ -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
 }