summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Bickel <mabi@gentoo.org>2012-01-19 12:02:12 +0000
committerMatti Bickel <mabi@gentoo.org>2012-01-19 12:02:12 +0000
commit833d7e7d787b78b476bc545ad5ea1c9400f7fa56 (patch)
tree9ed666196af517943accb4b7f59bdfff5477dc9f /dev-php/PHPonTrax
parentReplace media-libs/libao with media-libs/sdl-mixer (see upstream ChangeLog fi... (diff)
downloadgentoo-2-833d7e7d787b78b476bc545ad5ea1c9400f7fa56.tar.gz
gentoo-2-833d7e7d787b78b476bc545ad5ea1c9400f7fa56.tar.bz2
gentoo-2-833d7e7d787b78b476bc545ad5ea1c9400f7fa56.zip
version bump & remove apache2 dep (use any php capable webserver) & remove old
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/PHPonTrax')
-rw-r--r--dev-php/PHPonTrax/ChangeLog10
-rw-r--r--dev-php/PHPonTrax/PHPonTrax-0.17.0.ebuild (renamed from dev-php/PHPonTrax/PHPonTrax-0.14.0.ebuild)23
2 files changed, 16 insertions, 17 deletions
diff --git a/dev-php/PHPonTrax/ChangeLog b/dev-php/PHPonTrax/ChangeLog
index e24d4a3862c6..e53568f243ef 100644
--- a/dev-php/PHPonTrax/ChangeLog
+++ b/dev-php/PHPonTrax/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-php5/PHPonTrax
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PHPonTrax/ChangeLog,v 1.1 2011/09/18 10:51:30 olemarkus Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PHPonTrax/ChangeLog,v 1.2 2012/01/19 12:02:12 mabi Exp $
+
+*PHPonTrax-0.17.0 (19 Jan 2012)
+
+ 19 Jan 2012; Matti Bickel <mabi@gentoo.org> +PHPonTrax-0.17.0.ebuild,
+ -PHPonTrax-0.14.0.ebuild:
+ version bump & remove apache2 dep (use any php capable webserver) & remove old
*PHPonTrax-0.14.0 (29 Nov 2007)
diff --git a/dev-php/PHPonTrax/PHPonTrax-0.14.0.ebuild b/dev-php/PHPonTrax/PHPonTrax-0.17.0.ebuild
index e510e81db42c..91a55ee56b2b 100644
--- a/dev-php/PHPonTrax/PHPonTrax-0.14.0.ebuild
+++ b/dev-php/PHPonTrax/PHPonTrax-0.17.0.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PHPonTrax/PHPonTrax-0.14.0.ebuild,v 1.1 2011/09/18 10:51:30 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PHPonTrax/PHPonTrax-0.17.0.ebuild,v 1.1 2012/01/19 12:02:10 mabi Exp $
-inherit php-pear-r1 depend.php depend.apache
+EAPI="4"
+
+inherit php-pear-r1
DESCRIPTION="Web-application and persistance framework based on Ruby on Rails"
HOMEPAGE="http://www.phpontrax.org/"
@@ -14,8 +16,9 @@ IUSE="mysql postgres sqlite"
KEYWORDS="~amd64 ~x86"
-DEPEND=">=dev-php/PEAR-PEAR-1.6.2"
-RDEPEND="dev-php/PEAR-MDB2
+RDEPEND="virtual/httpd-php
+ dev-lang/php[session,imap]
+ dev-php/PEAR-MDB2
dev-php/PEAR-Mail
dev-php/PEAR-Mail_Mime
mysql? ( dev-php/PEAR-MDB2_Driver_mysql )
@@ -23,16 +26,6 @@ RDEPEND="dev-php/PEAR-MDB2
sqlite? ( dev-php/PEAR-MDB2_Driver_sqlite )
!mysql? ( !postgres? ( !sqlite? ( dev-php/PEAR-MDB2_Driver_mysql ) ) )"
-need_php5_httpd
-need_apache2
-
-pkg_setup() {
- # We are not checking for php database features since
- # the PEAR-MDB2_* ebuilds in RDEPEND already take care of this.
- require_php_sapi_from apache2 cgi
- require_php_with_use session imap
-}
-
pkg_postinst() {
ewarn "This packages requires that you enable mod_rewrite in apache-2."
}