Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/SNMP_Session: ChangeLog SNMP_Session-1.13.ebuild
Date: Fri, 08 Jan 2010 21:23:30
Message-Id: E1NTMIm-00050y-9R@stork.gentoo.org
1 patrick 10/01/08 21:23:24
2
3 Modified: ChangeLog
4 Added: SNMP_Session-1.13.ebuild
5 Log:
6 Bump for #281501, changed homepage and src_uri
7 (Portage version: 2.2_rc61/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.17 dev-perl/SNMP_Session/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/SNMP_Session/ChangeLog?rev=1.17&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/SNMP_Session/ChangeLog?rev=1.17&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/SNMP_Session/ChangeLog?r1=1.16&r2=1.17
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/SNMP_Session/ChangeLog,v
19 retrieving revision 1.16
20 retrieving revision 1.17
21 diff -u -r1.16 -r1.17
22 --- ChangeLog 30 Jan 2009 08:02:06 -0000 1.16
23 +++ ChangeLog 8 Jan 2010 21:23:23 -0000 1.17
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-perl/SNMP_Session
26 -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SNMP_Session/ChangeLog,v 1.16 2009/01/30 08:02:06 tove Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SNMP_Session/ChangeLog,v 1.17 2010/01/08 21:23:23 patrick Exp $
30 +
31 +*SNMP_Session-1.13 (08 Jan 2010)
32 +
33 + 08 Jan 2010; Patrick Lauer <patrick@g.o> +SNMP_Session-1.13.ebuild:
34 + Bump for #281501, changed homepage and src_uri
35
36 *SNMP_Session-1.12 (30 Jan 2009)
37
38
39
40
41 1.1 dev-perl/SNMP_Session/SNMP_Session-1.13.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/SNMP_Session/SNMP_Session-1.13.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/SNMP_Session/SNMP_Session-1.13.ebuild?rev=1.1&content-type=text/plain
45
46 Index: SNMP_Session-1.13.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-perl/SNMP_Session/SNMP_Session-1.13.ebuild,v 1.1 2010/01/08 21:23:23 patrick Exp $
51
52 inherit perl-module
53
54 DESCRIPTION="A SNMP Perl Module"
55 SRC_URI="http://snmp-session.googlecode.com/files/${P}.tar.gz"
56 HOMEPAGE="http://code.google.com/p/snmp-session/"
57
58 LICENSE="Artistic-2"
59 SLOT="0"
60 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
61 IUSE=""
62
63 DEPEND="dev-lang/perl"
64
65 mydoc="README.SNMP_util"
66
67 src_install() {
68 perl-module_src_install
69 dohtml *.html
70 }