summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Matthijs <axxo@gentoo.org>2004-09-06 21:21:02 +0000
committerThomas Matthijs <axxo@gentoo.org>2004-09-06 21:21:02 +0000
commit21d14a39d0fdf0a330c7888185bae94ad8663774 (patch)
tree8bfd6f01605a4e08c8c35fc3aff08b437768ceca /dev-libs
parentSwitch to use epause and ebeep, bug #62950 (Manifest recommit) (diff)
downloadgentoo-2-21d14a39d0fdf0a330c7888185bae94ad8663774.tar.gz
gentoo-2-21d14a39d0fdf0a330c7888185bae94ad8663774.tar.bz2
gentoo-2-21d14a39d0fdf0a330c7888185bae94ad8663774.zip
fixed broken xml in metadata.xml
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/embryo/ChangeLog5
-rw-r--r--dev-libs/embryo/metadata.xml2
2 files changed, 5 insertions, 2 deletions
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 <axxo@gentoo.org> 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
-<uri link=http://www.compuphase.com/small.htm>SMALL</uri> 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.