diff options
author | 2012-07-29 19:42:21 +0000 | |
---|---|---|
committer | 2012-07-29 19:42:21 +0000 | |
commit | 63f933babd646ef7b3b315c427e38f47a42f0400 (patch) | |
tree | 3ff2a68abc506974b5345f879ea6c31b0d5a78b9 /dev-perl/perltidy | |
parent | Fix Manifest (diff) | |
download | historical-63f933babd646ef7b3b315c427e38f47a42f0400.tar.gz historical-63f933babd646ef7b3b315c427e38f47a42f0400.tar.bz2 historical-63f933babd646ef7b3b315c427e38f47a42f0400.zip |
Cleanup
Package-Manager: portage-2.2.0_alpha120/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/perltidy')
-rw-r--r-- | dev-perl/perltidy/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/perltidy/perltidy-20120619.0.0.ebuild | 26 | ||||
-rw-r--r-- | dev-perl/perltidy/perltidy-20120701.0.0.ebuild | 26 |
3 files changed, 5 insertions, 53 deletions
diff --git a/dev-perl/perltidy/ChangeLog b/dev-perl/perltidy/ChangeLog index f85a2e64d345..25c318cecf18 100644 --- a/dev-perl/perltidy/ChangeLog +++ b/dev-perl/perltidy/ChangeLog @@ -1,6 +1,10 @@ # 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.58 2012/07/15 18:43:05 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/perltidy/ChangeLog,v 1.59 2012/07/29 19:39:24 tove Exp $ + + 29 Jul 2012; Torsten Veller <tove@gentoo.org> -perltidy-20120619.0.0.ebuild, + -perltidy-20120701.0.0.ebuild: + Cleanup *perltidy-20120714.0.0 (15 Jul 2012) diff --git a/dev-perl/perltidy/perltidy-20120619.0.0.ebuild b/dev-perl/perltidy/perltidy-20120619.0.0.ebuild deleted file mode 100644 index fafcc5046046..000000000000 --- a/dev-perl/perltidy/perltidy-20120619.0.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# 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-20120619.0.0.ebuild,v 1.1 2012/06/23 14:24:24 tove Exp $ - -EAPI=4 - -MY_PN=Perl-Tidy -MODULE_AUTHOR=SHANCOCK -MODULE_VERSION=20120619 -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/* -} diff --git a/dev-perl/perltidy/perltidy-20120701.0.0.ebuild b/dev-perl/perltidy/perltidy-20120701.0.0.ebuild deleted file mode 100644 index 29ae987e6f77..000000000000 --- a/dev-perl/perltidy/perltidy-20120701.0.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# 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-20120701.0.0.ebuild,v 1.1 2012/07/03 18:16:12 tove Exp $ - -EAPI=4 - -MY_PN=Perl-Tidy -MODULE_AUTHOR=SHANCOCK -MODULE_VERSION=20120701 -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/* -} |