public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/betagarden:master commit in: www-apps/zarafa-webaccess/
@ 2012-06-19 10:00 Robert Piasek
  0 siblings, 0 replies; 2+ messages in thread
From: Robert Piasek @ 2012-06-19 10:00 UTC (permalink / raw
  To: gentoo-commits

commit:     dc78b0c3d2c6bee2b72d0a0e2add5156cc5eabf4
Author:     Robert Piasek <dagger <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 19 10:00:46 2012 +0000
Commit:     Robert Piasek <dagger <AT> gentoo <DOT> org>
CommitDate: Tue Jun 19 10:00:46 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=dc78b0c3

Add ZCP webaccess 7.0.8

---
 www-apps/zarafa-webaccess/ChangeLog                |    6 ++
 .../zarafa-webaccess/zarafa-webaccess-7.0.8.ebuild |   58 ++++++++++++++++++++
 2 files changed, 64 insertions(+), 0 deletions(-)

diff --git a/www-apps/zarafa-webaccess/ChangeLog b/www-apps/zarafa-webaccess/ChangeLog
index 43f78c4..2c9f7c3 100644
--- a/www-apps/zarafa-webaccess/ChangeLog
+++ b/www-apps/zarafa-webaccess/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*zarafa-webaccess-7.0.8 (19 Jun 2012)
+
+  19 Jun 2012; Robert Piasek <dagger@gentoo.org>
+  +zarafa-webaccess-7.0.8.ebuild:
+  Add ZCP 7.0.8 webaccess
+
   22 Mar 2012; Robert Piasek <dagger@gentoo.org>
   Move to betagarden overlay
 

diff --git a/www-apps/zarafa-webaccess/zarafa-webaccess-7.0.8.ebuild b/www-apps/zarafa-webaccess/zarafa-webaccess-7.0.8.ebuild
new file mode 100644
index 0000000..a26ac5d
--- /dev/null
+++ b/www-apps/zarafa-webaccess/zarafa-webaccess-7.0.8.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=2
+
+inherit versionator webapp eutils depend.php
+
+ZARAFA_MAJOR=$(get_version_component_range 1 ${PV})
+ZARAFA_MINOR=$(get_version_component_range 2 ${PV})
+ZARAFA_MICRO=$(get_version_component_range 3 ${PV})
+ZARAFA_REV=35178
+
+DESCRIPTION="Open Source Groupware Solution"
+HOMEPAGE="http://zarafa.com/"
+SRC_URI="http://download.zarafa.com/community/final/${ZARAFA_MAJOR}.${ZARAFA_MINOR}/${PV}-${ZARAFA_REV}/sourcecode/zcp-${PV}.tar.gz"
+
+LICENSE="AGPL-3"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+need_php_httpd
+
+S="${WORKDIR}"/${P/-webaccess/}/php-webclient-ajax
+
+RDEPEND=">=dev-libs/libical-0.40"
+DEPEND="${RDEPEND}"
+
+pkg_setup () {
+	webapp_pkg_setup
+	require_php_with_use iconv session xml
+}
+
+src_install() {
+	webapp_src_preinst
+
+	# make .po files
+	for pofile in "${S}"/server/language/*/LC_MESSAGES/zarafa.po; do
+		msgfmt -f -o ${pofile%%.po}.mo ${pofile}
+		rm ${pofile}
+	done
+
+	dodir /var/lib/zarafa-webaccess/plugins
+	dodir /var/lib/zarafa-webaccess/tmp
+	dosym /var/lib/zarafa-webaccess/plugins "${MY_HTDOCSDIR}"/plugins
+
+	# remove unneeded files
+	rm zarafa-webaccess.conf
+
+	cp "${S}"/config.php.dist "${S}"/config.php
+	insinto "${MY_HTDOCSDIR}"
+	doins -r "${S}"/*
+
+	webapp_configfile "${MY_HTDOCSDIR}"/config.php
+	webapp_serverowned "${MY_HTDOCSDIR}"/config.php
+
+	webapp_src_install
+}



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/betagarden:master commit in: www-apps/zarafa-webaccess/
@ 2017-02-27 21:28 Sebastian Pipping
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastian Pipping @ 2017-02-27 21:28 UTC (permalink / raw
  To: gentoo-commits

commit:     6647128b87d0b703623ea2c851933051a350df23
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 27 21:28:12 2017 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Mon Feb 27 21:28:12 2017 +0000
URL:        https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=6647128b

www-apps/zarafa-webaccess: Remove, uses dead depend.php.eclass

https://github.com/gentoo/gentoo/commit/e2d9f131cef171702b7427629a801ad46801bfac

 www-apps/zarafa-webaccess/ChangeLog                | 115 ---------------------
 www-apps/zarafa-webaccess/metadata.xml             |   8 --
 .../zarafa-webaccess-6.40.11.ebuild                |  57 ----------
 .../zarafa-webaccess-6.40.12.ebuild                |  57 ----------
 .../zarafa-webaccess-6.40.13.ebuild                |  57 ----------
 .../zarafa-webaccess-6.40.9.ebuild                 |  57 ----------
 .../zarafa-webaccess/zarafa-webaccess-7.0.4.ebuild |  57 ----------
 .../zarafa-webaccess/zarafa-webaccess-7.0.6.ebuild |  57 ----------
 .../zarafa-webaccess/zarafa-webaccess-7.0.8.ebuild |  57 ----------
 9 files changed, 522 deletions(-)

diff --git a/www-apps/zarafa-webaccess/ChangeLog b/www-apps/zarafa-webaccess/ChangeLog
deleted file mode 100644
index b288584..0000000
--- a/www-apps/zarafa-webaccess/ChangeLog
+++ /dev/null
@@ -1,115 +0,0 @@
-# ChangeLog for www-apps/zarafa-webaccess
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-
-*zarafa-webaccess-7.0.8 (19 Jun 2012)
-
-  19 Jun 2012; Robert Piasek <dagger@gentoo.org>
-  +zarafa-webaccess-7.0.8.ebuild:
-  Add ZCP 7.0.8 webaccess
-
-  22 Mar 2012; Robert Piasek <dagger@gentoo.org>
-  Move to betagarden overlay
-
-*zarafa-webaccess-7.0.6 (20 Mar 2012)
-
-  20 Mar 2012; Robert Piasek <dagger@gentoo.org>
-  -zarafa-webaccess-7.0.2.ebuild, -zarafa-webaccess-7.0.3.ebuild,
-  +zarafa-webaccess-7.0.6.ebuild:
-  Add zarafa-webaccess 7.0.6
-
-*zarafa-webaccess-7.0.4 (29 Dec 2011)
-
-  29 Dec 2011; Robert Piasek <dagger@gentoo.org>
-  -zarafa-webaccess-6.40.10.ebuild, +zarafa-webaccess-6.40.13.ebuild,
-  -zarafa-webaccess-7.0.1.ebuild, +zarafa-webaccess-7.0.4.ebuild:
-  Add zarafa webaccess 6.10.13 and 7.0.4
-
-*zarafa-webaccess-6.40.13 (13 Dec 2011)
-
-  13 Dec 2011; Robert Piasek <dagger@gentoo.org>
-  -zarafa-webaccess-6.40.10.ebuild, +zarafa-webaccess-6.40.13.ebuild:
-  Add zarafa-webaccess 6.40.13
-
-*zarafa-webaccess-7.0.3 (17 Nov 2011)
-
-  17 Nov 2011; Robert Piasek <dagger@gentoo.org>
-  +zarafa-webaccess-7.0.3.ebuild:
-  Add zarafa-webaccess 7.0.3
-
-*zarafa-webaccess-6.40.12 (02 Nov 2011)
-
-  02 Nov 2011; Robert Piasek <dagger@gentoo.org>
-  +zarafa-webaccess-6.40.12.ebuild:
-  add version 6.40.12
-
-*zarafa-webaccess-6.40.11 (20 Sep 2011)
-
-  20 Sep 2011; Robert Piasek <dagger@gentoo.org>
-  -zarafa-webaccess-6.40.7.ebuild, -zarafa-webaccess-6.40.8.ebuild,
-  +zarafa-webaccess-6.40.11.ebuild:
-  Add zarafa-webaccess 6.40.11
-
-*zarafa-webaccess-7.0.1 (22 Aug 2011)
-
-  22 Aug 2011; Robert Piasek <dagger@gentoo.org>
-  +zarafa-webaccess-7.0.1.ebuild:
-  add zarafa-webaccess 7.0.1
-
-*zarafa-webaccess-6.40.10 (26 Jul 2011)
-
-  26 Jul 2011; Robert Piasek <dagger@gentoo.org>
-  +zarafa-webaccess-6.40.10.ebuild:
-  Add version 6.40.10
-
-*zarafa-webaccess-7.0.0 (08 Jul 2011)
-
-  08 Jul 2011; Robert Piasek <dagger@gentoo.org>
-  +zarafa-webaccess-7.0.0.ebuild:
-  Add zarafa-webaccess 7.0.0
-
-*zarafa-webaccess-6.40.9 (20 Jun 2011)
-
-  20 Jun 2011; Robert Piasek <dagger@gentoo.org>
-  +zarafa-webaccess-6.40.9.ebuild:
-  Add version 6.40.9
-
-*zarafa-webaccess-6.40.8 (26 May 2011)
-
-  26 May 2011; Robert Piasek <dagger@gentoo.org>
-  -zarafa-webaccess-6.40.2.ebuild, -zarafa-webaccess-6.40.3.ebuild,
-  -zarafa-webaccess-6.40.4-r1.ebuild, -zarafa-webaccess-6.40.5.ebuild,
-  +zarafa-webaccess-6.40.8.ebuild:
-  Add version 6.40.8.
-  Remove older ebuilds
-
-*zarafa-webaccess-6.40.5 (25 Jan 2011)
-
-  25 Jan 2011; Robert Piasek <dagger@gentoo.org>
-  +zarafa-webaccess-6.40.5.ebuild:
-  Add version 6.40.5
-
-*zarafa-webaccess-6.40.4-r1 (09 Dec 2010)
-
-  09 Dec 2010; Robert Piasek <dagger@gentoo.org>
-  -zarafa-webaccess-6.40.4.ebuild, +zarafa-webaccess-6.40.4-r1.ebuild:
-  Added 6.40.4 final
-
-*zarafa-webaccess-6.40.3 (28 Oct 2010)
-
-  28 Oct 2010; Robert Piasek <dagger@gentoo.org>
-  +zarafa-webaccess-6.40.3.ebuild:
-  Added version 6.40.3 of zarafa webaccess
-
-*zarafa-webaccess-6.40.2 (09 Sep 2010)
-
-  09 Sep 2010; Robert Piasek <dagger@gentoo.org>
-  -zarafa-webaccess-6.40.1.ebuild, +zarafa-webaccess-6.40.2.ebuild,
-  +metadata.xml:
-  Version bump. Improved installation based on suggestions from
-  knoeferl@gmx.de
-  bug #239514
-
-  06 Aug 2010; Robert Piasek <dagger@gentoo.org>
-  zarafa-webaccess-6.40.1.ebuild:
-  Updated list of required php-extensions
-

diff --git a/www-apps/zarafa-webaccess/metadata.xml b/www-apps/zarafa-webaccess/metadata.xml
deleted file mode 100644
index 15e9764..0000000
--- a/www-apps/zarafa-webaccess/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-        <maintainer type="unknown">
-                <email>dagger@gentoo.org</email>
-                <name>Robert Piasek</name>
-        </maintainer>
-</pkgmetadata>

diff --git a/www-apps/zarafa-webaccess/zarafa-webaccess-6.40.11.ebuild b/www-apps/zarafa-webaccess/zarafa-webaccess-6.40.11.ebuild
deleted file mode 100644
index 7298059..0000000
--- a/www-apps/zarafa-webaccess/zarafa-webaccess-6.40.11.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-
-inherit versionator webapp eutils depend.php
-
-ZARAFA_MAJOR=$(get_version_component_range 1 ${PV})
-ZARAFA_MINOR=$(get_version_component_range 2 ${PV})
-ZARAFA_MICRO=$(get_version_component_range 3 ${PV})
-ZARAFA_REV=28965
-
-DESCRIPTION="Open Source Groupware Solution"
-HOMEPAGE="http://zarafa.com/"
-SRC_URI="http://download.zarafa.com/community/final/${ZARAFA_MAJOR}.${ZARAFA_MINOR}/${PV}-${ZARAFA_REV}/sourcecode/zcp-${PV}.tar.gz"
-
-LICENSE="AGPL-3"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-need_php_httpd
-
-S="${WORKDIR}"/${P/-webaccess/}/php-webclient-ajax
-
-RDEPEND=">=dev-libs/libical-0.40"
-DEPEND="${RDEPEND}"
-
-pkg_setup () {
-	webapp_pkg_setup
-	require_php_with_use iconv session xml
-}
-
-src_install() {
-	webapp_src_preinst
-
-	# make .po files
-	for pofile in "${S}"/server/language/*/LC_MESSAGES/zarafa.po; do
-		msgfmt -f -o ${pofile%%.po}.mo ${pofile}
-		rm ${pofile}
-	done
-
-	dodir /var/lib/zarafa-webaccess/plugins
-	dodir /var/lib/zarafa-webaccess/tmp
-	dosym /var/lib/zarafa-webaccess/plugins "${MY_HTDOCSDIR}"/plugins
-
-	# remove unneeded files
-	rm zarafa-webaccess.conf
-
-	cp "${S}"/config.php.dist "${S}"/config.php
-	insinto "${MY_HTDOCSDIR}"
-	doins -r "${S}"/*
-
-	webapp_configfile "${MY_HTDOCSDIR}"/config.php
-	webapp_serverowned "${MY_HTDOCSDIR}"/config.php
-
-	webapp_src_install
-}

diff --git a/www-apps/zarafa-webaccess/zarafa-webaccess-6.40.12.ebuild b/www-apps/zarafa-webaccess/zarafa-webaccess-6.40.12.ebuild
deleted file mode 100644
index 3c93a6b..0000000
--- a/www-apps/zarafa-webaccess/zarafa-webaccess-6.40.12.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-
-inherit versionator webapp eutils depend.php
-
-ZARAFA_MAJOR=$(get_version_component_range 1 ${PV})
-ZARAFA_MINOR=$(get_version_component_range 2 ${PV})
-ZARAFA_MICRO=$(get_version_component_range 3 ${PV})
-ZARAFA_REV=29942
-
-DESCRIPTION="Open Source Groupware Solution"
-HOMEPAGE="http://zarafa.com/"
-SRC_URI="http://download.zarafa.com/community/final/${ZARAFA_MAJOR}.${ZARAFA_MINOR}/${PV}-${ZARAFA_REV}/sourcecode/zcp-${PV}.tar.gz"
-
-LICENSE="AGPL-3"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-need_php_httpd
-
-S="${WORKDIR}"/${P/-webaccess/}/php-webclient-ajax
-
-RDEPEND=">=dev-libs/libical-0.40"
-DEPEND="${RDEPEND}"
-
-pkg_setup () {
-	webapp_pkg_setup
-	require_php_with_use iconv session xml
-}
-
-src_install() {
-	webapp_src_preinst
-
-	# make .po files
-	for pofile in "${S}"/server/language/*/LC_MESSAGES/zarafa.po; do
-		msgfmt -f -o ${pofile%%.po}.mo ${pofile}
-		rm ${pofile}
-	done
-
-	dodir /var/lib/zarafa-webaccess/plugins
-	dodir /var/lib/zarafa-webaccess/tmp
-	dosym /var/lib/zarafa-webaccess/plugins "${MY_HTDOCSDIR}"/plugins
-
-	# remove unneeded files
-	rm zarafa-webaccess.conf
-
-	cp "${S}"/config.php.dist "${S}"/config.php
-	insinto "${MY_HTDOCSDIR}"
-	doins -r "${S}"/*
-
-	webapp_configfile "${MY_HTDOCSDIR}"/config.php
-	webapp_serverowned "${MY_HTDOCSDIR}"/config.php
-
-	webapp_src_install
-}

diff --git a/www-apps/zarafa-webaccess/zarafa-webaccess-6.40.13.ebuild b/www-apps/zarafa-webaccess/zarafa-webaccess-6.40.13.ebuild
deleted file mode 100644
index 90ebea3..0000000
--- a/www-apps/zarafa-webaccess/zarafa-webaccess-6.40.13.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-
-inherit versionator webapp eutils depend.php
-
-ZARAFA_MAJOR=$(get_version_component_range 1 ${PV})
-ZARAFA_MINOR=$(get_version_component_range 2 ${PV})
-ZARAFA_MICRO=$(get_version_component_range 3 ${PV})
-ZARAFA_REV=30778
-
-DESCRIPTION="Open Source Groupware Solution"
-HOMEPAGE="http://zarafa.com/"
-SRC_URI="http://download.zarafa.com/community/final/${ZARAFA_MAJOR}.${ZARAFA_MINOR}/${PV}-${ZARAFA_REV}/sourcecode/zcp-${PV}.tar.gz"
-
-LICENSE="AGPL-3"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-need_php_httpd
-
-S="${WORKDIR}"/${P/-webaccess/}/php-webclient-ajax
-
-RDEPEND=">=dev-libs/libical-0.40"
-DEPEND="${RDEPEND}"
-
-pkg_setup () {
-	webapp_pkg_setup
-	require_php_with_use iconv session xml
-}
-
-src_install() {
-	webapp_src_preinst
-
-	# make .po files
-	for pofile in "${S}"/server/language/*/LC_MESSAGES/zarafa.po; do
-		msgfmt -f -o ${pofile%%.po}.mo ${pofile}
-		rm ${pofile}
-	done
-
-	dodir /var/lib/zarafa-webaccess/plugins
-	dodir /var/lib/zarafa-webaccess/tmp
-	dosym /var/lib/zarafa-webaccess/plugins "${MY_HTDOCSDIR}"/plugins
-
-	# remove unneeded files
-	rm zarafa-webaccess.conf
-
-	cp "${S}"/config.php.dist "${S}"/config.php
-	insinto "${MY_HTDOCSDIR}"
-	doins -r "${S}"/*
-
-	webapp_configfile "${MY_HTDOCSDIR}"/config.php
-	webapp_serverowned "${MY_HTDOCSDIR}"/config.php
-
-	webapp_src_install
-}

diff --git a/www-apps/zarafa-webaccess/zarafa-webaccess-6.40.9.ebuild b/www-apps/zarafa-webaccess/zarafa-webaccess-6.40.9.ebuild
deleted file mode 100644
index 64028f7..0000000
--- a/www-apps/zarafa-webaccess/zarafa-webaccess-6.40.9.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-
-inherit versionator webapp eutils depend.php
-
-ZARAFA_MAJOR=$(get_version_component_range 1 ${PV})
-ZARAFA_MINOR=$(get_version_component_range 2 ${PV})
-ZARAFA_MICRO=$(get_version_component_range 3 ${PV})
-ZARAFA_REV=27553
-
-DESCRIPTION="Open Source Groupware Solution"
-HOMEPAGE="http://zarafa.com/"
-SRC_URI="http://download.zarafa.com/community/final/${ZARAFA_MAJOR}.${ZARAFA_MINOR}/${PV}-${ZARAFA_REV}/sourcecode/zcp-${PV}.tar.gz"
-
-LICENSE="AGPL-3"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-need_php_httpd
-
-S="${WORKDIR}"/${P/-webaccess/}/php-webclient-ajax
-
-RDEPEND=">=dev-libs/libical-0.40"
-DEPEND="${RDEPEND}"
-
-pkg_setup () {
-	webapp_pkg_setup
-	require_php_with_use iconv session xml
-}
-
-src_install() {
-	webapp_src_preinst
-
-	# make .po files
-	for pofile in "${S}"/server/language/*/LC_MESSAGES/zarafa.po; do
-		msgfmt -f -o ${pofile%%.po}.mo ${pofile}
-		rm ${pofile}
-	done
-
-	dodir /var/lib/zarafa-webaccess/plugins
-	dodir /var/lib/zarafa-webaccess/tmp
-	dosym /var/lib/zarafa-webaccess/plugins "${MY_HTDOCSDIR}"/plugins
-
-	# remove unneeded files
-	rm zarafa-webaccess.conf
-
-	cp "${S}"/config.php.dist "${S}"/config.php
-	insinto "${MY_HTDOCSDIR}"
-	doins -r "${S}"/*
-
-	webapp_configfile "${MY_HTDOCSDIR}"/config.php
-	webapp_serverowned "${MY_HTDOCSDIR}"/config.php
-
-	webapp_src_install
-}

diff --git a/www-apps/zarafa-webaccess/zarafa-webaccess-7.0.4.ebuild b/www-apps/zarafa-webaccess/zarafa-webaccess-7.0.4.ebuild
deleted file mode 100644
index 0f8ef28..0000000
--- a/www-apps/zarafa-webaccess/zarafa-webaccess-7.0.4.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-
-inherit versionator webapp eutils depend.php
-
-ZARAFA_MAJOR=$(get_version_component_range 1 ${PV})
-ZARAFA_MINOR=$(get_version_component_range 2 ${PV})
-ZARAFA_MICRO=$(get_version_component_range 3 ${PV})
-ZARAFA_REV=31235
-
-DESCRIPTION="Open Source Groupware Solution"
-HOMEPAGE="http://zarafa.com/"
-SRC_URI="http://download.zarafa.com/community/final/${ZARAFA_MAJOR}.${ZARAFA_MINOR}/${PV}-${ZARAFA_REV}/sourcecode/zcp-${PV}.tar.gz"
-
-LICENSE="AGPL-3"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-need_php_httpd
-
-S="${WORKDIR}"/${P/-webaccess/}/php-webclient-ajax
-
-RDEPEND=">=dev-libs/libical-0.40"
-DEPEND="${RDEPEND}"
-
-pkg_setup () {
-	webapp_pkg_setup
-	require_php_with_use iconv session xml
-}
-
-src_install() {
-	webapp_src_preinst
-
-	# make .po files
-	for pofile in "${S}"/server/language/*/LC_MESSAGES/zarafa.po; do
-		msgfmt -f -o ${pofile%%.po}.mo ${pofile}
-		rm ${pofile}
-	done
-
-	dodir /var/lib/zarafa-webaccess/plugins
-	dodir /var/lib/zarafa-webaccess/tmp
-	dosym /var/lib/zarafa-webaccess/plugins "${MY_HTDOCSDIR}"/plugins
-
-	# remove unneeded files
-	rm zarafa-webaccess.conf
-
-	cp "${S}"/config.php.dist "${S}"/config.php
-	insinto "${MY_HTDOCSDIR}"
-	doins -r "${S}"/*
-
-	webapp_configfile "${MY_HTDOCSDIR}"/config.php
-	webapp_serverowned "${MY_HTDOCSDIR}"/config.php
-
-	webapp_src_install
-}

diff --git a/www-apps/zarafa-webaccess/zarafa-webaccess-7.0.6.ebuild b/www-apps/zarafa-webaccess/zarafa-webaccess-7.0.6.ebuild
deleted file mode 100644
index 6956166..0000000
--- a/www-apps/zarafa-webaccess/zarafa-webaccess-7.0.6.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-
-inherit versionator webapp eutils depend.php
-
-ZARAFA_MAJOR=$(get_version_component_range 1 ${PV})
-ZARAFA_MINOR=$(get_version_component_range 2 ${PV})
-ZARAFA_MICRO=$(get_version_component_range 3 ${PV})
-ZARAFA_REV=32752
-
-DESCRIPTION="Open Source Groupware Solution"
-HOMEPAGE="http://zarafa.com/"
-SRC_URI="http://download.zarafa.com/community/final/${ZARAFA_MAJOR}.${ZARAFA_MINOR}/${PV}-${ZARAFA_REV}/sourcecode/zcp-${PV}.tar.gz"
-
-LICENSE="AGPL-3"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-need_php_httpd
-
-S="${WORKDIR}"/${P/-webaccess/}/php-webclient-ajax
-
-RDEPEND=">=dev-libs/libical-0.40"
-DEPEND="${RDEPEND}"
-
-pkg_setup () {
-	webapp_pkg_setup
-	require_php_with_use iconv session xml
-}
-
-src_install() {
-	webapp_src_preinst
-
-	# make .po files
-	for pofile in "${S}"/server/language/*/LC_MESSAGES/zarafa.po; do
-		msgfmt -f -o ${pofile%%.po}.mo ${pofile}
-		rm ${pofile}
-	done
-
-	dodir /var/lib/zarafa-webaccess/plugins
-	dodir /var/lib/zarafa-webaccess/tmp
-	dosym /var/lib/zarafa-webaccess/plugins "${MY_HTDOCSDIR}"/plugins
-
-	# remove unneeded files
-	rm zarafa-webaccess.conf
-
-	cp "${S}"/config.php.dist "${S}"/config.php
-	insinto "${MY_HTDOCSDIR}"
-	doins -r "${S}"/*
-
-	webapp_configfile "${MY_HTDOCSDIR}"/config.php
-	webapp_serverowned "${MY_HTDOCSDIR}"/config.php
-
-	webapp_src_install
-}

diff --git a/www-apps/zarafa-webaccess/zarafa-webaccess-7.0.8.ebuild b/www-apps/zarafa-webaccess/zarafa-webaccess-7.0.8.ebuild
deleted file mode 100644
index e603132..0000000
--- a/www-apps/zarafa-webaccess/zarafa-webaccess-7.0.8.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-
-inherit versionator webapp eutils depend.php
-
-ZARAFA_MAJOR=$(get_version_component_range 1 ${PV})
-ZARAFA_MINOR=$(get_version_component_range 2 ${PV})
-ZARAFA_MICRO=$(get_version_component_range 3 ${PV})
-ZARAFA_REV=35178
-
-DESCRIPTION="Open Source Groupware Solution"
-HOMEPAGE="http://zarafa.com/"
-SRC_URI="http://download.zarafa.com/community/final/${ZARAFA_MAJOR}.${ZARAFA_MINOR}/${PV}-${ZARAFA_REV}/sourcecode/zcp-${PV}.tar.gz"
-
-LICENSE="AGPL-3"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-need_php_httpd
-
-S="${WORKDIR}"/${P/-webaccess/}/php-webclient-ajax
-
-RDEPEND=">=dev-libs/libical-0.40"
-DEPEND="${RDEPEND}"
-
-pkg_setup () {
-	webapp_pkg_setup
-	require_php_with_use iconv session xml
-}
-
-src_install() {
-	webapp_src_preinst
-
-	# make .po files
-	for pofile in "${S}"/server/language/*/LC_MESSAGES/zarafa.po; do
-		msgfmt -f -o ${pofile%%.po}.mo ${pofile}
-		rm ${pofile}
-	done
-
-	dodir /var/lib/zarafa-webaccess/plugins
-	dodir /var/lib/zarafa-webaccess/tmp
-	dosym /var/lib/zarafa-webaccess/plugins "${MY_HTDOCSDIR}"/plugins
-
-	# remove unneeded files
-	rm zarafa-webaccess.conf
-
-	cp "${S}"/config.php.dist "${S}"/config.php
-	insinto "${MY_HTDOCSDIR}"
-	doins -r "${S}"/*
-
-	webapp_configfile "${MY_HTDOCSDIR}"/config.php
-	webapp_serverowned "${MY_HTDOCSDIR}"/config.php
-
-	webapp_src_install
-}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-02-27 21:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-19 10:00 [gentoo-commits] proj/betagarden:master commit in: www-apps/zarafa-webaccess/ Robert Piasek
  -- strict thread matches above, loose matches on Subject: below --
2017-02-27 21:28 Sebastian Pipping

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox