summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Markus With <olemarkus@gentoo.org>2011-03-14 12:49:21 +0000
committerOle Markus With <olemarkus@gentoo.org>2011-03-14 12:49:21 +0000
commit59639ed7cb2e67a1b80a36cc50ea9a5a204f8e1e (patch)
tree43a1b6a4c3157086efc6d6469fe9ff0442d006bb /dev-php
parentVersion bump (diff)
downloadhistorical-59639ed7cb2e67a1b80a36cc50ea9a5a204f8e1e.tar.gz
historical-59639ed7cb2e67a1b80a36cc50ea9a5a204f8e1e.tar.bz2
historical-59639ed7cb2e67a1b80a36cc50ea9a5a204f8e1e.zip
Renamed PEAR-DbUnit to dbunit
Package-Manager: portage-2.1.9.25/cvs/Linux i686
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/dbunit/ChangeLog16
-rw-r--r--dev-php/dbunit/Manifest4
-rw-r--r--dev-php/dbunit/dbunit-1.0.0.ebuild21
-rw-r--r--dev-php/dbunit/metadata.xml5
4 files changed, 46 insertions, 0 deletions
diff --git a/dev-php/dbunit/ChangeLog b/dev-php/dbunit/ChangeLog
new file mode 100644
index 000000000000..79368e5f321b
--- /dev/null
+++ b/dev-php/dbunit/ChangeLog
@@ -0,0 +1,16 @@
+# ChangeLog for dev-php/dbunit
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/dbunit/ChangeLog,v 1.1 2011/03/14 12:49:21 olemarkus Exp $
+
+*dbunit-1.0.0 (14 Mar 2011)
+
+ 14 Mar 2011; Ole Markus With <olemarkus@gentoo.org> +dbunit-1.0.0.ebuild,
+ +metadata.xml:
+ Renamed PEAR-DbUnit to dbunit
+
+*PEAR-DbUnit-1.0.0 (04 Oct 2010)
+
+ 04 Oct 2010; Markus Ullmann <jokey@gentoo.org> +PEAR-DbUnit-1.0.0.ebuild,
+ +metadata.xml:
+ Initial import for phpunit-3.5
+
diff --git a/dev-php/dbunit/Manifest b/dev-php/dbunit/Manifest
new file mode 100644
index 000000000000..f68b4aaa8541
--- /dev/null
+++ b/dev-php/dbunit/Manifest
@@ -0,0 +1,4 @@
+DIST DbUnit-1.0.0.tgz 38183 RMD160 04713acf6c8d950e544a2f24bac50d68951164f8 SHA1 eb5cd183c40fb68f299cb62031ee216da08ee3a8 SHA256 e6b236a03e3f87bc523a18ba113742a7f23490e8202cd988bc5b689c4658f7e8
+EBUILD dbunit-1.0.0.ebuild 583 RMD160 92c39b5e469ac70b2fbb4f1e47d32ad40855c272 SHA1 d11c7d4d75c523759ecbf4754eda31790eb23017 SHA256 3a544928408b4ae1ab335923f5eabb3c6d3361dfbde4e56ad692f2d0a7c1a793
+MISC ChangeLog 520 RMD160 a4507fa52f543cc7ffc656c4096789a5e824eb10 SHA1 83f3f09ab8bacb94b8b721fd06bc10570bd33ebb SHA256 63731194c2e62cb18359fdba20b10d6554c29d9c08b8b44c91911c72988d717f
+MISC metadata.xml 156 RMD160 a3a59cdc3ac33d711123b2d7e2b1deb2984aa101 SHA1 1f452f476317b4634c684eabfd8840d06d35b414 SHA256 f6d70434415ff7294f2a64e7870f32318c5fab9153fe63a58841b12d897da6ba
diff --git a/dev-php/dbunit/dbunit-1.0.0.ebuild b/dev-php/dbunit/dbunit-1.0.0.ebuild
new file mode 100644
index 000000000000..69db06df99cc
--- /dev/null
+++ b/dev-php/dbunit/dbunit-1.0.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/dbunit/dbunit-1.0.0.ebuild,v 1.1 2011/03/14 12:49:21 olemarkus Exp $
+
+PHP_PEAR_CHANNEL="pear.phpunit.de"
+PHP_PEAR_PN="DbUnit"
+inherit php-pear-lib-r1
+
+
+DESCRIPTION="DbUnit port for PHP/PHPUnit"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+HOMEPAGE="http://www.phpunit.de"
+
+RDEPEND="${RDEPEND}
+ >=dev-php5/ezc-ConsoleTools-1.6
+ >=dev-php5/PEAR-File_Iterator-1.2.2
+ dev-php5/PEAR-PHP_TokenStream
+ dev-php5/PEAR-Text_Template"
diff --git a/dev-php/dbunit/metadata.xml b/dev-php/dbunit/metadata.xml
new file mode 100644
index 000000000000..40dbb4c4bbaf
--- /dev/null
+++ b/dev-php/dbunit/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>php</herd>
+</pkgmetadata>