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 | |
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')
-rw-r--r-- | media-libs/edje/metadata.xml | 10 | ||||
-rw-r--r-- | media-libs/elementary/metadata.xml | 10 | ||||
-rw-r--r-- | media-libs/emotion/metadata.xml | 6 | ||||
-rw-r--r-- | media-libs/ethumb/metadata.xml | 12 | ||||
-rw-r--r-- | media-libs/evas/metadata.xml | 20 | ||||
-rw-r--r-- | media-libs/fnlib/metadata.xml | 16 | ||||
-rw-r--r-- | media-libs/imlib2/metadata.xml | 14 |
7 files changed, 44 insertions, 44 deletions
diff --git a/media-libs/edje/metadata.xml b/media-libs/edje/metadata.xml index c360c1c28536..a87f862606e5 100644 --- a/media-libs/edje/metadata.xml +++ b/media-libs/edje/metadata.xml @@ -1,14 +1,14 @@ -<?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> <use> - <flag name='cache'>Enable caching</flag> + <flag name='cache'>Enable caching</flag> </use> <longdescription> Edje is a complex graphical design and layout library. -It's purpose is to be a sequel to "Ebits" which to date has serviced the needs of +It's purpose is to be a sequel to 'Ebits' which to date has serviced the needs of Enlightenment development for version 0.17. The original design paramteres under which Ebits came about were a lot more restricted than the resulting use of them, thus Edje was born. @@ -33,7 +33,7 @@ collection, allowing for the sharing of data betwene display elements). Each par collection consists of a list of visual parts, as well as a list of programs. A program is a conditionally run program that if a particular event occurs (a button is pressed, a mouse enters or leaves a part) will trigger an action that may affect -other parts. In this way a part collection can be "programmed" via its file as to +other parts. In this way a part collection can be 'programmed' via its file as to hilight buttons when the mouse passes over them or show hidden parts when a button is clicked somewhere etc. The actions performed in changing from one state to another ar also allowed to transition over a period of time, allowing animation. diff --git a/media-libs/elementary/metadata.xml b/media-libs/elementary/metadata.xml index d6388e484588..a5064e0ec2de 100644 --- a/media-libs/elementary/metadata.xml +++ b/media-libs/elementary/metadata.xml @@ -1,9 +1,9 @@ -<?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> <use> - <flag name="quicklaunch">Enable quick-launch support</flag> + <flag name='quicklaunch'>Enable quick-launch support</flag> </use> <longdescription> Elementary is a widget set. It is a new-style of widget set much more @@ -11,9 +11,9 @@ canvas object based than anything else. Why not ETK? Why not EWL? Well they both tend to veer away from the core of Evas, Ecore and Edje a lot to build their own worlds. Also I wanted something focused on embedded devices - specifically small touchscreens. Unlike GTK+ and -Qt, 75% of the "widget set" is already embodied in a common core - +Qt, 75% of the 'widget set' is already embodied in a common core - Ecore, Edje, Evas etc. So this fine-grained library splitting means -all of this is shared, just a new widget "personality" is on top. And +all of this is shared, just a new widget 'personality' is on top. And that is... Elementary, my dear watson. Elementary. </longdescription> </pkgmetadata> diff --git a/media-libs/emotion/metadata.xml b/media-libs/emotion/metadata.xml index 282424f678d2..1fd15a03a978 100644 --- a/media-libs/emotion/metadata.xml +++ b/media-libs/emotion/metadata.xml @@ -1,8 +1,8 @@ -<?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> <use> - <flag name='vlc'>Enable support for the <pkg>media-video/vlc</pkg> player backend</flag> + <flag name='vlc'>Enable support for the <pkg>media-video/vlc</pkg> player backend</flag> </use> </pkgmetadata> diff --git a/media-libs/ethumb/metadata.xml b/media-libs/ethumb/metadata.xml index 031abb11daaf..da9ba6b725d8 100644 --- a/media-libs/ethumb/metadata.xml +++ b/media-libs/ethumb/metadata.xml @@ -1,8 +1,8 @@ -<?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> - <use> - <flag name='emotion'>Add support for <pkg>media-libs/emotion</pkg></flag> - </use> +<herd>enlightenment</herd> +<use> + <flag name='emotion'>Add support for <pkg>media-libs/emotion</pkg></flag> +</use> </pkgmetadata> diff --git a/media-libs/evas/metadata.xml b/media-libs/evas/metadata.xml index c52a0f596372..338f21ebb539 100644 --- a/media-libs/evas/metadata.xml +++ b/media-libs/evas/metadata.xml @@ -1,16 +1,16 @@ -<?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> <use> - <flag name='bmp'>Support windows bitmap (bmp) image loader</flag> - <flag name='eet'>Support dev-libs/eet</flag> - <flag name='ico'>Support windows icon (ico) image loader</flag> - <flag name='gles'>Enable gles flavor of gl instead of standard</flag> - <flag name='ppm'>Support PPM image loader</flag> - <flag name='psd'>Support PSD image loader</flag> - <flag name='tga'>Support tga image loader</flag> - <flag name='wayland'>Add support for <pkg>dev-libs/wayland</pkg></flag> + <flag name='bmp'>Support windows bitmap (bmp) image loader</flag> + <flag name='eet'>Support dev-libs/eet</flag> + <flag name='ico'>Support windows icon (ico) image loader</flag> + <flag name='gles'>Enable gles flavor of gl instead of standard</flag> + <flag name='ppm'>Support PPM image loader</flag> + <flag name='psd'>Support PSD image loader</flag> + <flag name='tga'>Support tga image loader</flag> + <flag name='wayland'>Add support for <pkg>dev-libs/wayland</pkg></flag> </use> <longdescription> Evas is a hardware-accelerated canvas API for X-Windows that can draw diff --git a/media-libs/fnlib/metadata.xml b/media-libs/fnlib/metadata.xml index 1ca0b12c411e..91cf3f1d6b98 100644 --- a/media-libs/fnlib/metadata.xml +++ b/media-libs/fnlib/metadata.xml @@ -1,10 +1,10 @@ -<?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>maintainer-needed@gentoo.org</email> - </maintainer> - <upstream> - <remote-id type="sourceforge">enlightenment</remote-id> - </upstream> +<maintainer> + <email>maintainer-needed@gentoo.org</email> +</maintainer> +<upstream> + <remote-id type='sourceforge'>enlightenment</remote-id> +</upstream> </pkgmetadata> 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> |