diff options
Diffstat (limited to 'sys-fs/mtd/metadata.xml')
-rw-r--r-- | sys-fs/mtd/metadata.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-fs/mtd/metadata.xml b/sys-fs/mtd/metadata.xml new file mode 100644 index 000000000000..cef7090c553c --- /dev/null +++ b/sys-fs/mtd/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>base-system</herd> + <maintainer> + <email>solar@gentoo.org</email> + <description>First dev to need this in ebuild format.</description> + </maintainer> + <longdescription>JFFS2 is a log-structured file system designed for use on flash devices in embedded systems. Rather than using a kind of translation layer on flash devices to emulate a normal hard drive, as is the case with older flash solutions, it places the filesystem directly on the flash chips.</longdescription> +</pkgmetadata> + |