diff options
Diffstat (limited to 'dev-python/vertex/metadata.xml')
-rw-r--r-- | dev-python/vertex/metadata.xml | 25 |
1 files changed, 11 insertions, 14 deletions
diff --git a/dev-python/vertex/metadata.xml b/dev-python/vertex/metadata.xml index e2648708a39a..35e1f6d436a2 100644 --- a/dev-python/vertex/metadata.xml +++ b/dev-python/vertex/metadata.xml @@ -1,18 +1,15 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>python</herd> -<maintainer> - <email>marienz@gentoo.org</email> -</maintainer> -<longdescription> - 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> + <herd>python</herd> + <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> </pkgmetadata> |