aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sci-misc/finomaton/ChangeLog6
-rw-r--r--sci-misc/finomaton/finomaton-1.0.ebuild7
-rw-r--r--sci-misc/finomaton/metadata.xml6
3 files changed, 11 insertions, 8 deletions
diff --git a/sci-misc/finomaton/ChangeLog b/sci-misc/finomaton/ChangeLog
index da2e87f12..737ac6362 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 <jlec@gentoo.org> finomaton-1.0.ebuild,
+ metadata.xml:
+ Bump to EAPI=5
+
25 Oct 2011; Justin Lecher <jlec@gentoo.org> 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 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
}
diff --git a/sci-misc/finomaton/metadata.xml b/sci-misc/finomaton/metadata.xml
index 10ea4cb08..cffbe2fe7 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>flammie@gentoo.org</email>
- </maintainer>
+ <maintainer>
+ <email>flammie@gentoo.org</email>
+ </maintainer>
</pkgmetadata>