summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenat Lumpau <rl03@gentoo.org>2005-10-26 12:17:00 +0000
committerRenat Lumpau <rl03@gentoo.org>2005-10-26 12:17:00 +0000
commit317601b9f9ab9d0adc1ef8a0e675c6f27160b2f6 (patch)
treeeb04e7335f679eb249f5013abf4f2e1f14e2f11b /www-apps
parentMarked ~ppc-macos for bug #108690 (dependency of libsvg-cairo, which is a con... (diff)
downloadhistorical-317601b9f9ab9d0adc1ef8a0e675c6f27160b2f6.tar.gz
historical-317601b9f9ab9d0adc1ef8a0e675c6f27160b2f6.tar.bz2
historical-317601b9f9ab9d0adc1ef8a0e675c6f27160b2f6.zip
Removing old version
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/tikiwiki/ChangeLog6
-rw-r--r--www-apps/tikiwiki/Manifest10
-rw-r--r--www-apps/tikiwiki/files/digest-tikiwiki-1.8.5-r21
-rw-r--r--www-apps/tikiwiki/files/xmlrpc2-1.8.5.patch67
-rw-r--r--www-apps/tikiwiki/tikiwiki-1.8.5-r2.ebuild83
5 files changed, 15 insertions, 152 deletions
diff --git a/www-apps/tikiwiki/ChangeLog b/www-apps/tikiwiki/ChangeLog
index bd0b247ab35c..c16fcad268ef 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.22 2005/10/24 19:53:22 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/tikiwiki/ChangeLog,v 1.23 2005/10/26 12:17:00 rl03 Exp $
+
+ 26 Oct 2005; Renat Lumpau <rl03@gentoo.org> -files/xmlrpc2-1.8.5.patch,
+ -tikiwiki-1.8.5-r2.ebuild:
+ Removing old version
24 Oct 2005; Michael Hanselmann <hansmi@gentoo.org>
tikiwiki-1.9.1.1.ebuild:
diff --git a/www-apps/tikiwiki/Manifest b/www-apps/tikiwiki/Manifest
index 7b67568ee1a4..eb4edd96d8dd 100644
--- a/www-apps/tikiwiki/Manifest
+++ b/www-apps/tikiwiki/Manifest
@@ -1,3 +1,6 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 4d3d0bdfdb54dbb031b5fe2a4aea02b7 tikiwiki-1.9.1.1.ebuild 2449
MD5 a1719a8cde06741a7a437cafe9e090a8 tikiwiki-1.8.6.ebuild 2069
MD5 e615e4ddd333331254eaa39b81ef17f0 ChangeLog 5637
@@ -5,3 +8,10 @@ MD5 c339473e0ff43da76eb2f2607c441921 metadata.xml 280
MD5 250716051f339a0b1315218e13485039 files/postinstall-en.txt 1396
MD5 179db1005cef09973bc3ffda69a7bb11 files/digest-tikiwiki-1.8.6 68
MD5 7d874ec5f99ae67c3ae819a0d6aec572 files/digest-tikiwiki-1.9.1.1 70
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.1 (GNU/Linux)
+
+iD8DBQFDX3PIEzitwsaoONoRAoY+AJ0QUsx9OxF6LDEdgorRe8s06R46rgCeLZHk
+lQfnQMYigNMD2oX/saV1uV4=
+=8lVE
+-----END PGP SIGNATURE-----
diff --git a/www-apps/tikiwiki/files/digest-tikiwiki-1.8.5-r2 b/www-apps/tikiwiki/files/digest-tikiwiki-1.8.5-r2
deleted file mode 100644
index fd9e2fe7ff1d..000000000000
--- a/www-apps/tikiwiki/files/digest-tikiwiki-1.8.5-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e64dc5ffcee6699993e90ea1ed8ce1af tikiwiki-1.8.5.tar.bz2 5706055
diff --git a/www-apps/tikiwiki/files/xmlrpc2-1.8.5.patch b/www-apps/tikiwiki/files/xmlrpc2-1.8.5.patch
deleted file mode 100644
index 33d753c76669..000000000000
--- a/www-apps/tikiwiki/files/xmlrpc2-1.8.5.patch
+++ /dev/null
@@ -1,67 +0,0 @@
---- commxmlrpc.php.old 2005-08-21 14:56:36.000000000 -0400
-+++ commxmlrpc.php 2005-08-21 14:57:10.000000000 -0400
-@@ -10,8 +10,7 @@
-
- include_once ('lib/tikilib.php');
- include_once ('lib/userslib.php');
--include_once ("lib/xmlrpc.inc");
--include_once ("lib/xmlrpcs.inc");
-+include_once ("XML/Server.php");
- include_once ('lib/commcenter/commlib.php');
-
- $tikilib = new Tikilib($dbTiki);
-@@ -26,7 +25,7 @@
- "sendArticle" => array("function" => "sendArticle")
- );
-
--$s = new xmlrpc_server($map);
-+$s = new XML_RPC_Server($map);
-
- /* Validates the user and returns user information */
- function sendPage($params) {
-@@ -49,18 +48,18 @@
- $description = $pp->scalarval();
- //
- if (!$userlib->validate_user($username, $password, '', '')) {
-- return new xmlrpcresp(0, 101, "Invalid username or password");
-+ return new XML_RPC_Response(0, 101, "Invalid username or password");
- }
-
- // Verify if the user has tiki_p_sendme_pages
- if (!$userlib->user_has_permission($username, 'tiki_p_sendme_pages')) {
-- return new xmlrpcresp(0, 101, "Permissions denied user $username cannot send pages to this site");
-+ return new XML_RPC_Response(0, 101, "Permissions denied user $username cannot send pages to this site");
- }
-
- // Store the page in the tiki_received_pages_table
- $data = base64_decode($data);
- $commlib->receive_page($pageName, $data, $comment, $site, $username, $description);
-- return new xmlrpcresp(new xmlrpcval(1, "boolean"));
-+ return new XML_RPC_Response(new XML_RPC_Value(1, "boolean"));
- }
-
- function sendArticle($params) {
-@@ -114,12 +113,12 @@
-
- //
- if (!$userlib->validate_user($username, $password, '', '')) {
-- return new xmlrpcresp(0, 101, "Invalid username or password");
-+ return new XML_RPC_Response(0, 101, "Invalid username or password");
- }
-
- // Verify if the user has tiki_p_sendme_pages
- if (!$userlib->user_has_permission($username, 'tiki_p_sendme_articles')) {
-- return new xmlrpcresp(0, 101, "Permissions denied user $username cannot send articles to this site");
-+ return new XML_RPC_Response(0, 101, "Permissions denied user $username cannot send articles to this site");
- }
-
- // Store the page in the tiki_received_pages_table
-@@ -132,7 +131,7 @@
- $commlib->receive_article($site, $username, $title, $authorName, $size, $use_image, $image_name, $image_type, $image_size,
- $image_x, $image_y, $image_data, $publishDate, $expireDate, $created, $heading, $body, $hash, $author, $type, $rating);
-
-- return new xmlrpcresp(new xmlrpcval(1, "boolean"));
-+ return new XML_RPC_Response(new XML_RPC_Value(1, "boolean"));
- }
-
- ?>
diff --git a/www-apps/tikiwiki/tikiwiki-1.8.5-r2.ebuild b/www-apps/tikiwiki/tikiwiki-1.8.5-r2.ebuild
deleted file mode 100644
index d00ebfc9b41d..000000000000
--- a/www-apps/tikiwiki/tikiwiki-1.8.5-r2.ebuild
+++ /dev/null
@@ -1,83 +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.5-r2.ebuild,v 1.3 2005/08/24 22:40:37 rl03 Exp $
-
-inherit eutils 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_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/xmlrpc2-${PV}.patch
-}
-
-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
-}