diff options
author | Ben de Groot <yngwin@gentoo.org> | 2010-02-23 03:49:41 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2010-02-23 03:49:41 +0000 |
commit | 50813f1ea458b663243b44c80ddbb91759a9ae02 (patch) | |
tree | f5491109d26d5edd737f7e104eca3f0165cb5fec /dev-php | |
parent | Migrate to qt4-r2.eclass (diff) | |
download | gentoo-2-50813f1ea458b663243b44c80ddbb91759a9ae02.tar.gz gentoo-2-50813f1ea458b663243b44c80ddbb91759a9ae02.tar.bz2 gentoo-2-50813f1ea458b663243b44c80ddbb91759a9ae02.zip |
Version bump (bug 273210). Remove old versions. Migrate to eapi-2. Fix sqlite useflag (bug 251396).
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/roadsend-php/ChangeLog | 13 | ||||
-rw-r--r-- | dev-php/roadsend-php/files/bigloo-3.1a-configsupport.patch | 40 | ||||
-rw-r--r-- | dev-php/roadsend-php/roadsend-php-2.9.3.ebuild | 50 | ||||
-rw-r--r-- | dev-php/roadsend-php/roadsend-php-2.9.4.ebuild | 50 | ||||
-rw-r--r-- | dev-php/roadsend-php/roadsend-php-2.9.5.ebuild | 50 | ||||
-rw-r--r-- | dev-php/roadsend-php/roadsend-php-2.9.6.ebuild | 57 | ||||
-rw-r--r-- | dev-php/roadsend-php/roadsend-php-2.9.8.ebuild | 52 | ||||
-rw-r--r-- | dev-php/roadsend-php/roadsend-php-2.9.9_p1.ebuild | 55 |
8 files changed, 66 insertions, 301 deletions
diff --git a/dev-php/roadsend-php/ChangeLog b/dev-php/roadsend-php/ChangeLog index 74586add51fa..ddf9a6db4882 100644 --- a/dev-php/roadsend-php/ChangeLog +++ b/dev-php/roadsend-php/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for dev-php/roadsend-php -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/roadsend-php/ChangeLog,v 1.10 2008/12/31 00:16:21 hkbst Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/roadsend-php/ChangeLog,v 1.11 2010/02/23 03:49:40 yngwin Exp $ + +*roadsend-php-2.9.9_p1 (23 Feb 2010) + + 23 Feb 2010; Ben de Groot <yngwin@gentoo.org> -roadsend-php-2.9.3.ebuild, + -roadsend-php-2.9.4.ebuild, -roadsend-php-2.9.5.ebuild, + -roadsend-php-2.9.6.ebuild, -roadsend-php-2.9.8.ebuild, + +roadsend-php-2.9.9_p1.ebuild, -files/bigloo-3.1a-configsupport.patch: + Version bump (bug 273210). Remove old versions. Migrate to eapi-2. Fix + sqlite useflag (bug 251396). *roadsend-php-2.9.8 (31 Dec 2008) diff --git a/dev-php/roadsend-php/files/bigloo-3.1a-configsupport.patch b/dev-php/roadsend-php/files/bigloo-3.1a-configsupport.patch deleted file mode 100644 index 2a368384e171..000000000000 --- a/dev-php/roadsend-php/files/bigloo-3.1a-configsupport.patch +++ /dev/null @@ -1,40 +0,0 @@ ---- a/configure 2008-04-16 17:08:39.000000000 +0300 -+++ b/configure 2008-06-19 01:03:00.000000000 +0300 -@@ -3121,7 +3121,7 @@ - - # can't figure out how to get this into AC_CHECK_PROG_VER below? - # have to change it there too --want_bigloo="3.0c, 3.0d" -+want_bigloo="3.0c, 3.0d 3.1a" - want_curl=7.15.1 - - # defaults -@@ -3191,7 +3191,7 @@ - ac_prog_version=`$HAVE_BIGLOO -revision 2>&1 | sed -n 's/^.*\([2-9].[0-9][a-z]\).*$/\1/p'` - case $ac_prog_version in - '') ac_prog_version_m="v. ?.??, bad"; ac_verc_fail=yes;; -- 3.0c | 3.0d) -+ 3.0c | 3.0d | 3.1a) - ac_prog_version_m="$ac_prog_version, ok"; ac_verc_fail=no;; - *) ac_prog_version_m="$ac_prog_version, bad"; ac_verc_fail=yes;; - ---- a/configure.in 2008-04-16 17:08:39.000000000 +0300 -+++ b/configure.in 2008-06-19 01:03:16.000000000 +0300 -@@ -26,7 +26,7 @@ - - # can't figure out how to get this into AC_CHECK_PROG_VER below? - # have to change it there too --want_bigloo="3.0c, 3.0d" -+want_bigloo="3.0c, 3.0d, 3.1a" - want_curl=7.15.1 - - # defaults -@@ -49,7 +49,7 @@ - bigloo, - -revision, - [\([2-9].[0-9][a-z]\)], -- [3.0c | 3.0d], -+ [3.0c | 3.0d | 3.1a], - AC_MSG_FAILURE([Bigloo version $want_bigloo required in the system path])) - - BIGLOO_VERSION=$ac_prog_version diff --git a/dev-php/roadsend-php/roadsend-php-2.9.3.ebuild b/dev-php/roadsend-php/roadsend-php-2.9.3.ebuild deleted file mode 100644 index 79c9cd599446..000000000000 --- a/dev-php/roadsend-php/roadsend-php-2.9.3.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/roadsend-php/roadsend-php-2.9.3.ebuild,v 1.1 2008/01/01 18:00:30 hkbst Exp $ - -MY_PVL=${PV/_p/-r} -MY_PV=${PV%%_p[0-9]} -MY_PL=${PN}-${MY_PVL} -MY_P=${PN}-${MY_PV} - -DESCRIPTION="Roadsend PHP compiler" -HOMEPAGE="http://code.roadsend.com/pcc" -SRC_URI="http://code.roadsend.com/snaps/${MY_PL}.tar.bz2" -LICENSE="GPL-2 LGPL-2.1" - -KEYWORDS="~amd64 ~x86" - -DEPEND=">=dev-scheme/bigloo-3.0c - >=net-misc/curl-7.15.1-r1 - mysql? ( dev-db/mysql ) - sqlite3? ( >=dev-db/sqlite-3.3.12 ) - pcre? ( >=dev-libs/libpcre-6.6 ) - xml? ( dev-libs/libxml2 ) - odbc? ( dev-db/unixODBC ) - fastcgi? ( dev-libs/fcgi )" - -RDEPEND="${DEPEND}" -SLOT="0" - -IUSE="debug fastcgi mysql odbc pcre sqlite3 xml" -#IUSE="fastcgi mysql odbc pcre sqlite3 xml" - -S="${WORKDIR}/${MY_P}" - -src_compile() { - econf $(use_with pcre) $(use_with fastcgi fcgi) $(use_with xml) $(use_with mysql) $(use_with sqlite3) $(use_with odbc) - - if use debug; then - emake -j1 || die "make debug failed" - else - emake -j1 unsafe || die "make failed" - fi -} - -src_test() { - LD_LIBRARY_PATH="${S}/libs/" emake -j1 test || die "standalone tests failed" -} - -src_install() { - emake -j1 DESTDIR="${D}" install || die "make install failed" -} diff --git a/dev-php/roadsend-php/roadsend-php-2.9.4.ebuild b/dev-php/roadsend-php/roadsend-php-2.9.4.ebuild deleted file mode 100644 index 8c26ceede2da..000000000000 --- a/dev-php/roadsend-php/roadsend-php-2.9.4.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/roadsend-php/roadsend-php-2.9.4.ebuild,v 1.1 2008/01/18 12:21:22 hkbst Exp $ - -MY_PVL=${PV/_p/-r} -MY_PV=${PV%%_p[0-9]} -MY_PL=${PN}-${MY_PVL} -MY_P=${PN}-${MY_PV} - -DESCRIPTION="Roadsend PHP compiler" -HOMEPAGE="http://code.roadsend.com/pcc" -SRC_URI="http://code.roadsend.com/snaps/${MY_PL}.tar.bz2" -LICENSE="GPL-2 LGPL-2.1" - -KEYWORDS="~amd64 ~x86" - -DEPEND=">=dev-scheme/bigloo-3.0c - >=net-misc/curl-7.15.1-r1 - mysql? ( dev-db/mysql ) - sqlite3? ( >=dev-db/sqlite-3.3.12 ) - pcre? ( >=dev-libs/libpcre-6.6 ) - xml? ( dev-libs/libxml2 ) - odbc? ( dev-db/unixODBC ) - fastcgi? ( dev-libs/fcgi )" - -RDEPEND="${DEPEND}" -SLOT="0" - -IUSE="debug fastcgi mysql odbc pcre sqlite3 xml" -#IUSE="fastcgi mysql odbc pcre sqlite3 xml" - -S="${WORKDIR}/${MY_P}" - -src_compile() { - econf $(use_with pcre) $(use_with fastcgi fcgi) $(use_with xml) $(use_with mysql) $(use_with sqlite3) $(use_with odbc) - - if use debug; then - emake -j1 || die "make debug failed" - else - emake -j1 unsafe || die "make failed" - fi -} - -src_test() { - LD_LIBRARY_PATH="${S}/libs/" emake -j1 test || die "standalone tests failed" -} - -src_install() { - emake -j1 DESTDIR="${D}" install || die "make install failed" -} diff --git a/dev-php/roadsend-php/roadsend-php-2.9.5.ebuild b/dev-php/roadsend-php/roadsend-php-2.9.5.ebuild deleted file mode 100644 index 8ae24a0aff4c..000000000000 --- a/dev-php/roadsend-php/roadsend-php-2.9.5.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/roadsend-php/roadsend-php-2.9.5.ebuild,v 1.1 2008/02/15 18:04:24 hkbst Exp $ - -MY_PVL=${PV/_p/-r} -MY_PV=${PV%%_p[0-9]} -MY_PL=${PN}-${MY_PVL} -MY_P=${PN}-${MY_PV} - -DESCRIPTION="Roadsend PHP compiler" -HOMEPAGE="http://code.roadsend.com/pcc" -SRC_URI="http://code.roadsend.com/snaps/${MY_PL}.tar.bz2" -LICENSE="GPL-2 LGPL-2.1" - -KEYWORDS="~amd64 ~x86" - -DEPEND=">=dev-scheme/bigloo-3.0c - >=net-misc/curl-7.15.1-r1 - mysql? ( dev-db/mysql ) - sqlite3? ( >=dev-db/sqlite-3.3.12 ) - pcre? ( >=dev-libs/libpcre-6.6 ) - xml? ( dev-libs/libxml2 ) - odbc? ( dev-db/unixODBC ) - fastcgi? ( dev-libs/fcgi )" - -RDEPEND="${DEPEND}" -SLOT="0" - -IUSE="debug fastcgi mysql odbc pcre sqlite3 xml" -#IUSE="fastcgi mysql odbc pcre sqlite3 xml" - -S="${WORKDIR}/${MY_P}" - -src_compile() { - econf $(use_with pcre) $(use_with fastcgi fcgi) $(use_with xml) $(use_with mysql) $(use_with sqlite3) $(use_with odbc) - - if use debug; then - emake -j1 debug || die "make debug failed" - else - emake -j1 || die "make failed" - fi -} - -src_test() { - LD_LIBRARY_PATH="${S}/libs/" emake -j1 test || die "standalone tests failed" -} - -src_install() { - emake -j1 DESTDIR="${D}" install || die "make install failed" -} diff --git a/dev-php/roadsend-php/roadsend-php-2.9.6.ebuild b/dev-php/roadsend-php/roadsend-php-2.9.6.ebuild deleted file mode 100644 index 3392f2738fe1..000000000000 --- a/dev-php/roadsend-php/roadsend-php-2.9.6.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/roadsend-php/roadsend-php-2.9.6.ebuild,v 1.1 2008/04/25 12:20:43 hkbst Exp $ - -inherit eutils - -MY_PVL=${PV/_p/-r} -MY_PV=${PV%%_p[0-9]} -MY_PL=${PN}-${MY_PVL} -MY_P=${PN}-${MY_PV} - -DESCRIPTION="Roadsend PHP compiler" -HOMEPAGE="http://code.roadsend.com/pcc" -SRC_URI="http://code.roadsend.com/snaps/${MY_PL}.tar.bz2" -LICENSE="GPL-2 LGPL-2.1" - -KEYWORDS="~amd64 ~x86" - -DEPEND=">=dev-scheme/bigloo-3.0c - >=net-misc/curl-7.15.1-r1 - mysql? ( dev-db/mysql ) - sqlite3? ( >=dev-db/sqlite-3.3.12 ) - pcre? ( >=dev-libs/libpcre-6.6 ) - xml? ( dev-libs/libxml2 ) - odbc? ( dev-db/unixODBC ) - fastcgi? ( dev-libs/fcgi )" - -RDEPEND="${DEPEND}" -SLOT="0" - -IUSE="debug fastcgi mysql odbc pcre sqlite3 xml" -#IUSE="fastcgi mysql odbc pcre sqlite3 xml" - -S="${WORKDIR}/${MY_P}" - -src_unpack() { - unpack ${A}; cd "${S}" - epatch "${FILESDIR}"/bigloo-3.1a-configsupport.patch -} - -src_compile() { - econf $(use_with pcre) $(use_with fastcgi fcgi) $(use_with xml) $(use_with mysql) $(use_with sqlite3) $(use_with odbc) - - if use debug; then - emake -j1 debug || die "make debug failed" - else - emake -j1 || die "make failed" - fi -} - -src_test() { - LD_LIBRARY_PATH="${S}/libs/" emake -j1 test || die "standalone tests failed" -} - -src_install() { - emake -j1 DESTDIR="${D}" install || die "make install failed" -} diff --git a/dev-php/roadsend-php/roadsend-php-2.9.8.ebuild b/dev-php/roadsend-php/roadsend-php-2.9.8.ebuild deleted file mode 100644 index 996eb9a0a9b0..000000000000 --- a/dev-php/roadsend-php/roadsend-php-2.9.8.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/roadsend-php/roadsend-php-2.9.8.ebuild,v 1.1 2008/12/31 00:16:21 hkbst Exp $ - -inherit eutils - -MY_PVL=${PV/_p/-r} -MY_PV=${PV%%_p[0-9]} -MY_PL=${PN}-${MY_PVL} -MY_P=${PN}-${MY_PV} - -DESCRIPTION="Roadsend PHP compiler" -HOMEPAGE="http://code.roadsend.com/pcc" -SRC_URI="http://code.roadsend.com/snaps/${MY_PL}.tar.bz2" -LICENSE="GPL-2 LGPL-2.1" - -KEYWORDS="~amd64 ~x86" - -DEPEND=">=dev-scheme/bigloo-3.0c - >=net-misc/curl-7.15.1-r1 - mysql? ( dev-db/mysql ) - sqlite3? ( >=dev-db/sqlite-3.3.12 ) - pcre? ( >=dev-libs/libpcre-6.6 ) - xml? ( dev-libs/libxml2 ) - odbc? ( dev-db/unixODBC ) - fastcgi? ( dev-libs/fcgi )" - -RDEPEND="${DEPEND}" -SLOT="0" - -IUSE="debug fastcgi mysql odbc pcre sqlite3 xml" -#IUSE="fastcgi mysql odbc pcre sqlite3 xml" - -S="${WORKDIR}/${MY_P}" - -src_compile() { - econf $(use_with pcre) $(use_with fastcgi fcgi) $(use_with xml) $(use_with mysql) $(use_with sqlite3) $(use_with odbc) - - if use debug; then - emake -j1 debug || die "make debug failed" - else - emake -j1 || die "make failed" - fi -} - -src_test() { - LD_LIBRARY_PATH="${S}/libs/" emake -j1 test || die "standalone tests failed" -} - -src_install() { - emake -j1 DESTDIR="${D}" install || die "make install failed" -} diff --git a/dev-php/roadsend-php/roadsend-php-2.9.9_p1.ebuild b/dev-php/roadsend-php/roadsend-php-2.9.9_p1.ebuild new file mode 100644 index 000000000000..4e3f05c02c33 --- /dev/null +++ b/dev-php/roadsend-php/roadsend-php-2.9.9_p1.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/roadsend-php/roadsend-php-2.9.9_p1.ebuild,v 1.1 2010/02/23 03:49:40 yngwin Exp $ + +EAPI=2 +inherit eutils + +MY_PV=${PV/_/-} +MY_P=${PN}-${MY_PV} + +DESCRIPTION="PHP compiler" +HOMEPAGE="http://code.roadsend.com/pcc" +SRC_URI="http://code.roadsend.com/snaps/${MY_P}.tar.bz2" + +LICENSE="GPL-2 LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug fastcgi mysql odbc pcre sqlite xml" + +DEPEND="dev-scheme/bigloo + net-misc/curl + mysql? ( dev-db/mysql ) + sqlite? ( dev-db/sqlite:3 ) + pcre? ( dev-libs/libpcre ) + xml? ( dev-libs/libxml2 ) + odbc? ( dev-db/unixODBC ) + fastcgi? ( dev-libs/fcgi )" +RDEPEND="${DEPEND}" + +S="${WORKDIR}/${MY_P}" + +src_configure() { + econf $(use_with pcre) \ + $(use_with fastcgi fcgi) \ + $(use_with xml) \ + $(use_with mysql) \ + $(use_with sqlite sqlite3) \ + $(use_with odbc) +} + +src_compile() { + if use debug; then + emake -j1 debug || die "make debug failed" + else + emake -j1 || die "make failed" + fi +} + +src_test() { + LD_LIBRARY_PATH="${S}/libs/" emake -j1 test || die "standalone tests failed" +} + +src_install() { + emake -j1 DESTDIR="${D}" install || die "make install failed" +} |