summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-09-07 17:56:00 +0200
committerJustin Lecher <jlec@gentoo.org>2015-09-07 17:58:41 +0200
commit438605963973a406d2631521da60e3964c47fe0a (patch)
tree3bdbb5735bae2129a3f360b16d7c4fe26991febd /net-libs
parentdev-util/shellcheck: Fix vesion correctly (diff)
downloadgentoo-438605963973a406d2631521da60e3964c47fe0a.tar.gz
gentoo-438605963973a406d2631521da60e3964c47fe0a.tar.bz2
gentoo-438605963973a406d2631521da60e3964c47fe0a.zip
ADd missing remote-id entries
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/libcrafter/metadata.xml7
-rw-r--r--net-libs/pacparser/metadata.xml15
2 files changed, 13 insertions, 9 deletions
diff --git a/net-libs/libcrafter/metadata.xml b/net-libs/libcrafter/metadata.xml
index 5ecde58044f6..6bfb7dbc5f46 100644
--- a/net-libs/libcrafter/metadata.xml
+++ b/net-libs/libcrafter/metadata.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>netmon</herd>
-<longdescription lang='en'>
+ <herd>netmon</herd>
+ <longdescription lang="en">
Libcrafter is a high level library for C++ designed to facilitate the creation
and decoding of network packets. It is able to craft or decode packets of most
common networks protocols, send them on the wire, capture them and match
@@ -27,4 +27,7 @@ Ethernet, SLL (Linux cooked-mode capture), ARP, DHCP, DHCP options, IP, IP
options, IPv6, ICMP, ICMPv6, ICMP extensions, ICMPv6 extensions, TCP, TCP
options, UDP and DNS
</longdescription>
+ <upstream>
+ <remote-id type="github">pellegre/libcrafter</remote-id>
+ </upstream>
</pkgmetadata>
diff --git a/net-libs/pacparser/metadata.xml b/net-libs/pacparser/metadata.xml
index 67c25ef2c2c0..e4e396310bbe 100644
--- a/net-libs/pacparser/metadata.xml
+++ b/net-libs/pacparser/metadata.xml
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer>
- <email>bicatali@gentoo.org</email>
-</maintainer>
-<longdescription>
+ <maintainer>
+ <email>bicatali@gentoo.org</email>
+ </maintainer>
+ <longdescription>
A library to parse proxy auto-config (PAC) files. Proxy auto-config
files are a vastly used proxy configuration method these days. Web
browsers can use a PAC file to determine which proxy server to use
@@ -20,7 +20,8 @@
add this PAC file parsing capability to any program (C and Python
supported right now).
</longdescription>
-<upstream>
- <remote-id type="google-code">pacproxy</remote-id>
-</upstream>
+ <upstream>
+ <remote-id type="google-code">pacproxy</remote-id>
+ <remote-id type="github">pacparser/pacparser</remote-id>
+ </upstream>
</pkgmetadata>