From 76ffb781ed7a917f23b67454e9f950e5e3b83527 Mon Sep 17 00:00:00 2001 From: bicatali Date: Mon, 17 Mar 2008 16:21:32 +0000 Subject: moved overlay to new directory git-svn-id: http://overlays.gentoo.org/svn/proj/science/overlay@979 32389bae-6d03-0410-99cf-db05cde120eb --- sci-misc/finomaton/ChangeLog | 8 ++++++++ sci-misc/finomaton/Manifest | 4 ++++ sci-misc/finomaton/finomaton-1.0.ebuild | 36 +++++++++++++++++++++++++++++++++ sci-misc/finomaton/metadata.xml | 8 ++++++++ 4 files changed, 56 insertions(+) create mode 100644 sci-misc/finomaton/ChangeLog create mode 100644 sci-misc/finomaton/Manifest create mode 100644 sci-misc/finomaton/finomaton-1.0.ebuild create mode 100644 sci-misc/finomaton/metadata.xml (limited to 'sci-misc/finomaton') diff --git a/sci-misc/finomaton/ChangeLog b/sci-misc/finomaton/ChangeLog new file mode 100644 index 000000000..83e672acb --- /dev/null +++ b/sci-misc/finomaton/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for sci-misc/finomaton +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*finomaton-1.0 (17 Mar 2008) + + 17 Mar 2008; Flammie Pirinen +finomaton-1.0.ebuild : + Initial import. diff --git a/sci-misc/finomaton/Manifest b/sci-misc/finomaton/Manifest new file mode 100644 index 000000000..48bd077f2 --- /dev/null +++ b/sci-misc/finomaton/Manifest @@ -0,0 +1,4 @@ +DIST finomaton-1.0.tar.gz 69681 RMD160 ff25e28299a27f50f89d22c88895c4717e9cec2b SHA1 9f79441eaf11b92e353c6ee22ac63c9198a6a15f SHA256 a4aed3796e4803f569a7e638faa5a143811af88b4e7ab4ac92d26b90d357d390 +EBUILD finomaton-1.0.ebuild 718 RMD160 118dd23f8ee191d79db4f8bd6458615b54b939ef SHA1 083abdcc6226122fee6cb9607746954a93599188 SHA256 535b9f06dc45230b8f2817246eb938e0d224da583ee256d5b5932ec8db8251ab +MISC ChangeLog 243 RMD160 637ae03b5a9639f886dc263816fdcd2114f7b8d4 SHA1 033d9a89d523caefe6812d7a744f4fb05a06a752 SHA256 c37216e1799a9cee13dbebf597fc5c10e64f0c70b7d064d1119470d122ad0d23 +MISC metadata.xml 223 RMD160 754bf1189c9d51090f3e0439f6e7d6f603b93df0 SHA1 54348ca01c174e03ff3318b2a9da50d970db6695 SHA256 5c57a999484660ea4a3e55f9c526bb38097d5c1cb2356353133ec4d7e89f1f88 diff --git a/sci-misc/finomaton/finomaton-1.0.ebuild b/sci-misc/finomaton/finomaton-1.0.ebuild new file mode 100644 index 000000000..e51d488ba --- /dev/null +++ b/sci-misc/finomaton/finomaton-1.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +# N.B. this is from CTAN + +DESCRIPTION="Simple tcl/tk script to draw finite state automata" +HOMEPAGE="http://stud4.tuwien.ac.at/~e0225855/finomaton/finomaton.html" +SRC_URI="http://stud4.tuwien.ac.at/~e0225855/finomaton/${P}.tar.gz" + +LICENSE="GPL-2" + +SLOT="0" + +KEYWORDS="~x86" + +IUSE="examples" + +# script only +DEPEND="" +# tetex for metapost +RDEPEND="app-text/tetex + >=dev-lang/tcl-8.3 + >=dev-lang/tk-8.3" + +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 + fi +} diff --git a/sci-misc/finomaton/metadata.xml b/sci-misc/finomaton/metadata.xml new file mode 100644 index 000000000..0ad3ea858 --- /dev/null +++ b/sci-misc/finomaton/metadata.xml @@ -0,0 +1,8 @@ + + + +no-herd + + flammie@gentoo.org + + -- cgit v1.2.3-18-g5258