summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Hajdan <phajdan.jr@gentoo.org>2012-03-31 17:02:50 +0000
committerPaweł Hajdan <phajdan.jr@gentoo.org>2012-03-31 17:02:50 +0000
commitf0117fa6ecaf8c1da4bc2a17a685ab0e74cccff7 (patch)
tree8510eea8af52b0a8e458f01c425435d341f98a98 /dev-python/vertex
parentAdd upstream remote-id annotations using tools by Corentin Chary, bug #406287. (diff)
downloadhistorical-f0117fa6ecaf8c1da4bc2a17a685ab0e74cccff7.tar.gz
historical-f0117fa6ecaf8c1da4bc2a17a685ab0e74cccff7.tar.bz2
historical-f0117fa6ecaf8c1da4bc2a17a685ab0e74cccff7.zip
Add upstream remote-id annotations using tools by Corentin Chary, bug #406287.
Diffstat (limited to 'dev-python/vertex')
-rw-r--r--dev-python/vertex/metadata.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/dev-python/vertex/metadata.xml b/dev-python/vertex/metadata.xml
index 35e1f6d436a2..ee44d1cd0503 100644
--- a/dev-python/vertex/metadata.xml
+++ b/dev-python/vertex/metadata.xml
@@ -2,14 +2,15 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>python</herd>
- <longdescription lang="en">
- Vertex is an implementation of the Q2Q protocol (sort of like P2P,
+ <longdescription lang="en">Vertex is an implementation of the Q2Q protocol (sort of like P2P,
but one better). There are a few moving parts in Vertex: PTCP is a
protocol which is nearly identical to TCP, but which runs over
UDP. This lets Q2Q penetrate most NAT configurations. JUICE
([JU]ice [I]s [C]oncurrent [E]vents) is a very simple but immensely
flexible protocol which forms the basis of the high-level aspects of
Q2Q. vertex is a command line tool which exposes a few features
- useful in many situations (such as registration and authentication).
- </longdescription>
+ useful in many situations (such as registration and authentication).</longdescription>
+ <upstream>
+ <remote-id type="pypi">Vertex</remote-id>
+ </upstream>
</pkgmetadata>