Skip to content

Commit

Permalink
dev-tcltk/tkimg: fix DeprecatedInsinto
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Alfredo Tupone <[email protected]>
  • Loading branch information
atupone committed Dec 15, 2019
1 parent 909655b commit 501be1c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions dev-tcltk/tkimg/tkimg-1.4.7.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ src_install() {
dodoc ChangeLog README Reorganization.Notes.txt changes ANNOUNCE

if use doc; then
insinto /usr/share/doc/${PF}
doins demo.tcl
insinto /usr/share/doc/${PF}/html
doins -r doc/*
docompress -x usr/share/doc/${PF}/demo.tcl
dodoc demo.tcl
docinto html
dodoc -r doc/*
fi
}
10 changes: 5 additions & 5 deletions dev-tcltk/tkimg/tkimg-1.4.9.ebuild
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6
EAPI=7

inherit autotools eutils multilib prefix toolchain-funcs virtualx

Expand Down Expand Up @@ -94,9 +94,9 @@ src_install() {
dodoc ChangeLog README Reorganization.Notes.txt changes ANNOUNCE

if use doc; then
insinto /usr/share/doc/${PF}
doins demo.tcl
insinto /usr/share/doc/${PF}/html
doins -r doc/*
docompress -x usr/share/doc/${PF}/demo.tcl
dodoc demo.tcl
docinto html
dodoc -r doc/*
fi
}

0 comments on commit 501be1c

Please sign in to comment.