summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-12-10 19:23:02 +0000
committerTorsten Veller <tove@gentoo.org>2012-12-10 19:23:02 +0000
commit7b424d89037f9b16a7e83da64b417f246a2b22c2 (patch)
tree1239291826501394848be764d64c5d7358e85925 /dev-perl/perltidy
parentAdd ~ppc, wrt bug #446444 (diff)
downloadgentoo-2-7b424d89037f9b16a7e83da64b417f246a2b22c2.tar.gz
gentoo-2-7b424d89037f9b16a7e83da64b417f246a2b22c2.tar.bz2
gentoo-2-7b424d89037f9b16a7e83da64b417f246a2b22c2.zip
[bump] dev-perl/perltidy-20121207.0.0
(Portage version: 2.2.0_alpha145/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)
Diffstat (limited to 'dev-perl/perltidy')
-rw-r--r--dev-perl/perltidy/ChangeLog7
-rw-r--r--dev-perl/perltidy/perltidy-20121207.0.0.ebuild26
2 files changed, 32 insertions, 1 deletions
diff --git a/dev-perl/perltidy/ChangeLog b/dev-perl/perltidy/ChangeLog
index 37941143fd7a..dae7e6c82f75 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.63 2012/10/21 18:22:02 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/perltidy/ChangeLog,v 1.64 2012/12/10 19:23:02 tove Exp $
+
+*perltidy-20121207.0.0 (10 Dec 2012)
+
+ 10 Dec 2012; Torsten Veller <tove@gentoo.org> +perltidy-20121207.0.0.ebuild:
+ Version bump
21 Oct 2012; Raúl Porcel <armin76@gentoo.org> perltidy-20101217.0.0.ebuild,
perltidy-20120714.0.0.ebuild:
diff --git a/dev-perl/perltidy/perltidy-20121207.0.0.ebuild b/dev-perl/perltidy/perltidy-20121207.0.0.ebuild
new file mode 100644
index 000000000000..0193ac628bb3
--- /dev/null
+++ b/dev-perl/perltidy/perltidy-20121207.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-20121207.0.0.ebuild,v 1.1 2012/12/10 19:23:02 tove Exp $
+
+EAPI=4
+
+MY_PN=Perl-Tidy
+MODULE_AUTHOR=SHANCOCK
+MODULE_VERSION=20121207
+inherit perl-module
+
+DESCRIPTION="Perl script indenter and beautifier"
+HOMEPAGE="http://perltidy.sourceforge.net/ ${HOMEPAGE}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~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/*
+}