diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2015-01-09 00:17:25 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2015-01-09 00:17:25 +0000 |
commit | 8a196d0ba016177bd79b7af4b548d8908b66c6da (patch) | |
tree | 43935935daee43cab741c1dec2748ab77479ab20 /dev-perl/perltidy | |
parent | Version bump. (diff) | |
download | gentoo-2-8a196d0ba016177bd79b7af4b548d8908b66c6da.tar.gz gentoo-2-8a196d0ba016177bd79b7af4b548d8908b66c6da.tar.bz2 gentoo-2-8a196d0ba016177bd79b7af4b548d8908b66c6da.zip |
Version bump
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-perl/perltidy')
-rw-r--r-- | dev-perl/perltidy/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/perltidy/perltidy-20140711.0.0.ebuild | 26 |
2 files changed, 33 insertions, 2 deletions
diff --git a/dev-perl/perltidy/ChangeLog b/dev-perl/perltidy/ChangeLog index b73f34437fc0..38e4f2326d8c 100644 --- a/dev-perl/perltidy/ChangeLog +++ b/dev-perl/perltidy/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/perltidy -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/perltidy/ChangeLog,v 1.72 2014/12/07 19:19:16 zlogene Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/perltidy/ChangeLog,v 1.73 2015/01/09 00:17:25 zlogene Exp $ + +*perltidy-20140711.0.0 (09 Jan 2015) + + 09 Jan 2015; Mikle Kolyada <zlogene@gentoo.org> +perltidy-20140711.0.0.ebuild: + Version bump 07 Dec 2014; Mikle Kolyada <zlogene@gentoo.org> perltidy-20130922.0.0.ebuild: Add ~ppc64 keyword diff --git a/dev-perl/perltidy/perltidy-20140711.0.0.ebuild b/dev-perl/perltidy/perltidy-20140711.0.0.ebuild new file mode 100644 index 000000000000..b453421987ed --- /dev/null +++ b/dev-perl/perltidy/perltidy-20140711.0.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/perltidy/perltidy-20140711.0.0.ebuild,v 1.1 2015/01/09 00:17:25 zlogene Exp $ + +EAPI=5 + +MY_PN=Perl-Tidy +MODULE_AUTHOR=SHANCOCK +MODULE_VERSION=20140711 +inherit perl-module + +DESCRIPTION="Perl script indenter and beautifier" +HOMEPAGE="http://perltidy.sourceforge.net/ ${HOMEPAGE}" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~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/* +} |