public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-scheme/scmxlate/
@ 2017-08-03 11:57 Amy Liffey
  0 siblings, 0 replies; 2+ messages in thread
From: Amy Liffey @ 2017-08-03 11:57 UTC (permalink / raw
  To: gentoo-commits

commit:     fdb1e9f84b02bfd83d434f6c054749a3dc978d1b
Author:     Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  3 11:56:40 2017 +0000
Commit:     Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Thu Aug  3 11:56:40 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdb1e9f8

dev-scheme/scmxlate: eapi bump to 6

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 .../{scmxlate-20090410.ebuild => scmxlate-20090410-r1.ebuild} | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/dev-scheme/scmxlate/scmxlate-20090410.ebuild b/dev-scheme/scmxlate/scmxlate-20090410-r1.ebuild
similarity index 68%
rename from dev-scheme/scmxlate/scmxlate-20090410.ebuild
rename to dev-scheme/scmxlate/scmxlate-20090410-r1.ebuild
index d89512665f4..ed7e4e6d24c 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
 }


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-scheme/scmxlate/
@ 2023-05-08 12:21 Maciej Barć
  0 siblings, 0 replies; 2+ messages in thread
From: Maciej Barć @ 2023-05-08 12:21 UTC (permalink / raw
  To: gentoo-commits

commit:     82048a78ab6f84d5bcec03b9a38b5616fe418a2f
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon May  8 10:03:01 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon May  8 12:21:18 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82048a78

dev-scheme/scmxlate: bump EAPI to 8

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 ...-20090410-r1.ebuild => scmxlate-20090410-r2.ebuild} | 18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

diff --git a/dev-scheme/scmxlate/scmxlate-20090410-r1.ebuild b/dev-scheme/scmxlate/scmxlate-20090410-r2.ebuild
similarity index 67%
rename from dev-scheme/scmxlate/scmxlate-20090410-r1.ebuild
rename to 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
 }


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-05-08 12:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-08 12:21 [gentoo-commits] repo/gentoo:master commit in: dev-scheme/scmxlate/ Maciej Barć
  -- strict thread matches above, loose matches on Subject: below --
2017-08-03 11:57 Amy Liffey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox