summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2004-02-04 13:52:12 +0000
committerMichael Cummings <mcummings@gentoo.org>2004-02-04 13:52:12 +0000
commit4eb9bde6f72e61cc4c206b526a582ea6e5ff95de (patch)
tree76ab60ce729c7e0271c5c924c5f0d428c2d01c77 /dev-perl/perltidy
parentOverdue update (diff)
downloadgentoo-2-4eb9bde6f72e61cc4c206b526a582ea6e5ff95de.tar.gz
gentoo-2-4eb9bde6f72e61cc4c206b526a582ea6e5ff95de.tar.bz2
gentoo-2-4eb9bde6f72e61cc4c206b526a582ea6e5ff95de.zip
Overdue update
Diffstat (limited to 'dev-perl/perltidy')
-rw-r--r--dev-perl/perltidy/ChangeLog11
-rw-r--r--dev-perl/perltidy/Manifest4
-rw-r--r--dev-perl/perltidy/files/digest-perltidy-200310211
-rw-r--r--dev-perl/perltidy/perltidy-20031021.ebuild18
4 files changed, 30 insertions, 4 deletions
diff --git a/dev-perl/perltidy/ChangeLog b/dev-perl/perltidy/ChangeLog
index c29c16326654..b201233c4e87 100644
--- a/dev-perl/perltidy/ChangeLog
+++ b/dev-perl/perltidy/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-perl/perltidy
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/perltidy/ChangeLog,v 1.9 2003/07/12 10:49:57 aliz Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/perltidy/ChangeLog,v 1.10 2004/02/04 13:52:04 mcummings Exp $
+
+*perltidy-20031021 (04 Feb 2004)
+
+ 04 Feb 2004; Michael Cummings,,, <mcummings@gentoo.org>
+ perltidy-20031021.ebuild:
+ Long overdue update to perltidy ebuild. I've tested this on sparc and x86 with
+ beautiful formatting. Other arch's, up to you to add.
*perltidy-20020425-r1 (21 Jun 2003)
diff --git a/dev-perl/perltidy/Manifest b/dev-perl/perltidy/Manifest
index e2dbb280fc2c..528c9af19069 100644
--- a/dev-perl/perltidy/Manifest
+++ b/dev-perl/perltidy/Manifest
@@ -1,8 +1,8 @@
-MD5 046398eab8ce8f1815c19e8f79cc2b0f ChangeLog 816
+MD5 5cbed9f87ae0baae56868c611daffa1d ChangeLog 1080
MD5 4c573284b4251f6e3dc887a0a62957b4 perltidy-20020425-r1.ebuild 558
MD5 44d326d66cd1959dda34b5fb13d848d1 perltidy-20020425.ebuild 556
MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305
-MD5 6f5da6e23b891f9bc5a1e728b49b35af perltidy-20031021.ebuild 435
+MD5 26dc8194e42da3b4832d2954dd3b25a2 perltidy-20031021.ebuild 543
MD5 523c578363612e9b64331d3b81346153 files/digest-perltidy-20020425 67
MD5 523c578363612e9b64331d3b81346153 files/digest-perltidy-20020425-r1 67
MD5 4b582428b4681d4a541c3bed62e4f2e7 files/digest-perltidy-20031021 70
diff --git a/dev-perl/perltidy/files/digest-perltidy-20031021 b/dev-perl/perltidy/files/digest-perltidy-20031021
new file mode 100644
index 000000000000..d0b4da0790eb
--- /dev/null
+++ b/dev-perl/perltidy/files/digest-perltidy-20031021
@@ -0,0 +1 @@
+MD5 ba1e8aff6329666564a3c72a202d1a7f Perl-Tidy-20031021.tar.gz 327155
diff --git a/dev-perl/perltidy/perltidy-20031021.ebuild b/dev-perl/perltidy/perltidy-20031021.ebuild
new file mode 100644
index 000000000000..3302a2c9713a
--- /dev/null
+++ b/dev-perl/perltidy/perltidy-20031021.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/perltidy/perltidy-20031021.ebuild,v 1.1 2004/02/04 13:52:04 mcummings Exp $
+
+inherit perl-module
+
+S=${WORKDIR}/${P/perltidy/Perl-Tidy}
+DESCRIPTION="Perl script indenter and beautifier."
+HOMEPAGE="http://perltidy.sourceforge.net/"
+SRC_URI="mirror://sourceforge/perltidy/${P/perltidy/Perl-Tidy}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86 sparc"
+
+DEPEND="${DEPEND}"
+
+mymake="/usr"