summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-06-03 21:11:30 +0000
committerJustin Lecher <jlec@gentoo.org>2015-06-03 21:11:30 +0000
commitfdd367ff871470267e7b52a909daba0403b31afa (patch)
tree459058c96d111ea00f1665a380aa2bbcd7cc4c2b /dev-python
parentbup (diff)
downloadgentoo-2-fdd367ff871470267e7b52a909daba0403b31afa.tar.gz
gentoo-2-fdd367ff871470267e7b52a909daba0403b31afa.tar.bz2
gentoo-2-fdd367ff871470267e7b52a909daba0403b31afa.zip
Add pypi to remote-id in metadata.xml
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pysnmp/ChangeLog5
-rw-r--r--dev-python/pysnmp/metadata.xml11
2 files changed, 11 insertions, 5 deletions
diff --git a/dev-python/pysnmp/ChangeLog b/dev-python/pysnmp/ChangeLog
index cbcb87f42c77..e4ecd3d0b209 100644
--- a/dev-python/pysnmp/ChangeLog
+++ b/dev-python/pysnmp/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pysnmp
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pysnmp/ChangeLog,v 1.66 2015/04/08 08:05:11 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pysnmp/ChangeLog,v 1.67 2015/06/03 21:11:30 jlec Exp $
+
+ 03 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
+ Add pypi to remote-id in metadata.xml
08 Apr 2015; Michał Górny <mgorny@gentoo.org> pysnmp-4.2.2-r1.ebuild:
Drop old Python implementations
diff --git a/dev-python/pysnmp/metadata.xml b/dev-python/pysnmp/metadata.xml
index 7faa5aee922f..b43eff4a7df9 100644
--- a/dev-python/pysnmp/metadata.xml
+++ b/dev-python/pysnmp/metadata.xml
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>python</herd>
-<herd>netmon</herd>
-<longdescription>
+ <herd>python</herd>
+ <herd>netmon</herd>
+ <longdescription>
This is a Python implementation of SNMP v.1/v.2c engine. Its general
functionality is to assemble/disassemble SNMP messages from/into
given SNMP Object IDs along with associated values. PySNMP also provides
@@ -12,7 +12,7 @@ a few transport methods specific to TCP/IP networking.
PySNMP is written entirely in Python and is self-sufficient in terms
that it does not rely on any third party tool (it is not a wrapper!).
</longdescription>
-<longdescription lang="ja">
+ <longdescription lang="ja">
これは SNMP v.1/v.2 エンジンのPython言語での実装です。関連値に沿ったSNMPオブジェ
クトIDから/へSNMPメッセージをアセンブル/ディスアセンブルするのが一般的な機能です
。PySNMPは幾つかのTCP/IPネットワーキングを特定するトランスポート・メソッドも提供
@@ -21,4 +21,7 @@ that it does not rely on any third party tool (it is not a wrapper!).
PySNMPは全体をPython言語で記述され、どのサードパーティ製ツールも信用しない立場で
自給自足します。(これはラッパー・ツールではありません。)
</longdescription>
+ <upstream>
+ <remote-id type="pypi">pysnmp</remote-id>
+ </upstream>
</pkgmetadata>