diff options
author | Daniel Drake <dsd@gentoo.org> | 2006-05-30 17:48:45 +0000 |
---|---|---|
committer | Daniel Drake <dsd@gentoo.org> | 2006-05-30 17:48:45 +0000 |
commit | 94027e5890ac394f38807ab06d97319704d6c905 (patch) | |
tree | 4b6eab0e836d4402cd282eb84674bf7361b22eb5 /www-apps | |
parent | Add ~amd64 keyword. (diff) | |
download | gentoo-2-94027e5890ac394f38807ab06d97319704d6c905.tar.gz gentoo-2-94027e5890ac394f38807ab06d97319704d6c905.tar.bz2 gentoo-2-94027e5890ac394f38807ab06d97319704d6c905.zip |
Version bump
(Portage version: 2.1_rc3-r2)
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/b2evolution/ChangeLog | 7 | ||||
-rw-r--r-- | www-apps/b2evolution/b2evolution-0.9.2.ebuild | 43 | ||||
-rw-r--r-- | www-apps/b2evolution/files/digest-b2evolution-0.9.2 | 3 |
3 files changed, 52 insertions, 1 deletions
diff --git a/www-apps/b2evolution/ChangeLog b/www-apps/b2evolution/ChangeLog index ed184c73ae8c..28c76757dec5 100644 --- a/www-apps/b2evolution/ChangeLog +++ b/www-apps/b2evolution/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for www-apps/b2evolution # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/b2evolution/ChangeLog,v 1.14 2006/01/08 09:27:24 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/b2evolution/ChangeLog,v 1.15 2006/05/30 17:48:45 dsd Exp $ + +*b2evolution-0.9.2 (30 May 2006) + + 30 May 2006; Daniel Drake <dsd@gentoo.org> +b2evolution-0.9.2.ebuild: + Version bump 08 Jan 2006; Joseph Jezak <josejx@gentoo.org> b2evolution-0.9.1.ebuild: Marked ppc stable for bug #113654. diff --git a/www-apps/b2evolution/b2evolution-0.9.2.ebuild b/www-apps/b2evolution/b2evolution-0.9.2.ebuild new file mode 100644 index 000000000000..b78f45eb7b4e --- /dev/null +++ b/www-apps/b2evolution/b2evolution-0.9.2.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/b2evolution/b2evolution-0.9.2.ebuild,v 1.1 2006/05/30 17:48:45 dsd Exp $ + +inherit webapp eutils + +MY_EXT="-2006-05-22" + +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 + >=dev-db/mysql-3.23.23" + +DEPEND="${DEPEND} ${RDEPEND} + app-arch/unzip" + +S="${WORKDIR}/${PN}" + +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_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.2 b/www-apps/b2evolution/files/digest-b2evolution-0.9.2 new file mode 100644 index 000000000000..fe408ee06a09 --- /dev/null +++ b/www-apps/b2evolution/files/digest-b2evolution-0.9.2 @@ -0,0 +1,3 @@ +MD5 06468da5382df7d4f80806dea4dd2e1e b2evolution-0.9.2-2006-05-22.zip 3294584 +RMD160 6e04fbe04c8a160b61342391ed553326b69f2b49 b2evolution-0.9.2-2006-05-22.zip 3294584 +SHA256 302b18f9768580750e96a1354a19c401c65d7f11324a208f10b956094b7914fe b2evolution-0.9.2-2006-05-22.zip 3294584 |