Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 487994 | Differences between
and this patch

Collapse All | Expand All

(-)a/rebar.config.script (-17 / +17 lines)
Lines 49-63 SrcDirs = lists:foldl( Link Here
49
                    Acc
49
                    Acc
50
            end, [], Cfg),
50
            end, [], Cfg),
51
51
52
Deps = [{p1_cache_tab, ".*", {git, "git://github.com/processone/cache_tab"}},
52
Deps = [{p1_cache_tab, ".*", {git, "git://github.com/processone/cache_tab", "7b89d6afb66d8ff9d56671864be74654f5b18e2f"}},
53
        {p1_tls, ".*", {git, "git://github.com/processone/tls"}},
53
        {p1_tls, ".*", {git, "git://github.com/processone/tls", "53f047886c556786e6c8fef57f2a45a51b028f21"}},
54
        {p1_stringprep, ".*", {git, "git://github.com/processone/stringprep"}},
54
        {p1_stringprep, ".*", {git, "git://github.com/processone/stringprep", "9e9e0f8dbe6a70ef36e1d4436b458ca5a77fbcfb"}},
55
        {p1_xml, ".*", {git, "git://github.com/processone/xml"}},
55
        {p1_xml, ".*", {git, "git://github.com/processone/xml", "964ad026ce71f9dcf0c4a1a269e329e190a5f2fd"}},
56
	{esip, ".*", {git, "git://github.com/processone/p1_sip"}},
56
	{esip, ".*", {git, "git://github.com/processone/p1_sip", "9db2f379940b171023d7ab6f60ca922c53c6d105"}},
57
	{p1_stun, ".*", {git, "git://github.com/processone/stun"}},
57
	{p1_stun, ".*", {git, "git://github.com/processone/stun", "a7c07b69c89c67a45c69c7dfcd17ca986afd9e9b"}},
58
        {p1_yaml, ".*", {git, "git://github.com/processone/p1_yaml"}},
58
        {p1_yaml, ".*", {git, "git://github.com/processone/p1_yaml", "236b9435ad3731dbab637a16616167e09c074183"}},
59
        {xmlrpc, ".*", {git, "git://github.com/rds13/xmlrpc"}},
59
        {xmlrpc, ".*", {git, "git://github.com/rds13/xmlrpc", "9e9be055c248be7bfb87b04dd9c444bc46e54912"}},
60
        {p1_utils, ".*", {git, "git://github.com/processone/p1_utils"}}],
60
        {p1_utils, ".*", {git, "git://github.com/processone/p1_utils", "940f42ddfcdc0b7b2abf4d9ee292605a93699543"}}],
61
61
62
ConfigureCmd = fun(Pkg, Flags) ->
62
ConfigureCmd = fun(Pkg, Flags) ->
63
                       {'get-deps',
63
                       {'get-deps',
Lines 82-106 PostHooks = [ConfigureCmd("p1_tls", ""), Link Here
82
82
83
CfgDeps = lists:flatmap(
83
CfgDeps = lists:flatmap(
84
            fun({mysql, true}) ->
84
            fun({mysql, true}) ->
85
                    [{p1_mysql, ".*", {git, "git://github.com/processone/mysql"}}];
85
                    [{p1_mysql, ".*", {git, "git://github.com/processone/mysql", "52e28c8df7dcf1d3e9de6ac9def65f79e2f864dc"}}];
86
               ({pgsql, true}) ->
86
               ({pgsql, true}) ->
87
                    [{p1_pgsql, ".*", {git, "git://github.com/processone/pgsql"}}];
87
                    [{p1_pgsql, ".*", {git, "git://github.com/processone/pgsql", "58a09c5cb94a59ffb7a79049e16d2ed9701f3195"}}];
88
               ({pam, true}) ->
88
               ({pam, true}) ->
89
                    [{p1_pam, ".*", {git, "git://github.com/processone/epam"}}];
89
                    [{p1_pam, ".*", {git, "git://github.com/processone/epam", "99c6705469fcb5de5186d33a15e8c15134a91727"}}];
90
               ({zlib, true}) ->
90
               ({zlib, true}) ->
91
                    [{p1_zlib, ".*", {git, "git://github.com/processone/zlib"}}];
91
                    [{p1_zlib, ".*", {git, "git://github.com/processone/zlib", "52e82bbc12258ca17ea7ed9b5d10eca60c3db006"}}];
92
               ({riak, true}) ->
92
               ({riak, true}) ->
93
                    [{riakc, ".*",
93
                    [{riakc, ".*",
94
		      {git, "git://github.com/basho/riak-erlang-client",
94
		      {git, "git://github.com/basho/riak-erlang-client",
95
		       {tag, "1.4.2"}}}];
95
		       {tag, "1.4.2"}}}];
96
               ({json, true}) ->
96
               ({json, true}) ->
97
                    [{jiffy, ".*", {git, "git://github.com/davisp/jiffy"}}];
97
                    [{jiffy, ".*", {git, "git://github.com/davisp/jiffy", "b6afb1414e10edd5c579bf4affbde0e5b7d85737"}}];
98
               ({iconv, true}) ->
98
               ({iconv, true}) ->
99
                    [{p1_iconv, ".*", {git, "git://github.com/processone/eiconv"}}];
99
                    [{p1_iconv, ".*", {git, "git://github.com/processone/eiconv", "7afc233d484566d8f87e0cbedd514a472626caf8"}}];
100
               ({lager, true}) ->
100
               ({lager, true}) ->
101
                    [{lager, ".*", {git, "git://github.com/basho/lager"}}];
101
                    [{lager, ".*", {git, "git://github.com/basho/lager", "dd267603e93e8babe9ef9164fc176b430d669431"}}];
102
               ({lager, false}) ->
102
               ({lager, false}) ->
103
                    [{p1_logger, ".*", {git, "git://github.com/processone/p1_logger"}}];
103
                    [{p1_logger, ".*", {git, "git://github.com/processone/p1_logger", "c7141aff68282dec46d60a3f39cbf658d0c91961"}}];
104
               (_) ->
104
               (_) ->
105
                    []
105
                    []
106
            end, Cfg),
106
            end, Cfg),

Return to bug 487994