summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenat Lumpau <rl03@gentoo.org>2006-02-07 14:16:48 +0000
committerRenat Lumpau <rl03@gentoo.org>2006-02-07 14:16:48 +0000
commitbea839b7838c5a51600bb5914759d56b1dca22d4 (patch)
treed7bf2f67d5ced9f3e82d424637246fe9353cdd0a /www-apps/tikiwiki
parentVersion bump wrt security bug #121977. (diff)
downloadgentoo-2-bea839b7838c5a51600bb5914759d56b1dca22d4.tar.gz
gentoo-2-bea839b7838c5a51600bb5914759d56b1dca22d4.tar.bz2
gentoo-2-bea839b7838c5a51600bb5914759d56b1dca22d4.zip
Fixes for #116346, removed old version.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'www-apps/tikiwiki')
-rw-r--r--www-apps/tikiwiki/ChangeLog8
-rw-r--r--www-apps/tikiwiki/files/digest-tikiwiki-1.8.61
-rw-r--r--www-apps/tikiwiki/tikiwiki-1.8.6.ebuild77
-rw-r--r--www-apps/tikiwiki/tikiwiki-1.9.1.1.ebuild6
-rw-r--r--www-apps/tikiwiki/tikiwiki-1.9.2.ebuild6
5 files changed, 12 insertions, 86 deletions
diff --git a/www-apps/tikiwiki/ChangeLog b/www-apps/tikiwiki/ChangeLog
index 1a8e5017cd81..3562d567afd7 100644
--- a/www-apps/tikiwiki/ChangeLog
+++ b/www-apps/tikiwiki/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-apps/tikiwiki
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/tikiwiki/ChangeLog,v 1.24 2005/11/07 17:26:00 rl03 Exp $
+# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apps/tikiwiki/ChangeLog,v 1.25 2006/02/07 14:16:48 rl03 Exp $
+
+ 07 Feb 2006; Renat Lumpau <rl03@gentoo.org> -tikiwiki-1.8.6.ebuild,
+ tikiwiki-1.9.1.1.ebuild, tikiwiki-1.9.2.ebuild:
+ Fixes for #116346, removed old version.
*tikiwiki-1.9.2 (07 Nov 2005)
diff --git a/www-apps/tikiwiki/files/digest-tikiwiki-1.8.6 b/www-apps/tikiwiki/files/digest-tikiwiki-1.8.6
deleted file mode 100644
index b179914e0c16..000000000000
--- a/www-apps/tikiwiki/files/digest-tikiwiki-1.8.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ecb6fa251513bc55fac55f42c205e6ca tikiwiki-1.8.6.tar.bz2 5749474
diff --git a/www-apps/tikiwiki/tikiwiki-1.8.6.ebuild b/www-apps/tikiwiki/tikiwiki-1.8.6.ebuild
deleted file mode 100644
index c1e0b6e2a0b3..000000000000
--- a/www-apps/tikiwiki/tikiwiki-1.8.6.ebuild
+++ /dev/null
@@ -1,77 +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/tikiwiki/tikiwiki-1.8.6.ebuild,v 1.1 2005/08/24 22:40:37 rl03 Exp $
-
-inherit webapp
-
-DESCRIPTION="Full featured Web Content Management System using Php and Smarty Templates"
-HOMEPAGE="http://tikiwiki.org/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-IUSE=""
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-
-RDEPEND="virtual/php
- media-gfx/graphviz"
-
-src_install() {
- webapp_src_preinst
-
- local DIR
- local DIRENTRY
- local DIRS="backups db dump img/wiki
- img/wiki_up modules/cache temp temp/cache
- templates_c templates styles lib/Galaxia/processes"
-
-
- # Ensure that directories exist, some don't.
- # (part of setup.sh)
- #
- for DIR in ${DIRS}; do
- mkdir -p ${DIR}
- done
-
- # Remove the execute permission from the setup.sh script
- # and rename it. Its actions have been incorporated here.
- #
- chmod a-x setup.sh
- mv setup.sh setup.sh.done
-
- # Install the minimal doc (points to web page)
- #
- dodoc doc/readme.txt doc/htaccess doc/htaccess.readme INSTALL README
-
- # The bulk goes into htdocs
- # but don't copy INSTALL and README
- cp -a [[:lower:]]* ${D}/${MY_HTDOCSDIR}
-
- # Recursively set server ownership to allow server to write
- # This is the rough equivalent of the setup.sh script
- # provided in the distribution.
- # Note: Cannot use xargs or find -exec here because
- # these don't work with shell functions.
- #
- webapp_serverowned ${MY_HTDOCSDIR}
- for DIR in ${DIRS}; do
- find ${DIR} | while read DIRENTRY; do
- webapp_serverowned ${MY_HTDOCSDIR}/${DIRENTRY}
- done
- done
-
- # Setup some post-install notes for webapp-config
- #
- webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt
-
- webapp_src_install
-}
-
-pkg_config() {
- einfo "Type in your MySQL root password to create an empty tiki database:"
- mysqladmin -u root -p create tikiwiki
- einfo
- einfo
- einfo "Now, point your browser to the location of tiki-install.php"
- einfo " ==> e.g. http://localhost/tikiwiki/tiki-install.php"
- einfo
-}
diff --git a/www-apps/tikiwiki/tikiwiki-1.9.1.1.ebuild b/www-apps/tikiwiki/tikiwiki-1.9.1.1.ebuild
index b9663c7fac9f..91918289d7c0 100644
--- a/www-apps/tikiwiki/tikiwiki-1.9.1.1.ebuild
+++ b/www-apps/tikiwiki/tikiwiki-1.9.1.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/tikiwiki/tikiwiki-1.9.1.1.ebuild,v 1.3 2005/11/07 17:26:00 rl03 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/tikiwiki/tikiwiki-1.9.1.1.ebuild,v 1.4 2006/02/07 14:16:48 rl03 Exp $
inherit webapp
@@ -20,7 +20,7 @@ RDEPEND="virtual/php
pkg_setup () {
webapp_pkg_setup
einfo "Make sure your PHP is compiled with mysql or postgres support"
- einfo "If you need PDF generation, make sure your PHP is emerged with xml2"
+ einfo "If you need PDF generation, make sure your PHP is emerged with xml"
}
src_install() {
diff --git a/www-apps/tikiwiki/tikiwiki-1.9.2.ebuild b/www-apps/tikiwiki/tikiwiki-1.9.2.ebuild
index e0cd2a54d716..374deb9c84e9 100644
--- a/www-apps/tikiwiki/tikiwiki-1.9.2.ebuild
+++ b/www-apps/tikiwiki/tikiwiki-1.9.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/tikiwiki/tikiwiki-1.9.2.ebuild,v 1.1 2005/11/07 17:26:00 rl03 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/tikiwiki/tikiwiki-1.9.2.ebuild,v 1.2 2006/02/07 14:16:48 rl03 Exp $
inherit webapp
@@ -20,7 +20,7 @@ RDEPEND="virtual/php
pkg_setup () {
webapp_pkg_setup
einfo "Make sure your PHP is compiled with mysql or postgres support"
- einfo "If you need PDF generation, make sure your PHP is emerged with xml2"
+ einfo "If you need PDF generation, make sure your PHP is emerged with xml"
}
src_install() {