diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-03-09 10:33:17 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-03-09 10:33:17 +0000 |
commit | eac5ac01dd23c912e9b113d70d6bcbc21a5c681d (patch) | |
tree | b0cfe1cf6a33a2dcc854a8edd2ecb3f394a914f2 /www-apps/horde-webmail | |
parent | Version bump. (diff) | |
download | gentoo-2-eac5ac01dd23c912e9b113d70d6bcbc21a5c681d.tar.gz gentoo-2-eac5ac01dd23c912e9b113d70d6bcbc21a5c681d.tar.bz2 gentoo-2-eac5ac01dd23c912e9b113d70d6bcbc21a5c681d.zip |
old
(Portage version: 2.2_pre2)
Diffstat (limited to 'www-apps/horde-webmail')
-rw-r--r-- | www-apps/horde-webmail/horde-webmail-1.0.1.ebuild | 30 | ||||
-rw-r--r-- | www-apps/horde-webmail/horde-webmail-1.0.3.ebuild | 30 | ||||
-rw-r--r-- | www-apps/horde-webmail/horde-webmail-1.0.4.ebuild | 30 |
3 files changed, 0 insertions, 90 deletions
diff --git a/www-apps/horde-webmail/horde-webmail-1.0.1.ebuild b/www-apps/horde-webmail/horde-webmail-1.0.1.ebuild deleted file mode 100644 index 661cec01be87..000000000000 --- a/www-apps/horde-webmail/horde-webmail-1.0.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-webmail/horde-webmail-1.0.1.ebuild,v 1.2 2007/12/30 18:47:20 vapier Exp $ - -HORDE_PN=${PN} -inherit horde - -DESCRIPTION="browser based communication suite" - -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86" -IUSE="crypt mysql postgres ldap oracle" - -DEPEND="" -RDEPEND="!www-apps/horde - crypt? ( app-crypt/gnupg ) - virtual/php - >=www-apps/horde-pear-1.3 - dev-php/PEAR-Log - dev-php/PEAR-Mail_Mime - dev-php/PEAR-DB" - -pkg_setup() { - HORDE_PHP_FEATURES=" - imap ssl session xml nls iconv gd ftp - $(use ldap && echo ldap) $(use oracle && echo oci8) - $(use crypt && echo crypt) $(use mysql && echo mysql mysqli) - $(use postgres && echo postgres) - " - horde_pkg_setup -} diff --git a/www-apps/horde-webmail/horde-webmail-1.0.3.ebuild b/www-apps/horde-webmail/horde-webmail-1.0.3.ebuild deleted file mode 100644 index 8f35d79c4528..000000000000 --- a/www-apps/horde-webmail/horde-webmail-1.0.3.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-webmail/horde-webmail-1.0.3.ebuild,v 1.1 2007/12/30 22:46:10 vapier Exp $ - -HORDE_PN=${PN} -inherit horde - -DESCRIPTION="browser based communication suite" - -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86" -IUSE="crypt mysql postgres ldap oracle" - -DEPEND="" -RDEPEND="!www-apps/horde - crypt? ( app-crypt/gnupg ) - virtual/php - >=www-apps/horde-pear-1.3 - dev-php/PEAR-Log - dev-php/PEAR-Mail_Mime - dev-php/PEAR-DB" - -pkg_setup() { - HORDE_PHP_FEATURES=" - imap ssl session xml nls iconv gd ftp - $(use ldap && echo ldap) $(use oracle && echo oci8) - $(use crypt && echo crypt) $(use mysql && echo mysql mysqli) - $(use postgres && echo postgres) - " - horde_pkg_setup -} diff --git a/www-apps/horde-webmail/horde-webmail-1.0.4.ebuild b/www-apps/horde-webmail/horde-webmail-1.0.4.ebuild deleted file mode 100644 index 43a5e7d20cc4..000000000000 --- a/www-apps/horde-webmail/horde-webmail-1.0.4.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-webmail/horde-webmail-1.0.4.ebuild,v 1.1 2008/01/12 05:10:41 vapier Exp $ - -HORDE_PN=${PN} -inherit horde - -DESCRIPTION="browser based communication suite" - -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86" -IUSE="crypt mysql postgres ldap oracle" - -DEPEND="" -RDEPEND="!www-apps/horde - crypt? ( app-crypt/gnupg ) - virtual/php - >=www-apps/horde-pear-1.3 - dev-php/PEAR-Log - dev-php/PEAR-Mail_Mime - dev-php/PEAR-DB" - -pkg_setup() { - HORDE_PHP_FEATURES=" - imap ssl session xml nls iconv gd ftp - $(use ldap && echo ldap) $(use oracle && echo oci8) - $(use crypt && echo crypt) $(use mysql && echo mysql mysqli) - $(use postgres && echo postgres) - " - horde_pkg_setup -} |