Skip to content

Commit

Permalink
Add missing remote ids
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Lecher <[email protected]>
  • Loading branch information
jlec committed Aug 31, 2015
1 parent d549808 commit 688b539
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 13 deletions.
29 changes: 16 additions & 13 deletions app-admin/syslog-ng/metadata.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>[email protected]</email>
<name>Michael Sterrett</name>
</maintainer>
<use>
<flag name='amqp'>Enable support for AMQP destinations</flag>
<flag name='smtp'>Enable support for SMTP destinations</flag>
<flag name='spoof-source'>Enable support for spoofed source addresses</flag>
<flag name='json'>Enable support for JSON template formatting via <pkg>dev-libs/json-c</pkg></flag>
<flag name='mongodb'>Enable support for mongodb destinations</flag>
<flag name='pacct'>Enable support for reading Process Accounting files (EXPERIMENTAL, Linux only)</flag>
<flag name='redis'>Enable support for Redis destinations</flag>
</use>
<maintainer>
<email>[email protected]</email>
<name>Michael Sterrett</name>
</maintainer>
<use>
<flag name="amqp">Enable support for AMQP destinations</flag>
<flag name="smtp">Enable support for SMTP destinations</flag>
<flag name="spoof-source">Enable support for spoofed source addresses</flag>
<flag name="json">Enable support for JSON template formatting via <pkg>dev-libs/json-c</pkg></flag>
<flag name="mongodb">Enable support for mongodb destinations</flag>
<flag name="pacct">Enable support for reading Process Accounting files (EXPERIMENTAL, Linux only)</flag>
<flag name="redis">Enable support for Redis destinations</flag>
</use>
<upstream>
<remote-id type="github">balabit/syslog-ng</remote-id>
</upstream>
</pkgmetadata>
3 changes: 3 additions & 0 deletions app-shells/hstr/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@
<email>[email protected]</email>
<name>Patrice Clement</name>
</maintainer>
<upstream>
<remote-id type="github">dvorka/hstr</remote-id>
</upstream>
</pkgmetadata>
1 change: 1 addition & 0 deletions dev-java/javassist/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
<herd>java</herd>
<upstream>
<remote-id type="sourceforge">jboss</remote-id>
<remote-id type="github">jboss-javassist/javassist</remote-id>
</upstream>
</pkgmetadata>
1 change: 1 addition & 0 deletions dev-python/distlib/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
<upstream>
<remote-id type="pypi">distlib</remote-id>
<remote-id type="github">vsajip/distlib</remote-id>
<remote-id type="bitbucket">vinay.sajip/distlib</remote-id>
</upstream>
</pkgmetadata>
1 change: 1 addition & 0 deletions dev-python/pyamf/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
<herd>python</herd>
<upstream>
<remote-id type="github">hydralabs/pyamf</remote-id>
<remote-id type="pypi">PyAMF</remote-id>
</upstream>
</pkgmetadata>
1 change: 1 addition & 0 deletions dev-python/pygit2/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
</maintainer>
<upstream>
<remote-id type="github">libgit2/pygit2</remote-id>
<remote-id type="pypi">pygit2</remote-id>
</upstream>
</pkgmetadata>
1 change: 1 addition & 0 deletions dev-python/stormpath/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
</longdescription>
<upstream>
<remote-id type="github">stormpath/stormpath-sdk-python</remote-id>
<remote-id type="pypi">stormpath</remote-id>
</upstream>
</pkgmetadata>
1 change: 1 addition & 0 deletions dev-python/trollius/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
<upstream>
<remote-id type="pypi">trollius</remote-id>
<remote-id type="bitbucket">enovance/trollius</remote-id>
<remote-id type="github">haypo/trollius</remote-id>
</upstream>
</pkgmetadata>
1 change: 1 addition & 0 deletions dev-util/shflags/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
</maintainer>
<upstream>
<remote-id type="google-code">shflags</remote-id>
<remote-id type="github">kward/shflags</remote-id>
</upstream>
</pkgmetadata>

0 comments on commit 688b539

Please sign in to comment.