* [meta-oe][dizzy]Update PyQt and related recipes
@ 2015-02-25 0:46 Philip Balister
2015-02-25 18:29 ` Otavio Salvador
2015-02-27 8:31 ` Martin Jansa
0 siblings, 2 replies; 14+ messages in thread
From: Philip Balister @ 2015-02-25 0:46 UTC (permalink / raw)
To: openembedded-devel@lists.openembedded.org
Please pull these three patches into meta-oe/dizzy.
https://github.com/openembedded/meta-oe/pull/19
These lead to a working PyQt4, which will reduce the number of questions
I get about gnuradio-companion not working on dizzy.
1) I apologize for using the meta-oe repo instead of meta-openembedded.
2) If this is annoying, I can send via email like a sane person.
Philip
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [meta-oe][dizzy]Update PyQt and related recipes
2015-02-25 0:46 [meta-oe][dizzy]Update PyQt and related recipes Philip Balister
@ 2015-02-25 18:29 ` Otavio Salvador
2015-02-27 8:31 ` Martin Jansa
1 sibling, 0 replies; 14+ messages in thread
From: Otavio Salvador @ 2015-02-25 18:29 UTC (permalink / raw)
To: OpenEmbedded Devel List, Armin Kuster
Hello Philip,
On Tue, Feb 24, 2015 at 9:46 PM, Philip Balister <philip@balister.org> wrote:
> Please pull these three patches into meta-oe/dizzy.
>
> https://github.com/openembedded/meta-oe/pull/19
>
> These lead to a working PyQt4, which will reduce the number of questions
> I get about gnuradio-companion not working on dizzy.
>
> 1) I apologize for using the meta-oe repo instead of meta-openembedded.
> 2) If this is annoying, I can send via email like a sane person.
I think this can be included in the upcoming pull request. Armin, do
you have a branch for me to pick and do it all at same time? This ease
the Martin's life for pulling once.
--
Otavio Salvador O.S. Systems
http://www.ossystems.com.br http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [meta-oe][dizzy]Update PyQt and related recipes
2015-02-25 0:46 [meta-oe][dizzy]Update PyQt and related recipes Philip Balister
2015-02-25 18:29 ` Otavio Salvador
@ 2015-02-27 8:31 ` Martin Jansa
2015-02-27 13:41 ` Otavio Salvador
2015-02-27 20:42 ` Philip Balister
1 sibling, 2 replies; 14+ messages in thread
From: Martin Jansa @ 2015-02-27 8:31 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 884 bytes --]
On Tue, Feb 24, 2015 at 04:46:48PM -0800, Philip Balister wrote:
> Please pull these three patches into meta-oe/dizzy.
>
> https://github.com/openembedded/meta-oe/pull/19
>
> These lead to a working PyQt4, which will reduce the number of questions
> I get about gnuradio-companion not working on dizzy.
I'm not sure if we should do upgrades in release branch which should
receive only bug fixes, but I'll let daisy maintainers to decide.
> 1) I apologize for using the meta-oe repo instead of meta-openembedded.
> 2) If this is annoying, I can send via email like a sane person.
>
> Philip
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [meta-oe][dizzy]Update PyQt and related recipes
2015-02-27 8:31 ` Martin Jansa
@ 2015-02-27 13:41 ` Otavio Salvador
2015-03-10 20:53 ` akuster808
2015-02-27 20:42 ` Philip Balister
1 sibling, 1 reply; 14+ messages in thread
From: Otavio Salvador @ 2015-02-27 13:41 UTC (permalink / raw)
To: OpenEmbedded Devel List
Hello Martin,
On Fri, Feb 27, 2015 at 5:31 AM, Martin Jansa <martin.jansa@gmail.com> wrote:
> On Tue, Feb 24, 2015 at 04:46:48PM -0800, Philip Balister wrote:
>> Please pull these three patches into meta-oe/dizzy.
>>
>> https://github.com/openembedded/meta-oe/pull/19
>>
>> These lead to a working PyQt4, which will reduce the number of questions
>> I get about gnuradio-companion not working on dizzy.
>
> I'm not sure if we should do upgrades in release branch which should
> receive only bug fixes, but I'll let daisy maintainers to decide.
I agree with your concern but I also see the improvement
(cross-compile support and like) of the new PyQt4.
At same time, I think this is not ready to be merged. Checking the
code changes I think we need to:
* split python-sip runtime package
This will fix the upgrade path.
--
Otavio Salvador O.S. Systems
http://www.ossystems.com.br http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [meta-oe][dizzy]Update PyQt and related recipes
2015-02-27 8:31 ` Martin Jansa
2015-02-27 13:41 ` Otavio Salvador
@ 2015-02-27 20:42 ` Philip Balister
2015-02-27 21:37 ` Otavio Salvador
1 sibling, 1 reply; 14+ messages in thread
From: Philip Balister @ 2015-02-27 20:42 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1073 bytes --]
On 02/27/2015 12:31 AM, Martin Jansa wrote:
> On Tue, Feb 24, 2015 at 04:46:48PM -0800, Philip Balister wrote:
>> Please pull these three patches into meta-oe/dizzy.
>>
>> https://github.com/openembedded/meta-oe/pull/19
>>
>> These lead to a working PyQt4, which will reduce the number of questions
>> I get about gnuradio-companion not working on dizzy.
>
> I'm not sure if we should do upgrades in release branch which should
> receive only bug fixes, but I'll let daisy maintainers to decide.
Basically, what is in dizzy doesn't work for anyone. To make it work, we
need to upgrade to pickup some changes that made pyqt easier to cross
compile.
Philip
>
>> 1) I apologize for using the meta-oe repo instead of meta-openembedded.
>> 2) If this is annoying, I can send via email like a sane person.
>>
>> Philip
>>
>> --
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
>
>
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 484 bytes --]
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [meta-oe][dizzy]Update PyQt and related recipes
2015-02-27 20:42 ` Philip Balister
@ 2015-02-27 21:37 ` Otavio Salvador
2015-03-02 20:49 ` Philip Balister
0 siblings, 1 reply; 14+ messages in thread
From: Otavio Salvador @ 2015-02-27 21:37 UTC (permalink / raw)
To: OpenEmbedded Devel List
On Fri, Feb 27, 2015 at 5:42 PM, Philip Balister <philip@balister.org> wrote:
> On 02/27/2015 12:31 AM, Martin Jansa wrote:
>> On Tue, Feb 24, 2015 at 04:46:48PM -0800, Philip Balister wrote:
>>> Please pull these three patches into meta-oe/dizzy.
>>>
>>> https://github.com/openembedded/meta-oe/pull/19
>>>
>>> These lead to a working PyQt4, which will reduce the number of questions
>>> I get about gnuradio-companion not working on dizzy.
>>
>> I'm not sure if we should do upgrades in release branch which should
>> receive only bug fixes, but I'll let daisy maintainers to decide.
>
> Basically, what is in dizzy doesn't work for anyone. To make it work, we
> need to upgrade to pickup some changes that made pyqt easier to cross
> compile.
Yes, this is why I support this update however we need to fix the sip
upgrade path.
--
Otavio Salvador O.S. Systems
http://www.ossystems.com.br http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [meta-oe][dizzy]Update PyQt and related recipes
2015-02-27 21:37 ` Otavio Salvador
@ 2015-03-02 20:49 ` Philip Balister
2015-03-02 20:56 ` Otavio Salvador
0 siblings, 1 reply; 14+ messages in thread
From: Philip Balister @ 2015-03-02 20:49 UTC (permalink / raw)
To: openembedded-devel
On 02/27/2015 04:37 PM, Otavio Salvador wrote:
> On Fri, Feb 27, 2015 at 5:42 PM, Philip Balister <philip@balister.org> wrote:
>> On 02/27/2015 12:31 AM, Martin Jansa wrote:
>>> On Tue, Feb 24, 2015 at 04:46:48PM -0800, Philip Balister wrote:
>>>> Please pull these three patches into meta-oe/dizzy.
>>>>
>>>> https://github.com/openembedded/meta-oe/pull/19
>>>>
>>>> These lead to a working PyQt4, which will reduce the number of questions
>>>> I get about gnuradio-companion not working on dizzy.
>>>
>>> I'm not sure if we should do upgrades in release branch which should
>>> receive only bug fixes, but I'll let daisy maintainers to decide.
>>
>> Basically, what is in dizzy doesn't work for anyone. To make it work, we
>> need to upgrade to pickup some changes that made pyqt easier to cross
>> compile.
>
> Yes, this is why I support this update however we need to fix the sip
> upgrade path.
>
What's wrong with the sip update path? Originally, there was only a
recipe for sip-native, this patch replaces the sip-native recipe with
one that works for native and target.
Philip
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [meta-oe][dizzy]Update PyQt and related recipes
2015-03-02 20:49 ` Philip Balister
@ 2015-03-02 20:56 ` Otavio Salvador
2015-03-02 22:05 ` Philip Balister
0 siblings, 1 reply; 14+ messages in thread
From: Otavio Salvador @ 2015-03-02 20:56 UTC (permalink / raw)
To: OpenEmbedded Devel List
On Mon, Mar 2, 2015 at 5:49 PM, Philip Balister <philip@balister.org> wrote:
> On 02/27/2015 04:37 PM, Otavio Salvador wrote:
>> On Fri, Feb 27, 2015 at 5:42 PM, Philip Balister <philip@balister.org> wrote:
>>> On 02/27/2015 12:31 AM, Martin Jansa wrote:
>>>> On Tue, Feb 24, 2015 at 04:46:48PM -0800, Philip Balister wrote:
>>>>> Please pull these three patches into meta-oe/dizzy.
>>>>>
>>>>> https://github.com/openembedded/meta-oe/pull/19
>>>>>
>>>>> These lead to a working PyQt4, which will reduce the number of questions
>>>>> I get about gnuradio-companion not working on dizzy.
>>>>
>>>> I'm not sure if we should do upgrades in release branch which should
>>>> receive only bug fixes, but I'll let daisy maintainers to decide.
>>>
>>> Basically, what is in dizzy doesn't work for anyone. To make it work, we
>>> need to upgrade to pickup some changes that made pyqt easier to cross
>>> compile.
>>
>> Yes, this is why I support this update however we need to fix the sip
>> upgrade path.
>>
>
> What's wrong with the sip update path? Originally, there was only a
> recipe for sip-native, this patch replaces the sip-native recipe with
> one that works for native and target.
Upgrade path. python-sip died no?
--
Otavio Salvador O.S. Systems
http://www.ossystems.com.br http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [meta-oe][dizzy]Update PyQt and related recipes
2015-03-02 20:56 ` Otavio Salvador
@ 2015-03-02 22:05 ` Philip Balister
2015-03-02 22:19 ` Otavio Salvador
0 siblings, 1 reply; 14+ messages in thread
From: Philip Balister @ 2015-03-02 22:05 UTC (permalink / raw)
To: openembedded-devel
On 03/02/2015 03:56 PM, Otavio Salvador wrote:
> On Mon, Mar 2, 2015 at 5:49 PM, Philip Balister <philip@balister.org> wrote:
>> On 02/27/2015 04:37 PM, Otavio Salvador wrote:
>>> On Fri, Feb 27, 2015 at 5:42 PM, Philip Balister <philip@balister.org> wrote:
>>>> On 02/27/2015 12:31 AM, Martin Jansa wrote:
>>>>> On Tue, Feb 24, 2015 at 04:46:48PM -0800, Philip Balister wrote:
>>>>>> Please pull these three patches into meta-oe/dizzy.
>>>>>>
>>>>>> https://github.com/openembedded/meta-oe/pull/19
>>>>>>
>>>>>> These lead to a working PyQt4, which will reduce the number of questions
>>>>>> I get about gnuradio-companion not working on dizzy.
>>>>>
>>>>> I'm not sure if we should do upgrades in release branch which should
>>>>> receive only bug fixes, but I'll let daisy maintainers to decide.
>>>>
>>>> Basically, what is in dizzy doesn't work for anyone. To make it work, we
>>>> need to upgrade to pickup some changes that made pyqt easier to cross
>>>> compile.
>>>
>>> Yes, this is why I support this update however we need to fix the sip
>>> upgrade path.
>>>
>>
>> What's wrong with the sip update path? Originally, there was only a
>> recipe for sip-native, this patch replaces the sip-native recipe with
>> one that works for native and target.
>
> Upgrade path. python-sip died no?
>
Ah yes. python-sip was built from the sip package. The new sip recipe
handles the building and installation of the python bits.
How do we tell package manages what happened? (Yes I suck at packaging)
In reality, I doubt many people installed python-sip.
Philip
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [meta-oe][dizzy]Update PyQt and related recipes
2015-03-02 22:05 ` Philip Balister
@ 2015-03-02 22:19 ` Otavio Salvador
0 siblings, 0 replies; 14+ messages in thread
From: Otavio Salvador @ 2015-03-02 22:19 UTC (permalink / raw)
To: OpenEmbedded Devel List
On Mon, Mar 2, 2015 at 7:05 PM, Philip Balister <philip@balister.org> wrote:
> On 03/02/2015 03:56 PM, Otavio Salvador wrote:
>> On Mon, Mar 2, 2015 at 5:49 PM, Philip Balister <philip@balister.org> wrote:
>>> On 02/27/2015 04:37 PM, Otavio Salvador wrote:
>>>> On Fri, Feb 27, 2015 at 5:42 PM, Philip Balister <philip@balister.org> wrote:
>>>>> On 02/27/2015 12:31 AM, Martin Jansa wrote:
>>>>>> On Tue, Feb 24, 2015 at 04:46:48PM -0800, Philip Balister wrote:
>>>>>>> Please pull these three patches into meta-oe/dizzy.
>>>>>>>
>>>>>>> https://github.com/openembedded/meta-oe/pull/19
>>>>>>>
>>>>>>> These lead to a working PyQt4, which will reduce the number of questions
>>>>>>> I get about gnuradio-companion not working on dizzy.
>>>>>>
>>>>>> I'm not sure if we should do upgrades in release branch which should
>>>>>> receive only bug fixes, but I'll let daisy maintainers to decide.
>>>>>
>>>>> Basically, what is in dizzy doesn't work for anyone. To make it work, we
>>>>> need to upgrade to pickup some changes that made pyqt easier to cross
>>>>> compile.
>>>>
>>>> Yes, this is why I support this update however we need to fix the sip
>>>> upgrade path.
>>>>
>>>
>>> What's wrong with the sip update path? Originally, there was only a
>>> recipe for sip-native, this patch replaces the sip-native recipe with
>>> one that works for native and target.
>>
>> Upgrade path. python-sip died no?
>>
>
> Ah yes. python-sip was built from the sip package. The new sip recipe
> handles the building and installation of the python bits.
>
> How do we tell package manages what happened? (Yes I suck at packaging)
>
> In reality, I doubt many people installed python-sip.
Why you don't split it? I think it makes sense to have it splitted.
--
Otavio Salvador O.S. Systems
http://www.ossystems.com.br http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [meta-oe][dizzy]Update PyQt and related recipes
2015-02-27 13:41 ` Otavio Salvador
@ 2015-03-10 20:53 ` akuster808
2015-03-10 20:54 ` Philip Balister
0 siblings, 1 reply; 14+ messages in thread
From: akuster808 @ 2015-03-10 20:53 UTC (permalink / raw)
To: openembedded-devel
On 02/27/2015 05:41 AM, Otavio Salvador wrote:
> Hello Martin,
>
> On Fri, Feb 27, 2015 at 5:31 AM, Martin Jansa <martin.jansa@gmail.com> wrote:
>> On Tue, Feb 24, 2015 at 04:46:48PM -0800, Philip Balister wrote:
>>> Please pull these three patches into meta-oe/dizzy.
>>>
>>> https://github.com/openembedded/meta-oe/pull/19
>>>
>>> These lead to a working PyQt4, which will reduce the number of questions
>>> I get about gnuradio-companion not working on dizzy.
>>
>> I'm not sure if we should do upgrades in release branch which should
>> receive only bug fixes, but I'll let daisy maintainers to decide.
>
> I agree with your concern but I also see the improvement
> (cross-compile support and like) of the new PyQt4.
Sorry I have head down for the last two weeks.
>
> At same time, I think this is not ready to be merged. Checking the
> code changes I think we need to:
>
> * split python-sip runtime package
So is this split being worked on ?
- armin
>
> This will fix the upgrade path.
>
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [meta-oe][dizzy]Update PyQt and related recipes
2015-03-10 20:53 ` akuster808
@ 2015-03-10 20:54 ` Philip Balister
2015-03-18 15:21 ` akuster808
2015-03-26 21:39 ` Philip Balister
0 siblings, 2 replies; 14+ messages in thread
From: Philip Balister @ 2015-03-10 20:54 UTC (permalink / raw)
To: openembedded-devel
On 03/10/2015 04:53 PM, akuster808 wrote:
>
>
> On 02/27/2015 05:41 AM, Otavio Salvador wrote:
>> Hello Martin,
>>
>> On Fri, Feb 27, 2015 at 5:31 AM, Martin Jansa <martin.jansa@gmail.com>
>> wrote:
>>> On Tue, Feb 24, 2015 at 04:46:48PM -0800, Philip Balister wrote:
>>>> Please pull these three patches into meta-oe/dizzy.
>>>>
>>>> https://github.com/openembedded/meta-oe/pull/19
>>>>
>>>> These lead to a working PyQt4, which will reduce the number of
>>>> questions
>>>> I get about gnuradio-companion not working on dizzy.
>>>
>>> I'm not sure if we should do upgrades in release branch which should
>>> receive only bug fixes, but I'll let daisy maintainers to decide.
>>
>> I agree with your concern but I also see the improvement
>> (cross-compile support and like) of the new PyQt4.
>
> Sorry I have head down for the last two weeks.
>
>>
>> At same time, I think this is not ready to be merged. Checking the
>> code changes I think we need to:
>>
>> * split python-sip runtime package
>
> So is this split being worked on ?
Yes. I sent in patches yesterday. Thanks for checking.
Philip
>
> - armin
>>
>> This will fix the upgrade path.
>>
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [meta-oe][dizzy]Update PyQt and related recipes
2015-03-10 20:54 ` Philip Balister
@ 2015-03-18 15:21 ` akuster808
2015-03-26 21:39 ` Philip Balister
1 sibling, 0 replies; 14+ messages in thread
From: akuster808 @ 2015-03-18 15:21 UTC (permalink / raw)
To: openembedded-devel
Changing is my staging tree.
hope to make a request this weekend. I have a few more backports to do.
- armin
On 03/10/2015 01:54 PM, Philip Balister wrote:
> On 03/10/2015 04:53 PM, akuster808 wrote:
>>
>>
>> On 02/27/2015 05:41 AM, Otavio Salvador wrote:
>>> Hello Martin,
>>>
>>> On Fri, Feb 27, 2015 at 5:31 AM, Martin Jansa <martin.jansa@gmail.com>
>>> wrote:
>>>> On Tue, Feb 24, 2015 at 04:46:48PM -0800, Philip Balister wrote:
>>>>> Please pull these three patches into meta-oe/dizzy.
>>>>>
>>>>> https://github.com/openembedded/meta-oe/pull/19
>>>>>
>>>>> These lead to a working PyQt4, which will reduce the number of
>>>>> questions
>>>>> I get about gnuradio-companion not working on dizzy.
>>>>
>>>> I'm not sure if we should do upgrades in release branch which should
>>>> receive only bug fixes, but I'll let daisy maintainers to decide.
>>>
>>> I agree with your concern but I also see the improvement
>>> (cross-compile support and like) of the new PyQt4.
>>
>> Sorry I have head down for the last two weeks.
>>
>>>
>>> At same time, I think this is not ready to be merged. Checking the
>>> code changes I think we need to:
>>>
>>> * split python-sip runtime package
>>
>> So is this split being worked on ?
>
> Yes. I sent in patches yesterday. Thanks for checking.
>
> Philip
>
>>
>> - armin
>>>
>>> This will fix the upgrade path.
>>>
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [meta-oe][dizzy]Update PyQt and related recipes
2015-03-10 20:54 ` Philip Balister
2015-03-18 15:21 ` akuster808
@ 2015-03-26 21:39 ` Philip Balister
1 sibling, 0 replies; 14+ messages in thread
From: Philip Balister @ 2015-03-26 21:39 UTC (permalink / raw)
To: openembedded-devel, Armin Kuster
On 03/10/2015 01:54 PM, Philip Balister wrote:
> On 03/10/2015 04:53 PM, akuster808 wrote:
>>
>>
>> On 02/27/2015 05:41 AM, Otavio Salvador wrote:
>>> Hello Martin,
>>>
>>> On Fri, Feb 27, 2015 at 5:31 AM, Martin Jansa <martin.jansa@gmail.com>
>>> wrote:
>>>> On Tue, Feb 24, 2015 at 04:46:48PM -0800, Philip Balister wrote:
>>>>> Please pull these three patches into meta-oe/dizzy.
>>>>>
>>>>> https://github.com/openembedded/meta-oe/pull/19
>>>>>
>>>>> These lead to a working PyQt4, which will reduce the number of
>>>>> questions
>>>>> I get about gnuradio-companion not working on dizzy.
>>>>
>>>> I'm not sure if we should do upgrades in release branch which should
>>>> receive only bug fixes, but I'll let daisy maintainers to decide.
>>>
>>> I agree with your concern but I also see the improvement
>>> (cross-compile support and like) of the new PyQt4.
>>
>> Sorry I have head down for the last two weeks.
>>
>>>
>>> At same time, I think this is not ready to be merged. Checking the
>>> code changes I think we need to:
>>>
>>> * split python-sip runtime package
>>
>> So is this split being worked on ?
>
> Yes. I sent in patches yesterday. Thanks for checking.
The patches landed in master, I have updated the branch with the 5
commits needed to make pyqt work in dizzy here:
https://github.com/balister/meta-oe/commits/pyqt-dizzy
Philip
>
> Philip
>
>>
>> - armin
>>>
>>> This will fix the upgrade path.
>>>
^ permalink raw reply [flat|nested] 14+ messages in thread
end of thread, other threads:[~2015-03-26 21:39 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-25 0:46 [meta-oe][dizzy]Update PyQt and related recipes Philip Balister
2015-02-25 18:29 ` Otavio Salvador
2015-02-27 8:31 ` Martin Jansa
2015-02-27 13:41 ` Otavio Salvador
2015-03-10 20:53 ` akuster808
2015-03-10 20:54 ` Philip Balister
2015-03-18 15:21 ` akuster808
2015-03-26 21:39 ` Philip Balister
2015-02-27 20:42 ` Philip Balister
2015-02-27 21:37 ` Otavio Salvador
2015-03-02 20:49 ` Philip Balister
2015-03-02 20:56 ` Otavio Salvador
2015-03-02 22:05 ` Philip Balister
2015-03-02 22:19 ` Otavio Salvador
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.