From 096689d0cdbe12847c2b3632cad8ebc2d3c1db05 Mon Sep 17 00:00:00 2001 From: Martin Holzer Date: Fri, 28 Jan 2005 22:54:23 +0000 Subject: adding new version. security bump see 78944 Package-Manager: portage-2.0.51-r14 --- www-apps/tikiwiki/ChangeLog | 7 ++- www-apps/tikiwiki/Manifest | 6 +- www-apps/tikiwiki/files/digest-tikiwiki-1.8.4 | 1 - www-apps/tikiwiki/files/digest-tikiwiki-1.8.5 | 1 + www-apps/tikiwiki/tikiwiki-1.8.4.ebuild | 74 ----------------------- www-apps/tikiwiki/tikiwiki-1.8.5.ebuild | 84 +++++++++++++++++++++++++++ 6 files changed, 94 insertions(+), 79 deletions(-) delete mode 100644 www-apps/tikiwiki/files/digest-tikiwiki-1.8.4 create mode 100644 www-apps/tikiwiki/files/digest-tikiwiki-1.8.5 delete mode 100644 www-apps/tikiwiki/tikiwiki-1.8.4.ebuild create mode 100644 www-apps/tikiwiki/tikiwiki-1.8.5.ebuild (limited to 'www-apps/tikiwiki') diff --git a/www-apps/tikiwiki/ChangeLog b/www-apps/tikiwiki/ChangeLog index e2c9d12dfe97..43f6de5a4bcf 100644 --- a/www-apps/tikiwiki/ChangeLog +++ b/www-apps/tikiwiki/ChangeLog @@ -1,6 +1,11 @@ # 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.6 2005/01/07 05:09:25 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/tikiwiki/ChangeLog,v 1.7 2005/01/28 22:54:23 mholzer Exp $ + +*tikiwiki-1.8.5 (28 Jan 2005) + + 28 Jan 2005; Martin Holzer +tikiwiki-1.8.5.ebuild: + adding new version. security bump see 78944 07 Jan 2005; Joseph Jezak tikiwiki-1.8.4.1.ebuild: Marked ppc stable for bug #75568. diff --git a/www-apps/tikiwiki/Manifest b/www-apps/tikiwiki/Manifest index 0032b3bbfa37..9f15debed34c 100644 --- a/www-apps/tikiwiki/Manifest +++ b/www-apps/tikiwiki/Manifest @@ -1,7 +1,7 @@ -MD5 4a38a1659098b17db54ea131d3eee826 ChangeLog 2940 -MD5 ae6edd8a9df4dea31ce25777ec70ee94 tikiwiki-1.8.4.ebuild 1946 +MD5 5b9f071bbd4dd81761424cb628ee6b2a ChangeLog 3093 MD5 c339473e0ff43da76eb2f2607c441921 metadata.xml 280 +MD5 639075c1164791e970644e4f2ec662dc tikiwiki-1.8.5.ebuild 2244 MD5 2a2e1efea955fef2b47ccb598ed75151 tikiwiki-1.8.4.1.ebuild 2244 MD5 6f2a8966e380c4abbebb0883290d7a21 files/digest-tikiwiki-1.8.4.1 70 -MD5 d43326550a6aaa9078722f5fb371859a files/digest-tikiwiki-1.8.4 68 +MD5 6366ec5badc9e0d9d20befdf8052c73a files/digest-tikiwiki-1.8.5 68 MD5 3a48dbc160debfb2d5b4d4ace3c8af78 files/postinstall-en.txt 1382 diff --git a/www-apps/tikiwiki/files/digest-tikiwiki-1.8.4 b/www-apps/tikiwiki/files/digest-tikiwiki-1.8.4 deleted file mode 100644 index fb56a54752fd..000000000000 --- a/www-apps/tikiwiki/files/digest-tikiwiki-1.8.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 ce102d08d5f74dcb5fbf812aa86bb2ed tikiwiki-1.8.4.tar.bz2 5500352 diff --git a/www-apps/tikiwiki/files/digest-tikiwiki-1.8.5 b/www-apps/tikiwiki/files/digest-tikiwiki-1.8.5 new file mode 100644 index 000000000000..fd9e2fe7ff1d --- /dev/null +++ b/www-apps/tikiwiki/files/digest-tikiwiki-1.8.5 @@ -0,0 +1 @@ +MD5 e64dc5ffcee6699993e90ea1ed8ce1af tikiwiki-1.8.5.tar.bz2 5706055 diff --git a/www-apps/tikiwiki/tikiwiki-1.8.4.ebuild b/www-apps/tikiwiki/tikiwiki-1.8.4.ebuild deleted file mode 100644 index fbd146bc9b0b..000000000000 --- a/www-apps/tikiwiki/tikiwiki-1.8.4.ebuild +++ /dev/null @@ -1,74 +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.4.ebuild,v 1.3 2005/01/04 12:59:54 mholzer 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="~x86 ppc ~sparc" - -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 - - # Flag files for scripting engine - # - find . -name '*.php' -a ! -name '*.inc.php' | while read DIRENTRY; do - webapp_runbycgibin php ${MY_HTDOCSDIR}/${DIRENTRY} - done - - # Setup some post-install notes for webapp-config - # - webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt - - webapp_src_install -} diff --git a/www-apps/tikiwiki/tikiwiki-1.8.5.ebuild b/www-apps/tikiwiki/tikiwiki-1.8.5.ebuild new file mode 100644 index 000000000000..b7607247c97b --- /dev/null +++ b/www-apps/tikiwiki/tikiwiki-1.8.5.ebuild @@ -0,0 +1,84 @@ +# 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.5.ebuild,v 1.1 2005/01/28 22:54:23 mholzer 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="~x86 ~ppc ~sparc" + +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 + + # Flag files for scripting engine + # + find . -name '*.php' -a ! -name '*.inc.php' | while read DIRENTRY; do + webapp_runbycgibin php ${MY_HTDOCSDIR}/${DIRENTRY} + 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 "" +} -- cgit v1.2.3-65-gdbad