From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E8EB013800E for ; Fri, 27 Jul 2012 09:24:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BDFCE0595; Fri, 27 Jul 2012 09:23:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1361BE0595 for ; Fri, 27 Jul 2012 09:23:51 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2CE1F1B4015 for ; Fri, 27 Jul 2012 09:23:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id E35EEE5436 for ; Fri, 27 Jul 2012 09:23:49 +0000 (UTC) From: "Misbakh-Soloviev Vadim A." To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Misbakh-Soloviev Vadim A." Message-ID: <1343381026.998c3d3677c0d1d971d97f05deb27b8359f2fa43.mva@gentoo> Subject: [gentoo-commits] proj/lua:master commit in: net-im/prosody-modules/ X-VCS-Repository: proj/lua X-VCS-Files: net-im/prosody-modules/prosody-modules-9999.ebuild X-VCS-Directories: net-im/prosody-modules/ X-VCS-Committer: mva X-VCS-Committer-Name: Misbakh-Soloviev Vadim A. X-VCS-Revision: 998c3d3677c0d1d971d97f05deb27b8359f2fa43 X-VCS-Branch: master Date: Fri, 27 Jul 2012 09:23:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9c2b6f89-61c2-460c-8701-82e3c809a467 X-Archives-Hash: 0e86a839aca1e27d31369441a918879f commit: 998c3d3677c0d1d971d97f05deb27b8359f2fa43 Author: Vadim A. Misbakh-Soloviov mva name> AuthorDate: Fri Jul 27 09:23:46 2012 +0000 Commit: Misbakh-Soloviev Vadim A. mva name> CommitDate: Fri Jul 27 09:23:46 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lua.git;a=commit;h=998c3d36 Prosody-modules bump --- net-im/prosody-modules/prosody-modules-9999.ebuild | 24 ++++++++++--------- 1 files changed, 13 insertions(+), 11 deletions(-) diff --git a/net-im/prosody-modules/prosody-modules-9999.ebuild b/net-im/prosody-modules/prosody-modules-9999.ebuild index 8f4157d..b542372 100644 --- a/net-im/prosody-modules/prosody-modules-9999.ebuild +++ b/net-im/prosody-modules/prosody-modules-9999.ebuild @@ -17,17 +17,19 @@ PROSODY_MODULES=" addressing admin_web archive archive_muc auth_dovecot auth_external auth_internal_yubikey auth_joomla auth_ldap auth_phpbb3 auth_sql auth_wordpress auto_accept_subscriptions blocking c2s_conn_throttle carbons checkcerts - client_certs compat_muc_admin component_roundrobin conformance_restricted - couchdb data_access default_bookmarks default_vcard discoitems extdisco - flash_policy group_bookmarks host_guard http_favicon inotify_reload - ipcheck json_streams lastlog latex limits log_auth mam mam_adhoc motd_sequential - muc_intercom muc_limits muc_log muc_log_http offline_email onhold openid pastebin - post_msg privacy pubsub_feeds register_json register_redirect register_web - reload_modules remote_roster roster_command s2s_blackwhitelist s2s_idle_timeout - s2s_never_encrypt_blacklist s2s_reload_newcomponent saslauth_muc seclabels - server_contact_info server_status service_directories sift smacks sms_clickatell - srvinjection stanza_counter storage_mongodb streamstats support_contact - swedishchef tcpproxy throttle_presence twitter vjud webpresence websocket" + client_certs compat_bind compat_muc_admin compat_vcard component_roundrobin + conformance_restricted couchdb data_access default_bookmarks default_vcard + discoitems extdisco flash_policy group_bookmarks host_guard http_favicon + inotify_reload ipcheck json_streams lastlog latex limits log_auth mam mam_adhoc + motd_sequential muc_intercom muc_limits muc_log muc_log_http offline_email onhold + openid pastebin post_msg privacy pubsub_feeds readonly register_json register_redirect + register_web reload_modules remote_roster roster_command s2s_blackwhitelist s2s_idle_timeout + s2s_never_encrypt_blacklist s2s_reload_newcomponent saslauth_muc seclabels server_contact_info + server_status service_directories sift smacks sms_clickatell srvinjection stanza_counter + storage_mongodb streamstats support_contact swedishchef tcpproxy throttle_presence twitter + vjud webpresence websocket +" + for x in ${PROSODY_MODULES}; do IUSE="${IUSE} ${x//[^+]/}prosody_modules_${x/+}"