summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-07-03 18:16:12 +0000
committerTorsten Veller <tove@gentoo.org>2012-07-03 18:16:12 +0000
commit377c0fefccb2a22ed0afc9b7a379bddd6c5fbf4d (patch)
treecd8a28f5ff7bb92d0f99bdd0bf037ec230d041f3 /dev-perl
parentUnmask sys-fs/btrfs-progs-0.19* (see bug #420477) (diff)
downloadgentoo-2-377c0fefccb2a22ed0afc9b7a379bddd6c5fbf4d.tar.gz
gentoo-2-377c0fefccb2a22ed0afc9b7a379bddd6c5fbf4d.tar.bz2
gentoo-2-377c0fefccb2a22ed0afc9b7a379bddd6c5fbf4d.zip
[bump] dev-perl/perltidy-20120701.0.0
(Portage version: 2.2.0_alpha115_p2/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/perltidy/ChangeLog7
-rw-r--r--dev-perl/perltidy/perltidy-20120701.0.0.ebuild26
2 files changed, 32 insertions, 1 deletions
diff --git a/dev-perl/perltidy/ChangeLog b/dev-perl/perltidy/ChangeLog
index 9fa44b03cffd..f746d32ade78 100644
--- a/dev-perl/perltidy/ChangeLog
+++ b/dev-perl/perltidy/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/perltidy
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/perltidy/ChangeLog,v 1.56 2012/06/23 14:24:24 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/perltidy/ChangeLog,v 1.57 2012/07/03 18:16:12 tove Exp $
+
+*perltidy-20120701.0.0 (03 Jul 2012)
+
+ 03 Jul 2012; Torsten Veller <tove@gentoo.org> +perltidy-20120701.0.0.ebuild:
+ Version bump
*perltidy-20120619.0.0 (23 Jun 2012)
diff --git a/dev-perl/perltidy/perltidy-20120701.0.0.ebuild b/dev-perl/perltidy/perltidy-20120701.0.0.ebuild
new file mode 100644
index 000000000000..29ae987e6f77
--- /dev/null
+++ b/dev-perl/perltidy/perltidy-20120701.0.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/perltidy/perltidy-20120701.0.0.ebuild,v 1.1 2012/07/03 18:16:12 tove Exp $
+
+EAPI=4
+
+MY_PN=Perl-Tidy
+MODULE_AUTHOR=SHANCOCK
+MODULE_VERSION=20120701
+inherit perl-module
+
+DESCRIPTION="Perl script indenter and beautifier"
+HOMEPAGE="http://perltidy.sourceforge.net/ ${HOMEPAGE}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+IUSE=""
+
+SRC_TEST="do"
+
+src_install() {
+ perl-module_src_install
+ docinto examples
+ dodoc "${S}"/examples/*
+}