mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-tcltk/tktable: bump EAPI
Package-Manager: Portage-2.3.40, Repoman-2.3.9
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="2"
|
||||
EAPI=6
|
||||
|
||||
MY_P="Tktable${PV}"
|
||||
|
||||
@@ -19,13 +19,11 @@ RDEPEND="${DEPEND}"
|
||||
|
||||
S=${WORKDIR}/${MY_P}
|
||||
|
||||
HTML_DOCS=( doc/tkTable.html )
|
||||
DOCS=( ChangeLog README.txt release.txt )
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
sed -e '/^install:/{s: install-doc::}' \
|
||||
-e '/^PKG_EXTRA_FILES/{s:=.*:=:}' -i Makefile.in || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install || die
|
||||
dohtml doc/tkTable.html || die
|
||||
dodoc ChangeLog README.txt release.txt || die
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user