summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fisette <ribosome@gentoo.org>2004-12-27 21:11:53 +0000
committerOlivier Fisette <ribosome@gentoo.org>2004-12-27 21:11:53 +0000
commit9c249ac2116d106e41c8d0847ff9e3e6108c990a (patch)
tree1ea98fa6c36ce570a87cc79fa78199b0fd8b4d15 /sci-misc
parentFixed ChangeLog header. (Manifest recommit) (diff)
downloadgentoo-2-9c249ac2116d106e41c8d0847ff9e3e6108c990a.tar.gz
gentoo-2-9c249ac2116d106e41c8d0847ff9e3e6108c990a.tar.bz2
gentoo-2-9c249ac2116d106e41c8d0847ff9e3e6108c990a.zip
Moved from app-sci/gato to sci-misc/gato.
Diffstat (limited to 'sci-misc')
-rw-r--r--sci-misc/gato/ChangeLog15
-rw-r--r--sci-misc/gato/Manifest4
-rw-r--r--sci-misc/gato/files/digest-gato-0.98i1
-rw-r--r--sci-misc/gato/gato-0.98i.ebuild32
-rw-r--r--sci-misc/gato/metadata.xml8
5 files changed, 60 insertions, 0 deletions
diff --git a/sci-misc/gato/ChangeLog b/sci-misc/gato/ChangeLog
new file mode 100644
index 000000000000..aac13af962fe
--- /dev/null
+++ b/sci-misc/gato/ChangeLog
@@ -0,0 +1,15 @@
+# ChangeLog for app-sci/gato
+# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-misc/gato/ChangeLog,v 1.1 2004/12/27 21:11:53 ribosome Exp $
+
+*gato-0.98i (27 Dec 2004)
+
+ 27 Dec 2004; Olivier Fisette <ribosome@gentoo.org> +metadata.xml,
+ +gato-0.98i.ebuild:
+ Moved from app-sci/gato to sci-misc/gato.
+
+*gato-0.98i (17 Dec 2003)
+
+ 17 Dec 2003; Brandy Westcott brandy@gentoo.org gato-0.98i.ebuild:
+ Initial import of Gato - Graph Animation Toolbox.
+
diff --git a/sci-misc/gato/Manifest b/sci-misc/gato/Manifest
new file mode 100644
index 000000000000..cc0c88e6bd7a
--- /dev/null
+++ b/sci-misc/gato/Manifest
@@ -0,0 +1,4 @@
+MD5 092835287eb324b7020f5da19b653ad7 gato-0.98i.ebuild 763
+MD5 664819b233a4a6a91b25ee0ce9f53d78 ChangeLog 347
+MD5 af33d597ab06b0501f0f64e5f3025410 metadata.xml 218
+MD5 b4f7fc39383244105cafd3b73f8516d8 files/digest-gato-0.98i 59
diff --git a/sci-misc/gato/files/digest-gato-0.98i b/sci-misc/gato/files/digest-gato-0.98i
new file mode 100644
index 000000000000..3d1f7d6f4d0d
--- /dev/null
+++ b/sci-misc/gato/files/digest-gato-0.98i
@@ -0,0 +1 @@
+MD5 3ca25213e6f392f0722451e2d97b903d Gato-0.98I.tar 651264
diff --git a/sci-misc/gato/gato-0.98i.ebuild b/sci-misc/gato/gato-0.98i.ebuild
new file mode 100644
index 000000000000..0db4f4d73dc1
--- /dev/null
+++ b/sci-misc/gato/gato-0.98i.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-misc/gato/gato-0.98i.ebuild,v 1.1 2004/12/27 21:11:53 ribosome Exp $
+
+DESCRIPTION="Graph Animation Toolbox"
+HOMEPAGE="http://www.zpr.uni-koeln.de/~gato/"
+SRC_URI="http://www.zpr.uni-koeln.de/~gato/Download/Gato-0.98I.tar"
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="dev-lang/python
+ dev-lang/tk"
+
+S=${WORKDIR}/Gato
+
+src_install() {
+
+ insinto /usr/lib/${PN}
+ doins *.py
+ fperms 755 /usr/lib/${PN}/Gato.py /usr/lib/${PN}/Gred.py
+
+ dodir /usr/bin
+ dosym /usr/lib/${PN}/Gato.py /usr/bin/gato
+ dosym /usr/lib/${PN}/Gred.py /usr/bin/gred
+
+ insinto /usr/share/${PN}
+ doins BFS.* DFS.* sample.cat
+}
diff --git a/sci-misc/gato/metadata.xml b/sci-misc/gato/metadata.xml
new file mode 100644
index 000000000000..9b801b2a35cc
--- /dev/null
+++ b/sci-misc/gato/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>sci</herd>
+<maintainer>
+ <email>tigger@gentoo.org</email>
+</maintainer>
+</pkgmetadata>