diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-10-01 13:53:53 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-10-01 14:02:01 +0200 |
commit | 5bbc94a101b8e608a29bc0680fdbfd095e8bc383 (patch) | |
tree | ff452308cb1c2a3fafe350099c567b8365c37c08 /sys-fs/nilfs-utils | |
parent | dev-python/pysnmp: Fix utf-8 japaneses text (diff) | |
download | gentoo-5bbc94a101b8e608a29bc0680fdbfd095e8bc383.tar.gz gentoo-5bbc94a101b8e608a29bc0680fdbfd095e8bc383.tar.bz2 gentoo-5bbc94a101b8e608a29bc0680fdbfd095e8bc383.zip |
Add missing remote-id type=sourceforge
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sys-fs/nilfs-utils')
-rw-r--r-- | sys-fs/nilfs-utils/metadata.xml | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/sys-fs/nilfs-utils/metadata.xml b/sys-fs/nilfs-utils/metadata.xml index eeae63038e7c..8773774e9001 100644 --- a/sys-fs/nilfs-utils/metadata.xml +++ b/sys-fs/nilfs-utils/metadata.xml @@ -1,10 +1,10 @@ -<?xml version="1.0" encoding="UTF-8"?> +<?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer> -<email>naota@gentoo.org</email> -</maintainer> -<longdescription lang="en"> + <maintainer> + <email>naota@gentoo.org</email> + </maintainer> + <longdescription lang="en"> NILFS is a new implementation of a log-structured file system for the Linux 2.6 operating system. Conventional features of a log-structured file systems (LFS) are high write performance and fast recovery time. @@ -18,5 +18,8 @@ using modern technology: For example, the file and inode blocks are managed by a B-tree structure, internal data are processed in 64 bit wide word size. The B-tree structure enables ``NILFS'' to create and store huge files. -</longdescription> + </longdescription> + <upstream> + <remote-id type="sourceforge">nilfs</remote-id> + </upstream> </pkgmetadata> |