public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-apps/phpsysinfo: ChangeLog phpsysinfo-3.1.2-r1.ebuild
@ 2013-03-02 21:41 Tim Harder (radhermit)
  0 siblings, 0 replies; 2+ messages in thread
From: Tim Harder (radhermit) @ 2013-03-02 21:41 UTC (permalink / raw
  To: gentoo-commits

radhermit    13/03/02 21:41:01

  Modified:             ChangeLog
  Added:                phpsysinfo-3.1.2-r1.ebuild
  Log:
  Revbump to use proper config file.
  
  (Portage version: 2.2.0_alpha164/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)

Revision  Changes    Path
1.77                 www-apps/phpsysinfo/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/phpsysinfo/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog	2 Mar 2013 09:49:52 -0000	1.76
+++ ChangeLog	2 Mar 2013 21:41:01 -0000	1.77
@@ -1,6 +1,11 @@
 # ChangeLog for www-apps/phpsysinfo
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/phpsysinfo/ChangeLog,v 1.76 2013/03/02 09:49:52 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/phpsysinfo/ChangeLog,v 1.77 2013/03/02 21:41:01 radhermit Exp $
+
+*phpsysinfo-3.1.2-r1 (02 Mar 2013)
+
+  02 Mar 2013; Tim Harder <radhermit@gentoo.org> +phpsysinfo-3.1.2-r1.ebuild:
+  Revbump to use proper config file.
 
 *phpsysinfo-3.1.2 (02 Mar 2013)
 



1.1                  www-apps/phpsysinfo/phpsysinfo-3.1.2-r1.ebuild

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

Index: phpsysinfo-3.1.2-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/phpsysinfo/phpsysinfo-3.1.2-r1.ebuild,v 1.1 2013/03/02 21:41:01 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,unicode]"

need_httpd_cgi

src_install() {
	webapp_src_preinst

	dodoc CHANGELOG README*
	rm CHANGELOG COPYING README* || die

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

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





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in www-apps/phpsysinfo: ChangeLog phpsysinfo-3.1.2-r1.ebuild
@ 2013-05-14  4:51 Tim Harder (radhermit)
  0 siblings, 0 replies; 2+ messages in thread
From: Tim Harder (radhermit) @ 2013-05-14  4:51 UTC (permalink / raw
  To: gentoo-commits

radhermit    13/05/14 04:51:08

  Modified:             ChangeLog
  Removed:              phpsysinfo-3.1.2-r1.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)

Revision  Changes    Path
1.81                 www-apps/phpsysinfo/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/phpsysinfo/ChangeLog,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- ChangeLog	14 May 2013 04:49:59 -0000	1.80
+++ ChangeLog	14 May 2013 04:51:08 -0000	1.81
@@ -1,6 +1,9 @@
 # ChangeLog for www-apps/phpsysinfo
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/phpsysinfo/ChangeLog,v 1.80 2013/05/14 04:49:59 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/phpsysinfo/ChangeLog,v 1.81 2013/05/14 04:51:08 radhermit Exp $
+
+  14 May 2013; Tim Harder <radhermit@gentoo.org> -phpsysinfo-3.1.2-r1.ebuild:
+  Remove old.
 
   14 May 2013; Tim Harder <radhermit@gentoo.org> phpsysinfo-3.0.19.ebuild,
   phpsysinfo-3.0.20.ebuild, phpsysinfo-3.1.3.ebuild:





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-05-14  4:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-02 21:41 [gentoo-commits] gentoo-x86 commit in www-apps/phpsysinfo: ChangeLog phpsysinfo-3.1.2-r1.ebuild Tim Harder (radhermit)
  -- strict thread matches above, loose matches on Subject: below --
2013-05-14  4:51 Tim Harder (radhermit)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox