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 EF20A13800E for ; Mon, 23 Jul 2012 08:47:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93A18E064E; Mon, 23 Jul 2012 08:47:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4C3F0E064E for ; Mon, 23 Jul 2012 08:47:11 +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 74E231B42BF for ; Mon, 23 Jul 2012 08:47:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 2E7D6E5436 for ; Mon, 23 Jul 2012 08:47:08 +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: <1343033219.1a70be784a261470605b07bf5fa3af860c9fdd6b.mva@gentoo> Subject: [gentoo-commits] proj/lua:master commit in: net-im/prosody-modules/, profiles/ X-VCS-Repository: proj/lua X-VCS-Files: net-im/prosody-modules/prosody-modules-9999.ebuild profiles/make.defaults X-VCS-Directories: net-im/prosody-modules/ profiles/ X-VCS-Committer: mva X-VCS-Committer-Name: Misbakh-Soloviev Vadim A. X-VCS-Revision: 1a70be784a261470605b07bf5fa3af860c9fdd6b X-VCS-Branch: master Date: Mon, 23 Jul 2012 08:47:08 +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: 617eab05-f9fe-4410-a1a0-73627b36f8ec X-Archives-Hash: aa207c412aebb5a90af4a4ec619707cc commit: 1a70be784a261470605b07bf5fa3af860c9fdd6b Author: Vadim A. Misbakh-Soloviov mva name> AuthorDate: Mon Jul 23 08:46:59 2012 +0000 Commit: Misbakh-Soloviev Vadim A. mva name> CommitDate: Mon Jul 23 08:46:59 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lua.git;a=commit;h=1a70be78 Prosody-modules bump --- net-im/prosody-modules/prosody-modules-9999.ebuild | 38 ++++++++++--------- profiles/make.defaults | 1 + 2 files changed, 21 insertions(+), 18 deletions(-) diff --git a/net-im/prosody-modules/prosody-modules-9999.ebuild b/net-im/prosody-modules/prosody-modules-9999.ebuild index f828434..c19a9cf 100644 --- a/net-im/prosody-modules/prosody-modules-9999.ebuild +++ b/net-im/prosody-modules/prosody-modules-9999.ebuild @@ -13,24 +13,26 @@ EHG_REPO_URI="https://prosody-modules.googlecode.com/hg/" LICENSE="MIT" SLOT="0" KEYWORDS="" -IUSE=" addressing adhoc_cmd_admin adhoc_cmd_modules adhoc_cmd_ping - adhoc_cmd_uptime 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" +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" + +for x in ${PROSODY_MODULES}; do + IUSE="${IUSE} ${x//[^+]/}prosody_modules_${x/+}" +done + DEPEND="net-im/prosody" # ircd? ( dev-lua/squish dev-lua/verse )" diff --git a/profiles/make.defaults b/profiles/make.defaults new file mode 100644 index 0000000..d186cb6 --- /dev/null +++ b/profiles/make.defaults @@ -0,0 +1 @@ +USE_EXPAND="PROSODY_MODULES"