grknight    15/03/15 02:08:32

  Modified:             ChangeLog
  Added:                PHPonTrax-0.18.0.ebuild
  Removed:              PHPonTrax-0.17.0.ebuild
  Log:
  Version bump and fix repoman issues; drop old;  Upstream is rather morbid. 
This package may not last long
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xD1F781EFF9F4A3B6)

Revision  Changes    Path
1.3                  dev-php/PHPonTrax/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PHPonTrax/ChangeLog?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PHPonTrax/ChangeLog?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PHPonTrax/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/PHPonTrax/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   19 Jan 2012 12:02:12 -0000      1.2
+++ ChangeLog   15 Mar 2015 02:08:32 -0000      1.3
@@ -1,6 +1,13 @@
-# ChangeLog for dev-php5/PHPonTrax
-# 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 $
+# ChangeLog for dev-php/PHPonTrax
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PHPonTrax/ChangeLog,v 1.3 
2015/03/15 02:08:32 grknight Exp $
+
+*PHPonTrax-0.18.0 (15 Mar 2015)
+
+  15 Mar 2015; Brian Evans <[email protected]> +PHPonTrax-0.18.0.ebuild,
+  -PHPonTrax-0.17.0.ebuild:
+  Version bump and fix repoman issues; drop old;  Upstream is rather morbid.
+  This package may not last long
 
 *PHPonTrax-0.17.0 (19 Jan 2012)
 
@@ -17,4 +24,3 @@
   17 Aug 2007; Jakub Moc <[email protected]> +metadata.xml,
   +PHPonTrax-0.14.0.ebuild:
   New ebuild, Bug 139514.
-



1.1                  dev-php/PHPonTrax/PHPonTrax-0.18.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PHPonTrax/PHPonTrax-0.18.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PHPonTrax/PHPonTrax-0.18.0.ebuild?rev=1.1&content-type=text/plain

Index: PHPonTrax-0.18.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/PHPonTrax/PHPonTrax-0.18.0.ebuild,v 
1.1 2015/03/15 02:08:32 grknight Exp $

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."
}




Reply via email to