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-apps/gentoo-functions | |
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-apps/gentoo-functions')
-rw-r--r-- | sys-apps/gentoo-functions/metadata.xml | 34 |
1 files changed, 16 insertions, 18 deletions
diff --git a/sys-apps/gentoo-functions/metadata.xml b/sys-apps/gentoo-functions/metadata.xml index cf7649442a1a..b00ac3ffcd61 100644 --- a/sys-apps/gentoo-functions/metadata.xml +++ b/sys-apps/gentoo-functions/metadata.xml @@ -1,20 +1,18 @@ -<?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> - <maintainer> - <email>williamh@gentoo.org</email> - <name>William Hubbs</name> - </maintainer> - <maintainer> - <email>blueness@gentoo.org</email> - <name>Anthony G. Basile</name> - </maintainer> - <herd>base-system</herd> - <longdescription lang="en"> - This package contains base shell functions which are required by - all Gentoo systems. - </longdescription> - <upstream> - <remote-id type="github">gentoo/gentoo-functions</remote-id> - </upstream> +<herd>base-system</herd> +<maintainer> + <email>williamh@gentoo.org</email> +</maintainer> +<maintainer> + <email>blueness@gentoo.org</email> +</maintainer> +<longdescription lang='en'> + This package contains base shell functions which are required by + all Gentoo systems. +</longdescription> +<upstream> + <remote-id type='github'>gentoo/gentoo-functions</remote-id> +</upstream> </pkgmetadata> |