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/perltidy-20120714.0.0.ebuild
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/perltidy-20120714.0.0.ebuild')
-rw-r--r--dev-perl/perltidy/perltidy-20120714.0.0.ebuild26
1 files changed, 26 insertions, 0 deletions
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/*
+}