pacho       15/06/02 18:39:08

  Modified:             ChangeLog
  Added:                phpsysinfo-3.2.2.ebuild
  Log:
  Version bump adding apache 2.4 support (#550988 by Tomas Mozes)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  Changes    Path
1.90                 www-apps/phpsysinfo/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/phpsysinfo/ChangeLog?rev=1.90&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/phpsysinfo/ChangeLog?rev=1.90&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/phpsysinfo/ChangeLog?r1=1.89&r2=1.90

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/phpsysinfo/ChangeLog,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- ChangeLog   2 Feb 2015 04:45:49 -0000       1.89
+++ ChangeLog   2 Jun 2015 18:39:08 -0000       1.90
@@ -1,6 +1,11 @@
 # ChangeLog for www-apps/phpsysinfo
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/phpsysinfo/ChangeLog,v 1.89 
2015/02/02 04:45:49 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/phpsysinfo/ChangeLog,v 1.90 
2015/06/02 18:39:08 pacho Exp $
+
+*phpsysinfo-3.2.2 (02 Jun 2015)
+
+  02 Jun 2015; Pacho Ramos <[email protected]> +phpsysinfo-3.2.2.ebuild:
+  Version bump adding apache 2.4 support (#550988 by Tomas Mozes)
 
 *phpsysinfo-3.2.0 (02 Feb 2015)
 



1.1                  www-apps/phpsysinfo/phpsysinfo-3.2.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/phpsysinfo/phpsysinfo-3.2.2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/phpsysinfo/phpsysinfo-3.2.2.ebuild?rev=1.1&content-type=text/plain

Index: phpsysinfo-3.2.2.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-apps/phpsysinfo/phpsysinfo-3.2.2.ebuild,v 1.1 
2015/06/02 18:39:08 pacho Exp $

EAPI=5

inherit webapp

DESCRIPTION="phpSysInfo is a nice package that will display your system stats 
via PHP"
HOMEPAGE="http://rk4an.github.com/phpsysinfo/";
SRC_URI="https://github.com/rk4an/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-2"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"

RDEPEND="
        virtual/httpd-php
        dev-lang/php[simplexml,xml,xsl(+),xslt(+),unicode]
"

need_httpd_cgi

src_install() {
        webapp_src_preinst

        dodoc CHANGELOG.md README*
        rm CHANGELOG.md COPYING README* .gitignore .travis.yml || die

        insinto "${MY_HTDOCSDIR}"
        doins -r .
        newins phpsysinfo.ini{.new,}

        webapp_configfile "${MY_HTDOCSDIR}"/phpsysinfo.ini
        webapp_src_install
}




Reply via email to