diff options
author | Markus Nigbur <pyrania@gentoo.org> | 2003-10-31 11:48:42 +0000 |
---|---|---|
committer | Markus Nigbur <pyrania@gentoo.org> | 2003-10-31 11:48:42 +0000 |
commit | 8ec74a144a3e7e5e217d4a51dcab9aa69917a3f9 (patch) | |
tree | fc5a587f69f7b8e9e3a86b854f0e969cc059f6bb /dev-php/phpsysinfo | |
parent | adding dev-libs/libpcre. closes #32372. (diff) | |
download | gentoo-2-8ec74a144a3e7e5e217d4a51dcab9aa69917a3f9.tar.gz gentoo-2-8ec74a144a3e7e5e217d4a51dcab9aa69917a3f9.tar.bz2 gentoo-2-8ec74a144a3e7e5e217d4a51dcab9aa69917a3f9.zip |
fixed typos
Diffstat (limited to 'dev-php/phpsysinfo')
-rw-r--r-- | dev-php/phpsysinfo/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/phpsysinfo/phpsysinfo-2.1-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-php/phpsysinfo/phpsysinfo-2.1.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-php/phpsysinfo/ChangeLog b/dev-php/phpsysinfo/ChangeLog index ecd99b6d58f0..26273a748e86 100644 --- a/dev-php/phpsysinfo/ChangeLog +++ b/dev-php/phpsysinfo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/phpsysinfo # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/phpsysinfo/ChangeLog,v 1.5 2003/10/14 03:41:09 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/phpsysinfo/ChangeLog,v 1.6 2003/10/31 11:48:42 pyrania Exp $ + + 31 Oct 2003; Markus Nigbur <pyrania@gentoo.org> phpsysinfo-2.1-r1.ebuild, + phpsysinfo-2.1.ebuild: + Fixed typos. 13 Oct 2003; Robin H. Johnson <robbat2@gentoo.org> metadata.xml: add metadata.xml diff --git a/dev-php/phpsysinfo/phpsysinfo-2.1-r1.ebuild b/dev-php/phpsysinfo/phpsysinfo-2.1-r1.ebuild index b513a2e6d327..b77f2e1fb74d 100644 --- a/dev-php/phpsysinfo/phpsysinfo-2.1-r1.ebuild +++ b/dev-php/phpsysinfo/phpsysinfo-2.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/phpsysinfo/phpsysinfo-2.1-r1.ebuild,v 1.1 2003/10/14 02:53:01 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/phpsysinfo/phpsysinfo-2.1-r1.ebuild,v 1.2 2003/10/31 11:48:42 pyrania Exp $ MY_PN="phpSysInfo" MY_P="${MY_PN}-${PV}" @@ -32,7 +32,7 @@ src_install() { } pkg_postinst() { - einfo "Your stats are now availible at http://yoursever/phpsysinfo" + einfo "Your stats are now available at http://yourserver/phpsysinfo" einfo "If you use a 2.5 kernel and want correct memory details output," einfo "please apply /usr/share/doc/${PF}/fix_memory_display_kernel2.5.diff.gz" einfo "to the application." diff --git a/dev-php/phpsysinfo/phpsysinfo-2.1.ebuild b/dev-php/phpsysinfo/phpsysinfo-2.1.ebuild index d2e8927bfe17..ee11fc4fae7b 100644 --- a/dev-php/phpsysinfo/phpsysinfo-2.1.ebuild +++ b/dev-php/phpsysinfo/phpsysinfo-2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/phpsysinfo/phpsysinfo-2.1.ebuild,v 1.7 2003/09/08 04:51:38 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/phpsysinfo/phpsysinfo-2.1.ebuild,v 1.8 2003/10/31 11:48:42 pyrania Exp $ DESCRIPTION="phpSysInfo is a nice package that will display your system stats via PHP." HOMEPAGE="http://phpsysinfo.sourceforge.net/" @@ -26,6 +26,6 @@ src_install() { pkg_postinst() { einfo - einfo "Your stats are now availible at http://yoursever/phpsysinfo" + einfo "Your stats are now available at http://yourserver/phpsysinfo" einfo } |