summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2005-04-23 21:56:07 +0000
committerMartin Holzer <mholzer@gentoo.org>2005-04-23 21:56:07 +0000
commit3027d156ed9d0620e394bf9d760c33d921e330bd (patch)
tree6b88809ccc70b0e7f0dac498d02f2e0b195277fa /www-apps/groupoffice
parentmarked -ppc (diff)
downloadhistorical-3027d156ed9d0620e394bf9d760c33d921e330bd.tar.gz
historical-3027d156ed9d0620e394bf9d760c33d921e330bd.tar.bz2
historical-3027d156ed9d0620e394bf9d760c33d921e330bd.zip
Version bumped.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'www-apps/groupoffice')
-rw-r--r--www-apps/groupoffice/ChangeLog8
-rw-r--r--www-apps/groupoffice/Manifest5
-rw-r--r--www-apps/groupoffice/files/digest-groupoffice-2.121
-rw-r--r--www-apps/groupoffice/files/postinstall2-en.txt19
-rw-r--r--www-apps/groupoffice/groupoffice-2.12.ebuild31
5 files changed, 62 insertions, 2 deletions
diff --git a/www-apps/groupoffice/ChangeLog b/www-apps/groupoffice/ChangeLog
index 240adfec44ae..44db088f2aff 100644
--- a/www-apps/groupoffice/ChangeLog
+++ b/www-apps/groupoffice/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for www-apps/groupoffice
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/groupoffice/ChangeLog,v 1.6 2005/03/28 13:54:54 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/groupoffice/ChangeLog,v 1.7 2005/04/23 21:56:07 mholzer Exp $
+
+*groupoffice-2.12 (24 Apr 2005)
+
+ 24 Apr 2005; Martin Holzer <mholzer@gentoo.org>
+ +files/postinstall2-en.txt, +groupoffice-2.12.ebuild:
+ Version bumped.
*groupoffice-2.11a (28 Mar 2005)
diff --git a/www-apps/groupoffice/Manifest b/www-apps/groupoffice/Manifest
index b7ab3e913eaf..e292fa4c06ae 100644
--- a/www-apps/groupoffice/Manifest
+++ b/www-apps/groupoffice/Manifest
@@ -1,7 +1,8 @@
-MD5 7ec0f838956dd234dc506ce475bd3626 ChangeLog 3733
+MD5 d9896f34dca2ac2d792763943b1dc17a ChangeLog 3891
MD5 b04a05402ef560925b9358f13db57899 groupoffice-2.02.ebuild 1865
MD5 ed5cc77434c59133d35e0c4714a5df57 groupoffice-2.04.ebuild 1864
MD5 db3d765f32e22da52b933016fc38d493 groupoffice-2.10.ebuild 955
+MD5 9af82c8e056682b507eaf5e9ff95011a groupoffice-2.12.ebuild 956
MD5 c339473e0ff43da76eb2f2607c441921 metadata.xml 280
MD5 e9f8498d6bf6f5a848e20729343f85cb groupoffice-2.09.ebuild 955
MD5 b417702e37814a93777fe92611ab3123 groupoffice-2.11a.ebuild 956
@@ -11,3 +12,5 @@ MD5 4de08382716b125fc1a27a1d5f6bb70b files/digest-groupoffice-2.09 73
MD5 f26fd7d079d2d1b897e210d725f3f4e1 files/digest-groupoffice-2.10 73
MD5 252288f5d0f5b81c836d57317005d1b7 files/postinstall-en.txt 403
MD5 fb7074ba1a64d6bcecd6d5a55683497e files/digest-groupoffice-2.11a 74
+MD5 2ffc086e706637a4b29e375e2417a83b files/digest-groupoffice-2.12 73
+MD5 3317ef53fbef6909ac0bc88df8885842 files/postinstall2-en.txt 686
diff --git a/www-apps/groupoffice/files/digest-groupoffice-2.12 b/www-apps/groupoffice/files/digest-groupoffice-2.12
new file mode 100644
index 000000000000..3f2a8a26cae1
--- /dev/null
+++ b/www-apps/groupoffice/files/digest-groupoffice-2.12
@@ -0,0 +1 @@
+MD5 f653085286c1c9a4ce3f82ac412db975 groupoffice-com-2.12.tar.gz 4773005
diff --git a/www-apps/groupoffice/files/postinstall2-en.txt b/www-apps/groupoffice/files/postinstall2-en.txt
new file mode 100644
index 000000000000..7877f7a75ca2
--- /dev/null
+++ b/www-apps/groupoffice/files/postinstall2-en.txt
@@ -0,0 +1,19 @@
+Follow the instructions at /usr/share/doc/${PF}/INSTALL
+to complete the install. You need to add MySQL users
+and configure group-office
+
+Before installing/configure you have to
+
+touch /var/www/localhost/htdocs/groupoffice/config.php
+chmod 0777 /var/www/localhost/htdocs/groupoffice/config.php
+mkdir /var/www/localhost/htdocs/groupoffice/local/
+chown apache:apache /var/www/localhost/htdocs/groupoffice/local/
+chmod 644 /var/www/localhost/htdocs/groupoffice/config.php
+rm -Rf /var/www/localhost/htdocs/groupoffice/install/
+
+
+After that, make groupoffice secure again
+chmod 644 /var/www/localhost/htdocs/groupoffice/config.php
+and
+rm -Rf /var/www/localhost/htdocs/groupoffice/install/
+
diff --git a/www-apps/groupoffice/groupoffice-2.12.ebuild b/www-apps/groupoffice/groupoffice-2.12.ebuild
new file mode 100644
index 000000000000..f1f038791414
--- /dev/null
+++ b/www-apps/groupoffice/groupoffice-2.12.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/www-apps/groupoffice/groupoffice-2.12.ebuild,v 1.1 2005/04/23 21:56:07 mholzer Exp $
+
+inherit webapp
+
+S=${WORKDIR}/${PN}-com-${PV}
+DESCRIPTION="Group-Office is a powerful modular Intranet application framework. It runs *nix using PHP and has several database support."
+HOMEPAGE="http://group-office.sourceforge.net/"
+SRC_URI="mirror://sourceforge/group-office/${PN}-com-${PV}.tar.gz"
+
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~ppc ~alpha ~amd64 ~sparc"
+IUSE=""
+DEPEND="virtual/php
+ dev-db/mysql"
+
+src_install() {
+ webapp_src_preinst
+
+ cd ${S}
+ dodoc CHANGELOG DEVELOPERS FAQ INSTALL RELEASE README.ldap TODO TRANSLATORS
+ rm -f CHANGELOG FAQ INSTALL README.ldap TODO TRANSLATORS
+
+ cp -r . ${D}${MY_HTDOCSDIR}
+ webapp_serverowned ${MY_HTDOCSDIR}
+
+ webapp_postinst_txt en ${FILESDIR}/postinstall2-en.txt
+
+ webapp_src_install
+}