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 /media-libs/imlib2/metadata.xml | |
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 'media-libs/imlib2/metadata.xml')
-rw-r--r-- | media-libs/imlib2/metadata.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/media-libs/imlib2/metadata.xml b/media-libs/imlib2/metadata.xml index 7c38669f7d00..91eab267eafd 100644 --- a/media-libs/imlib2/metadata.xml +++ b/media-libs/imlib2/metadata.xml @@ -1,8 +1,8 @@ <?xml version='1.0' encoding='UTF-8'?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'> <pkgmetadata> - <herd>enlightenment</herd> - <longdescription> +<herd>enlightenment</herd> +<longdescription> Imlib 2 is the successor to Imlib. It is not just a newer version - it is a completely new library. Imlib2 can be installed alongside Imlib 1.x without any problems since they are effectively different libraries - but they Have very @@ -44,8 +44,8 @@ Imlib 2 can run without a display, so it can be easily used for background image processing for web sites or servers - it only requires the X libraries to be installed - that is all - it does not require an XServer to run unless you wish to display images. - </longdescription> - <upstream> - <remote-id type="sourceforge">enlightenment</remote-id> - </upstream> +</longdescription> +<upstream> + <remote-id type='sourceforge'>enlightenment</remote-id> +</upstream> </pkgmetadata> |