Skip to content

Commit

Permalink
dev-tcltk/tclperl: migrate to EAPI 7
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
  • Loading branch information
atupone committed Oct 25, 2021
1 parent 88a7a2c commit 9bbb813
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions dev-tcltk/tclperl/tclperl-3.2-r1.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=5
EAPI=7

inherit flag-o-matic multilib toolchain-funcs
inherit flag-o-matic toolchain-funcs

DESCRIPTION="Perl package for Tcl"
HOMEPAGE="http://jfontain.free.fr/tclperl.htm"
Expand All @@ -20,6 +20,9 @@ DEPEND="
sys-libs/binutils-libs"
RDEPEND="${DEPEND}"

DOCS=( CHANGES README)
HTML_DOCS=( tclperl.htm )

src_compile() {
append-flags -fPIC

Expand All @@ -36,7 +39,5 @@ src_install() {
exeinto /usr/$(get_libdir)/${P}
doexe tclperl.so.${PV}
doexe pkgIndex.tcl

dodoc CHANGES README
dohtml tclperl.htm
einstalldocs
}

0 comments on commit 9bbb813

Please sign in to comment.