diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-10-26 21:28:48 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-10-26 21:28:48 +0000 |
commit | 958cb8014f39ba947114447fc45bb1802d4cdc0e (patch) | |
tree | 10c7530d4c41a5d6d10e9d3b744175cc0e8a23a3 /dev-php/groupoffice | |
parent | Version bumped. (diff) | |
download | historical-958cb8014f39ba947114447fc45bb1802d4cdc0e.tar.gz historical-958cb8014f39ba947114447fc45bb1802d4cdc0e.tar.bz2 historical-958cb8014f39ba947114447fc45bb1802d4cdc0e.zip |
Version bumped.
Diffstat (limited to 'dev-php/groupoffice')
-rw-r--r-- | dev-php/groupoffice/Manifest | 6 | ||||
-rw-r--r-- | dev-php/groupoffice/files/digest-groupoffice-1.93 | 2 | ||||
-rw-r--r-- | dev-php/groupoffice/groupoffice-1.91.ebuild | 3 | ||||
-rw-r--r-- | dev-php/groupoffice/groupoffice-1.93.ebuild | 60 |
4 files changed, 67 insertions, 4 deletions
diff --git a/dev-php/groupoffice/Manifest b/dev-php/groupoffice/Manifest index 7f900b6500d6..02c237ac9ba1 100644 --- a/dev-php/groupoffice/Manifest +++ b/dev-php/groupoffice/Manifest @@ -1,6 +1,6 @@ -MD5 2ecd0c4d35c880b26632411f84f5f542 groupoffice-1.91.ebuild 1777 -MD5 dd5eac185f7d62e37b018e21f6d7bdc9 ChangeLog 436 +MD5 a06b48a736b0c3bb3d59213c3df5f578 groupoffice-1.91.ebuild 1777 +MD5 634b64f3b5765a361d5c6f142cd311a3 ChangeLog 590 MD5 34b376f52ca199fffb4e52b83169574a metadata.xml 156 -MD5 2ecd0c4d35c880b26632411f84f5f542 groupoffice-1.93.ebuild 1777 +MD5 12b4541f6a5b88c1ec7a83fa6cb68cbc groupoffice-1.93.ebuild 1766 MD5 935184d01c1f3a5138a2aae7b1f29520 files/digest-groupoffice-1.91 140 MD5 25ba2eb31d2f0d3ceae26bbf9e6e6f2b files/digest-groupoffice-1.93 140 diff --git a/dev-php/groupoffice/files/digest-groupoffice-1.93 b/dev-php/groupoffice/files/digest-groupoffice-1.93 new file mode 100644 index 000000000000..faf918443d77 --- /dev/null +++ b/dev-php/groupoffice/files/digest-groupoffice-1.93 @@ -0,0 +1,2 @@ +MD5 0ef76e6e1193a7ce12afb508cd735df9 groupoffice-1.93.tar.gz 788838 +MD5 8cb2d7e57d2497223ce032a74a40a6ff GO-theme-Crystal-1.9.tar.gz 285813 diff --git a/dev-php/groupoffice/groupoffice-1.91.ebuild b/dev-php/groupoffice/groupoffice-1.91.ebuild index 0bb96b4a79bb..e377cff9e292 100644 --- a/dev-php/groupoffice/groupoffice-1.91.ebuild +++ b/dev-php/groupoffice/groupoffice-1.91.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/groupoffice/groupoffice-1.91.ebuild,v 1.1 2003/10/12 22:03:25 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/groupoffice/groupoffice-1.91.ebuild,v 1.2 2003/10/26 21:28:43 mholzer Exp $ S=${WORKDIR}/${PN} HTTPD_ROOT="/home/httpd/htdocs" @@ -11,6 +11,7 @@ DESCRIPTION="Group-Office is a powerfull modular Intranet application framework. HOMEPAGE="http://group-office.sourceforge.net/" SRC_URI="mirror://sourceforge/group-office/${P}.tar.gz mirror://sourceforge/group-office/GO-theme-Crystal-1.9.tar.gz" +RESTRICT="nomirror" LICENSE="GPL-2" SLOT="0" diff --git a/dev-php/groupoffice/groupoffice-1.93.ebuild b/dev-php/groupoffice/groupoffice-1.93.ebuild new file mode 100644 index 000000000000..ee701b9ce2ee --- /dev/null +++ b/dev-php/groupoffice/groupoffice-1.93.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/groupoffice/groupoffice-1.93.ebuild,v 1.1 2003/10/26 21:28:43 mholzer Exp $ + +S=${WORKDIR}/${PN} +HTTPD_ROOT="/home/httpd/htdocs" +HTTPD_USER="apache" +HTTPD_GROUP="apache" + +DESCRIPTION="Group-Office is a powerfull 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/${P}.tar.gz + mirror://sourceforge/group-office/GO-theme-Crystal-1.9.tar.gz" +RESTRICT="nomirror" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc ~alpha ~amd64 ~sparc ~hppa ~arm" + +DEPEND="virtual/php + dev-db/mysql" + +pkg_setup() { + if [ -L ${HTTPD_ROOT}/${PN} ] ; then + ewarn "You need to unmerge your old ${PN} version first." + ewarn "${PN} be installed into ${HTTPD_ROOT}/${PN}" + ewarn "directly instead of a version-dependant directory." + die "need to unmerge old version first" + fi +} + +src_unpack() { + unpack ${A} + unpack GO-theme-Crystal-1.9.tar.gz +} + +src_install() { + dodir ${HTTPD_ROOT}/${PN} + cd ${WORKDIR} + mv ${P} ${PN} + mv ${WORKDIR}/crystal ${S}/themes + cd ${S} + dodoc CHANGELOG DEVELOPERS FAQ INSTALL RELEASE README.ldap TODO TRANSLATORS + rm -rf CHANGELOG FAQ INSTALL RELEASE README.ldap TODO TRANSLATORS + cd ${WORKDIR} + + cp -r . ${D}/${HTTPD_ROOT} + cd ${D}/${HTTPD_ROOT} + chown -R ${HTTPD_USER}.${HTTPD_GROUP} ${PN} +} + +pkg_postinst() { + einfo "Follow the instructions at /usr/share/doc/${PF}/INSTALL" + einfo "to complete the install. You need to add MySQL users" + einfo "and configure ${PN}" + einfo "" + einfo "Please make sure your php settings have" + einfo "register_globals = On" + einfo "" +} |