diff options
author | 2005-08-31 12:14:44 +0000 | |
---|---|---|
committer | 2005-08-31 12:14:44 +0000 | |
commit | 177ef5a546dafffdec73ae452c8ccb4195b7cb1b (patch) | |
tree | c98063b2c2865bead2566c78485c96ae5027feea /www-apps | |
parent | fix to make src_test execute the make checks in a virtual X session (diff) | |
download | historical-177ef5a546dafffdec73ae452c8ccb4195b7cb1b.tar.gz historical-177ef5a546dafffdec73ae452c8ccb4195b7cb1b.tar.bz2 historical-177ef5a546dafffdec73ae452c8ccb4195b7cb1b.zip |
Removing vulnerable versions
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/phpwebsite/ChangeLog | 5 | ||||
-rw-r--r-- | www-apps/phpwebsite/Manifest | 10 | ||||
-rw-r--r-- | www-apps/phpwebsite/files/digest-phpwebsite-0.10.2_rc1 | 1 | ||||
-rw-r--r-- | www-apps/phpwebsite/phpwebsite-0.10.2_rc1.ebuild | 44 |
4 files changed, 8 insertions, 52 deletions
diff --git a/www-apps/phpwebsite/ChangeLog b/www-apps/phpwebsite/ChangeLog index 5039ae9ac5fb..f1779765eab6 100644 --- a/www-apps/phpwebsite/ChangeLog +++ b/www-apps/phpwebsite/ChangeLog @@ -1,6 +1,9 @@ # 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.47 2005/08/30 23:46:51 yoswink Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwebsite/ChangeLog,v 1.48 2005/08/31 12:14:44 rl03 Exp $ + + 31 Aug 2005; Renat Lumpau <rl03@gentoo.org> -phpwebsite-0.10.2_rc1.ebuild: + Removing vulnerable versions 30 Aug 2005; Jose Luis Rivero <yoswink@gentoo.org> phpwebsite-0.10.2_rc2.ebuild: diff --git a/www-apps/phpwebsite/Manifest b/www-apps/phpwebsite/Manifest index 193d56efbb37..421331128b7b 100644 --- a/www-apps/phpwebsite/Manifest +++ b/www-apps/phpwebsite/Manifest @@ -2,16 +2,14 @@ Hash: SHA1 MD5 b315fa79c7a0b3fa9798939afa0a4909 phpwebsite-0.10.2_rc2.ebuild 1444 -MD5 a8ded065c8b8a2809c46a466599455bf phpwebsite-0.10.2_rc1.ebuild 1441 -MD5 3dd5a48968cf2dc5ed93e50e388b9d4a ChangeLog 9175 +MD5 c96afbb9bfe7301cd69145868835fd06 ChangeLog 9281 MD5 24a724cdfd1390bba450f4b7c1a9dfc5 metadata.xml 360 MD5 e5cab3ec158303e1d64a76d9eacd5cb6 files/postinstall-en.txt 4642 -MD5 238d5c7341d91b9017d5dac84124884d files/digest-phpwebsite-0.10.2_rc1 71 MD5 57b645768c6c1c4f1f09c26085385b16 files/digest-phpwebsite-0.10.2_rc2 74 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) -iD8DBQFDFPAi3og80iZgVQgRAjbsAJ90sc+x+8y7quuIyXdi9OBLhUpwRACfW8ti -MDvStFp/9PtbiVCLjoRbXZQ= -=dAwQ +iD8DBQFDFZ9KEzitwsaoONoRAneSAJ4/94MdgNIy3HQVIlo9jMzW7K/lMwCgluBI +BRTuop9mFcoVAe0gVQHBMcQ= +=+hfQ -----END PGP SIGNATURE----- diff --git a/www-apps/phpwebsite/files/digest-phpwebsite-0.10.2_rc1 b/www-apps/phpwebsite/files/digest-phpwebsite-0.10.2_rc1 deleted file mode 100644 index e8883fa7632e..000000000000 --- a/www-apps/phpwebsite/files/digest-phpwebsite-0.10.2_rc1 +++ /dev/null @@ -1 +0,0 @@ -MD5 30672d2221808829b31e333862874998 phpwebsite-0.10.2-RC1.tgz 1711272 diff --git a/www-apps/phpwebsite/phpwebsite-0.10.2_rc1.ebuild b/www-apps/phpwebsite/phpwebsite-0.10.2_rc1.ebuild deleted file mode 100644 index d11b84de984c..000000000000 --- a/www-apps/phpwebsite/phpwebsite-0.10.2_rc1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# 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.2_rc1.ebuild,v 1.5 2005/08/20 15:26:34 yoswink Exp $ - -inherit webapp - -MY_PV=${PV/_rc/-RC} - -DESCRIPTION="phpWebSite Content Management System" -HOMEPAGE="http://phpwebsite.appstate.edu" -SRC_URI="http://phpwebsite.appstate.edu/downloads/rc/${PN}-${MY_PV}.tgz" -LICENSE="LGPL-2.1" -KEYWORDS="alpha ppc sparc x86" -IUSE="" -RDEPEND="virtual/httpd-php - >=dev-db/mysql-3.23.23" - -DEPEND="${DEPEND} ${RDEPEND} >=net-www/webapp-config-1.11" - -S="${WORKDIR}/${PN}-${MY_PV}" - -src_install() { - webapp_src_preinst - - local docs="docs/CHANGELOG.txt docs/CONVERSION.txt docs/CREDITS.txt docs/INSTALL.txt docs/KNOWNISSUES.txt docs/PEARERRORS.txt docs/README.txt docs/REQUIREMENTS.txt docs/THEMES.txt docs/UNINSTALL.txt docs/UPGRADE.txt docs/sample.config.php" - dodoc ${docs} - - einfo "Installing main files" - cp -r * ${D}${MY_HTDOCSDIR} - - #webapp_configfile ${MY_HTDOCSDIR}/conf/config.php - - # Files that need to be owned by webserver - webapp_serverowned ${MY_HTDOCSDIR}/conf - webapp_serverowned ${MY_HTDOCSDIR}/files - webapp_serverowned ${MY_HTDOCSDIR}/images - webapp_serverowned ${MY_HTDOCSDIR}/images/mod - webapp_serverowned ${MY_HTDOCSDIR}/images/mod/controlpanel - webapp_serverowned ${MY_HTDOCSDIR}/mod - - webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt - - webapp_src_install -} |