diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-php/PHPonTrax | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-php/PHPonTrax')
-rw-r--r-- | dev-php/PHPonTrax/Manifest | 1 | ||||
-rw-r--r-- | dev-php/PHPonTrax/PHPonTrax-0.18.0.ebuild | 31 | ||||
-rw-r--r-- | dev-php/PHPonTrax/metadata.xml | 5 |
3 files changed, 37 insertions, 0 deletions
diff --git a/dev-php/PHPonTrax/Manifest b/dev-php/PHPonTrax/Manifest new file mode 100644 index 000000000000..8930d1a6b00a --- /dev/null +++ b/dev-php/PHPonTrax/Manifest @@ -0,0 +1 @@ +DIST PHPonTrax-0.18.0.tgz 1516676 SHA256 2bd435701aebba5c6491f1ec45a850faa233d1143fbdd1244d3ac055816444f7 SHA512 49e274962206f503b7361c5c0c8be25f4eae3e916d43795fb1170357a12f6a222af6389112240f26226372fdf6c0685592b012c4b61aad001547b5a184724216 WHIRLPOOL bda54c3c66002251d23170b7f478536b60672dd114e015bda4da2ce9851c93bb9e3ca0e9c694f8636f2887b2d9f6440ecfb84e3a391d93b30f0c23bbf425a70b diff --git a/dev-php/PHPonTrax/PHPonTrax-0.18.0.ebuild b/dev-php/PHPonTrax/PHPonTrax-0.18.0.ebuild new file mode 100644 index 000000000000..e8cdc24c0f9c --- /dev/null +++ b/dev-php/PHPonTrax/PHPonTrax-0.18.0.ebuild @@ -0,0 +1,31 @@ +# 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." +} diff --git a/dev-php/PHPonTrax/metadata.xml b/dev-php/PHPonTrax/metadata.xml new file mode 100644 index 000000000000..fd3dbe39fa64 --- /dev/null +++ b/dev-php/PHPonTrax/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>php</herd> +</pkgmetadata> |