summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps/claroline')
-rw-r--r--www-apps/claroline/ChangeLog7
-rw-r--r--www-apps/claroline/Manifest4
-rw-r--r--www-apps/claroline/claroline-1.7.1.ebuild77
-rw-r--r--www-apps/claroline/files/digest-claroline-1.7.11
-rw-r--r--www-apps/claroline/files/postinstall-en.txt38
5 files changed, 0 insertions, 127 deletions
diff --git a/www-apps/claroline/ChangeLog b/www-apps/claroline/ChangeLog
deleted file mode 100644
index 83029a4..0000000
--- a/www-apps/claroline/ChangeLog
+++ /dev/null
@@ -1,7 +0,0 @@
-# ChangeLog for www-apps/claroline
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 11 Dec 2005; Gunnar Wrobel <php@gunnarwrobel.de> ChangeLog:
- Initial ebuild import into the overlay. See bug #51662
-
diff --git a/www-apps/claroline/Manifest b/www-apps/claroline/Manifest
deleted file mode 100644
index c4071d3..0000000
--- a/www-apps/claroline/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-MD5 485ccaef31e626be91064da0c684a4e4 ChangeLog 239
-MD5 ead3a62f02149114065f7a9a6de4c7d2 claroline-1.7.1.ebuild 1929
-MD5 b66a727579d108ae559f2b66fc5631df files/postinstall-en.txt 1301
-MD5 c9e17647e8a336c98a52d5ed9c112f27 files/digest-claroline-1.7.1 65
diff --git a/www-apps/claroline/claroline-1.7.1.ebuild b/www-apps/claroline/claroline-1.7.1.ebuild
deleted file mode 100644
index 11d4ecc..0000000
--- a/www-apps/claroline/claroline-1.7.1.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2005 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-# Source: http://bugs.gentoo.org/show_bug.cgi?id=51662
-# Submitted-By: G. Wrobel
-# Reviewed-By: wrobel 2005-12-11
-# $Id$
-
-inherit webapp depend.php
-
-MY_P=${PN}${PV//./}
-
-DESCRIPTION="Claroline E-learning System"
-HOMEPAGE="http://www.claroline.net/"
-SRC_URI="http://www.claroline.net/dlarea/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-IUSE=""
-
-KEYWORDS="~x86"
-
-RDEPEND="net-www/apache
- virtual/php
- >=dev-db/mysql-3.23"
-
-S=${WORKDIR}/${MY_P}
-
-pkg_setup() {
-
- webapp_pkg_setup
-
- require_php_with_use tokenizer
-
-}
-
-src_install() {
-
- webapp_src_preinst
-
- cd ${S}
-
- ## Install documentation
- DOCS="CREDITS.txt INSTALL.txt README.txt"
- dodoc ${DOCS}
-
- ## Install application
- cp -R . ${D}/${MY_HTDOCSDIR}
-
- ## Remove unnecessary documentation from webdir
- for file in ${DOCS} LICENCE.txt
- do
- rm ${D}/${MY_HTDOCSDIR}/${file}
- done
-
- touch ${D}/${MY_HTDOCSDIR}/claroline/inc/currentVersion.inc.php
- cp ${D}/${MY_HTDOCSDIR}/textzone_right.inc.html.dist ${D}/${MY_HTDOCSDIR}/textzone_right.inc.html
- cp ${D}/${MY_HTDOCSDIR}/textzone_top.inc.html.dist ${D}/${MY_HTDOCSDIR}/textzone_top.inc.html
-
- keepdir ${MY_HTDOCSDIR}/courses
- sed -i -e 's#^\$coursesRepositoryAppend.*#\$coursesRepositoryAppend="courses/";#' ${D}/${MY_HTDOCSDIR}/claroline/install/do_install.inc.php
-
- SFILES="courses claroline claroline/inc/conf claroline/sql \
- claroline/inc/currentVersion.inc.php claroline/lang claroline/admin \
- claroline/inc/conf/* textzone_right.inc.html textzone_top.inc.html \
- textzone_right.inc.html.dist textzone_top.inc.html.dist"
-
- for FILE in ${SFILES}
- do
- webapp_serverowned ${MY_HTDOCSDIR}/${FILE};
- done
-
- webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt
-
- webapp_src_install
-}
-
diff --git a/www-apps/claroline/files/digest-claroline-1.7.1 b/www-apps/claroline/files/digest-claroline-1.7.1
deleted file mode 100644
index d82cc96..0000000
--- a/www-apps/claroline/files/digest-claroline-1.7.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5531e14579ad0beaf08bf3a941145eba claroline171.tar.gz 3815851
diff --git a/www-apps/claroline/files/postinstall-en.txt b/www-apps/claroline/files/postinstall-en.txt
deleted file mode 100644
index 7b576fc..0000000
--- a/www-apps/claroline/files/postinstall-en.txt
+++ /dev/null
@@ -1,38 +0,0 @@
-The claroline install instructions request setting your php.ini file
-to the following values.
-
- safe_mode = Off
- magic_quotes_runtime = Off
-
-------------------------------------------------------------------------
-
-To finalize the Claroline installation, please create a MySQL database.
-
-mysql -u root -p <<__EOF
-create database claroline;
-GRANT ALL PRIVILEGES ON claroline.* TO 'claroline'@'localhost' IDENTIFIED BY 'mysecretpass';
-FLUSH PRIVILEGES;
-__EOF
-
-and direct your browser to
-
-http://localhost${VHOST_APPDIR}/claroline/install/
-
-NOTE: You should see a warning for step 1 which you can safely ignore!
- The installation routine suggests write permission for the complete
- installation directory. This is not necessary and the ebuild
- ensures that only directories that need to be writeable are really
- owned by the server.
-
-NOTE: There should also appear a warning during the setup of the database.
- This is ok since the database has already been created with the
- instructions given above.
-
-------------------------------------------------------------------------
-
-Additional notes:
-
-Claroline will not work if you install it with the
-VHOST_LINK_TYPE="soft" setting in your /etc/vhosts/webapp-config
-file. So don't complain...
-