commit: 57399900e2cde010ce658b65776c75d98be2b3c2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Wed Nov 12 12:34:45 2014 +0000 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org> CommitDate: Wed Nov 12 12:34:45 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=57399900
sci-misc/finomaton: Bump to EAPI=5 Package-Manager: portage-2.2.14 --- sci-misc/finomaton/ChangeLog | 6 +++++- sci-misc/finomaton/finomaton-1.0.ebuild | 7 +++---- sci-misc/finomaton/metadata.xml | 6 +++--- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/sci-misc/finomaton/ChangeLog b/sci-misc/finomaton/ChangeLog index da2e87f..737ac63 100644 --- a/sci-misc/finomaton/ChangeLog +++ b/sci-misc/finomaton/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for sci-misc/finomaton -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 12 Nov 2014; Justin Lecher <[email protected]> finomaton-1.0.ebuild, + metadata.xml: + Bump to EAPI=5 + 25 Oct 2011; Justin Lecher <[email protected]> metadata.xml: Removed no-herd from herd tag in metadata.xml diff --git a/sci-misc/finomaton/finomaton-1.0.ebuild b/sci-misc/finomaton/finomaton-1.0.ebuild index 1e8677f..6f33dc9 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 } diff --git a/sci-misc/finomaton/metadata.xml b/sci-misc/finomaton/metadata.xml index 10ea4cb..cffbe2f 100644 --- a/sci-misc/finomaton/metadata.xml +++ b/sci-misc/finomaton/metadata.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer> - <email>[email protected]</email> - </maintainer> + <maintainer> + <email>[email protected]</email> + </maintainer> </pkgmetadata>
