summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-06-23 20:38:13 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-06-23 20:38:13 +0000
commit330d772cb8c75e2a05325fbfe8989bb7649ddfa6 (patch)
tree412ab0aa82ffe818e486a5b65c56cbb1c948061c /dev-perl/perltidy
parentDrop ~x86-fbsd keyword from 2.0.0_rc2 that uses non-portable stat calls. (diff)
downloadgentoo-2-330d772cb8c75e2a05325fbfe8989bb7649ddfa6.tar.gz
gentoo-2-330d772cb8c75e2a05325fbfe8989bb7649ddfa6.tar.bz2
gentoo-2-330d772cb8c75e2a05325fbfe8989bb7649ddfa6.zip
Version bump upstream
(Portage version: 2.1.1_pre1-r1)
Diffstat (limited to 'dev-perl/perltidy')
-rw-r--r--dev-perl/perltidy/ChangeLog10
-rw-r--r--dev-perl/perltidy/files/digest-perltidy-200310212
-rw-r--r--dev-perl/perltidy/files/digest-perltidy-200606143
-rw-r--r--dev-perl/perltidy/perltidy-20060614.ebuild25
4 files changed, 38 insertions, 2 deletions
diff --git a/dev-perl/perltidy/ChangeLog b/dev-perl/perltidy/ChangeLog
index d15fb51efde0..a4d376671b07 100644
--- a/dev-perl/perltidy/ChangeLog
+++ b/dev-perl/perltidy/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/perltidy
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/perltidy/ChangeLog,v 1.19 2005/10/02 13:43:21 agriffis Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/perltidy/ChangeLog,v 1.20 2006/06/23 20:38:13 mcummings Exp $
+
+*perltidy-20060614 (23 Jun 2006)
+
+ 23 Jun 2006; Michael Cummings <mcummings@gentoo.org>
+ +perltidy-20060614.ebuild:
+ Version bump upstream
02 Oct 2005; Aron Griffis <agriffis@gentoo.org> perltidy-20031021.ebuild:
Mark 20031021 stable on ia64
diff --git a/dev-perl/perltidy/files/digest-perltidy-20031021 b/dev-perl/perltidy/files/digest-perltidy-20031021
index d0b4da0790eb..0ce0b6aaccfe 100644
--- a/dev-perl/perltidy/files/digest-perltidy-20031021
+++ b/dev-perl/perltidy/files/digest-perltidy-20031021
@@ -1 +1,3 @@
MD5 ba1e8aff6329666564a3c72a202d1a7f Perl-Tidy-20031021.tar.gz 327155
+RMD160 1c7a6b231d965933612d2d5b01b1db64e24db366 Perl-Tidy-20031021.tar.gz 327155
+SHA256 2198e354e5ccb205ef73ad0ebb7a839088b8463ba3897725305afdf8f8be354a Perl-Tidy-20031021.tar.gz 327155
diff --git a/dev-perl/perltidy/files/digest-perltidy-20060614 b/dev-perl/perltidy/files/digest-perltidy-20060614
new file mode 100644
index 000000000000..443efc27385e
--- /dev/null
+++ b/dev-perl/perltidy/files/digest-perltidy-20060614
@@ -0,0 +1,3 @@
+MD5 4f147bdec6140216db983a72c01bbfd7 Perl-Tidy-20060614.tar.gz 347041
+RMD160 a0cea091407ba4fd68d8414f7ff3c6b0f88366a5 Perl-Tidy-20060614.tar.gz 347041
+SHA256 cd5f3449b44ad6d8df88fdb6e75de9dcead25eb7006dce1e8165c87ea1fcb9dd Perl-Tidy-20060614.tar.gz 347041
diff --git a/dev-perl/perltidy/perltidy-20060614.ebuild b/dev-perl/perltidy/perltidy-20060614.ebuild
new file mode 100644
index 000000000000..f7e382a1e72e
--- /dev/null
+++ b/dev-perl/perltidy/perltidy-20060614.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/perltidy/perltidy-20060614.ebuild,v 1.1 2006/06/23 20:38:13 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="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+
+SRC_TEST="do"
+
+mydoc="examples/*"
+
+mymake="/usr"
+
+pkg_postinst() {
+ einfo "Example scripts can be found in /usr/share/doc/${P}"
+}