diff options
author | 2008-04-25 12:20:44 +0000 | |
---|---|---|
committer | 2008-04-25 12:20:44 +0000 | |
commit | d22108de0fe2eb0730699eeecde0985950d2c690 (patch) | |
tree | 87e2e5aa6b3dde5c4864f9535c5fb2d378fe86b9 /dev-php | |
parent | Always run eautoreconf so that --docdir will be always recognised. Depend on ... (diff) | |
download | gentoo-2-d22108de0fe2eb0730699eeecde0985950d2c690.tar.gz gentoo-2-d22108de0fe2eb0730699eeecde0985950d2c690.tar.bz2 gentoo-2-d22108de0fe2eb0730699eeecde0985950d2c690.zip |
bump
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/roadsend-php/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php/roadsend-php/files/bigloo-3.1a-configsupport.patch | 36 | ||||
-rw-r--r-- | dev-php/roadsend-php/roadsend-php-2.9.6.ebuild | 57 |
3 files changed, 100 insertions, 1 deletions
diff --git a/dev-php/roadsend-php/ChangeLog b/dev-php/roadsend-php/ChangeLog index 64825676342c..e946412dc325 100644 --- a/dev-php/roadsend-php/ChangeLog +++ b/dev-php/roadsend-php/ChangeLog @@ -1,6 +1,12 @@ # 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.6 2008/02/15 18:04:24 hkbst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/roadsend-php/ChangeLog,v 1.7 2008/04/25 12:20:43 hkbst Exp $ + +*roadsend-php-2.9.6 (25 Apr 2008) + + 25 Apr 2008; Marijn Schouten <hkBst@gentoo.org> + +files/bigloo-3.1a-configsupport.patch, +roadsend-php-2.9.6.ebuild: + bump *roadsend-php-2.9.5 (15 Feb 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 new file mode 100644 index 000000000000..4d954ccb8ffd --- /dev/null +++ b/dev-php/roadsend-php/files/bigloo-3.1a-configsupport.patch @@ -0,0 +1,36 @@ +Index: /trunk/pcc/configure
+===================================================================
+--- /trunk/pcc/configure (revision 495)
++++ /trunk/pcc/configure (revision 504)
+@@ -3122,5 +3122,5 @@
+ # 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
+
+@@ -3192,5 +3192,5 @@
+ 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;;
+Index: /trunk/pcc/configure.in
+===================================================================
+--- /trunk/pcc/configure.in (revision 495)
++++ /trunk/pcc/configure.in (revision 504)
+@@ -27,5 +27,5 @@
+ # 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
+
+@@ -50,5 +50,5 @@
+ -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]))
+
diff --git a/dev-php/roadsend-php/roadsend-php-2.9.6.ebuild b/dev-php/roadsend-php/roadsend-php-2.9.6.ebuild new file mode 100644 index 000000000000..3392f2738fe1 --- /dev/null +++ b/dev-php/roadsend-php/roadsend-php-2.9.6.ebuild @@ -0,0 +1,57 @@ +# 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" +} |