summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Markus With <olemarkus@gentoo.org>2011-03-26 12:02:22 +0000
committerOle Markus With <olemarkus@gentoo.org>2011-03-26 12:02:22 +0000
commit09484d133c2e72f89a8e6e1cb28e60c0d875574e (patch)
treebe45cdcbc7308bea580a3cb4ed3b8802242ea745 /dev-php5/phpunit-mockobject
parentVersion bump (diff)
downloadgentoo-2-09484d133c2e72f89a8e6e1cb28e60c0d875574e.tar.gz
gentoo-2-09484d133c2e72f89a8e6e1cb28e60c0d875574e.tar.bz2
gentoo-2-09484d133c2e72f89a8e6e1cb28e60c0d875574e.zip
Version bump
(Portage version: 2.1.9.25/cvs/Linux i686)
Diffstat (limited to 'dev-php5/phpunit-mockobject')
-rw-r--r--dev-php5/phpunit-mockobject/ChangeLog10
-rw-r--r--dev-php5/phpunit-mockobject/phpunit-mockobject-1.0.3.ebuild24
2 files changed, 32 insertions, 2 deletions
diff --git a/dev-php5/phpunit-mockobject/ChangeLog b/dev-php5/phpunit-mockobject/ChangeLog
index 73939256fc7d..b612e9954dba 100644
--- a/dev-php5/phpunit-mockobject/ChangeLog
+++ b/dev-php5/phpunit-mockobject/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-php5/phpunit-mockobject
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpunit-mockobject/ChangeLog,v 1.1 2010/10/04 22:50:16 jokey Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpunit-mockobject/ChangeLog,v 1.2 2011/03/26 12:02:22 olemarkus Exp $
+
+*phpunit-mockobject-1.0.3 (26 Mar 2011)
+
+ 26 Mar 2011; Ole Markus With <olemarkus@gentoo.org>
+ +phpunit-mockobject-1.0.3.ebuild:
+ Version bump
*phpunit-mockobject-1.0.0 (04 Oct 2010)
diff --git a/dev-php5/phpunit-mockobject/phpunit-mockobject-1.0.3.ebuild b/dev-php5/phpunit-mockobject/phpunit-mockobject-1.0.3.ebuild
new file mode 100644
index 000000000000..84f3ace16ca9
--- /dev/null
+++ b/dev-php5/phpunit-mockobject/phpunit-mockobject-1.0.3.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpunit-mockobject/phpunit-mockobject-1.0.3.ebuild,v 1.1 2011/03/26 12:02:22 olemarkus Exp $
+
+EAPI="2"
+inherit php-pear-lib-r1
+
+KEYWORDS="~amd64 ~x86"
+
+DESCRIPTION="Mock Object library for PHPUnit"
+HOMEPAGE="http://www.phpunit.de/"
+SRC_URI="http://pear.phpunit.de/get/PHPUnit_MockObject-${PV}.tgz"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+DEPEND="!dev-php4/phpunit
+ >=dev-php/PEAR-PEAR-1.9.1"
+RDEPEND="${DEPEND}
+ dev-php5/PEAR-Text_Template"
+
+need_php_by_category
+
+S="${WORKDIR}/PHPUnit_MockObject-${PV}"