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
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')
-rw-r--r--dev-php/phpcpd/ChangeLog10
-rw-r--r--dev-php/phpcpd/metadata.xml13
-rw-r--r--dev-php/phpcpd/phpcpd-1.3.2.ebuild19
3 files changed, 42 insertions, 0 deletions
diff --git a/dev-php/phpcpd/ChangeLog b/dev-php/phpcpd/ChangeLog
new file mode 100644
index 000000000000..e9f7422f4d2b
--- /dev/null
+++ b/dev-php/phpcpd/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-php/phpcpd
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/phpcpd/ChangeLog,v 1.1 2011/03/26 12:55:05 olemarkus Exp $
+
+*phpcpd-1.3.2 (26 Mar 2011)
+
+ 26 Mar 2011; Ole Markus With <olemarkus@gentoo.org> +phpcpd-1.3.2.ebuild,
+ +metadata.xml:
+ Initial version
+
diff --git a/dev-php/phpcpd/metadata.xml b/dev-php/phpcpd/metadata.xml
new file mode 100644
index 000000000000..a3778c06f1fa
--- /dev/null
+++ b/dev-php/phpcpd/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>php</herd>
+<maintainer>
+<email>olemarkus@gentoo.org</email>
+<name>Ole Markus With</name>
+</maintainer>
+<longdescription lang="en">
+Copy/Paste Detector (CPD) for PHP code
+</longdescription>
+</pkgmetadata>
+
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"