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-20071205.ebuild
Date: Fri, 01 Aug 2008 08:05:59
Message-Id: E1KOpe8-00084h-6o@stork.gentoo.org
1 tove 08/08/01 08:05:56
2
3 Modified: ChangeLog
4 Added: perltidy-20071205.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc5/cvs/Linux 2.6.26-tuxonice i686)
8
9 Revision Changes Path
10 1.35 dev-perl/perltidy/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/perltidy/ChangeLog?rev=1.35&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/perltidy/ChangeLog?rev=1.35&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/perltidy/ChangeLog?r1=1.34&r2=1.35
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/perltidy/ChangeLog,v
19 retrieving revision 1.34
20 retrieving revision 1.35
21 diff -u -r1.34 -r1.35
22 --- ChangeLog 10 Nov 2007 19:14:13 -0000 1.34
23 +++ ChangeLog 1 Aug 2008 08:05:55 -0000 1.35
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-perl/perltidy
26 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/perltidy/ChangeLog,v 1.34 2007/11/10 19:14:13 drac Exp $
28 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/perltidy/ChangeLog,v 1.35 2008/08/01 08:05:55 tove Exp $
30 +
31 +*perltidy-20071205 (01 Aug 2008)
32 +
33 + 01 Aug 2008; Torsten Veller <tove@g.o> +perltidy-20071205.ebuild:
34 + Version bump
35
36 10 Nov 2007; Samuli Suominen <drac@g.o> perltidy-20070508.ebuild:
37 amd64 stable
38
39
40
41 1.1 dev-perl/perltidy/perltidy-20071205.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/perltidy/perltidy-20071205.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/perltidy/perltidy-20071205.ebuild?rev=1.1&content-type=text/plain
45
46 Index: perltidy-20071205.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-perl/perltidy/perltidy-20071205.ebuild,v 1.1 2008/08/01 08:05:55 tove Exp $
51
52 inherit perl-module
53
54 S=${WORKDIR}/${P/perltidy/Perl-Tidy}
55 DESCRIPTION="Perl script indenter and beautifier."
56 HOMEPAGE="http://perltidy.sourceforge.net/"
57 SRC_URI="mirror://sourceforge/perltidy/${P/perltidy/Perl-Tidy}.tar.gz"
58
59 SLOT="0"
60 LICENSE="GPL-2"
61 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
62 IUSE=""
63
64 DEPEND="dev-lang/perl"
65
66 SRC_TEST="do"
67
68 mydoc="examples/*"
69 mymake="/usr"
70
71 pkg_postinst() {
72 elog "Example scripts can be found in /usr/share/doc/${P}"
73 }