summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandy Westcott <brandy@gentoo.org>2003-12-17 00:42:46 +0000
committerBrandy Westcott <brandy@gentoo.org>2003-12-17 00:42:46 +0000
commit4b9f58dffb68ba7821fa415f0bfa8815f60ecd96 (patch)
tree80ee2331ed7e9b1b5a752702b223cbec0976b1a8 /app-sci/gato
parentback to hell ! (diff)
downloadhistorical-4b9f58dffb68ba7821fa415f0bfa8815f60ecd96.tar.gz
historical-4b9f58dffb68ba7821fa415f0bfa8815f60ecd96.tar.bz2
historical-4b9f58dffb68ba7821fa415f0bfa8815f60ecd96.zip
Initial import of Gato - Graph Animation Toolbox.
Diffstat (limited to 'app-sci/gato')
-rw-r--r--app-sci/gato/ChangeLog9
-rw-r--r--app-sci/gato/Manifest4
-rw-r--r--app-sci/gato/files/digest-gato-0.98i1
-rw-r--r--app-sci/gato/gato-0.98i.ebuild32
-rw-r--r--app-sci/gato/metadata.xml5
5 files changed, 51 insertions, 0 deletions
diff --git a/app-sci/gato/ChangeLog b/app-sci/gato/ChangeLog
new file mode 100644
index 000000000000..cdee0857b1f6
--- /dev/null
+++ b/app-sci/gato/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for app-sci/gato
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-sci/gato/ChangeLog,v 1.1 2003/12/17 00:42:00 brandy Exp $
+
+*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/app-sci/gato/Manifest b/app-sci/gato/Manifest
new file mode 100644
index 000000000000..9c698e48cc18
--- /dev/null
+++ b/app-sci/gato/Manifest
@@ -0,0 +1,4 @@
+MD5 c4b63040d7b5b765f27788a4f8fa4f83 gato-0.98i.ebuild 770
+MD5 a32489c6d556177d5530dfe4c942075f ChangeLog 354
+MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156
+MD5 b4f7fc39383244105cafd3b73f8516d8 files/digest-gato-0.98i 59
diff --git a/app-sci/gato/files/digest-gato-0.98i b/app-sci/gato/files/digest-gato-0.98i
new file mode 100644
index 000000000000..3d1f7d6f4d0d
--- /dev/null
+++ b/app-sci/gato/files/digest-gato-0.98i
@@ -0,0 +1 @@
+MD5 3ca25213e6f392f0722451e2d97b903d Gato-0.98I.tar 651264
diff --git a/app-sci/gato/gato-0.98i.ebuild b/app-sci/gato/gato-0.98i.ebuild
new file mode 100644
index 000000000000..45390311f54b
--- /dev/null
+++ b/app-sci/gato/gato-0.98i.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-sci/gato/gato-0.98i.ebuild,v 1.1 2003/12/17 00:42:00 brandy 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/app-sci/gato/metadata.xml b/app-sci/gato/metadata.xml
new file mode 100644
index 000000000000..b229aec85b8f
--- /dev/null
+++ b/app-sci/gato/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>sci</herd>
+</pkgmetadata>