public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-php5/mongo: mongo-1.0.6.ebuild ChangeLog
@ 2010-03-25 21:40 Lance Albertson (ramereth)
  0 siblings, 0 replies; only message in thread
From: Lance Albertson (ramereth) @ 2010-03-25 21:40 UTC (permalink / raw
  To: gentoo-commits

ramereth    10/03/25 21:40:20

  Modified:             ChangeLog
  Added:                mongo-1.0.6.ebuild
  Log:
  Version bump to 1.0.6
  (Portage version: 2.1.7.17/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-php5/mongo/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/mongo/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/mongo/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/mongo/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/mongo/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	7 Mar 2010 22:04:36 -0000	1.1
+++ ChangeLog	25 Mar 2010 21:40:20 -0000	1.2
@@ -1,6 +1,11 @@
 # ChangeLog for dev-php5/mongo
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/mongo/ChangeLog,v 1.1 2010/03/07 22:04:36 ramereth Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/mongo/ChangeLog,v 1.2 2010/03/25 21:40:20 ramereth Exp $
+
+*mongo-1.0.6 (25 Mar 2010)
+
+  25 Mar 2010; Lance Albertson <ramereth@gentoo.org> +mongo-1.0.6.ebuild:
+  Version bump to 1.0.6
 
 *mongo-1.0.4 (26 Feb 2010)
 



1.1                  dev-php5/mongo/mongo-1.0.6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/mongo/mongo-1.0.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/mongo/mongo-1.0.6.ebuild?rev=1.1&content-type=text/plain

Index: mongo-1.0.6.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php5/mongo/mongo-1.0.6.ebuild,v 1.1 2010/03/25 21:40:20 ramereth Exp $

EAPI="2"

PHP_EXT_NAME="mongo"
PHP_EXT_INI="yes"
PHP_EXT_ZENDEXT="no"

inherit php-ext-source-r1
MY_PN="${PN}-php-driver"

DESCRIPTION="Officially supported PHP driver for MongoDB"
HOMEPAGE="http://github.com/mongodb/mongo-php-driver"
SRC_URI="http://github.com/mongodb/${MY_PN}/tarball/${PV} -> ${MY_PN}-${PV}.tar.gz"

S="${WORKDIR}/mongodb-${MY_PN}-a54a5f7"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DOCS="README.rdoc"
my_conf="--enable-mongo"

src_install() {
	php-ext-source-r1_src_install
	dodir "${PHP_EXT_SHARED_DIR}"
	insinto "${PHP_EXT_SHARED_DIR}"
	doins -r php/Mongo/*
}






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

only message in thread, other threads:[~2010-03-25 21:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-25 21:40 [gentoo-commits] gentoo-x86 commit in dev-php5/mongo: mongo-1.0.6.ebuild ChangeLog Lance Albertson (ramereth)

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