public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-php/phpunit: phpunit-3.7.20.ebuild ChangeLog
@ 2013-05-19  5:55 Ole Markus With (olemarkus)
  0 siblings, 0 replies; 3+ messages in thread
From: Ole Markus With (olemarkus) @ 2013-05-19  5:55 UTC (permalink / raw
  To: gentoo-commits

olemarkus    13/05/19 05:55:59

  Modified:             ChangeLog
  Added:                phpunit-3.7.20.ebuild
  Log:
  Version bump
  
  (Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key C4A92BF5)

Revision  Changes    Path
1.14                 dev-php/phpunit/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phpunit/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phpunit/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phpunit/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/phpunit/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	28 Mar 2013 10:35:54 -0000	1.13
+++ ChangeLog	19 May 2013 05:55:59 -0000	1.14
@@ -1,6 +1,11 @@
 # ChangeLog for dev-php/phpunit
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit/ChangeLog,v 1.13 2013/03/28 10:35:54 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit/ChangeLog,v 1.14 2013/05/19 05:55:59 olemarkus Exp $
+
+*phpunit-3.7.20 (19 May 2013)
+
+  19 May 2013; Ole Markus With <olemarkus@gentoo.org> +phpunit-3.7.20.ebuild:
+  Version bump
 
 *phpunit-3.7.19 (28 Mar 2013)
 



1.1                  dev-php/phpunit/phpunit-3.7.20.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phpunit/phpunit-3.7.20.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phpunit/phpunit-3.7.20.ebuild?rev=1.1&content-type=text/plain

Index: phpunit-3.7.20.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit/phpunit-3.7.20.ebuild,v 1.1 2013/05/19 05:55:59 olemarkus Exp $

EAPI=5

DESCRIPTION="A PHP Unit Testing framework"
HOMEPAGE="http://phpunit.de"

PHPUNIT_PHAR="${P}.phar"

SRC_URI="http://dev.gentoo.org/~olemarkus/phpunit/${PHPUNIT_PHAR}"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="dev-lang/php[phar,xml]"
RDEPEND="${DEPEND}"

S="${WORKDIR}"

src_unpack() {
	return
}

src_install() {
	insinto /usr/share/php/phpunit
	insopts -m755
	newins "${DISTDIR}"/${PHPUNIT_PHAR} phpunit.phar
	dosym /usr/share/php/phpunit/phpunit.phar /usr/bin/phpunit
}

pkg_postinst() {
	elog "${PN} can optionally use json, pdo-sqlite and pdo-mysql features."
	elog "If you want those, emerge dev-lang/php with USE=\"json pdo sqlite mysql\"."
}





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-php/phpunit: phpunit-3.7.20.ebuild ChangeLog
@ 2013-08-10 13:20 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-08-10 13:20 UTC (permalink / raw
  To: gentoo-commits

ago         13/08/10 13:20:33

  Modified:             phpunit-3.7.20.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #464424
  
  (Portage version: 2.1.13.2/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  dev-php/phpunit/phpunit-3.7.20.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phpunit/phpunit-3.7.20.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phpunit/phpunit-3.7.20.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phpunit/phpunit-3.7.20.ebuild?r1=1.2&r2=1.3

Index: phpunit-3.7.20.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/phpunit/phpunit-3.7.20.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- phpunit-3.7.20.ebuild	23 Jun 2013 14:03:46 -0000	1.2
+++ phpunit-3.7.20.ebuild	10 Aug 2013 13:20:33 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit/phpunit-3.7.20.ebuild,v 1.2 2013/06/23 14:03:46 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit/phpunit-3.7.20.ebuild,v 1.3 2013/08/10 13:20:33 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86"
+KEYWORDS="amd64 ~hppa ~x86"
 IUSE=""
 
 DEPEND="dev-lang/php[phar,xml]"



1.16                 dev-php/phpunit/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phpunit/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phpunit/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phpunit/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/phpunit/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	23 Jun 2013 14:03:46 -0000	1.15
+++ ChangeLog	10 Aug 2013 13:20:33 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php/phpunit
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit/ChangeLog,v 1.15 2013/06/23 14:03:46 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit/ChangeLog,v 1.16 2013/08/10 13:20:33 ago Exp $
+
+  10 Aug 2013; Agostino Sarubbo <ago@gentoo.org> phpunit-3.7.20.ebuild:
+  Stable for amd64, wrt bug #464424
 
   23 Jun 2013; Jeroen Roovers <jer@gentoo.org> phpunit-3.5.13.ebuild,
   phpunit-3.6.0.ebuild, phpunit-3.6.10.ebuild, phpunit-3.6.11.ebuild,





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-php/phpunit: phpunit-3.7.20.ebuild ChangeLog
@ 2013-08-10 13:21 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-08-10 13:21 UTC (permalink / raw
  To: gentoo-commits

ago         13/08/10 13:21:21

  Modified:             phpunit-3.7.20.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #464424
  
  (Portage version: 2.1.13.2/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  dev-php/phpunit/phpunit-3.7.20.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phpunit/phpunit-3.7.20.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phpunit/phpunit-3.7.20.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phpunit/phpunit-3.7.20.ebuild?r1=1.3&r2=1.4

Index: phpunit-3.7.20.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/phpunit/phpunit-3.7.20.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- phpunit-3.7.20.ebuild	10 Aug 2013 13:20:33 -0000	1.3
+++ phpunit-3.7.20.ebuild	10 Aug 2013 13:21:21 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit/phpunit-3.7.20.ebuild,v 1.3 2013/08/10 13:20:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit/phpunit-3.7.20.ebuild,v 1.4 2013/08/10 13:21:21 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~x86"
+KEYWORDS="amd64 ~hppa x86"
 IUSE=""
 
 DEPEND="dev-lang/php[phar,xml]"



1.17                 dev-php/phpunit/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phpunit/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phpunit/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phpunit/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/phpunit/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	10 Aug 2013 13:20:33 -0000	1.16
+++ ChangeLog	10 Aug 2013 13:21:21 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php/phpunit
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit/ChangeLog,v 1.16 2013/08/10 13:20:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit/ChangeLog,v 1.17 2013/08/10 13:21:21 ago Exp $
+
+  10 Aug 2013; Agostino Sarubbo <ago@gentoo.org> phpunit-3.7.20.ebuild:
+  Stable for x86, wrt bug #464424
 
   10 Aug 2013; Agostino Sarubbo <ago@gentoo.org> phpunit-3.7.20.ebuild:
   Stable for amd64, wrt bug #464424





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-08-10 13:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-10 13:21 [gentoo-commits] gentoo-x86 commit in dev-php/phpunit: phpunit-3.7.20.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2013-08-10 13:20 Agostino Sarubbo (ago)
2013-05-19  5:55 Ole Markus With (olemarkus)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox