summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2015-12-09 07:44:37 -0500
committerAaron W. Swenson <titanofold@gentoo.org>2015-12-09 07:44:37 -0500
commitc20f39cdcba8d3f75fcd7d6c09e80d2ee0655e40 (patch)
treecdb2eac1c0952a5c11fc5950cab5a985de31611e /mail-client/roundcube/metadata.xml
parentkde-plasma/breeze-gtk: remove old (diff)
downloadgentoo-c20f39cdcba8d3f75fcd7d6c09e80d2ee0655e40.tar.gz
gentoo-c20f39cdcba8d3f75fcd7d6c09e80d2ee0655e40.tar.bz2
gentoo-c20f39cdcba8d3f75fcd7d6c09e80d2ee0655e40.zip
mail-client/roundcube: Version bump, security, and bug fixes
Added two use flags controlling optional dependencies to support the enigma and and sieverules plugins. Added REQUIRED_USE as one of postgres, mysql, or sqlite must be enabled. Rouncube requires a database to operate. As the ebuild uses this now, removed the default enable on the mysql USE flag. Added POST-UPGRADE.txt which is just a shortened version of the UPGRADE text from upstream. Dropped arm and ppc64 keywords as one dependency, dev-php/PEAR-Net_LDAP2, currently lacks matching keywords for those architectures. Bug: 541172, 545096, 524192, 564476, 565204, 53284 Package-Manager: portage-2.2.20.1
Diffstat (limited to 'mail-client/roundcube/metadata.xml')
-rw-r--r--mail-client/roundcube/metadata.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/mail-client/roundcube/metadata.xml b/mail-client/roundcube/metadata.xml
index 1197f8861880..4cb349a08b2c 100644
--- a/mail-client/roundcube/metadata.xml
+++ b/mail-client/roundcube/metadata.xml
@@ -2,7 +2,24 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>web-apps</herd>
+ <maintainer>
+ <email>titanofold@gentoo.org</email>
+ <name>Aaron W. Swenson</name>
+ </maintainer>
<upstream>
<remote-id type="sourceforge">roundcubemail</remote-id>
</upstream>
+ <use>
+ <flag name="enigma">
+ Add dependencies to support server-side GnuPG signing
+ and/or encryption through the enigma plugin
+ </flag>
+ <flag name="managesieve">
+ Add dependencies to support the sieverules plugin
+ </flag>
+ <flag name="ldap">
+ Add dependencies to support connecting to an LDAP address
+ book server
+ </flag>
+ </use>
</pkgmetadata>