summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-08-10 03:23:03 +0000
committerMike Frysinger <vapier@gentoo.org>2004-08-10 03:23:03 +0000
commit8fed3fb46c54fbcca622a09abff2ad00ae5a7673 (patch)
treed502396b2a51c3fe3fb4fd1d95d6dd9930bd495a /dev-libs/embryo
parentFix dupe changelog entry (diff)
downloadhistorical-8fed3fb46c54fbcca622a09abff2ad00ae5a7673.tar.gz
historical-8fed3fb46c54fbcca622a09abff2ad00ae5a7673.tar.bz2
historical-8fed3fb46c54fbcca622a09abff2ad00ae5a7673.zip
ver bump
Diffstat (limited to 'dev-libs/embryo')
-rw-r--r--dev-libs/embryo/embryo-0.9.0.ebuild (renamed from dev-libs/embryo/embryo-0.0.1.20040710.ebuild)2
-rw-r--r--dev-libs/embryo/files/digest-embryo-0.0.1.200407101
-rw-r--r--dev-libs/embryo/files/digest-embryo-0.9.01
-rw-r--r--dev-libs/embryo/metadata.xml2
4 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/embryo/embryo-0.0.1.20040710.ebuild b/dev-libs/embryo/embryo-0.9.0.ebuild
index 3ab727d2e35f..9711d086e7d2 100644
--- a/dev-libs/embryo/embryo-0.0.1.20040710.ebuild
+++ b/dev-libs/embryo/embryo-0.9.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/embryo/embryo-0.0.1.20040710.ebuild,v 1.1 2004/07/12 05:31:57 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/embryo/embryo-0.9.0.ebuild,v 1.1 2004/08/10 03:23:03 vapier Exp $
inherit enlightenment
diff --git a/dev-libs/embryo/files/digest-embryo-0.0.1.20040710 b/dev-libs/embryo/files/digest-embryo-0.0.1.20040710
deleted file mode 100644
index b8dff5d9a78f..000000000000
--- a/dev-libs/embryo/files/digest-embryo-0.0.1.20040710
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a16ba26a9a6682060d5df462bf3251c3 embryo-0.0.1.20040710.tar.bz2 1154727
diff --git a/dev-libs/embryo/files/digest-embryo-0.9.0 b/dev-libs/embryo/files/digest-embryo-0.9.0
new file mode 100644
index 000000000000..23d532575105
--- /dev/null
+++ b/dev-libs/embryo/files/digest-embryo-0.9.0
@@ -0,0 +1 @@
+MD5 1c60761baaeaa19b4e92588f2654e06d embryo-0.9.0.tar.gz 1448799
diff --git a/dev-libs/embryo/metadata.xml b/dev-libs/embryo/metadata.xml
index edc07d0bbed9..4b5e450c3810 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
-<a href=http://www.compuphase.com/small.htm>SMALL</a> language as it is based
+<uri link=http://www.compuphase.com/small.htm>SMALL</uri> 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.