summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorVadim A. Misbakh-Soloviov <mva@mva.name>2012-06-21 07:10:13 +0700
committerVadim A. Misbakh-Soloviov <mva@mva.name>2012-06-21 07:10:13 +0700
commit90f843c8ec3fe76d0d32d1a74ec720986af86853 (patch)
treeef609624553dd0466d30b35eba8f08fef9eac667 /net-im
parentmove games to EAPI4 (diff)
downloadlua-90f843c8ec3fe76d0d32d1a74ec720986af86853.tar.gz
lua-90f843c8ec3fe76d0d32d1a74ec720986af86853.tar.bz2
lua-90f843c8ec3fe76d0d32d1a74ec720986af86853.zip
prosofy-modules bump
Diffstat (limited to 'net-im')
-rw-r--r--net-im/prosody-modules/prosody-modules-9999.ebuild50
1 files changed, 27 insertions, 23 deletions
diff --git a/net-im/prosody-modules/prosody-modules-9999.ebuild b/net-im/prosody-modules/prosody-modules-9999.ebuild
index a5e509f..d64ea3a 100644
--- a/net-im/prosody-modules/prosody-modules-9999.ebuild
+++ b/net-im/prosody-modules/prosody-modules-9999.ebuild
@@ -13,23 +13,27 @@ EHG_REPO_URI="https://prosody-modules.googlecode.com/hg/"
LICENSE="MIT"
SLOT="0"
KEYWORDS=""
-IUSE="addressing adhoc 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 blocking carbons component_guard component_roundrobin
- couchdb data_access default_bookmarks default_vcard discoitems extdisco
- flash_policy group_bookmarks ipcheck ircd json_streams latex log_auth
- motd_sequential muc_intercom muc_log muc_log_http offline_email onhold
- openid pastebin post_msg privacy proxy65 pubsub_feed register_json
- register_redirect reload_modules remote_roster roster_command
- s2s_blackwhitelist s2s_idle_timeout s2s_never_encrypt_blacklist
- s2s_reload_newcomponent saslauth_muc seclabels server_contact_info sift
- smacks sms_clickatell srvinjection stanza_counter streamstats
- support_contact swedishchef tcpproxy throttle_presence twitter webpresence
- websocket"
+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 inotify_reload
+ ipcheck json_streams lastlog latex 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"
-DEPEND="net-im/prosody
- ircd? ( dev-lua/squish dev-lua/verse )"
+DEPEND="net-im/prosody"
+# ircd? ( dev-lua/squish dev-lua/verse )"
RDEPEND="${DEPEND}"
src_install() {
@@ -42,10 +46,10 @@ src_install() {
done
}
-pkg_postinst() {
- if use ircd; then
- cd /usr/lib/prosody/modules/mod_ircd;
- cp "$(pkg-config --variable INSTALL_LMOD lua)"/verse.lua verse.lua
- squish --use-http
- fi
-} \ No newline at end of file
+#pkg_postinst() {
+# if use ircd; then
+# cd /usr/lib/prosody/modules/mod_ircd;
+# cp "$(pkg-config --variable INSTALL_LMOD lua)"/verse.lua verse.lua
+# squish --use-http
+# fi
+#}