From: "Jorge Manuel B. S. Vicetto" <jmbsvicetto@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/jmbsvicetto:master commit in: www-apps/horde-webmail/, eclass/
Date: Mon, 10 Nov 2014 21:05:50 +0000 (UTC) [thread overview]
Message-ID: <1415652771.0fc659d6996b6d3f874c9b14bca8c74aeaeec632.jmbsvicetto@gentoo> (raw)
commit: 0fc659d6996b6d3f874c9b14bca8c74aeaeec632
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 10 20:52:51 2014 +0000
Commit: Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
CommitDate: Mon Nov 10 20:52:51 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=dev/jmbsvicetto.git;a=commit;h=0fc659d6
Add EAPI5 support to the horde-v2 eclass.
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo.org>
---
eclass/horde-v2.eclass | 2 +-
www-apps/horde-webmail/Manifest | 1 +
www-apps/horde-webmail/horde-webmail-5.1.4.ebuild | 28 +++++++++++++++++++++++
3 files changed, 30 insertions(+), 1 deletion(-)
diff --git a/eclass/horde-v2.eclass b/eclass/horde-v2.eclass
index 9cb9b5f..fa45f8c 100644
--- a/eclass/horde-v2.eclass
+++ b/eclass/horde-v2.eclass
@@ -36,7 +36,7 @@
# This eclass requires at least EAPI-3
case ${EAPI:-0} in
- 4|3) : ;;
+ 5|4|3) : ;;
*) die "EAPI=${EAPI} is not supported" ;;
esac
diff --git a/www-apps/horde-webmail/Manifest b/www-apps/horde-webmail/Manifest
index 7dceb36..11fab41 100644
--- a/www-apps/horde-webmail/Manifest
+++ b/www-apps/horde-webmail/Manifest
@@ -1,2 +1,3 @@
DIST horde-webmail-patches-1.2-r1.tar.bz2 49464 SHA256 d0b7651a488fb9c7690b431418a9359649dc99e4d39b13f959df91091e5c49bd SHA512 917b4f596e2a9d26aa8c2955be5d28d589024241d5636e57727cfba42639a8370b857a31cc899415481be3c503c607b2d85ee319c996bbe52a8f8d5bdfca9386 WHIRLPOOL 86f7d9832b454c6ec9912f2cf466ac23b6c497cbd12ef017e9e2306acedd890e8c42c1f9a7f9b07a99e8a12fda3f160b51f97531b9d3d396755552deaa8211c9
DIST webmail-4.0.6.tgz 81653 SHA256 1165718d946a14ed2f6cb9bbc9ec706b0dbdfc8769e0fd1acb656722d82c63db SHA512 817335ad1f31e29fd24e4a429377ed94c19e8fc507114686cd6115d5b1f0146eaf154650c565b3763e28be9c6eeaa6eef46502ddda3c37edacb39e52f363c363 WHIRLPOOL b71e8f3d93fff53b4f21153b70d67625f6e7d71f1d1abaeda2489435903151a6c6ff7d49aa559a5aa9c047cd2741f4a2c9c2655e0adfa7209e5d5655019cdd67
+DIST webmail-5.1.4.tgz 131913 SHA256 f0224c4e1c2335b6b87a933be896017f87b4e3215e78a255e87d01c6764c8bdc SHA512 3e01ce6a9b1a519e84f880b60dbc620a83a1b850ab746fdcd24dc472f9aa815c086def14657835dbe0b8f6f240504af3085066bbc9ca32ca82b7a423ad1ce10f WHIRLPOOL a6bb6b978e3f8d0d596ea16cee12e503d11158ca7aa1a2226a3cb260146159fcd77a18ff2a890acec9ad03ea138025213388e98c8be870d2f1fbfe7d2a6302ee
diff --git a/www-apps/horde-webmail/horde-webmail-5.1.4.ebuild b/www-apps/horde-webmail/horde-webmail-5.1.4.ebuild
new file mode 100644
index 0000000..aff6106
--- /dev/null
+++ b/www-apps/horde-webmail/horde-webmail-5.1.4.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+HORDE_APPLICATIONS="dimp imp ingo kronolith mimp mnemo nag turba"
+
+inherit horde-v2
+
+DESCRIPTION="browser based communication suite"
+HOMEPAGE="http://www.horde.org/webmail/"
+
+HORDE_PATCHSET_REV=1
+
+KEYWORDS="~amd64"
+IUSE="crypt ldap mysql oracle postgres"
+
+DEPEND=""
+RDEPEND="
+ !www-apps/horde
+ dev-lang/php[ftp,gd,iconv,imap,nls,session,ssl,xml,crypt?,ldap?,mysql?,oracle?,postgres?]
+ dev-php/PEAR-DB
+ dev-php/PEAR-Log
+ dev-php/PEAR-Mail_Mime
+ >=www-apps/horde-pear-1.3
+ crypt? ( app-crypt/gnupg )
+"
reply other threads:[~2014-11-10 21:05 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1415652771.0fc659d6996b6d3f874c9b14bca8c74aeaeec632.jmbsvicetto@gentoo \
--to=jmbsvicetto@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox