summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-php/PHPonTrax/PHPonTrax-0.18.0.ebuild')
-rw-r--r--dev-php/PHPonTrax/PHPonTrax-0.18.0.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-php/PHPonTrax/PHPonTrax-0.18.0.ebuild b/dev-php/PHPonTrax/PHPonTrax-0.18.0.ebuild
deleted file mode 100644
index e8cdc24c0f9c..000000000000
--- a/dev-php/PHPonTrax/PHPonTrax-0.18.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit php-pear-r1
-
-DESCRIPTION="Web-application and persistance framework based on Ruby on Rails"
-HOMEPAGE="http://www.phpontrax.com/"
-SRC_URI="http://pear.phpontrax.com/get/${P}.tgz"
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="+mysql postgres"
-
-KEYWORDS="~amd64 ~x86"
-
-REQUIRED_USE="|| ( mysql postgres )"
-
-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 )
- postgres? ( dev-php/PEAR-MDB2_Driver_pgsql )"
-
-pkg_postinst() {
- ewarn "This packages requires that you enable mod_rewrite in apache-2."
-}