diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-02-27 11:28:00 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-02-27 11:28:00 +0000 |
commit | 39a89caf7cf5e8420f7ed1062d702d83dcede5ac (patch) | |
tree | d7712b19d121a20bb80c1be4c6385f4653e8c356 /www-apps | |
parent | added ~ppc64 (diff) | |
download | historical-39a89caf7cf5e8420f7ed1062d702d83dcede5ac.tar.gz historical-39a89caf7cf5e8420f7ed1062d702d83dcede5ac.tar.bz2 historical-39a89caf7cf5e8420f7ed1062d702d83dcede5ac.zip |
Stable on alpha, bug 83297.
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/phpwebsite/ChangeLog | 6 | ||||
-rw-r--r-- | www-apps/phpwebsite/Manifest | 18 | ||||
-rw-r--r-- | www-apps/phpwebsite/phpwebsite-0.10.0-r1.ebuild | 4 |
3 files changed, 21 insertions, 7 deletions
diff --git a/www-apps/phpwebsite/ChangeLog b/www-apps/phpwebsite/ChangeLog index c1de59227140..b071297f52b2 100644 --- a/www-apps/phpwebsite/ChangeLog +++ b/www-apps/phpwebsite/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-apps/phpwebsite # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwebsite/ChangeLog,v 1.17 2005/02/25 21:05:32 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwebsite/ChangeLog,v 1.18 2005/02/27 11:28:00 kloeri Exp $ + + 27 Feb 2005; Bryan Østergaard <kloeri@gentoo.org> + phpwebsite-0.10.0-r1.ebuild: + Stable on alpha, bug 83297. *phpwebsite-0.10.0-r1 (25 Feb 2005) diff --git a/www-apps/phpwebsite/Manifest b/www-apps/phpwebsite/Manifest index c6f078839e98..e33c9ae50637 100644 --- a/www-apps/phpwebsite/Manifest +++ b/www-apps/phpwebsite/Manifest @@ -1,11 +1,21 @@ -MD5 822d3985fe6b4670cd632cd07230bc6c ChangeLog 5208 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 ecbb5a02001856289bc050635b8d8394 metadata.xml 522 MD5 4f03dd69be734fbd9aa2969d30ebb2c2 phpwebsite-0.10.0.ebuild 1433 MD5 41dbaed8aafa97c8930480adc9d77c58 phpwebsite-0.9.3_p4-r1.ebuild 1636 +MD5 2605b5e8abb079f71b12202c38a8f86d phpwebsite-0.10.0-r1.ebuild 1616 +MD5 327bb207c31e945e61c642c16a8e5df8 ChangeLog 5324 MD5 c9b0b64992415f435bb5cf0b8f603435 phpwebsite-0.9.3_p4-r2.ebuild 1853 -MD5 134a24b9ec089a450f1cafaedf876a47 phpwebsite-0.10.0-r1.ebuild 1616 -MD5 6ddbbfb4f4e1e5c4d8bf717835d3c2d8 files/digest-phpwebsite-0.9.3_p4-r2 239 -MD5 dab689c75fd084b695c69c427aa758b8 files/digest-phpwebsite-0.10.0 75 MD5 9db128d972b5f4cbbda4723ba50699d7 files/postinstall-en.txt 466 MD5 e328ec89d9602d614fbf60f87988f218 files/digest-phpwebsite-0.10.0-r1 147 +MD5 dab689c75fd084b695c69c427aa758b8 files/digest-phpwebsite-0.10.0 75 MD5 823ff723bde0deb5142a1753183467fd files/digest-phpwebsite-0.9.3_p4-r1 157 +MD5 6ddbbfb4f4e1e5c4d8bf717835d3c2d8 files/digest-phpwebsite-0.9.3_p4-r2 239 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.0 (GNU/Linux) + +iD8DBQFCIa+VugEuf3OQ0akRAqHwAKCQnSLREoqxFUdRi0UGOjHZ2rsv0wCggabe +i6exuFdVlL3SmWql1cN3x+0= +=y8Pf +-----END PGP SIGNATURE----- diff --git a/www-apps/phpwebsite/phpwebsite-0.10.0-r1.ebuild b/www-apps/phpwebsite/phpwebsite-0.10.0-r1.ebuild index 89d87979574f..c66ad7768851 100644 --- a/www-apps/phpwebsite/phpwebsite-0.10.0-r1.ebuild +++ b/www-apps/phpwebsite/phpwebsite-0.10.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwebsite/phpwebsite-0.10.0-r1.ebuild,v 1.1 2005/02/25 21:05:32 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwebsite/phpwebsite-0.10.0-r1.ebuild,v 1.2 2005/02/27 11:28:00 kloeri Exp $ inherit webapp @@ -10,7 +10,7 @@ HOMEPAGE="http://phpwebsite.appstate.edu" SRC_URI="mirror://sourceforge/${PN}/${PN}-${MY_PV}-full.tar.gz http://phpwebsite.appstate.edu/downloads/security/phpws_image_secure_patch.tgz" LICENSE="LGPL-2.1" -KEYWORDS="x86 ~ppc ~sparc ~alpha" +KEYWORDS="x86 ~ppc ~sparc alpha" IUSE="" RDEPEND="virtual/httpd-php >=dev-db/mysql-3.23.23" |