radhermit    15/02/02 04:45:49

  Modified:             ChangeLog
  Added:                phpsysinfo-3.2.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  Changes    Path
1.89                 www-apps/phpsysinfo/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/phpsysinfo/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog   10 Jan 2015 03:00:19 -0000      1.88
+++ ChangeLog   2 Feb 2015 04:45:49 -0000       1.89
@@ -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.88 
2015/01/10 03:00:19 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/phpsysinfo/ChangeLog,v 1.89 
2015/02/02 04:45:49 radhermit Exp $
+
+*phpsysinfo-3.2.0 (02 Feb 2015)
+
+  02 Feb 2015; Tim Harder <radher...@gentoo.org> +phpsysinfo-3.2.0.ebuild:
+  Version bump.
 
 *phpsysinfo-3.1.17 (10 Jan 2015)
 



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

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

Index: phpsysinfo-3.2.0.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.0.ebuild,v 1.1 
2015/02/02 04:45:49 radhermit 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