Skip to content

Commit

Permalink
dev-scheme/termite: eapi bump 6, add ~amd64 keyword
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.6, Repoman-2.3.1
  • Loading branch information
Amynka committed Aug 3, 2017
1 parent ad2df5b commit aa5bb39
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions dev-scheme/termite/termite-0.15.ebuild
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
# Copyright 1999-2010 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=3

inherit multilib
EAPI=6

DESCRIPTION="Erlang-style concurrency for Gambit Scheme"
HOMEPAGE="https://code.google.com/p/termite/"
SRC_URI="https://termite.googlecode.com/files/${PN}.tar.gz -> ${P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~x86"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="dev-scheme/gambit"
Expand All @@ -20,13 +18,13 @@ RDEPEND="${DEPEND}"
S="${WORKDIR}/${PN}"

src_install() {
dobin tsi || die "dobin failed"
dodoc README CHANGELOG || die "dodoc failed"
dobin tsi
dodoc README CHANGELOG

insinto /usr/$(get_libdir)/${PN}/
doins *.scm || die "doins failed"
doins -r otp || die "doins failed"
doins *.scm
doins -r otp

insinto /usr/share/${PN}
doins -r examples test benchmarks || die "doins failed"
doins -r examples test benchmarks
}

0 comments on commit aa5bb39

Please sign in to comment.