summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Markus With <olemarkus@gentoo.org>2011-03-26 12:55:05 +0000
committerOle Markus With <olemarkus@gentoo.org>2011-03-26 12:55:05 +0000
commitfc1ea7e106bcf1c28092fab982aba14aab002931 (patch)
treea25df45e06400871a2c3ba7dbc89acc55340ea70 /dev-php/phpcpd/phpcpd-1.3.2.ebuild
parentAdd patch from upstream to fix compilation on Darwin, BSD and possibly Solari... (diff)
downloadhistorical-fc1ea7e106bcf1c28092fab982aba14aab002931.tar.gz
historical-fc1ea7e106bcf1c28092fab982aba14aab002931.tar.bz2
historical-fc1ea7e106bcf1c28092fab982aba14aab002931.zip
Initial version
Package-Manager: portage-2.1.9.25/cvs/Linux i686
Diffstat (limited to 'dev-php/phpcpd/phpcpd-1.3.2.ebuild')
-rw-r--r--dev-php/phpcpd/phpcpd-1.3.2.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-php/phpcpd/phpcpd-1.3.2.ebuild b/dev-php/phpcpd/phpcpd-1.3.2.ebuild
new file mode 100644
index 000000000000..9544ae6ebdbd
--- /dev/null
+++ b/dev-php/phpcpd/phpcpd-1.3.2.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/phpcpd/phpcpd-1.3.2.ebuild,v 1.1 2011/03/26 12:55:05 olemarkus Exp $
+
+EAPI="3"
+PHP_PEAR_CHANNEL="pear.phpunit.de"
+PHP_PEAR_PN="phpcpd"
+inherit php-pear-lib-r1
+
+DESCRIPTION="Copy/Paste Detector (CPD) for PHP code"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+HOMEPAGE="http://www.phpunit.de"
+
+RDEPEND="${RDEPEND}
+ >=dev-php5/ezc-ConsoleTools-1.6
+ >=dev-php/file-iterator-1.1.0"