diff options
author | Renat Lumpau <rl03@gentoo.org> | 2004-08-19 15:14:24 +0000 |
---|---|---|
committer | Renat Lumpau <rl03@gentoo.org> | 2004-08-19 15:14:24 +0000 |
commit | 068e63630bc4f25b0628ee726926aad482112360 (patch) | |
tree | 727669d7d8968b924f712e4d6b9e4c508f433d1e /www-apps/moregroupware | |
parent | 3.3.0 final (diff) | |
download | historical-068e63630bc4f25b0628ee726926aad482112360.tar.gz historical-068e63630bc4f25b0628ee726926aad482112360.tar.bz2 historical-068e63630bc4f25b0628ee726926aad482112360.zip |
Initial ebuild
Diffstat (limited to 'www-apps/moregroupware')
-rw-r--r-- | www-apps/moregroupware/ChangeLog | 10 | ||||
-rw-r--r-- | www-apps/moregroupware/Manifest | 6 | ||||
-rw-r--r-- | www-apps/moregroupware/files/digest-moregroupware-0.7.2 | 1 | ||||
-rw-r--r-- | www-apps/moregroupware/files/postinstall-en.txt | 13 | ||||
-rw-r--r-- | www-apps/moregroupware/files/reconfig | 7 | ||||
-rw-r--r-- | www-apps/moregroupware/metadata.xml | 5 | ||||
-rw-r--r-- | www-apps/moregroupware/moregroupware-0.7.2.ebuild | 38 |
7 files changed, 80 insertions, 0 deletions
diff --git a/www-apps/moregroupware/ChangeLog b/www-apps/moregroupware/ChangeLog new file mode 100644 index 000000000000..7a8736480323 --- /dev/null +++ b/www-apps/moregroupware/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for www-apps/moregroupware +# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/moregroupware/ChangeLog,v 1.1 2004/08/19 15:14:24 rl03 Exp $ + +*moregroupware-0.7.2 (19 Aug 2004) + + 19 Aug 2004; Renat Lumpau <rl03@gentoo.org> +metadata.xml, + +files/postinstall-en.txt, +files/reconfig, +moregroupware-0.7.2.ebuild: + Initial ebuild (requested in bug #55209). + diff --git a/www-apps/moregroupware/Manifest b/www-apps/moregroupware/Manifest new file mode 100644 index 000000000000..05171ae12c7c --- /dev/null +++ b/www-apps/moregroupware/Manifest @@ -0,0 +1,6 @@ +MD5 f3d531f4784ca310c8025300e349cb28 ChangeLog 432 +MD5 f782a73d2ea3b7b2818df1bc52258dd4 moregroupware-0.7.2.ebuild 800 +MD5 f61bfa064e3acdfcd826e4a38b121196 metadata.xml 161 +MD5 c81c6b9fc937775f5944aadd25c9e65f files/postinstall-en.txt 379 +MD5 bdd1af21cf674ab9392bb2487569112f files/digest-moregroupware-0.7.2 77 +MD5 c712e596258661bc51900999f0cf01f0 files/reconfig 138 diff --git a/www-apps/moregroupware/files/digest-moregroupware-0.7.2 b/www-apps/moregroupware/files/digest-moregroupware-0.7.2 new file mode 100644 index 000000000000..45f50e4aa05d --- /dev/null +++ b/www-apps/moregroupware/files/digest-moregroupware-0.7.2 @@ -0,0 +1 @@ +MD5 2aa0aaa708c7a238c90f696ef6c37ae6 moregroupware-core-0.7.2.tar.gz 1917546 diff --git a/www-apps/moregroupware/files/postinstall-en.txt b/www-apps/moregroupware/files/postinstall-en.txt new file mode 100644 index 000000000000..c1f073e84f20 --- /dev/null +++ b/www-apps/moregroupware/files/postinstall-en.txt @@ -0,0 +1,13 @@ + +You are almost done! + +1. Restart your webserver and your database daemon. + +2. Point your browser to the URL http://<your_server_address>/moregroupware +and follow the install script. + +Don't forget to read the installation manual, available from +http://moregroupware.sourceforge.net/manual/en/index.html +It describes the rest of the installation process. + +Enjoy more.groupware! diff --git a/www-apps/moregroupware/files/reconfig b/www-apps/moregroupware/files/reconfig new file mode 100644 index 000000000000..3fd79f5f7c11 --- /dev/null +++ b/www-apps/moregroupware/files/reconfig @@ -0,0 +1,7 @@ +#!/bin/bash + +if [ $1 = "start" -o $1 = "install" ]; then + chown ${VHOST_SERVER_UID}:${VHOST_SERVER_GID} ${MY_INSTALLDIR} +else + echo $1 +fi diff --git a/www-apps/moregroupware/metadata.xml b/www-apps/moregroupware/metadata.xml new file mode 100644 index 000000000000..95c06f0095bb --- /dev/null +++ b/www-apps/moregroupware/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>web-apps</herd> +</pkgmetadata> diff --git a/www-apps/moregroupware/moregroupware-0.7.2.ebuild b/www-apps/moregroupware/moregroupware-0.7.2.ebuild new file mode 100644 index 000000000000..6a313b085ab9 --- /dev/null +++ b/www-apps/moregroupware/moregroupware-0.7.2.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/moregroupware/moregroupware-0.7.2.ebuild,v 1.1 2004/08/19 15:14:24 rl03 Exp $ + +inherit webapp + +S=${WORKDIR}/${PN} + +DESCRIPTION="more.groupware is another web based groupware" +HOMEPAGE="http://moregroupware.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${PN}-core-${PV}.tar.gz" + +LICENSE="X11 GPL-2" +KEYWORDS="~x86" +IUSE="" + +RDEPEND="virtual/php + >=dev-db/mysql-3.23 + net-www/apache" + +pkg_compile() { + :; +} + +src_install() { + webapp_src_preinst + + rm -f docs/LICENSE + dodoc docs/* + rm -rf docs + + cp -R . ${D}/${MY_HTDOCSDIR} + + webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt + webapp_hook_script ${FILESDIR}/reconfig + + webapp_src_install +} |