public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] Help with category for Authenticator
@ 2018-08-28 14:32 Alexander Trotsenko
  2018-08-28 14:40 ` kuzetsa
  2018-08-28 15:01 ` Andrew Savchenko
  0 siblings, 2 replies; 4+ messages in thread
From: Alexander Trotsenko @ 2018-08-28 14:32 UTC (permalink / raw
  To: gentoo-dev

Hello, guys!

I tried asking this question in #gentoo-proxy-maint IRC and I was told I
should venture for gentoo-dev mailing list.

So I introduced a new package into Gentoo, Authenticator
(https://github.com/bilelmoussaoui/Authenticator). I placed it under
gnome-extra. However, shortly after the commit, gnome-extra guy said it
does not belong there and I am supposed it to move somewhere else. There
is a bug that touches this subject https://bugs.gentoo.org/663820.

I currently consider to move it to app-crypt. Some folks also suggested
net-misc as a reasonable destination. I wonder if I could contact
"maintainers" so to say of those categories to make sure they are
willing to accept authenticator within their category.

What's the best way to handle this situation? Also, if somebody wants to
suggest yet another category, speak up!

Thank you!
Alex.



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-dev] Help with category for Authenticator
  2018-08-28 14:32 [gentoo-dev] Help with category for Authenticator Alexander Trotsenko
@ 2018-08-28 14:40 ` kuzetsa
  2018-08-28 15:01 ` Andrew Savchenko
  1 sibling, 0 replies; 4+ messages in thread
From: kuzetsa @ 2018-08-28 14:40 UTC (permalink / raw
  To: gentoo-dev

On 08/28/2018 10:32 AM, Alexander Trotsenko wrote:
> Hello, guys!
> 
> I tried asking this question in #gentoo-proxy-maint IRC and I was told I
> should venture for gentoo-dev mailing list.
> 
> So I introduced a new package into Gentoo, Authenticator
> (https://github.com/bilelmoussaoui/Authenticator). I placed it under
> gnome-extra. However, shortly after the commit, gnome-extra guy said it
> does not belong there [...]

> I currently consider to move it to app-crypt. Some folks also suggested
> net-misc as a reasonable destination. [...]
> 
> Thank you!
> Alex.
> 
> 


gnome-extra is for things maintained by gnome, right?

app-crypt is more accurate than net-${anything}

--kuza


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-dev] Help with category for Authenticator
  2018-08-28 14:32 [gentoo-dev] Help with category for Authenticator Alexander Trotsenko
  2018-08-28 14:40 ` kuzetsa
@ 2018-08-28 15:01 ` Andrew Savchenko
  2018-08-28 19:27   ` Alexander Trotsenko
  1 sibling, 1 reply; 4+ messages in thread
From: Andrew Savchenko @ 2018-08-28 15:01 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 1570 bytes --]

On Tue, 28 Aug 2018 09:32:29 -0500 Alexander Trotsenko wrote:
> Hello, guys!
> 
> I tried asking this question in #gentoo-proxy-maint IRC and I was told I
> should venture for gentoo-dev mailing list.
> 
> So I introduced a new package into Gentoo, Authenticator
> (https://github.com/bilelmoussaoui/Authenticator). I placed it under
> gnome-extra. However, shortly after the commit, gnome-extra guy said it
> does not belong there and I am supposed it to move somewhere else. There
> is a bug that touches this subject https://bugs.gentoo.org/663820.
> 
> I currently consider to move it to app-crypt. Some folks also suggested
> net-misc as a reasonable destination. I wonder if I could contact
> "maintainers" so to say of those categories to make sure they are
> willing to accept authenticator within their category.
> 
> What's the best way to handle this situation? Also, if somebody wants to
> suggest yet another category, speak up!

I suggest the system-auth category.

Why? It is always good to look where similar applications belong.
Authenticator is basicall 2FA/OATH GUI, and oath-toolkit is in
system-auth, most yubikey stuff is there as well.

And now look in sys-auth/metadata.xml:

        The sys-auth category contains applications and libraries to support
        authentication and authorization facilities.
        Here belongs PAM modules, NSS modules and login apps.

Authenticator fits here perfectly as an application to support
authentication and authorization facilities.

Best regards,
Andrew Savchenko

[-- Attachment #2: Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-dev] Help with category for Authenticator
  2018-08-28 15:01 ` Andrew Savchenko
@ 2018-08-28 19:27   ` Alexander Trotsenko
  0 siblings, 0 replies; 4+ messages in thread
From: Alexander Trotsenko @ 2018-08-28 19:27 UTC (permalink / raw
  To: gentoo-dev

Thank you, guys

I actually like Andrew's suggestion for sys-auth. I am still relatively
new to gentoo, so when I was skipping through all the categories it just
didn't sound like even a possible match to me. But its description
definitely sounds very close to Authenticator. I guess I was scared off
by the sys- prefix :)

Alex.

On 8/28/18 10:01 AM, Andrew Savchenko wrote:
> On Tue, 28 Aug 2018 09:32:29 -0500 Alexander Trotsenko wrote:
>> Hello, guys!
>>
>> I tried asking this question in #gentoo-proxy-maint IRC and I was told I
>> should venture for gentoo-dev mailing list.
>>
>> So I introduced a new package into Gentoo, Authenticator
>> (https://github.com/bilelmoussaoui/Authenticator). I placed it under
>> gnome-extra. However, shortly after the commit, gnome-extra guy said it
>> does not belong there and I am supposed it to move somewhere else. There
>> is a bug that touches this subject https://bugs.gentoo.org/663820.
>>
>> I currently consider to move it to app-crypt. Some folks also suggested
>> net-misc as a reasonable destination. I wonder if I could contact
>> "maintainers" so to say of those categories to make sure they are
>> willing to accept authenticator within their category.
>>
>> What's the best way to handle this situation? Also, if somebody wants to
>> suggest yet another category, speak up!
> I suggest the system-auth category.
>
> Why? It is always good to look where similar applications belong.
> Authenticator is basicall 2FA/OATH GUI, and oath-toolkit is in
> system-auth, most yubikey stuff is there as well.
>
> And now look in sys-auth/metadata.xml:
>
>         The sys-auth category contains applications and libraries to support
>         authentication and authorization facilities.
>         Here belongs PAM modules, NSS modules and login apps.
>
> Authenticator fits here perfectly as an application to support
> authentication and authorization facilities.
>
> Best regards,
> Andrew Savchenko


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-08-28 19:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-28 14:32 [gentoo-dev] Help with category for Authenticator Alexander Trotsenko
2018-08-28 14:40 ` kuzetsa
2018-08-28 15:01 ` Andrew Savchenko
2018-08-28 19:27   ` Alexander Trotsenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox