Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/rrdtool: rrdtool-1.4.2.ebuild ChangeLog
Date: Wed, 26 May 2010 20:28:05
Message-Id: 20100526202802.E34EE2CF0D@corvid.gentoo.org
1 tove 10/05/26 20:28:02
2
3 Modified: rrdtool-1.4.2.ebuild ChangeLog
4 Log:
5 Move perl-modules to vendor-dir. Delete .packlist files (#297134)
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.6 net-analyzer/rrdtool/rrdtool-1.4.2.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.4.2.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.4.2.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.4.2.ebuild?r1=1.5&r2=1.6
14
15 Index: rrdtool-1.4.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.4.2.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- rrdtool-1.4.2.ebuild 26 May 2010 17:03:56 -0000 1.5
22 +++ rrdtool-1.4.2.ebuild 26 May 2010 20:28:02 -0000 1.6
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.4.2.ebuild,v 1.5 2010/05/26 17:03:56 abcd Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.4.2.ebuild,v 1.6 2010/05/26 20:28:02 tove Exp $
28
29 EAPI="3"
30
31 @@ -53,6 +53,7 @@
32 $(use_enable ruby ruby-site-install) \
33 $(use_enable perl) \
34 $(use_enable perl perl-site-install) \
35 + --with-perl-options=INSTALLDIRS=vendor \
36 $(use_enable tcl) \
37 $(use_with tcl tcllib "${EPREFIX}"/usr/$(get_libdir)) \
38 $(use_enable python)
39 @@ -65,7 +66,10 @@
40 rm -rf "${ED}"usr/share/doc/${PF}/{html,txt}
41 fi
42
43 - use perl && perl_delete_localpod
44 + if use perl ; then
45 + perl_delete_localpod
46 + perl_delete_packlist
47 + fi
48
49 dodoc CHANGES CONTRIBUTORS NEWS README THREADS TODO
50 }
51
52
53
54 1.202 net-analyzer/rrdtool/ChangeLog
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/rrdtool/ChangeLog?rev=1.202&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/rrdtool/ChangeLog?rev=1.202&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/rrdtool/ChangeLog?r1=1.201&r2=1.202
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/ChangeLog,v
63 retrieving revision 1.201
64 retrieving revision 1.202
65 diff -u -r1.201 -r1.202
66 --- ChangeLog 26 May 2010 17:03:56 -0000 1.201
67 +++ ChangeLog 26 May 2010 20:28:02 -0000 1.202
68 @@ -1,6 +1,9 @@
69 # ChangeLog for net-analyzer/rrdtool
70 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/ChangeLog,v 1.201 2010/05/26 17:03:56 abcd Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/ChangeLog,v 1.202 2010/05/26 20:28:02 tove Exp $
73 +
74 + 26 May 2010; Torsten Veller <tove@g.o> rrdtool-1.4.2.ebuild:
75 + Move perl-modules to vendor-dir. Delete .packlist files (#297134)
76
77 26 May 2010; Jonathan Callen <abcd@g.o> rrdtool-1.4.2.ebuild:
78 Bump to EAPI=3, add prefix keywords, clean up ebuild