diff options
author | Gunnar Wrobel <wrobel@gentoo.org> | 2007-09-04 12:50:33 +0000 |
---|---|---|
committer | Gunnar Wrobel <wrobel@gentoo.org> | 2007-09-04 12:50:33 +0000 |
commit | 491a9081207355f1c2c1959a2ad24921e38c3a25 (patch) | |
tree | 1db36fa5977daa58ef55de9335fcabfe62f52f65 /www-apps | |
parent | Stable on amd64 wrt bug #186352 (diff) | |
download | gentoo-2-491a9081207355f1c2c1959a2ad24921e38c3a25.tar.gz gentoo-2-491a9081207355f1c2c1959a2ad24921e38c3a25.tar.bz2 gentoo-2-491a9081207355f1c2c1959a2ad24921e38c3a25.zip |
Added phpgroupware-0.9.16.012 to the tree (response to #189253)
(Portage version: 2.1.2.12)
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/phpgroupware/ChangeLog | 7 | ||||
-rw-r--r-- | www-apps/phpgroupware/files/digest-phpgroupware-0.9.16.012 | 3 | ||||
-rw-r--r-- | www-apps/phpgroupware/phpgroupware-0.9.16.012.ebuild | 35 |
3 files changed, 44 insertions, 1 deletions
diff --git a/www-apps/phpgroupware/ChangeLog b/www-apps/phpgroupware/ChangeLog index f3fe0b9fc066..42a29abc42cd 100644 --- a/www-apps/phpgroupware/ChangeLog +++ b/www-apps/phpgroupware/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for www-apps/phpgroupware # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/phpgroupware/ChangeLog,v 1.29 2007/02/22 00:33:13 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/phpgroupware/ChangeLog,v 1.30 2007/09/04 12:50:33 wrobel Exp $ + +*phpgroupware-0.9.16.012 (04 Sep 2007) + + 04 Sep 2007; <wrobel@gentoo.org> +phpgroupware-0.9.16.012.ebuild: + Added phpgroupware-0.9.16.012 to the tree (response to #189253) 22 Feb 2007; Markus Ullmann <jokey@gentoo.org> ChangeLog: Redigest for Manifest2 diff --git a/www-apps/phpgroupware/files/digest-phpgroupware-0.9.16.012 b/www-apps/phpgroupware/files/digest-phpgroupware-0.9.16.012 new file mode 100644 index 000000000000..7dce80691daa --- /dev/null +++ b/www-apps/phpgroupware/files/digest-phpgroupware-0.9.16.012 @@ -0,0 +1,3 @@ +MD5 65fb1a5c95938f2f8250f6ad0216e180 phpgroupware-0.9.16.012.tar.bz2 17264335 +RMD160 cec6560393f71c92f0ffa7b9f0c5071b865aa0a5 phpgroupware-0.9.16.012.tar.bz2 17264335 +SHA256 195335edcfa05cd20d7f55e26ef9dfbef545c973718c823ded0b4649815c384a phpgroupware-0.9.16.012.tar.bz2 17264335 diff --git a/www-apps/phpgroupware/phpgroupware-0.9.16.012.ebuild b/www-apps/phpgroupware/phpgroupware-0.9.16.012.ebuild new file mode 100644 index 000000000000..971bfc758e89 --- /dev/null +++ b/www-apps/phpgroupware/phpgroupware-0.9.16.012.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/phpgroupware/phpgroupware-0.9.16.012.ebuild,v 1.1 2007/09/04 12:50:33 wrobel Exp $ + +inherit webapp + +S=${WORKDIR}/${PN} + +DESCRIPTION="intranet/groupware tool and application framework" +HOMEPAGE="http://www.phpgroupware.org/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" +IUSE="" +LICENSE="GPL-2" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86" + +RDEPEND="virtual/httpd-php" + +src_unpack() { + unpack ${A} + cd ${S} + # remove CVS directories + find . -type d -name 'CVS' -print | xargs rm -rf +} + +src_install() { + webapp_src_preinst + + cp -R . ${D}/${MY_HTDOCSDIR} + dohtml ${PN}/doc/en_US/html/admin/*.html + + webapp_serverowned ${MY_HTDOCSDIR}/fudforum + + webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt + webapp_src_install +} |