Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/phpsysinfo/
Date: Sat, 28 Apr 2018 10:35:01
Message-Id: 1524911684.72ca82516b4afc111b67fd692d438af0a527a7a3.zlogene@gentoo
1 commit: 72ca82516b4afc111b67fd692d438af0a527a7a3
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 28 10:34:18 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 28 10:34:44 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72ca8251
7
8 www-apps/phpsysinfo: fix DESCRIPTION
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 www-apps/phpsysinfo/phpsysinfo-3.2.2.ebuild | 4 ++--
13 www-apps/phpsysinfo/phpsysinfo-3.2.3.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/www-apps/phpsysinfo/phpsysinfo-3.2.2.ebuild b/www-apps/phpsysinfo/phpsysinfo-3.2.2.ebuild
17 index 3288fa82689..6f8312e7b4e 100644
18 --- a/www-apps/phpsysinfo/phpsysinfo-3.2.2.ebuild
19 +++ b/www-apps/phpsysinfo/phpsysinfo-3.2.2.ebuild
20 @@ -1,11 +1,11 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26
27 inherit webapp
28
29 -DESCRIPTION="phpSysInfo is a nice package that will display your system stats via PHP"
30 +DESCRIPTION="A nice package that will display your system stats via PHP"
31 HOMEPAGE="https://rk4an.github.com/phpsysinfo/"
32 SRC_URI="https://github.com/rk4an/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
33
34
35 diff --git a/www-apps/phpsysinfo/phpsysinfo-3.2.3.ebuild b/www-apps/phpsysinfo/phpsysinfo-3.2.3.ebuild
36 index b2f26ade0cc..bf257b348ab 100644
37 --- a/www-apps/phpsysinfo/phpsysinfo-3.2.3.ebuild
38 +++ b/www-apps/phpsysinfo/phpsysinfo-3.2.3.ebuild
39 @@ -1,11 +1,11 @@
40 -# Copyright 1999-2015 Gentoo Foundation
41 +# Copyright 1999-2018 Gentoo Foundation
42 # Distributed under the terms of the GNU General Public License v2
43
44 EAPI=5
45
46 inherit webapp
47
48 -DESCRIPTION="phpSysInfo is a nice package that will display your system stats via PHP"
49 +DESCRIPTION="A nice package that will display your system stats via PHP"
50 HOMEPAGE="https://rk4an.github.com/phpsysinfo/"
51 SRC_URI="https://github.com/rk4an/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"