summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2007-05-12 14:38:20 +0000
committerMichael Cummings <mcummings@gentoo.org>2007-05-12 14:38:20 +0000
commit39a85c55e756bf82aba45b146887fe871797bd0c (patch)
tree40fdffbe4cf62da9373e98434f9255febcde10b1 /dev-perl
parentFix require_php_sapi_from usage wrt apache1. (diff)
downloadgentoo-2-39a85c55e756bf82aba45b146887fe871797bd0c.tar.gz
gentoo-2-39a85c55e756bf82aba45b146887fe871797bd0c.tar.bz2
gentoo-2-39a85c55e756bf82aba45b146887fe871797bd0c.zip
Version bump
(Portage version: 2.1.2.3)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/perltidy/ChangeLog8
-rw-r--r--dev-perl/perltidy/files/digest-perltidy-200705083
-rw-r--r--dev-perl/perltidy/perltidy-20070508.ebuild28
3 files changed, 38 insertions, 1 deletions
diff --git a/dev-perl/perltidy/ChangeLog b/dev-perl/perltidy/ChangeLog
index b48cc3522715..e6ac188b7138 100644
--- a/dev-perl/perltidy/ChangeLog
+++ b/dev-perl/perltidy/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/perltidy
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/perltidy/ChangeLog,v 1.28 2007/04/28 02:39:01 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/perltidy/ChangeLog,v 1.29 2007/05/12 14:38:20 mcummings Exp $
+
+*perltidy-20070508 (12 May 2007)
+
+ 12 May 2007; Michael Cummings <mcummings@gentoo.org>
+ +perltidy-20070508.ebuild:
+ Version bump
*perltidy-20070424 (28 Apr 2007)
diff --git a/dev-perl/perltidy/files/digest-perltidy-20070508 b/dev-perl/perltidy/files/digest-perltidy-20070508
new file mode 100644
index 000000000000..711d24568478
--- /dev/null
+++ b/dev-perl/perltidy/files/digest-perltidy-20070508
@@ -0,0 +1,3 @@
+MD5 364c1b019771947a437fa35018f7ece1 Perl-Tidy-20070508.tar.gz 363515
+RMD160 138b36b097cf6a4c669f1e9d92a9659a0e651f5e Perl-Tidy-20070508.tar.gz 363515
+SHA256 422270edb1ec20b2f73cd3d88024677a8e22a2f7dba9aefd6abe8f0bd3610a43 Perl-Tidy-20070508.tar.gz 363515
diff --git a/dev-perl/perltidy/perltidy-20070508.ebuild b/dev-perl/perltidy/perltidy-20070508.ebuild
new file mode 100644
index 000000000000..f58d873acfdc
--- /dev/null
+++ b/dev-perl/perltidy/perltidy-20070508.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/perltidy/perltidy-20070508.ebuild,v 1.1 2007/05/12 14:38:20 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() {
+ elog "Example scripts can be found in /usr/share/doc/${P}"
+}
+
+
+DEPEND="dev-lang/perl"