diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-03-16 20:49:38 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-03-16 20:49:38 -0400 |
commit | c2078d26794865612d3f9daf72ff2faec796f301 (patch) | |
tree | 3db5c56aa82a09c686697514ee3ed1f8a343bb0a /dev-libs | |
parent | eio: move live git ebuild to the main tree (diff) | |
download | enlightenment-c2078d26794865612d3f9daf72ff2faec796f301.tar.gz enlightenment-c2078d26794865612d3f9daf72ff2faec796f301.tar.bz2 enlightenment-c2078d26794865612d3f9daf72ff2faec796f301.zip |
embryo: move live git ebuild to the main tree
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/embryo/ChangeLog | 24 | ||||
-rw-r--r-- | dev-libs/embryo/Manifest | 15 | ||||
-rw-r--r-- | dev-libs/embryo/embryo-9999.ebuild | 16 | ||||
-rw-r--r-- | dev-libs/embryo/metadata.xml | 22 |
4 files changed, 0 insertions, 77 deletions
diff --git a/dev-libs/embryo/ChangeLog b/dev-libs/embryo/ChangeLog deleted file mode 100644 index a86abdf..0000000 --- a/dev-libs/embryo/ChangeLog +++ /dev/null @@ -1,24 +0,0 @@ -# ChangeLog for dev-libs/embryo -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - - 17 Dec 2010; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> - -embryo-1.0.0_beta.ebuild: - Drop old - - 06 Oct 2010; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> - -embryo-0.9.9.49898.ebuild: - Drop old snapshot of embryo - -*embryo-1.0.0_beta (03 Oct 2010) - - 03 Oct 2010; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> - +embryo-1.0.0_beta.ebuild: - Add beta release for embryo - - 20 Dec 2009; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> - +embryo-0.9.9.063.ebuild: - version bump for embryo snapshot - - 30 Nov 2008; Mike Frysinger <vapier@gentoo.org> +embryo-0.9.9.050.ebuild: - Version bump. diff --git a/dev-libs/embryo/Manifest b/dev-libs/embryo/Manifest deleted file mode 100644 index 2bc6a9f..0000000 --- a/dev-libs/embryo/Manifest +++ /dev/null @@ -1,15 +0,0 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -EBUILD embryo-9999.ebuild 302 RMD160 df5cb11f4baf76158f9d33c96589341c4702e2f2 SHA1 3daf8a2f8c0cdb00c0b4d9cac008b79b1540728a SHA256 6cf49c01e23e41ec9028f57563f34099b2f3087f3279f5c2b0fd69f14316f0cc -MISC ChangeLog 704 RMD160 7b8e2bf1042e4d202b86e2336d31a08a3d939c8e SHA1 a6150782c37901f8dca8437a373f01ea514be08b SHA256 78f0ee2a8bc47aaa55a72fe3d927b591819b9e522544f0744d2d332d21251e64 -MISC metadata.xml 1097 RMD160 030d8e8b4355525d182a46c5cd23000e9cc5e721 SHA1 bd464bea8fe849cf6e214ff2867249db17fd2cc3 SHA256 c5ac36120f8f5a786ac649a1835a353284b377773c9a57399a6ee5c635f5f35c ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.18 (GNU/Linux) - -iJwEAQECAAYFAk62t8MACgkQG7kqcTWJkGfqXwQAwlwv3XWhGgvvl9c3EmnwBTUE -1MU3ILXTUElSxbvoQc9C+/wPGnLl7YVHckZNR7PlJUSs2FrquY6naFRS23wLcYgZ -3+sf207NfwckHacAo8A91deN8xyNFpCDxhD+K/jDpLNK6K2Nya/C+M9jwpI027Mc -r+7fLZqpmVWePzkOyow= -=a+LM ------END PGP SIGNATURE----- diff --git a/dev-libs/embryo/embryo-9999.ebuild b/dev-libs/embryo/embryo-9999.ebuild deleted file mode 100644 index be892db..0000000 --- a/dev-libs/embryo/embryo-9999.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EGIT_SUB_PROJECT="legacy" -EGIT_URI_APPEND=${PN} -EGIT_BRANCH=${PN}-1.7 - -inherit enlightenment - -DESCRIPTION="load and control programs compiled in embryo language (small/pawn variant)" - -IUSE="static-libs" - -DEPEND=">=dev-libs/eina-9999" -RDEPEND=${DEPEND} diff --git a/dev-libs/embryo/metadata.xml b/dev-libs/embryo/metadata.xml deleted file mode 100644 index dd54e92..0000000 --- a/dev-libs/embryo/metadata.xml +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>no-herd</herd> -<maintainer> - <email>enlightenment@gentoo.org</email> -</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 -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. -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> |