Skip to content

Commit

Permalink
dev-scheme/escm: update to EAPI 8
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Akinori Hattori <[email protected]>
  • Loading branch information
hattya committed Nov 12, 2021
1 parent 9e51f14 commit 026164a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
5 changes: 3 additions & 2 deletions dev-scheme/escm/escm-1.1-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="6"
EAPI="8"

inherit autotools toolchain-funcs

Expand All @@ -23,9 +23,10 @@ S="${WORKDIR}/${PN}"
HTML_DOCS=( ${PN}.html )

src_prepare() {
sed -i -e "6s/scm, snow/scm gosh, gosh/" configure.in
sed -i "6s/scm, snow/scm gosh, gosh/" configure.in

default
mv configure.{in,ac} || die
eautoconf
tc-export CC
}
Expand Down
7 changes: 4 additions & 3 deletions dev-scheme/escm/metadata.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>[email protected]</email>
</maintainer>
<maintainer type="person">
<email>[email protected]</email>
<name>Akinori Hattori</name>
</maintainer>
</pkgmetadata>

0 comments on commit 026164a

Please sign in to comment.