summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/inspircd/metadata.xml5
-rw-r--r--net-irc/irssi-xmpp/metadata.xml7
-rw-r--r--net-irc/irssi/metadata.xml27
-rw-r--r--net-irc/rbot/metadata.xml33
4 files changed, 42 insertions, 30 deletions
diff --git a/net-irc/inspircd/metadata.xml b/net-irc/inspircd/metadata.xml
index 4125f521effd..392f1045061b 100644
--- a/net-irc/inspircd/metadata.xml
+++ b/net-irc/inspircd/metadata.xml
@@ -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>
<longdescription lang="en">
@@ -24,4 +24,7 @@
<flag name="ssl">Enable SSL support</flag>
<flag name="tre">Enable support for TRE, a lightweight, robust, and efficient POSIX compliant regexp matching library</flag>
</use>
+ <upstream>
+ <remote-id type="github">inspircd/inspircd</remote-id>
+ </upstream>
</pkgmetadata>
diff --git a/net-irc/irssi-xmpp/metadata.xml b/net-irc/irssi-xmpp/metadata.xml
index 6f49eba8f496..d726f7c84157 100644
--- a/net-irc/irssi-xmpp/metadata.xml
+++ b/net-irc/irssi-xmpp/metadata.xml
@@ -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>
-<!-- maintainer-needed -->
+ <!-- maintainer-needed -->
+ <upstream>
+ <remote-id type="github">cdidier/irssi-xmpp</remote-id>
+ </upstream>
</pkgmetadata>
diff --git a/net-irc/irssi/metadata.xml b/net-irc/irssi/metadata.xml
index d9c3b639a8c6..093a5678c5e3 100644
--- a/net-irc/irssi/metadata.xml
+++ b/net-irc/irssi/metadata.xml
@@ -1,15 +1,18 @@
-<?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 type="person">
- <email>swegener@gentoo.org</email>
- <description>Primary Maintainer</description>
-</maintainer>
-<maintainer type="person">
- <email>monsieurp@gentoo.org</email>
- <name>Patrice Clement</name>
-</maintainer>
-<use>
- <flag name="proxy">Adds support for a loadable IRC proxy module</flag>
-</use>
+ <maintainer type="person">
+ <email>swegener@gentoo.org</email>
+ <description>Primary Maintainer</description>
+ </maintainer>
+ <maintainer type="person">
+ <email>monsieurp@gentoo.org</email>
+ <name>Patrice Clement</name>
+ </maintainer>
+ <use>
+ <flag name="proxy">Adds support for a loadable IRC proxy module</flag>
+ </use>
+ <upstream>
+ <remote-id type="github">irssi/irssi</remote-id>
+ </upstream>
</pkgmetadata>
diff --git a/net-irc/rbot/metadata.xml b/net-irc/rbot/metadata.xml
index f51f366a4844..9be5ac250eb4 100644
--- a/net-irc/rbot/metadata.xml
+++ b/net-irc/rbot/metadata.xml
@@ -1,62 +1,65 @@
-<?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 type="project">
<email>ruby@gentoo.org</email>
<name>Gentoo Ruby Project</name>
</maintainer>
-<use>
- <flag name="timezone">
+ <use>
+ <flag name="timezone">
Add dependency over <pkg>dev-ruby/tzinfo</pkg> to enable the "time"
plugin for rbot. If the USE flag is disabled the plugin is also
disabled by default.
</flag>
- <flag name="aspell">
+ <flag name="aspell">
Use aspell instead of ispell in the "spell" plugin for rbot. The
vanilla plugin uses ispell, but enabling this flag makes it use
the ispell interface from aspell instead.
- </flag>
- <flag name="translator">
+ </flag>
+ <flag name="translator">
Add dependency over <pkg>dev-ruby/mechanize</pkg>, which is needed
to enable the "translator" plugin for rbot. If the USE flag is
disabled the plugin is also disabled by default.
</flag>
- <flag name="shorturl">
+ <flag name="shorturl">
Add dependency over <pkg>dev-ruby/shorturl</pkg>, which is needed
to enable the "shortenurl" plugin for rbot. If the USE flag is
disabled the plugin is also disabled by default.
</flag>
- <flag name="nls">
+ <flag name="nls">
Build and install translation for the messages coming from the bot
and its plugins (through <pkg>dev-ruby/ruby-gettext</pkg>).
</flag>
- <flag name="figlet">
+ <flag name="figlet">
Add dependency over <pkg>app-misc/figlet</pkg>, which is used by
the "figlet" plugin for rbot. If the USE flag is disabled the
plugin will be unable to use figlet; if toilet is also disabled,
the plugin will be disabled.
</flag>
- <flag name="toilet">
+ <flag name="toilet">
Add dependency over <pkg>app-misc/toilet</pkg>, which is used by
the "figlet" plugin for rbot. If the USE flag is disabled the
plugin will be unable to use toilet; if figlet is also disabled,
the plugin will be disabled.
</flag>
- <flag name="fortune">
+ <flag name="fortune">
Add dependency over <pkg>games-misc/fortune-mod</pkg>, which is
needed to enable the "fortune" plugin for rbot. If the USE flag is
disabled the plugin is also disabled by default.
</flag>
- <flag name="cal">
+ <flag name="cal">
Add dependency over a package providing the /usr/bin/cal command,
which is needed to enable the "cal" plugin for rbot. If the USE
flag is disabled the plugin is also disabled by default.
- </flag>
- <flag name="host">
+ </flag>
+ <flag name="host">
Add dependency over <pkg>net-dns/bind-tools</pkg> (providing
/usr/bin/host), which is needed to enable the "host" plugin for
rbot. If the USE flag is disabled the plugin is also disabled by
default.
</flag>
-</use>
+ </use>
+ <upstream>
+ <remote-id type="github">ruby-rbot/rbot</remote-id>
+ </upstream>
</pkgmetadata>