diff options
author | 2014-11-12 13:34:45 +0100 | |
---|---|---|
committer | 2014-11-12 13:34:45 +0100 | |
commit | 57399900e2cde010ce658b65776c75d98be2b3c2 (patch) | |
tree | d66a4a5695bd7085aa22203312a5007ba289efbf /sci-misc/finomaton/finomaton-1.0.ebuild | |
parent | sys-cluster/lustre: Move large patch into patch dir (diff) | |
download | sci-57399900e2cde010ce658b65776c75d98be2b3c2.tar.gz sci-57399900e2cde010ce658b65776c75d98be2b3c2.tar.bz2 sci-57399900e2cde010ce658b65776c75d98be2b3c2.zip |
sci-misc/finomaton: Bump to EAPI=5
Package-Manager: portage-2.2.14
Diffstat (limited to 'sci-misc/finomaton/finomaton-1.0.ebuild')
-rw-r--r-- | sci-misc/finomaton/finomaton-1.0.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sci-misc/finomaton/finomaton-1.0.ebuild b/sci-misc/finomaton/finomaton-1.0.ebuild index 1e8677fe2..6f33dc99c 100644 --- a/sci-misc/finomaton/finomaton-1.0.ebuild +++ b/sci-misc/finomaton/finomaton-1.0.ebuild @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ +EAPI=5 + # N.B. this is from CTAN DESCRIPTION="Simple tcl/tk script to draw finite state automata" @@ -24,10 +26,7 @@ src_install() { dobin finomaton.tcl dodoc ChangeLog TODO README if use examples ; then - dodir /usr/share/${PN} insinto /usr/share/${PN} - for f in examples ; do - doins ${f} - done + doins -r examples fi } |