diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-10-01 13:16:05 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-10-01 14:01:59 +0200 |
commit | d997c307748d3de7f4a4d670471a9b61117e97e7 (patch) | |
tree | 177d1b65fea6f3e19218a167ac6df08873edcf52 /dev-ruby/polyglot | |
parent | Add missing remote-id type=pear (diff) | |
download | gentoo-d997c307748d3de7f4a4d670471a9b61117e97e7.tar.gz gentoo-d997c307748d3de7f4a4d670471a9b61117e97e7.tar.bz2 gentoo-d997c307748d3de7f4a4d670471a9b61117e97e7.zip |
Add missing remote-id type=rubyforge
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-ruby/polyglot')
-rw-r--r-- | dev-ruby/polyglot/metadata.xml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/dev-ruby/polyglot/metadata.xml b/dev-ruby/polyglot/metadata.xml index da4571a2802e..2b40b25b5e96 100644 --- a/dev-ruby/polyglot/metadata.xml +++ b/dev-ruby/polyglot/metadata.xml @@ -1,10 +1,13 @@ -<?xml version="1.0" encoding="UTF-8"?> +<?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>ruby</herd> -<longdescription> + <herd>ruby</herd> + <longdescription> Polyglot provides support for fully-custom DSLs by providing a registry of file types that can be loaded by its improved version of 'require', using a custom loader for each file type. -</longdescription> + </longdescription> + <upstream> + <remote-id type="rubyforge">polyglot</remote-id> + </upstream> </pkgmetadata> |