* [gentoo-commits] gentoo-x86 commit in app-admin/eselect-php: eselect-php-0.7.0.ebuild metadata.xml ChangeLog
@ 2013-03-23 19:42 Ole Markus With (olemarkus)
0 siblings, 0 replies; only message in thread
From: Ole Markus With (olemarkus) @ 2013-03-23 19:42 UTC (permalink / raw
To: gentoo-commits
olemarkus 13/03/23 19:42:13
Modified: metadata.xml ChangeLog
Added: eselect-php-0.7.0.ebuild
Log:
Version bump. Resolving bug 323783, 389805 and 412913
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key C4A92BF5)
Revision Changes Path
1.4 app-admin/eselect-php/metadata.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-php/metadata.xml?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-php/metadata.xml?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-php/metadata.xml?r1=1.3&r2=1.4
Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/eselect-php/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml 7 Oct 2010 20:25:38 -0000 1.3
+++ metadata.xml 23 Mar 2013 19:42:13 -0000 1.4
@@ -4,5 +4,8 @@
<herd>php</herd>
<longdescription lang="en">PHP eselect module
</longdescription>
+ <use>
+ <flag name='fpm'>Enable the FastCGI Process Manager SAPI</flag>
+ </use>
</pkgmetadata>
1.39 app-admin/eselect-php/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-php/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-php/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-php/ChangeLog?r1=1.38&r2=1.39
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/eselect-php/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog 12 Sep 2012 03:04:01 -0000 1.38
+++ ChangeLog 23 Mar 2013 19:42:13 -0000 1.39
@@ -1,6 +1,13 @@
# ChangeLog for app-admin/eselect-php
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-php/ChangeLog,v 1.38 2012/09/12 03:04:01 ottxor Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-php/ChangeLog,v 1.39 2013/03/23 19:42:13 olemarkus Exp $
+
+*eselect-php-0.7.0 (23 Mar 2013)
+
+ 23 Mar 2013; Ole Markus With <olemarkus@gentoo.org> +eselect-php-0.7.0.ebuild,
+ +files/70_mod_php5.conf-apache2, +files/php-fpm, +files/php-fpm.init,
+ metadata.xml:
+ Version bump. Resolving bug 323783, 389805 and 412913
12 Sep 2012; Christoph Junghans <ottxor@gentoo.org> eselect-php-0.6.7.ebuild:
added prefix keywords
1.1 app-admin/eselect-php/eselect-php-0.7.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-php/eselect-php-0.7.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-php/eselect-php-0.7.0.ebuild?rev=1.1&content-type=text/plain
Index: eselect-php-0.7.0.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-php/eselect-php-0.7.0.ebuild,v 1.1 2013/03/23 19:42:13 olemarkus Exp $
EAPI=5
inherit depend.apache
DESCRIPTION="PHP eselect module"
HOMEPAGE="http://www.gentoo.org"
SRC_URI="http://dev.gentoo.org/~olemarkus/eselect-php/eselect-php-${PV}.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="fpm apache2"
DEPEND=">=app-admin/eselect-1.2.4
!!<dev-lang/php-5.3.23-r1:5.3
!!<dev-lang/php-5.4.13-r1:5.4
!!<dev-lang/php-5.5.0_beta1-r2:5.5
"
RDEPEND="${DEPEND}"
S="${WORKDIR}"
want_apache
src_install() {
mv eselect-php-${PV} php.eselect
insinto /usr/share/eselect/modules/
doins php.eselect
if use apache2 ; then
insinto "${APACHE_MODULES_CONFDIR#${EPREFIX}}"
newins "${FILESDIR}/70_mod_php5.conf-apache2" \
"70_mod_php5.conf"
fi
if use fpm ; then
dodir "/etc/init.d"
insinto "/etc/init.d"
newinitd "${FILESDIR}/php-fpm.init" "php-fpm"
fi
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-03-23 19:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-23 19:42 [gentoo-commits] gentoo-x86 commit in app-admin/eselect-php: eselect-php-0.7.0.ebuild metadata.xml ChangeLog 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