public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-php/pecl-stomp: pecl-stomp-1.0.5.ebuild ChangeLog pecl-stomp-1.0.3.ebuild
@ 2013-03-05 10:50 Ole Markus With (olemarkus)
  0 siblings, 0 replies; only message in thread
From: Ole Markus With (olemarkus) @ 2013-03-05 10:50 UTC (permalink / raw
  To: gentoo-commits

olemarkus    13/03/05 10:50:45

  Modified:             ChangeLog
  Added:                pecl-stomp-1.0.5.ebuild
  Removed:              pecl-stomp-1.0.3.ebuild
  Log:
  Version bump
  
  (Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key C4A92BF5)

Revision  Changes    Path
1.3                  dev-php/pecl-stomp/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-stomp/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	8 Sep 2011 18:48:48 -0000	1.2
+++ ChangeLog	5 Mar 2013 10:50:44 -0000	1.3
@@ -1,6 +1,12 @@
 # ChangeLog for dev-php/pecl-stomp
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-stomp/ChangeLog,v 1.2 2011/09/08 18:48:48 olemarkus Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-stomp/ChangeLog,v 1.3 2013/03/05 10:50:44 olemarkus Exp $
+
+*pecl-stomp-1.0.5 (05 Mar 2013)
+
+  05 Mar 2013; Ole Markus With <olemarkus@gentoo.org> +pecl-stomp-1.0.5.ebuild,
+  -pecl-stomp-1.0.3.ebuild:
+  Version bump
 
   08 Sep 2011; Ole Markus With <olemarkus@gentoo.org> pecl-stomp-1.0.3.ebuild:
   Added headers
@@ -10,4 +16,3 @@
   30 Aug 2011; Ole Markus With <olemarkus@gentoo.org> +pecl-stomp-1.0.3.ebuild,
   +metadata.xml:
   Initial version. Thanks to Rob Bruce. Bug 348244
-



1.1                  dev-php/pecl-stomp/pecl-stomp-1.0.5.ebuild

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

Index: pecl-stomp-1.0.5.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-stomp/pecl-stomp-1.0.5.ebuild,v 1.1 2013/03/05 10:50:44 olemarkus Exp $

EAPI="5"

PHP_EXT_NAME="stomp"
PHP_EXT_INI="yes"
PHP_EXT_ZENDEXT="no"
DOCS="CREDITS EXPERIMENTAL README"

inherit php-ext-pecl-r2

KEYWORDS="~amd64 ~x86"

DESCRIPTION="PHP extension to communicate with any Stomp compliant Message Brokers"
LICENSE="PHP-3"
SLOT="0"
IUSE="+ssl"

DEPEND="${DEPEND}
	ssl? ( dev-lang/php[ssl] )
"

RDEPEND="${DEPEND}"

src_compile() {
	my_conf="--enable-stomp
		$(use_with ssl openssl-dir=/usr)"
	php-ext-pecl-r2_src_compile
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-03-05 10:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-05 10:50 [gentoo-commits] gentoo-x86 commit in dev-php/pecl-stomp: pecl-stomp-1.0.5.ebuild ChangeLog pecl-stomp-1.0.3.ebuild 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