summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-03-30 23:33:52 +0000
committerMike Frysinger <vapier@gentoo.org>2004-03-30 23:33:52 +0000
commit82ac8828a7e82a511f7456f8aa430b6957585cba (patch)
tree5a40dd7e2cd496c3d4428474ab36cd858f9fcf21 /dev-libs/embryo
parentThis should not be stable... (diff)
downloadgentoo-2-82ac8828a7e82a511f7456f8aa430b6957585cba.tar.gz
gentoo-2-82ac8828a7e82a511f7456f8aa430b6957585cba.tar.bz2
gentoo-2-82ac8828a7e82a511f7456f8aa430b6957585cba.zip
initial import
Diffstat (limited to 'dev-libs/embryo')
-rw-r--r--dev-libs/embryo/ChangeLog8
-rw-r--r--dev-libs/embryo/embryo-0.0.1.20040327.ebuild7
-rw-r--r--dev-libs/embryo/files/digest-embryo-0.0.1.200403271
-rw-r--r--dev-libs/embryo/metadata.xml23
4 files changed, 39 insertions, 0 deletions
diff --git a/dev-libs/embryo/ChangeLog b/dev-libs/embryo/ChangeLog
new file mode 100644
index 000000000000..4ce1d9c15743
--- /dev/null
+++ b/dev-libs/embryo/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for dev-libs/embryo
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/embryo/ChangeLog,v 1.1 2004/03/30 23:33:52 vapier Exp $
+
+*eet-0.9.0.???????? (30 Mar 2004)
+
+ 30 Mar 2004; Mike Frysinger <vapier@gentoo.org> :
+ Hello embryo!
diff --git a/dev-libs/embryo/embryo-0.0.1.20040327.ebuild b/dev-libs/embryo/embryo-0.0.1.20040327.ebuild
new file mode 100644
index 000000000000..8d5f4a667269
--- /dev/null
+++ b/dev-libs/embryo/embryo-0.0.1.20040327.ebuild
@@ -0,0 +1,7 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/embryo/embryo-0.0.1.20040327.ebuild,v 1.1 2004/03/30 23:33:52 vapier Exp $
+
+inherit enlightenment
+
+DESCRIPTION="load and control programs compiled in small"
diff --git a/dev-libs/embryo/files/digest-embryo-0.0.1.20040327 b/dev-libs/embryo/files/digest-embryo-0.0.1.20040327
new file mode 100644
index 000000000000..7043f41443a7
--- /dev/null
+++ b/dev-libs/embryo/files/digest-embryo-0.0.1.20040327
@@ -0,0 +1 @@
+MD5 999b0962ca234dab557e987d6b8dce82 embryo-0.0.1.20040327.tar.bz2 1152720
diff --git a/dev-libs/embryo/metadata.xml b/dev-libs/embryo/metadata.xml
new file mode 100644
index 000000000000..edc07d0bbed9
--- /dev/null
+++ b/dev-libs/embryo/metadata.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+ <email>vapier@gentoo.org</email>
+ <name>Mike Frysinger</name>
+</maintainer>
+<longdescription>
+Embryo is primarily a shared library that gives you an API to load and control
+interpredted programs compiled into the abstract machine bytecode that it
+understands. This abstrac (or virtual) machine is imilar to a real machine
+with a CPU, but it is emulated in software. The architecture is simple and is
+the same as the abstract machine (AMX) in the
+<a href=http://www.compuphase.com/small.htm>SMALL</a> language as it is based
+on exactly the same code. Embryo has modified the code for the AMX extensively
+and has made it smaller and more portable. It is VERY small. The total size
+of the virtual machine code AND header files is less than 2500 lines of code.
+It includes the floating point library support by default as well. This makes
+it one of the smallest interpreting engines around, and thus makes is very
+efficient to use in code.
+</longdescription>
+</pkgmetadata>