summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"