summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Drake <dsd@gentoo.org>2005-02-05 21:44:47 +0000
committerDaniel Drake <dsd@gentoo.org>2005-02-05 21:44:47 +0000
commit58f6d60a303845a556d499464a7ad4d7bf9c93fc (patch)
tree0f794c6e4206a2bd1af071f60784b74f5e74635b /www-apps/b2evolution
parentHomepage moved, bug 80903. (diff)
downloadgentoo-2-58f6d60a303845a556d499464a7ad4d7bf9c93fc.tar.gz
gentoo-2-58f6d60a303845a556d499464a7ad4d7bf9c93fc.tar.bz2
gentoo-2-58f6d60a303845a556d499464a7ad4d7bf9c93fc.zip
Initial commit. Includes security fix from http://secunia.com/advisories/13718/
(Portage version: 2.0.51-r15)
Diffstat (limited to 'www-apps/b2evolution')
-rw-r--r--www-apps/b2evolution/ChangeLog10
-rw-r--r--www-apps/b2evolution/Manifest5
-rw-r--r--www-apps/b2evolution/b2evolution-0.9.0.11.ebuild53
-rw-r--r--www-apps/b2evolution/files/digest-b2evolution-0.9.0.111
-rw-r--r--www-apps/b2evolution/files/postinstall-en.txt7
-rw-r--r--www-apps/b2evolution/metadata.xml10
6 files changed, 86 insertions, 0 deletions
diff --git a/www-apps/b2evolution/ChangeLog b/www-apps/b2evolution/ChangeLog
new file mode 100644
index 000000000000..dbe3e908ff0c
--- /dev/null
+++ b/www-apps/b2evolution/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for www-apps/b2evolution
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apps/b2evolution/ChangeLog,v 1.1 2005/02/05 21:44:47 dsd Exp $
+
+*b2evolution-0.9.0.11 (05 Feb 2005)
+
+ 05 Feb 2005; Daniel Drake <dsd@gentoo.org> +metadata.xml,
+ +files/postinstall-en.txt, +b2evolution-0.9.0.11.ebuild:
+ Initial commit. Includes security fix from http://secunia.com/advisories/13718/
+
diff --git a/www-apps/b2evolution/Manifest b/www-apps/b2evolution/Manifest
new file mode 100644
index 000000000000..b4166cf364aa
--- /dev/null
+++ b/www-apps/b2evolution/Manifest
@@ -0,0 +1,5 @@
+MD5 35aa3b1068d4abeda0816fb7aa2b7e4e b2evolution-0.9.0.11.ebuild 1330
+MD5 658dbad234350042bf15eb030e90ac20 ChangeLog 360
+MD5 a87207b3b148a8e1057c02dad9d02af8 metadata.xml 247
+MD5 e57db6ef581b931b9954af9b12359894 files/digest-b2evolution-0.9.0.11 82
+MD5 d584b5d4ec8d7378cbfcc77cde85306d files/postinstall-en.txt 340
diff --git a/www-apps/b2evolution/b2evolution-0.9.0.11.ebuild b/www-apps/b2evolution/b2evolution-0.9.0.11.ebuild
new file mode 100644
index 000000000000..9df80932c2cc
--- /dev/null
+++ b/www-apps/b2evolution/b2evolution-0.9.0.11.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/www-apps/b2evolution/b2evolution-0.9.0.11.ebuild,v 1.1 2005/02/05 21:44:47 dsd Exp $
+
+inherit webapp eutils
+
+MY_EXT="d-2004-09-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="~x86"
+IUSE=""
+RDEPEND=">=dev-php/mod_php-4.1
+ >=dev-db/mysql-3.23.23"
+
+DEPEND="${DEPEND} ${RDEPEND}
+ >=net-www/webapp-config-1.10-r5
+ app-arch/unzip"
+
+S="${WORKDIR}/${PN}"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+
+ # http://secunia.com/advisories/13718/
+ sed -i "s:post_urltitle = '\$title'\";:post_urltitle = \".\$DB->quote(\$title);:" \
+ blogs/b2evocore/_class_itemlist.php
+}
+
+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.0.11 b/www-apps/b2evolution/files/digest-b2evolution-0.9.0.11
new file mode 100644
index 000000000000..ab28aea581d8
--- /dev/null
+++ b/www-apps/b2evolution/files/digest-b2evolution-0.9.0.11
@@ -0,0 +1 @@
+MD5 ff1e9f440e84f206bc82b543dd42c539 b2evolution-0.9.0.11d-2004-09-22.zip 2262989
diff --git a/www-apps/b2evolution/files/postinstall-en.txt b/www-apps/b2evolution/files/postinstall-en.txt
new file mode 100644
index 000000000000..0efe6a1a8208
--- /dev/null
+++ b/www-apps/b2evolution/files/postinstall-en.txt
@@ -0,0 +1,7 @@
+Please read the docs before installing or upgrading.
+
+For initial installations, you need to go to the "install" page, which can be found at (for example:)
+http://localhost/b2evolution/install/
+
+Note that b2evolutions suggested upgrade procedure involves saving your customisations, wiping the directory, and
+installing the newer version.
diff --git a/www-apps/b2evolution/metadata.xml b/www-apps/b2evolution/metadata.xml
new file mode 100644
index 000000000000..c6a37f4a3be4
--- /dev/null
+++ b/www-apps/b2evolution/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>web-apps</herd>
+<maintainer>
+ <email>dsd@gentoo.org</email>
+ <name>Daniel Drake</name>
+</maintainer>
+</pkgmetadata>
+