summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-04-05 18:40:25 +0000
committerTorsten Veller <tove@gentoo.org>2012-04-05 18:40:25 +0000
commit0524aba4399355a600a8b3379cf43378dfc4821e (patch)
treeca1e59e1ae1312e5dec32f479a0c2f59ca4d7ebc /dev-perl/perltidy
parentAllow newer versions of util-linux to provide eject (since it does). (diff)
downloadhistorical-0524aba4399355a600a8b3379cf43378dfc4821e.tar.gz
historical-0524aba4399355a600a8b3379cf43378dfc4821e.tar.bz2
historical-0524aba4399355a600a8b3379cf43378dfc4821e.zip
Cleanup
Package-Manager: portage-2.2.0_alpha99/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/perltidy')
-rw-r--r--dev-perl/perltidy/ChangeLog5
-rw-r--r--dev-perl/perltidy/perltidy-20071205.ebuild27
2 files changed, 4 insertions, 28 deletions
diff --git a/dev-perl/perltidy/ChangeLog b/dev-perl/perltidy/ChangeLog
index c4c73b4e918b..5ae794da27a4 100644
--- a/dev-perl/perltidy/ChangeLog
+++ b/dev-perl/perltidy/ChangeLog
@@ -1,6 +1,9 @@
# 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.54 2012/03/31 17:08:27 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/perltidy/ChangeLog,v 1.55 2012/04/05 18:24:55 tove Exp $
+
+ 05 Apr 2012; Torsten Veller <tove@gentoo.org> -perltidy-20071205.ebuild:
+ Cleanup
31 Mar 2012; Raúl Porcel <armin76@gentoo.org> perltidy-20071205.ebuild,
perltidy-20101217.0.0.ebuild:
diff --git a/dev-perl/perltidy/perltidy-20071205.ebuild b/dev-perl/perltidy/perltidy-20071205.ebuild
deleted file mode 100644
index 887b5910d7a8..000000000000
--- a/dev-perl/perltidy/perltidy-20071205.ebuild
+++ /dev/null
@@ -1,27 +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-20071205.ebuild,v 1.9 2012/03/31 17:08:27 armin76 Exp $
-
-EAPI=2
-
-MY_PN=Perl-Tidy
-MY_P=${MY_PN}-${PV}
-MODULE_AUTHOR=SHANCOCK
-inherit perl-module
-
-DESCRIPTION="Perl script indenter and beautifier."
-HOMEPAGE="http://perltidy.sourceforge.net/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ppc x86"
-IUSE=""
-
-S=${WORKDIR}/${MY_P}
-
-SRC_TEST="do"
-mydoc="examples/*"
-
-pkg_postinst() {
- elog "Example scripts can be found in /usr/share/doc/${PF}"
-}