diff options
author | Aron Griffis <agriffis@gentoo.org> | 2003-03-25 05:20:11 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2003-03-25 05:20:11 +0000 |
commit | ceecfeeecfaf8b8919c566d64010f0d956682b6e (patch) | |
tree | f877be636d7d3a8fc049d833d3b43212434fd0c1 /dev-php/phpsysinfo | |
parent | version bump (diff) | |
download | gentoo-2-ceecfeeecfaf8b8919c566d64010f0d956682b6e.tar.gz gentoo-2-ceecfeeecfaf8b8919c566d64010f0d956682b6e.tar.bz2 gentoo-2-ceecfeeecfaf8b8919c566d64010f0d956682b6e.zip |
add ~alpha
Diffstat (limited to 'dev-php/phpsysinfo')
-rw-r--r-- | dev-php/phpsysinfo/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php/phpsysinfo/phpsysinfo-2.1.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-php/phpsysinfo/ChangeLog b/dev-php/phpsysinfo/ChangeLog index 974bf72e4582..9ebff42ec79e 100644 --- a/dev-php/phpsysinfo/ChangeLog +++ b/dev-php/phpsysinfo/ChangeLog @@ -1,6 +1,11 @@ # 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.2 2003/02/12 06:29:56 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/phpsysinfo/ChangeLog,v 1.3 2003/03/25 05:20:11 agriffis Exp $ + +*phpsysinfo-2.1 (25 Mar 2003) + + 25 Mar 2003; Aron Griffis <agriffis@gentoo.org> phpsysinfo-2.1.ebuild: + Add ~alpha to KEYWORDS *phpsysinfo-1.2 (31 Jan 2003) diff --git a/dev-php/phpsysinfo/phpsysinfo-2.1.ebuild b/dev-php/phpsysinfo/phpsysinfo-2.1.ebuild index abf499327581..3eba49492f53 100644 --- a/dev-php/phpsysinfo/phpsysinfo-2.1.ebuild +++ b/dev-php/phpsysinfo/phpsysinfo-2.1.ebuild @@ -1,13 +1,13 @@ # 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.3 2003/02/28 16:54:59 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/phpsysinfo/phpsysinfo-2.1.ebuild,v 1.4 2003/03/25 05:20:11 agriffis Exp $ DESCRIPTION="phpSysInfo is a nice package that will display your system stats via PHP." HOMEPAGE="http://phpsysinfo.sourceforge.net/" SRC_URI="mirror://sourceforge/phpsysinfo/phpSysInfo-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~alpha" IUSE="" DEPEND=">=apache-1.3.27-r1 >=mod_php-4.2.3-r2" S=${WORKDIR}/phpSysInfo-${PV} |