summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-07-15 18:43:05 +0000
committerTorsten Veller <tove@gentoo.org>2012-07-15 18:43:05 +0000
commit7218032c8788574eb2a3c78fb9f2be1d1adbc8b3 (patch)
tree57974b44143b0ba1f710281a10592fa8ade0010d /dev-perl/perltidy
parentalpha/ia64/sh/sparc stable wrt #410611 (diff)
downloadgentoo-2-7218032c8788574eb2a3c78fb9f2be1d1adbc8b3.tar.gz
gentoo-2-7218032c8788574eb2a3c78fb9f2be1d1adbc8b3.tar.bz2
gentoo-2-7218032c8788574eb2a3c78fb9f2be1d1adbc8b3.zip
[bump] dev-perl/perltidy-20120714.0.0
(Portage version: 2.2.0_alpha118/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/perltidy')
-rw-r--r--dev-perl/perltidy/ChangeLog7
-rw-r--r--dev-perl/perltidy/perltidy-20120714.0.0.ebuild26
2 files changed, 32 insertions, 1 deletions
diff --git a/dev-perl/perltidy/ChangeLog b/dev-perl/perltidy/ChangeLog
index f746d32ade78..f85a2e64d345 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.57 2012/07/03 18:16:12 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/perltidy/ChangeLog,v 1.58 2012/07/15 18:43:05 tove Exp $
+
+*perltidy-20120714.0.0 (15 Jul 2012)
+
+ 15 Jul 2012; Torsten Veller <tove@gentoo.org> +perltidy-20120714.0.0.ebuild:
+ Version bump
*perltidy-20120701.0.0 (03 Jul 2012)
diff --git a/dev-perl/perltidy/perltidy-20120714.0.0.ebuild b/dev-perl/perltidy/perltidy-20120714.0.0.ebuild
new file mode 100644
index 000000000000..84c1e4d6985d
--- /dev/null
+++ b/dev-perl/perltidy/perltidy-20120714.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-20120714.0.0.ebuild,v 1.1 2012/07/15 18:43:05 tove Exp $
+
+EAPI=4
+
+MY_PN=Perl-Tidy
+MODULE_AUTHOR=SHANCOCK
+MODULE_VERSION=20120714
+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/*
+}