diff options
author | Matti Bickel <mabi@gentoo.org> | 2013-01-01 20:35:14 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2013-01-01 20:35:14 +0000 |
commit | dc25223ef5abe54b95791e72d3eb2bd69614d7fb (patch) | |
tree | 86b57d1545292dc0828047aefb8c330eac4ad27a /www-apps | |
parent | Fix LICENSE, add mirror and bindist restrictions, bug 444424. (diff) | |
download | gentoo-2-dc25223ef5abe54b95791e72d3eb2bd69614d7fb.tar.gz gentoo-2-dc25223ef5abe54b95791e72d3eb2bd69614d7fb.tar.bz2 gentoo-2-dc25223ef5abe54b95791e72d3eb2bd69614d7fb.zip |
remove ancient/insecure versions
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 0x4849EC6C)
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/b2evolution/ChangeLog | 7 | ||||
-rw-r--r-- | www-apps/b2evolution/b2evolution-1.10.2.ebuild | 53 | ||||
-rw-r--r-- | www-apps/b2evolution/b2evolution-1.10.3.ebuild | 53 | ||||
-rw-r--r-- | www-apps/b2evolution/b2evolution-2.4.0_rc2.ebuild | 54 | ||||
-rw-r--r-- | www-apps/b2evolution/b2evolution-4.1.4.ebuild | 47 |
5 files changed, 6 insertions, 208 deletions
diff --git a/www-apps/b2evolution/ChangeLog b/www-apps/b2evolution/ChangeLog index fbb341ede8de..04d0c9da247d 100644 --- a/www-apps/b2evolution/ChangeLog +++ b/www-apps/b2evolution/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for www-apps/b2evolution # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/b2evolution/ChangeLog,v 1.35 2013/01/01 18:33:12 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/b2evolution/ChangeLog,v 1.36 2013/01/01 20:35:14 mabi Exp $ + + 01 Jan 2013; Matti Bickel <mabi@gentoo.org> -b2evolution-1.10.2.ebuild, + -b2evolution-1.10.3.ebuild, -b2evolution-2.4.0_rc2.ebuild, + -b2evolution-4.1.4.ebuild: + remove ancient/insecure versions 01 Jan 2013; Raúl Porcel <armin76@gentoo.org> b2evolution-1.10.2.ebuild, b2evolution-1.10.3.ebuild, b2evolution-2.4.0_rc2.ebuild, diff --git a/www-apps/b2evolution/b2evolution-1.10.2.ebuild b/www-apps/b2evolution/b2evolution-1.10.2.ebuild deleted file mode 100644 index 8e518e1144bc..000000000000 --- a/www-apps/b2evolution/b2evolution-1.10.2.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/b2evolution/b2evolution-1.10.2.ebuild,v 1.8 2013/01/01 18:33:12 armin76 Exp $ - -inherit webapp eutils depend.php - -MY_EXT="2007-06-08" -MY_PV=${PV/_/-} - -DESCRIPTION="Multilingual multiuser multi-blog engine" -HOMEPAGE="http://www.b2evolution.net" -SRC_URI="mirror://sourceforge/evocms/${PN}-${MY_PV}-${MY_EXT}.zip" - -LICENSE="GPL-2" -KEYWORDS="amd64 ppc x86" -IUSE="" - -RDEPEND="" -DEPEND="${DEPEND} ${RDEPEND} - app-arch/unzip" - -need_httpd_cgi -need_php_httpd - -S="${WORKDIR}/${PN}" - -pkg_setup() { - webapp_pkg_setup - has_php - if [[ ${PHP_VERSION} == "4" ]]; then - require_php_with_use expat tokenizer mysql - else - require_php_with_use xml tokenizer mysql - fi -} - -src_install() { - webapp_src_preinst - - insinto "${MY_HTDOCSDIR}" - doins -r blogs/* - - rm doc/*.*-*.html doc/*.src.html - dohtml doc/*.html - - webapp_serverowned "${MY_HTDOCSDIR}" - webapp_serverowned "${MY_HTDOCSDIR}"/conf/_basic_config.php - webapp_configfile "${MY_HTDOCSDIR}"/conf/_{basic_config,advanced,locales,formatting,admin,stats,application}.php - - webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt - - webapp_src_install -} diff --git a/www-apps/b2evolution/b2evolution-1.10.3.ebuild b/www-apps/b2evolution/b2evolution-1.10.3.ebuild deleted file mode 100644 index 61cec42b82f1..000000000000 --- a/www-apps/b2evolution/b2evolution-1.10.3.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/b2evolution/b2evolution-1.10.3.ebuild,v 1.4 2013/01/01 18:33:12 armin76 Exp $ - -inherit webapp eutils depend.php - -MY_EXT="2007-11-01" -MY_PV=${PV/_/-} - -DESCRIPTION="Multilingual multiuser multi-blog engine" -HOMEPAGE="http://www.b2evolution.net" -SRC_URI="mirror://sourceforge/evocms/${PN}-${MY_PV}-${MY_EXT}.zip" - -LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND} - app-arch/unzip" - -need_httpd_cgi -need_php_httpd - -S="${WORKDIR}/${PN}" - -pkg_setup() { - webapp_pkg_setup - has_php - if [[ ${PHP_VERSION} == "4" ]]; then - require_php_with_use expat tokenizer mysql - else - require_php_with_use xml tokenizer mysql - fi -} - -src_install() { - webapp_src_preinst - - insinto "${MY_HTDOCSDIR}" - doins -r blogs/* - - rm doc/*.*-*.html doc/*.src.html - dohtml doc/*.html - - webapp_serverowned "${MY_HTDOCSDIR}" - webapp_serverowned "${MY_HTDOCSDIR}"/conf/_basic_config.php - webapp_configfile "${MY_HTDOCSDIR}"/conf/_{basic_config,advanced,locales,formatting,admin,stats,application}.php - - webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt - - webapp_src_install -} diff --git a/www-apps/b2evolution/b2evolution-2.4.0_rc2.ebuild b/www-apps/b2evolution/b2evolution-2.4.0_rc2.ebuild deleted file mode 100644 index 8547258a6a87..000000000000 --- a/www-apps/b2evolution/b2evolution-2.4.0_rc2.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/b2evolution/b2evolution-2.4.0_rc2.ebuild,v 1.4 2013/01/01 18:33:12 armin76 Exp $ - -inherit webapp eutils depend.php - -MY_EXT="2008-01-23" -MY_PV=${PV/_/-} - -DESCRIPTION="Multilingual multiuser multi-blog engine" -HOMEPAGE="http://www.b2evolution.net" -SRC_URI="mirror://sourceforge/evocms/${PN}-${MY_PV}-${MY_EXT}.zip" - -LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND} - app-arch/unzip" - -need_httpd_cgi -need_php_httpd - -S="${WORKDIR}/${PN}" - -pkg_setup() { - webapp_pkg_setup - has_php - if [[ ${PHP_VERSION} == "4" ]]; then - require_php_with_use expat tokenizer mysql - else - require_php_with_use xml tokenizer mysql - fi -} - -src_install() { - webapp_src_preinst - - insinto "${MY_HTDOCSDIR}" - doins -r blogs/* - - rm doc/*.*-*.html doc/*.src.html - dohtml doc/*.html - - webapp_serverowned "${MY_HTDOCSDIR}" - webapp_serverowned "${MY_HTDOCSDIR}"/conf/_basic_config.php - webapp_configfile "${MY_HTDOCSDIR}"/conf/_{basic_config,advanced,locales,formatting,admin,stats,application}.php - - webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt - webapp_postupgrade_txt en "${FILESDIR}"/postupgrade-en.txt - - webapp_src_install -} diff --git a/www-apps/b2evolution/b2evolution-4.1.4.ebuild b/www-apps/b2evolution/b2evolution-4.1.4.ebuild deleted file mode 100644 index e90ca141600d..000000000000 --- a/www-apps/b2evolution/b2evolution-4.1.4.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/b2evolution/b2evolution-4.1.4.ebuild,v 1.2 2013/01/01 18:33:12 armin76 Exp $ - -EAPI=4 - -inherit webapp eutils - -MY_EXT="stable-2012-04-03" -MY_PV=${PV/_/-} - -DESCRIPTION="Multilingual multiuser multi-blog engine" -HOMEPAGE="http://www.b2evolution.net" -SRC_URI="mirror://sourceforge/evocms/${PN}-${MY_PV}-${MY_EXT}.zip" - -LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -RDEPEND="virtual/httpd-php - dev-lang/php[ctype,curl,mysql,tokenizer,xml]" -DEPEND="${RDEPEND} - app-arch/unzip" - -need_httpd_cgi - -S="${WORKDIR}/${PN}" - -src_install() { - webapp_src_preinst - - insinto "${MY_HTDOCSDIR}" - doins -r blogs/* - - rm doc/*.*-*.html doc/*.src.html - dohtml doc/*.html - - webapp_serverowned "${MY_HTDOCSDIR}"/conf/_basic_config.template.php - webapp_serverowned "${MY_HTDOCSDIR}"/{cache,media}/ - webapp_configfile - "${MY_HTDOCSDIR}"/conf/_{basic_config.template,advanced,locales,formatting,admin,stats,application,config,icons,upgrade}.php - - webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt - webapp_postupgrade_txt en "${FILESDIR}"/postupgrade-en.txt - - webapp_src_install -} |