diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-04-29 20:13:13 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-04-29 20:13:36 +0200 |
commit | ec7079c0c95dd1dac40e7b67fba9383a5498dcb8 (patch) | |
tree | 6eb1dba2c2ead27248000017adc912b6ada44446 /www-apps | |
parent | games-board/freedoko: Drop old (diff) | |
download | gentoo-ec7079c0c95dd1dac40e7b67fba9383a5498dcb8.tar.gz gentoo-ec7079c0c95dd1dac40e7b67fba9383a5498dcb8.tar.bz2 gentoo-ec7079c0c95dd1dac40e7b67fba9383a5498dcb8.zip |
Remove masked for removal package
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/b2evolution/Manifest | 1 | ||||
-rw-r--r-- | www-apps/b2evolution/b2evolution-4.1.7.ebuild | 46 | ||||
-rw-r--r-- | www-apps/b2evolution/files/postinstall-en.txt | 17 | ||||
-rw-r--r-- | www-apps/b2evolution/files/postupgrade-en.txt | 6 | ||||
-rw-r--r-- | www-apps/b2evolution/metadata.xml | 11 |
5 files changed, 0 insertions, 81 deletions
diff --git a/www-apps/b2evolution/Manifest b/www-apps/b2evolution/Manifest deleted file mode 100644 index fb700be7434a..000000000000 --- a/www-apps/b2evolution/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST b2evolution-4.1.7-stable-2013-04-27.zip 6112599 BLAKE2B 93d827b0fbfb252b67b68adc5d3097f3b6058505fc6fae30b4de0ca267ad625a992d989af45d3579dd8e27cd225aeb3e235941511128fbaeda56ed99069defdb SHA512 cf5f20c6dd8ddd714bc6cc3365fc815b4f9444feddea278da08ab247bf8dbaf97c70fe923d4438888e8a94e31567c6f5085850ba4566bae3ec54f45c7dde8c20 diff --git a/www-apps/b2evolution/b2evolution-4.1.7.ebuild b/www-apps/b2evolution/b2evolution-4.1.7.ebuild deleted file mode 100644 index b164f4a4ceeb..000000000000 --- a/www-apps/b2evolution/b2evolution-4.1.7.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit webapp eutils - -MY_EXT="stable-2013-04-27" -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 -} diff --git a/www-apps/b2evolution/files/postinstall-en.txt b/www-apps/b2evolution/files/postinstall-en.txt deleted file mode 100644 index 9361877c2608..000000000000 --- a/www-apps/b2evolution/files/postinstall-en.txt +++ /dev/null @@ -1,17 +0,0 @@ -You will need to provide a database for your b2evolution installation. - -This assumes you have some knowledge of MySQL, and already have it -installed and configured. If not, please refer to the Gentoo MySQL -guide at the following URL: - -http://www.gentoo.org/doc/en/mysql-howto.xml - -Once you have a database ready all you need to do is to go to this -location - -http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/install - -and provide the credentials required for the database access. - -Note the administrator password b2evolution will provide and after -logging in with these credentials you can start to use the application. diff --git a/www-apps/b2evolution/files/postupgrade-en.txt b/www-apps/b2evolution/files/postupgrade-en.txt deleted file mode 100644 index 9e01eaba38c7..000000000000 --- a/www-apps/b2evolution/files/postupgrade-en.txt +++ /dev/null @@ -1,6 +0,0 @@ -Please go to this location - -http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/install/index.php - -and select "Upgrade from a previous version of b2evolution" after -providing the credentials required for the database acces. diff --git a/www-apps/b2evolution/metadata.xml b/www-apps/b2evolution/metadata.xml deleted file mode 100644 index 2bd751aefd82..000000000000 --- a/www-apps/b2evolution/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>web-apps@gentoo.org</email> - <name>Gentoo Webapps</name> - </maintainer> - <upstream> - <remote-id type="sourceforge">evocms</remote-id> - </upstream> -</pkgmetadata> |