diff options
author | 2007-06-29 21:11:15 +0000 | |
---|---|---|
committer | 2007-06-29 21:11:15 +0000 | |
commit | 9157a1dfa92aa37003abaaf713b7649d6b2a25d3 (patch) | |
tree | fb8fa242051eaeaef313e262e533421a7b9e406c /sci-electronics/ghdl/metadata.xml | |
parent | De-keyword m68k for <=1.0 since it is pointless there: no ctags support. (diff) | |
download | gentoo-2-9157a1dfa92aa37003abaaf713b7649d6b2a25d3.tar.gz gentoo-2-9157a1dfa92aa37003abaaf713b7649d6b2a25d3.tar.bz2 gentoo-2-9157a1dfa92aa37003abaaf713b7649d6b2a25d3.zip |
Initial commit, see bug #83877. Thanks to everybody for contributing to this bug and to Zac Medico for adapting Portage to ghdl.
(Portage version: 2.1.3_rc5)
Diffstat (limited to 'sci-electronics/ghdl/metadata.xml')
-rw-r--r-- | sci-electronics/ghdl/metadata.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sci-electronics/ghdl/metadata.xml b/sci-electronics/ghdl/metadata.xml new file mode 100644 index 000000000000..21cf833ed2ac --- /dev/null +++ b/sci-electronics/ghdl/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>sci-electronics</herd> + <longdescription> + A complete VHDL simulator, using the GCC technology. GHDL implements the VHDL + language according to the IEEE 1076-1987 or the IEEE 1076-1993 standard. GHDL + compiles VHDL files and creates a binary which simulates (or executes) your design. + </longdescription> +</pkgmetadata> |