diff options
author | Gunnar Wrobel <wrobel@gentoo.org> | 2007-08-15 20:03:24 +0000 |
---|---|---|
committer | Gunnar Wrobel <wrobel@gentoo.org> | 2007-08-15 20:03:24 +0000 |
commit | e1a7906c8319602e2b5a08c1104de3cc89408f5d (patch) | |
tree | d84b253fde67f0f5e24e818e07f667341b435c24 /www-apps | |
parent | Removed vulnerable websvn-1.61. (diff) | |
download | gentoo-2-e1a7906c8319602e2b5a08c1104de3cc89408f5d.tar.gz gentoo-2-e1a7906c8319602e2b5a08c1104de3cc89408f5d.tar.bz2 gentoo-2-e1a7906c8319602e2b5a08c1104de3cc89408f5d.zip |
Removed vulnerable b2evolution-0.9.1 (see #162171).
(Portage version: 2.1.2.11)
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/b2evolution/ChangeLog | 5 | ||||
-rw-r--r-- | www-apps/b2evolution/b2evolution-0.9.1.ebuild | 53 | ||||
-rw-r--r-- | www-apps/b2evolution/files/digest-b2evolution-0.9.1 | 3 |
3 files changed, 4 insertions, 57 deletions
diff --git a/www-apps/b2evolution/ChangeLog b/www-apps/b2evolution/ChangeLog index 178a74fa0de4..021fdf5fe525 100644 --- a/www-apps/b2evolution/ChangeLog +++ b/www-apps/b2evolution/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-apps/b2evolution # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/b2evolution/ChangeLog,v 1.25 2007/08/14 18:15:31 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/b2evolution/ChangeLog,v 1.26 2007/08/15 20:03:23 wrobel Exp $ + + 15 Aug 2007; <wrobel@gentoo.org> -b2evolution-0.9.1.ebuild: + Removed vulnerable b2evolution-0.9.1 (see #162171). 14 Aug 2007; Tobias Scherbaum <dertobi123@gentoo.org> b2evolution-1.10.2.ebuild: diff --git a/www-apps/b2evolution/b2evolution-0.9.1.ebuild b/www-apps/b2evolution/b2evolution-0.9.1.ebuild deleted file mode 100644 index 47ce33d96eae..000000000000 --- a/www-apps/b2evolution/b2evolution-0.9.1.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/b2evolution/b2evolution-0.9.1.ebuild,v 1.10 2007/01/28 01:35:48 dsd Exp $ - -inherit depend.php eutils webapp - -MY_EXT="b-2005-09-16" - -DESCRIPTION="Multilingual multiuser multi-blog engine" -HOMEPAGE="http://www.b2evolution.net" -SRC_URI="mirror://sourceforge/evocms/${P}${MY_EXT}.zip" -LICENSE="GPL-2" -KEYWORDS="alpha amd64 ppc x86" -IUSE="" -RDEPEND="virtual/httpd-php" - -DEPEND="${DEPEND} ${RDEPEND} - app-arch/unzip" - -S="${WORKDIR}/${PN}" - -pkg_setup() { - webapp_pkg_setup - has_php - if [[ ${PHP_VERSION} == "4" ]]; then - require_php_with_use expat - else - require_php_with_use xml - fi -} - -src_install() { - webapp_src_preinst - - einfo "Installing main files" - cp -r blogs/* ${D}${MY_HTDOCSDIR} - einfo "Done" - - dodoc doc/license.txt doc/install_new.html doc/upgradefrom_b2evo.html doc/upgradefrom_b2.html \ - doc/upgradefrom_gl.html doc/upgradefrom_miniblog.html doc/upgradefrom_mt.html - - # Identify the configuration files that this app uses - # User can want to make changes to these! - webapp_configfile ${MY_HTDOCSDIR}/conf/_config.php - webapp_serverowned ${MY_HTDOCSDIR}/conf/_config.php - webapp_serverowned ${MY_HTDOCSDIR} - - # post-install instructions - webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt - - # now strut stuff - webapp_src_install -} diff --git a/www-apps/b2evolution/files/digest-b2evolution-0.9.1 b/www-apps/b2evolution/files/digest-b2evolution-0.9.1 deleted file mode 100644 index 1be5da7b4024..000000000000 --- a/www-apps/b2evolution/files/digest-b2evolution-0.9.1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 394c15bed69d54091e407b8f527967b7 b2evolution-0.9.1b-2005-09-16.zip 2926356 -RMD160 a28bc2e174a7b20a0834558dca7c9e7b76f55656 b2evolution-0.9.1b-2005-09-16.zip 2926356 -SHA256 31561275fd89a90a9020909309932b775b0c0a197297db10ac908baa089786cb b2evolution-0.9.1b-2005-09-16.zip 2926356 |