From 21d14a39d0fdf0a330c7888185bae94ad8663774 Mon Sep 17 00:00:00 2001 From: Thomas Matthijs Date: Mon, 6 Sep 2004 21:21:02 +0000 Subject: fixed broken xml in metadata.xml --- dev-libs/embryo/ChangeLog | 5 ++++- dev-libs/embryo/metadata.xml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'dev-libs') diff --git a/dev-libs/embryo/ChangeLog b/dev-libs/embryo/ChangeLog index 84512ee83613..75cc275db309 100644 --- a/dev-libs/embryo/ChangeLog +++ b/dev-libs/embryo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/embryo # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/embryo/ChangeLog,v 1.3 2004/06/24 23:08:56 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/embryo/ChangeLog,v 1.4 2004/09/06 21:21:02 axxo Exp $ + + 06 Sep 2004; Thomas Matthijs metadata.xml: + fixed broken xml in metadata.xml *eet-0.9.0.???????? (30 Mar 2004) diff --git a/dev-libs/embryo/metadata.xml b/dev-libs/embryo/metadata.xml index 4b5e450c3810..7453c7b214b5 100644 --- a/dev-libs/embryo/metadata.xml +++ b/dev-libs/embryo/metadata.xml @@ -12,7 +12,7 @@ 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 -SMALL language as it is based +SMALL (http://www.compuphase.com/small.htm) 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. -- cgit v1.2.3-65-gdbad