summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Drake <dsd@gentoo.org>2005-07-07 22:35:55 +0000
committerDaniel Drake <dsd@gentoo.org>2005-07-07 22:35:55 +0000
commit73364cec4f060c84ae53320b8b0c88aa6a70a975 (patch)
tree494caf7006a7251abd0aecd704a12b7bd52e2093 /www-apps
parentStable on mips. (diff)
downloadgentoo-2-73364cec4f060c84ae53320b8b0c88aa6a70a975.tar.gz
gentoo-2-73364cec4f060c84ae53320b8b0c88aa6a70a975.tar.bz2
gentoo-2-73364cec4f060c84ae53320b8b0c88aa6a70a975.zip
Remove old versions
(Portage version: 1.589-cvs)
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/b2evolution/b2evolution-0.9.0.11-r1.ebuild55
-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/digest-b2evolution-0.9.0.11-r11
4 files changed, 0 insertions, 110 deletions
diff --git a/www-apps/b2evolution/b2evolution-0.9.0.11-r1.ebuild b/www-apps/b2evolution/b2evolution-0.9.0.11-r1.ebuild
deleted file mode 100644
index 7ae687454eae..000000000000
--- a/www-apps/b2evolution/b2evolution-0.9.0.11-r1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# 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-r1.ebuild,v 1.1 2005/07/05 23:39:34 stuart 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="~ppc ~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}
-
- epatch ${FILESDIR}/b2evolution-0.9.0.11.xmlrpc.patch
-
- # 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/b2evolution-0.9.0.11.ebuild b/www-apps/b2evolution/b2evolution-0.9.0.11.ebuild
deleted file mode 100644
index 29016f5bf58e..000000000000
--- a/www-apps/b2evolution/b2evolution-0.9.0.11.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# 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.2 2005/06/19 21:03:25 dostrow 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="~ppc ~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
deleted file mode 100644
index ab28aea581d8..000000000000
--- a/www-apps/b2evolution/files/digest-b2evolution-0.9.0.11
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ff1e9f440e84f206bc82b543dd42c539 b2evolution-0.9.0.11d-2004-09-22.zip 2262989
diff --git a/www-apps/b2evolution/files/digest-b2evolution-0.9.0.11-r1 b/www-apps/b2evolution/files/digest-b2evolution-0.9.0.11-r1
deleted file mode 100644
index ab28aea581d8..000000000000
--- a/www-apps/b2evolution/files/digest-b2evolution-0.9.0.11-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ff1e9f440e84f206bc82b543dd42c539 b2evolution-0.9.0.11d-2004-09-22.zip 2262989