radhermit    14/03/15 11:32:15

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

Revision  Changes    Path
1.85                 www-apps/phpsysinfo/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/phpsysinfo/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog   13 Feb 2014 09:02:19 -0000      1.84
+++ ChangeLog   15 Mar 2014 11:32:15 -0000      1.85
@@ -1,6 +1,11 @@
 # ChangeLog for www-apps/phpsysinfo
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/phpsysinfo/ChangeLog,v 1.84 
2014/02/13 09:02:19 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/phpsysinfo/ChangeLog,v 1.85 
2014/03/15 11:32:15 radhermit Exp $
+
+*phpsysinfo-3.1.11 (15 Mar 2014)
+
+  15 Mar 2014; Tim Harder <radher...@gentoo.org> +phpsysinfo-3.1.11.ebuild:
+  Version bump.
 
 *phpsysinfo-3.1.9 (13 Feb 2014)
 



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

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

Index: phpsysinfo-3.1.11.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-apps/phpsysinfo/phpsysinfo-3.1.11.ebuild,v 1.1 
2014/03/15 11:32:15 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