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/perltidy: ChangeLog perltidy-20090616.ebuild
Date: Sun, 21 Jun 2009 10:28:21
Message-Id: E1MIKHN-0006Z5-PF@stork.gentoo.org
1 tove 09/06/21 10:28:05
2
3 Modified: ChangeLog
4 Added: perltidy-20090616.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc33/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.44 dev-perl/perltidy/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/perltidy/ChangeLog?rev=1.44&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/perltidy/ChangeLog?rev=1.44&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/perltidy/ChangeLog?r1=1.43&r2=1.44
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/perltidy/ChangeLog,v
19 retrieving revision 1.43
20 retrieving revision 1.44
21 diff -u -r1.43 -r1.44
22 --- ChangeLog 1 May 2009 21:20:11 -0000 1.43
23 +++ ChangeLog 21 Jun 2009 10:28:05 -0000 1.44
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-perl/perltidy
26 -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/perltidy/ChangeLog,v 1.43 2009/05/01 21:20:11 tove Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/perltidy/ChangeLog,v 1.44 2009/06/21 10:28:05 tove Exp $
30 +
31 +*perltidy-20090616 (21 Jun 2009)
32 +
33 + 21 Jun 2009; Torsten Veller <tove@g.o> +perltidy-20090616.ebuild:
34 + Version bump
35
36 01 May 2009; Torsten Veller <tove@g.o> -perltidy-20070508.ebuild:
37 Cleanup
38
39
40
41 1.1 dev-perl/perltidy/perltidy-20090616.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/perltidy/perltidy-20090616.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/perltidy/perltidy-20090616.ebuild?rev=1.1&content-type=text/plain
45
46 Index: perltidy-20090616.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-perl/perltidy/perltidy-20090616.ebuild,v 1.1 2009/06/21 10:28:05 tove Exp $
51
52 EAPI=2
53
54 MY_PN=Perl-Tidy
55 MY_P=${MY_PN}-${PV}
56 MODULE_AUTHOR=SHANCOCK
57 S=${WORKDIR}/${MY_P}
58 inherit perl-module
59
60 DESCRIPTION="Perl script indenter and beautifier."
61 HOMEPAGE="http://perltidy.sourceforge.net/"
62
63 LICENSE="GPL-2"
64 SLOT="0"
65 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
66 IUSE=""
67
68 SRC_TEST="do"
69
70 src_install() {
71 perl-module_src_install
72 docinto examples
73 dodoc "${S}"/examples/*
74 }
75
76 pkg_postinst() {
77 elog "Example scripts can be found in /usr/share/doc/${PF}"
78 }