diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-12-30 15:40:29 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-12-30 15:40:36 -0500 |
commit | e2c66b56046b68e160bd8a3f235cc9b2893c7fee (patch) | |
tree | 87cbc722baad3aadf60df648e92893746d35fa9a /x11-plugins | |
parent | x11-wm/enlightenment: version bump to 0.20.2 #570224 (diff) | |
download | gentoo-e2c66b56046b68e160bd8a3f235cc9b2893c7fee.tar.gz gentoo-e2c66b56046b68e160bd8a3f235cc9b2893c7fee.tar.bz2 gentoo-e2c66b56046b68e160bd8a3f235cc9b2893c7fee.zip |
enlightenment metadata.xml: standardize
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/echievements/metadata.xml | 6 | ||||
-rw-r--r-- | x11-plugins/epplets/metadata.xml | 20 |
2 files changed, 12 insertions, 14 deletions
diff --git a/x11-plugins/echievements/metadata.xml b/x11-plugins/echievements/metadata.xml index 5e1261900709..71cdd7256211 100644 --- a/x11-plugins/echievements/metadata.xml +++ b/x11-plugins/echievements/metadata.xml @@ -1,5 +1,5 @@ -<?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>enlightenment</herd> +<herd>enlightenment</herd> </pkgmetadata> diff --git a/x11-plugins/epplets/metadata.xml b/x11-plugins/epplets/metadata.xml index 3e6098cb0144..487ff7f62cd4 100644 --- a/x11-plugins/epplets/metadata.xml +++ b/x11-plugins/epplets/metadata.xml @@ -1,17 +1,15 @@ -<?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>vapier@gentoo.org</email> - </maintainer> - <longdescription> -Epplets are small, handy Enlightenment applets, similar to "dockapps" -or "applets" for other packages. The epplets package contains the +<herd>enlightenment</herd> +<longdescription> +Epplets are small, handy Enlightenment applets, similar to 'dockapps' +or 'applets' for other packages. The epplets package contains the base epplet API library and header files, as well as the core set of epplets, including CPU monitors, clocks, a mail checker, mixers, a slideshow, a URL grabber, a panel-like toolbar, and more. </longdescription> - <upstream> - <remote-id type="sourceforge">enlightenment</remote-id> - </upstream> +<upstream> + <remote-id type='sourceforge'>enlightenment</remote-id> +</upstream> </pkgmetadata> |