summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-01-13 18:55:26 +0000
committerTorsten Veller <tove@gentoo.org>2011-01-13 18:55:26 +0000
commit955389340b4cbb695b547a613a627ed9c3055bac (patch)
treeff7567e3c0c065c0d3db16cd947a60beb9398144 /dev-perl/perltidy
parentstable ppc, bug 350116 (diff)
downloadgentoo-2-955389340b4cbb695b547a613a627ed9c3055bac.tar.gz
gentoo-2-955389340b4cbb695b547a613a627ed9c3055bac.tar.bz2
gentoo-2-955389340b4cbb695b547a613a627ed9c3055bac.zip
Version bump
(Portage version: 2.2.0_alpha15/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/perltidy')
-rw-r--r--dev-perl/perltidy/ChangeLog9
-rw-r--r--dev-perl/perltidy/perltidy-20101217.ebuild26
2 files changed, 33 insertions, 2 deletions
diff --git a/dev-perl/perltidy/ChangeLog b/dev-perl/perltidy/ChangeLog
index e49c95cc3b10..a531ec4f727c 100644
--- a/dev-perl/perltidy/ChangeLog
+++ b/dev-perl/perltidy/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/perltidy
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/perltidy/ChangeLog,v 1.45 2010/01/10 20:00:05 grobian Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/perltidy/ChangeLog,v 1.46 2011/01/13 18:55:26 tove Exp $
+
+*perltidy-20101217 (13 Jan 2011)
+
+ 13 Jan 2011; Torsten Veller <tove@gentoo.org> +perltidy-20101217.ebuild:
+ Version bump
10 Jan 2010; Fabian Groffen <grobian@gentoo.org> perltidy-20090616.ebuild:
Transfer Prefix keywords
diff --git a/dev-perl/perltidy/perltidy-20101217.ebuild b/dev-perl/perltidy/perltidy-20101217.ebuild
new file mode 100644
index 000000000000..1da4c62757fc
--- /dev/null
+++ b/dev-perl/perltidy/perltidy-20101217.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/perltidy/perltidy-20101217.ebuild,v 1.1 2011/01/13 18:55:26 tove Exp $
+
+EAPI=3
+
+MY_PN=Perl-Tidy
+MODULE_AUTHOR=SHANCOCK
+MODULE_VERSION=20101217
+inherit perl-module
+
+DESCRIPTION="Perl script indenter and beautifier."
+HOMEPAGE="http://perltidy.sourceforge.net/ ${HOMEPAGE}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~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/*
+}