diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-11-24 15:15:26 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-11-24 17:01:27 -0500 |
commit | 9a534ce223034ddd735530712c7439ce8cf5b346 (patch) | |
tree | 58167e7fbae2be0709dbecaf20ab776cf0ac2c85 /sys-block/endpoint | |
parent | xdg.eclass: drop unneeded old EAPI support (diff) | |
download | gentoo-9a534ce223034ddd735530712c7439ce8cf5b346.tar.gz gentoo-9a534ce223034ddd735530712c7439ce8cf5b346.tar.bz2 gentoo-9a534ce223034ddd735530712c7439ce8cf5b346.zip |
standardize various metadata.xml style
Diffstat (limited to 'sys-block/endpoint')
-rw-r--r-- | sys-block/endpoint/metadata.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/sys-block/endpoint/metadata.xml b/sys-block/endpoint/metadata.xml index 4272e6c8f629..637b63e183f8 100644 --- a/sys-block/endpoint/metadata.xml +++ b/sys-block/endpoint/metadata.xml @@ -1,12 +1,12 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<?xml version='1.0' encoding='UTF-8'?> +<!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'> <pkgmetadata> - <herd>base-system</herd> - <longdescription lang="en"> - Endpoint turns a Linux machine with one or more firewire cards into an SBP-2 - device. The advantage is that you can use any file or device the linux - machine supports as storage, and that multiple clients can sit on separate - buses so they can get the full bandwidth of the bus. - </longdescription> +<herd>base-system</herd> +<longdescription lang='en'> + Endpoint turns a Linux machine with one or more firewire cards into an SBP-2 + device. The advantage is that you can use any file or device the linux + machine supports as storage, and that multiple clients can sit on separate + buses so they can get the full bandwidth of the bus. +</longdescription> </pkgmetadata> |