Portage is a package management system used by Gentoo Linux
# ChangeLog for dev-php5/PHPonTrax
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-php5/PHPonTrax/ChangeLog,v 1.1 2007/11/29 23:42:39 jokey Exp $
*PHPonTrax-0.14.0 (29 Nov 2007)
29 Nov 2007; Markus Ullmann
+PHPonTrax-0.14.0.ebuild:
Initial import from project overlay
17 Aug 2007; Jakub Moc
+PHPonTrax-0.14.0.ebuild:
New ebuild, Bug 139514.
DIST PHPonTrax-0.14.0.tgz 1039623 RMD160 27be9a109f31477e9b8b54b9fd28658a2018759b SHA1 d59485827c3f6f81aa9a1ca44441179d37d5a6c6 SHA256 c990e8345ccbb63200af2757d9fbf5347236f4c24c7df905d77415200e0228b5
EBUILD PHPonTrax-0.14.0.ebuild 1155 RMD160 284eafb25b76dbd3778b674bc84aa7eca54f98cc SHA1 c46e21e662ae3802816bc89b637bab35abf80a7a SHA256 ccbae4a2df1b68e1534f40f68b48b2a22030819ac1d938ee557866ae3ff3a7c4
MISC ChangeLog 486 RMD160 da0877913a6eca0bc3c9bc1f51fd471332daa4c9 SHA1 7cc39924ba566ae5f0261e982377dd398274081d SHA256 6ca59d532dd25d8cf7678b2d52e2f33414e8584c68fd389f0f42997b9c59b4d6
MISC metadata.xml 157 RMD160 a98db3a086fae3c09a903dadbc05f60443ec4b1a SHA1 ddaa23cc35eb917bf8962b652442bebb1ce0f440 SHA256 54f8878ca0228e380abbaa4b529806b5533a6b9b51b3b16c0909e906586a91a1
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php5/PHPonTrax/PHPonTrax-0.14.0.ebuild,v 1.1 2007/11/29 23:42:39 jokey Exp $
inherit php-pear-r1 depend.php depend.apache
DESCRIPTION="Web-application and persistance framework based on Ruby on Rails"
HOMEPAGE="http://www.phpontrax.org/"
SRC_URI="http://pear.phpontrax.com/get/${P}.tgz"
LICENSE="MIT"
SLOT="0"
IUSE="mysql postgres sqlite"
KEYWORDS="~amd64 ~x86"
DEPEND=">=dev-php/PEAR-PEAR-1.6.2"
RDEPEND="dev-php/PEAR-MDB2
dev-php/PEAR-Mail
dev-php/PEAR-Mail_Mime
mysql? ( dev-php/PEAR-MDB2_Driver_mysql )
postgres? ( dev-php/PEAR-MDB2_Driver_pgsql )
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."
}