initial import
authorMike Frysinger <vapier@gentoo.org>
Tue, 30 Mar 2004 23:33:52 +0000 (23:33 +0000)
committerMike Frysinger <vapier@gentoo.org>
Tue, 30 Mar 2004 23:33:52 +0000 (23:33 +0000)
dev-libs/embryo/ChangeLog [new file with mode: 0644]
dev-libs/embryo/embryo-0.0.1.20040327.ebuild [new file with mode: 0644]
dev-libs/embryo/files/digest-embryo-0.0.1.20040327 [new file with mode: 0644]
dev-libs/embryo/metadata.xml [new file with mode: 0644]

diff --git a/dev-libs/embryo/ChangeLog b/dev-libs/embryo/ChangeLog
new file mode 100644 (file)
index 0000000..4ce1d9c
--- /dev/null
@@ -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 (file)
index 0000000..8d5f4a6
--- /dev/null
@@ -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 (file)
index 0000000..7043f41
--- /dev/null
@@ -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 (file)
index 0000000..edc07d0
--- /dev/null
@@ -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>