diff options
author | Gunnar Wrobel <wrobel@gentoo.org> | 2007-09-17 17:47:48 +0000 |
---|---|---|
committer | Gunnar Wrobel <wrobel@gentoo.org> | 2007-09-17 17:47:48 +0000 |
commit | 7e23cca1a0b2230d07185ef502d5491a2d14e4f4 (patch) | |
tree | 0484e386d363465f319ac5879d3e76c2112dc4d5 /www-apps | |
parent | ppc stable, bug #190104 (diff) | |
download | gentoo-2-7e23cca1a0b2230d07185ef502d5491a2d14e4f4.tar.gz gentoo-2-7e23cca1a0b2230d07185ef502d5491a2d14e4f4.tar.bz2 gentoo-2-7e23cca1a0b2230d07185ef502d5491a2d14e4f4.zip |
Removed insecure versions (1.9.6, 1.9.7) from the tree (see #190680).
(Portage version: 2.1.2.12)
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/tikiwiki/ChangeLog | 6 | ||||
-rw-r--r-- | www-apps/tikiwiki/files/digest-tikiwiki-1.9.6 | 3 | ||||
-rw-r--r-- | www-apps/tikiwiki/files/digest-tikiwiki-1.9.7 | 3 | ||||
-rw-r--r-- | www-apps/tikiwiki/tikiwiki-1.9.6.ebuild | 81 | ||||
-rw-r--r-- | www-apps/tikiwiki/tikiwiki-1.9.7.ebuild | 81 |
5 files changed, 5 insertions, 169 deletions
diff --git a/www-apps/tikiwiki/ChangeLog b/www-apps/tikiwiki/ChangeLog index a5c499d3e817..43d1e40fb244 100644 --- a/www-apps/tikiwiki/ChangeLog +++ b/www-apps/tikiwiki/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-apps/tikiwiki # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/tikiwiki/ChangeLog,v 1.41 2007/09/17 17:20:56 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/tikiwiki/ChangeLog,v 1.42 2007/09/17 17:47:47 wrobel Exp $ + + 17 Sep 2007; <wrobel@gentoo.org> -tikiwiki-1.9.6.ebuild, + -tikiwiki-1.9.7.ebuild: + Removed insecure versions (1.9.6, 1.9.7) from the tree (see #190680). 17 Sep 2007; Tobias Scherbaum <dertobi123@gentoo.org> tikiwiki-1.9.8.ebuild: diff --git a/www-apps/tikiwiki/files/digest-tikiwiki-1.9.6 b/www-apps/tikiwiki/files/digest-tikiwiki-1.9.6 deleted file mode 100644 index 101966d1c137..000000000000 --- a/www-apps/tikiwiki/files/digest-tikiwiki-1.9.6 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 4840b3b0504b46f2454d3fbedc6691bb tikiwiki-1.9.6.tar.bz2 6016006 -RMD160 744f086889e3b379cb2b5fdb27bd75fa5936bd51 tikiwiki-1.9.6.tar.bz2 6016006 -SHA256 1231c2ea15e9dc47b94f19a269fbf6f6068d2e84c532cd6d0f78ec98e6119771 tikiwiki-1.9.6.tar.bz2 6016006 diff --git a/www-apps/tikiwiki/files/digest-tikiwiki-1.9.7 b/www-apps/tikiwiki/files/digest-tikiwiki-1.9.7 deleted file mode 100644 index bc9254415d47..000000000000 --- a/www-apps/tikiwiki/files/digest-tikiwiki-1.9.7 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 62203c05e69f230a6e60d5faf3c47bdc tikiwiki-1.9.7.tar.bz2 6271170 -RMD160 981046fdab5b7731eea060fed02216505efda2b8 tikiwiki-1.9.7.tar.bz2 6271170 -SHA256 07984898640c695421c827fca9d7ffa66f555154d4efcf35c9d7c5c13adb42c9 tikiwiki-1.9.7.tar.bz2 6271170 diff --git a/www-apps/tikiwiki/tikiwiki-1.9.6.ebuild b/www-apps/tikiwiki/tikiwiki-1.9.6.ebuild deleted file mode 100644 index 81f5aa861aad..000000000000 --- a/www-apps/tikiwiki/tikiwiki-1.9.6.ebuild +++ /dev/null @@ -1,81 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/tikiwiki/tikiwiki-1.9.6.ebuild,v 1.4 2007/01/02 22:55:04 rl03 Exp $ - -inherit webapp depend.php - -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="mysql postgres graphviz" -KEYWORDS="~amd64 ppc ~sparc ~x86" - -RDEPEND="virtual/php - graphviz? ( media-gfx/graphviz ) -" -pkg_setup () { - webapp_pkg_setup - use mysql && require_php_with_use mysql - use postgres && require_php_with_use postgres -} - -src_install() { - webapp_src_preinst - - local DIR - local DIRENTRY - local DIRS="backups db dump files img/trackers img/wiki - img/wiki_up modules/cache temp - templates_c templates styles maps whelp mods - 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 -pPR [[: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 - webapp_serverowned ${MY_HTDOCSDIR}/tiki-install.php - - webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt - webapp_src_install -} - -pkg_config() { - elog "Type in your MySQL root password to create an empty tiki database:" - mysqladmin -u root -p create tikiwiki -} - -pkg_postinst() { - elog "To setup a MySQL database, run:" - elog "\"emerge --config =${PF}\"" - elog "If you are using PostgreSQL, consult your documentation" - webapp_pkg_postinst -} diff --git a/www-apps/tikiwiki/tikiwiki-1.9.7.ebuild b/www-apps/tikiwiki/tikiwiki-1.9.7.ebuild deleted file mode 100644 index 52b95ccbc901..000000000000 --- a/www-apps/tikiwiki/tikiwiki-1.9.7.ebuild +++ /dev/null @@ -1,81 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/tikiwiki/tikiwiki-1.9.7.ebuild,v 1.2 2007/01/02 22:55:04 rl03 Exp $ - -inherit webapp depend.php - -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="mysql postgres graphviz" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" - -RDEPEND="virtual/php - graphviz? ( media-gfx/graphviz ) -" -pkg_setup () { - webapp_pkg_setup - use mysql && require_php_with_use mysql - use postgres && require_php_with_use postgres -} - -src_install() { - webapp_src_preinst - - local DIR - local DIRENTRY - local DIRS="backups db dump files img/trackers img/wiki - img/wiki_up modules/cache temp - templates_c templates styles maps whelp mods - 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 -pPR [[: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 - webapp_serverowned ${MY_HTDOCSDIR}/tiki-install.php - - webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt - webapp_src_install -} - -pkg_config() { - elog "Type in your MySQL root password to create an empty tiki database:" - mysqladmin -u root -p create tikiwiki -} - -pkg_postinst() { - elog "To setup a MySQL database, run:" - elog "\"emerge --config =${PF}\"" - elog "If you are using PostgreSQL, consult your documentation" - webapp_pkg_postinst -} |