Skip to content

Commit

Permalink
Add missing remote-id type=github
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Lecher <[email protected]>
  • Loading branch information
jlec committed Oct 1, 2015
1 parent f8fd6bd commit dc43359
Show file tree
Hide file tree
Showing 36 changed files with 165 additions and 87 deletions.
3 changes: 2 additions & 1 deletion app-admin/conky/metadata.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?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>
<maintainer>
Expand All @@ -12,6 +12,7 @@
<description>Upstream author</description>
</maintainer>
<remote-id type="sourceforge">conky</remote-id>
<remote-id type="github">brndnmtthws/conky</remote-id>
</upstream>
<longdescription>Conky is a system monitor that sits in the corner of your desktop. It is a fork of Torsmo that is actually maintained.</longdescription>
<use>
Expand Down
3 changes: 2 additions & 1 deletion app-editors/retext/metadata.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?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>
<maintainer>
Expand All @@ -11,5 +11,6 @@
</maintainer>
<upstream>
<remote-id type="sourceforge">retext</remote-id>
<remote-id type="github">retext-project/retext</remote-id>
</upstream>
</pkgmetadata>
5 changes: 4 additions & 1 deletion dev-haskell/ansi-terminal/metadata.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?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>haskell</herd>
Expand All @@ -9,4 +9,7 @@
<use>
<flag name="example">Build the example application.</flag>
</use>
<upstream>
<remote-id type="github">feuerbach/ansi-terminal</remote-id>
</upstream>
</pkgmetadata>
5 changes: 4 additions & 1 deletion dev-haskell/criterion/metadata.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?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>haskell</herd>
Expand All @@ -12,4 +12,7 @@
The fastest way to get started is to read the documentation and
examples in the Criterion.Main module.
</longdescription>
<upstream>
<remote-id type="github">bos/criterion</remote-id>
</upstream>
</pkgmetadata>
5 changes: 4 additions & 1 deletion dev-haskell/extra/metadata.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
<?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>haskell</herd>
<longdescription>
A hodge-podge of functions and modules that do not have a better home
</longdescription>
<upstream>
<remote-id type="github">ndmitchell/extra</remote-id>
</upstream>
</pkgmetadata>
12 changes: 7 additions & 5 deletions dev-haskell/harp/metadata.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
<?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>haskell</herd>
<longdescription lang="en">
<herd>haskell</herd>
<longdescription lang="en">
HaRP, or Haskell Regular Patterns, is a Haskell extension that extends the
normal pattern matching facility with the power of regular expressions. This
expressive power is highly useful in a wide range of areas, including text
parsing and XML processing. Regular expression patterns in HaRP work over
ordinary Haskell lists ([]) of arbitrary type. HaRP is implemented as a
pre-processor to ordinary Haskell.
</longdescription>
</longdescription>
<upstream>
<remote-id type="github">seereason/harp</remote-id>
</upstream>
</pkgmetadata>

7 changes: 5 additions & 2 deletions dev-haskell/hslogger/metadata.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?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>haskell</herd>
Expand All @@ -7,11 +7,14 @@
</use>
<longdescription>
hslogger is a logging framework for Haskell, roughly similar to
Python&#39;s logging module.
Python's logging module.

hslogger lets each log message have a priority and source be associated
with it. The programmer can then define global handlers that route
or filter messages based on the priority and source. hslogger also
has a syslog handler built in.
</longdescription>
<upstream>
<remote-id type="github">jgoerzen/hslogger</remote-id>
</upstream>
</pkgmetadata>
5 changes: 4 additions & 1 deletion dev-haskell/hxt-unicode/metadata.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?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>haskell</herd>
Expand All @@ -8,4 +8,7 @@
ISO Latin 1 - 16, utf8, utf16, ASCII are supported. Decoding
is done with lasy functions, errors may be detected or ignored.
</longdescription>
<upstream>
<remote-id type="github">UweSchmidt/hxt</remote-id>
</upstream>
</pkgmetadata>
7 changes: 5 additions & 2 deletions dev-haskell/hxt/metadata.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?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>haskell</herd>
Expand All @@ -18,6 +18,9 @@
hxt-charproperties char properties for unicode and XML.
</longdescription>
<use>
<flag name='network-uri'>Get Network.URI from the network-uri package.</flag>
<flag name="network-uri">Get Network.URI from the network-uri package.</flag>
</use>
<upstream>
<remote-id type="github">UweSchmidt/hxt</remote-id>
</upstream>
</pkgmetadata>
5 changes: 4 additions & 1 deletion dev-haskell/pcre-light/metadata.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?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>haskell</herd>
Expand All @@ -12,4 +12,7 @@
&lt;http://code.haskell.org/~dons/tests/pcre-light/hpc_index.html&gt;

</longdescription>
<upstream>
<remote-id type="github">Daniel-Diaz/pcre-light</remote-id>
</upstream>
</pkgmetadata>
5 changes: 4 additions & 1 deletion dev-haskell/system-filepath/metadata.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
<?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>haskell</herd>
<longdescription>
High-level, byte-based file and directory path manipulations
</longdescription>
<upstream>
<remote-id type="github">fpco/haskell-filesystem</remote-id>
</upstream>
</pkgmetadata>
7 changes: 5 additions & 2 deletions dev-java/annogen/metadata.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?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>java</herd>
<herd>java</herd>
<upstream>
<remote-id type="github">codehaus/annogen</remote-id>
</upstream>
</pkgmetadata>
6 changes: 4 additions & 2 deletions dev-java/jettison/metadata.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?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>java</herd>
Expand All @@ -13,5 +13,7 @@
services in services frameworks like CXF or XML serialization frameworks
like XStream.
</longdescription>
<upstream>
<remote-id type="github">codehaus/jettison</remote-id>
</upstream>
</pkgmetadata>

6 changes: 4 additions & 2 deletions dev-java/wstx/metadata.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?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>java</herd>
Expand All @@ -11,5 +11,7 @@
Woodstox is a high-performance validating namespace-aware StAX-compliant
(JSR-173) Open Source XML-processor written in Java.
</longdescription>
<upstream>
<remote-id type="github">FasterXML/woodstox</remote-id>
</upstream>
</pkgmetadata>

6 changes: 4 additions & 2 deletions dev-lang/whitespace/metadata.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?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>haskell</herd>
Expand All @@ -8,5 +8,7 @@
</maintainer>
<longdescription lang="en">
</longdescription>
<upstream>
<remote-id type="github">haroldl/whitespace-nd</remote-id>
</upstream>
</pkgmetadata>

7 changes: 5 additions & 2 deletions dev-libs/json-c/metadata.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?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>
<maintainer>
Expand All @@ -11,5 +11,8 @@
easily construct JSON objects in C, output them as JSON formatted
strings and parse JSON formatted strings back into the C
representation of JSON objects.
</longdescription>
</longdescription>
<upstream>
<remote-id type="github">json-c/json-c</remote-id>
</upstream>
</pkgmetadata>
17 changes: 10 additions & 7 deletions dev-libs/libnl/metadata.xml
Original file line number Diff line number Diff line change
@@ -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>netmon</herd>
<use>
<flag name="doc">Install development documentation</flag>
<flag name="python">Install experimental <pkg>dev-lang/python</pkg> bindings</flag>
<flag name="utils">Install command line interface utils</flag>
</use>
<herd>netmon</herd>
<use>
<flag name="doc">Install development documentation</flag>
<flag name="python">Install experimental <pkg>dev-lang/python</pkg> bindings</flag>
<flag name="utils">Install command line interface utils</flag>
</use>
<upstream>
<remote-id type="github">thom311/libnl</remote-id>
</upstream>
</pkgmetadata>
3 changes: 2 additions & 1 deletion dev-python/bpython/metadata.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?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>python</herd>
Expand All @@ -12,5 +12,6 @@
<upstream>
<remote-id type="pypi">bpython</remote-id>
<remote-id type="bitbucket">bobf/bpython</remote-id>
<remote-id type="github">bpython/bpython</remote-id>
</upstream>
</pkgmetadata>
3 changes: 2 additions & 1 deletion dev-python/decorator/metadata.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?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>python</herd>
Expand All @@ -8,5 +8,6 @@
memoize, tracing, redirecting_stdout, locked, etc.</longdescription>
<upstream>
<remote-id type="pypi">decorator</remote-id>
<remote-id type="github">micheles/decorator</remote-id>
</upstream>
</pkgmetadata>
3 changes: 2 additions & 1 deletion dev-python/flask/metadata.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<?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>python</herd>
<upstream>
<remote-id type="pypi">Flask</remote-id>
<remote-id type="github">mitsuhiko/flask</remote-id>
</upstream>
</pkgmetadata>
3 changes: 2 additions & 1 deletion dev-python/pyldap/metadata.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?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>python</herd>
Expand All @@ -9,5 +9,6 @@
</maintainer>
<upstream>
<remote-id type="pypi">python-ldap</remote-id>
<remote-id type="github">pyldap/pyldap</remote-id>
</upstream>
</pkgmetadata>
3 changes: 2 additions & 1 deletion dev-python/unicodecsv/metadata.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<?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>python</herd>
<upstream>
<remote-id type="pypi">unicodecsv</remote-id>
<remote-id type="github">jdunck/python-unicodecsv</remote-id>
</upstream>
</pkgmetadata>
7 changes: 5 additions & 2 deletions dev-ruby/racc/metadata.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?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>
<herd>ruby</herd>
<upstream>
<remote-id type="github">tenderlove/racc</remote-id>
</upstream>
</pkgmetadata>
5 changes: 4 additions & 1 deletion dev-util/bitcoin-tx/metadata.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?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>proxy-maintainers</herd>
Expand All @@ -10,4 +10,7 @@
<email>[email protected]</email>
<name>Luke Dashjr</name>
</maintainer>
<upstream>
<remote-id type="github">bitcoin/bitcoin</remote-id>
</upstream>
</pkgmetadata>
3 changes: 2 additions & 1 deletion media-gfx/pixels2pgf/metadata.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?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>
<maintainer>
Expand All @@ -12,5 +12,6 @@
</maintainer>
<bugs-to>https://bitbucket.org/mgorny/pixels2pgf/issues/</bugs-to>
<remote-id type="bitbucket">mgorny/pixels2pgf</remote-id>
<remote-id type="github">mgorny/pixels2pgf</remote-id>
</upstream>
</pkgmetadata>
21 changes: 12 additions & 9 deletions media-libs/libass/metadata.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
<?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>video</herd>
<maintainer>
<email>[email protected]</email>
</maintainer>
<use>
<flag name='enca'>Enables support for charset discovery and conversion.</flag>
<flag name='harfbuzz'>Enables OpenType shaping via <pkg>media-libs/harfbuzz</pkg>.</flag>
</use>
<herd>video</herd>
<maintainer>
<email>[email protected]</email>
</maintainer>
<use>
<flag name="enca">Enables support for charset discovery and conversion.</flag>
<flag name="harfbuzz">Enables OpenType shaping via <pkg>media-libs/harfbuzz</pkg>.</flag>
</use>
<upstream>
<remote-id type="github">libass/libass</remote-id>
</upstream>
</pkgmetadata>
3 changes: 2 additions & 1 deletion media-video/ffmpegthumbnailer/metadata.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?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>video</herd>
Expand All @@ -7,5 +7,6 @@
</maintainer>
<upstream>
<remote-id type="google-code">ffmpegthumbnailer</remote-id>
<remote-id type="github">dirkvdb/ffmpegthumbnailer</remote-id>
</upstream>
</pkgmetadata>
Loading

0 comments on commit dc43359

Please sign in to comment.