Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/SNMP_Session: metadata.xml ChangeLog SNMP_Session-1.12.ebuild
Date: Fri, 30 Jan 2009 08:02:08
Message-Id: E1LSoKE-0007ei-NS@stork.gentoo.org
1 tove 09/01/30 08:02:06
2
3 Modified: metadata.xml ChangeLog
4 Added: SNMP_Session-1.12.ebuild
5 Log:
6 Version bump. Fixes #256847.
7 (Portage version: 2.2_rc23/cvs/Linux i686)
8
9 Revision Changes Path
10 1.2 dev-perl/SNMP_Session/metadata.xml
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/SNMP_Session/metadata.xml?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/SNMP_Session/metadata.xml?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/SNMP_Session/metadata.xml?r1=1.1&r2=1.2
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/SNMP_Session/metadata.xml,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- metadata.xml 15 Oct 2003 00:11:59 -0000 1.1
23 +++ metadata.xml 30 Jan 2009 08:02:06 -0000 1.2
24 @@ -2,9 +2,4 @@
25 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
26 <pkgmetadata>
27 <herd>perl</herd>
28 - <maintainer>
29 - <email>perl@g.o</email>
30 - <description>Primary Maintainer</description>
31 - </maintainer>
32 - <longdescription></longdescription>
33 </pkgmetadata>
34
35
36
37 1.16 dev-perl/SNMP_Session/ChangeLog
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/SNMP_Session/ChangeLog?rev=1.16&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/SNMP_Session/ChangeLog?rev=1.16&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/SNMP_Session/ChangeLog?r1=1.15&r2=1.16
42
43 Index: ChangeLog
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-perl/SNMP_Session/ChangeLog,v
46 retrieving revision 1.15
47 retrieving revision 1.16
48 diff -u -r1.15 -r1.16
49 --- ChangeLog 19 Jan 2007 15:45:20 -0000 1.15
50 +++ ChangeLog 30 Jan 2009 08:02:06 -0000 1.16
51 @@ -1,6 +1,12 @@
52 # ChangeLog for dev-perl/SNMP_Session
53 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SNMP_Session/ChangeLog,v 1.15 2007/01/19 15:45:20 mcummings Exp $
55 +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
56 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SNMP_Session/ChangeLog,v 1.16 2009/01/30 08:02:06 tove Exp $
57 +
58 +*SNMP_Session-1.12 (30 Jan 2009)
59 +
60 + 30 Jan 2009; Torsten Veller <tove@g.o> metadata.xml,
61 + +SNMP_Session-1.12.ebuild:
62 + Version bump. Fixes #256847.
63
64 19 Jan 2007; Michael Cummings <mcummings@g.o>
65 -SNMP_Session-0.92.ebuild, SNMP_Session-0.92-r1.ebuild:
66
67
68
69 1.1 dev-perl/SNMP_Session/SNMP_Session-1.12.ebuild
70
71 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/SNMP_Session/SNMP_Session-1.12.ebuild?rev=1.1&view=markup
72 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/SNMP_Session/SNMP_Session-1.12.ebuild?rev=1.1&content-type=text/plain
73
74 Index: SNMP_Session-1.12.ebuild
75 ===================================================================
76 # Copyright 1999-2009 Gentoo Foundation
77 # Distributed under the terms of the GNU General Public License v2
78 # $Header: /var/cvsroot/gentoo-x86/dev-perl/SNMP_Session/SNMP_Session-1.12.ebuild,v 1.1 2009/01/30 08:02:06 tove Exp $
79
80 inherit perl-module
81
82 DESCRIPTION="A SNMP Perl Module"
83 SRC_URI="http://www.switch.ch/misc/leinen/snmp/perl/dist/${P}.tar.gz"
84 HOMEPAGE="http://www.switch.ch/misc/leinen/snmp/perl/"
85
86 LICENSE="Artistic-2"
87 SLOT="0"
88 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
89 IUSE=""
90
91 DEPEND="dev-lang/perl"
92
93 mydoc="README.SNMP_util"
94
95 src_install() {
96 perl-module_src_install
97 dohtml *.html
98 }