Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 729194 - dev-util/android-sdk-update-manager dev-util/android-ndk - add acct-group/android
Summary: dev-util/android-sdk-update-manager dev-util/android-ndk - add acct-group/and...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: glep-81
  Show dependency tree
 
Reported: 2020-06-22 18:14 UTC by Rage <oxr463>
Modified: 2021-04-17 17:18 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rage <oxr463> 2020-06-22 18:14:46 UTC
Please add a new package:

acct-group/android

This is required for the next version(s) of the following:

- dev-util/android-sdk-update-manager

- dev-util/android-ndk

This will replace the following:

```
inherit user eclass
```

This  will replace the function:

```
pkg_setup() {
	enewgroup android
}
```

in existing android-related ebuilds

Reproducible: Always

Steps to Reproduce:
N/A
Actual Results:  
See description.


N/A
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2020-06-23 06:31:06 UTC
(In reply to Rage <oxr463> from comment #0)

This package:

> - dev-util/android-ndk
> 
> This will replace the following:

does not appear to use this:

> ```
> inherit user eclass
> ```

yet it could?
Comment 2 Rage <oxr463> 2020-06-23 16:22:05 UTC
(In reply to Jeroen Roovers from comment #1)
> (In reply to Rage <oxr463> from comment #0)
> 
> This package:
> 
> > - dev-util/android-ndk
> > 
> > This will replace the following:
> 
> does not appear to use this:
> 
> > ```
> > inherit user eclass
> > ```
> 
> yet it could?

Yes, ideally all of the android-* packages should be using the same group.
Comment 3 Larry the Git Cow gentoo-dev 2021-04-11 13:20:03 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/data/api.git/commit/?id=d6e607928e571f3499e990fc57ab337f5c6b9425

commit d6e607928e571f3499e990fc57ab337f5c6b9425
Author:     Conrad Kostecki <conikost@gentoo.org>
AuthorDate: 2021-04-11 13:19:31 +0000
Commit:     Conrad Kostecki <conikost@gentoo.org>
CommitDate: 2021-04-11 13:19:31 +0000

    uid-gid.txt: add group (174) android
    
    Bug: https://bugs.gentoo.org/729194
    Signed-off-by: Conrad Kostecki <conikost@gentoo.org>

 files/uid-gid.txt | 1 +
 1 file changed, 1 insertion(+)
Comment 4 Larry the Git Cow gentoo-dev 2021-04-11 16:26:23 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ed6ba49121f77f7bdeb367bc7607257869ecfcb

commit 8ed6ba49121f77f7bdeb367bc7607257869ecfcb
Author:     Conrad Kostecki <conikost@gentoo.org>
AuthorDate: 2021-04-11 14:49:48 +0000
Commit:     Conrad Kostecki <conikost@gentoo.org>
CommitDate: 2021-04-11 16:25:35 +0000

    acct-group/android: add group
    
    Used for packages dev-util/android-{ndk,sdk-update-manager}.
    
    Bug: https://bugs.gentoo.org/729194
    Package-Manager: Portage-3.0.18, Repoman-3.0.3
    Signed-off-by: Conrad Kostecki <conikost@gentoo.org>

 acct-group/android/android-0.ebuild | 10 ++++++++++
 acct-group/android/metadata.xml     |  5 +++++
 2 files changed, 15 insertions(+)
Comment 5 Larry the Git Cow gentoo-dev 2021-04-17 17:18:26 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=399d6a4f972b38d44b0e6a764996edce4335e59f

commit 399d6a4f972b38d44b0e6a764996edce4335e59f
Author:     Conrad Kostecki <conikost@gentoo.org>
AuthorDate: 2021-04-17 17:16:21 +0000
Commit:     Conrad Kostecki <conikost@gentoo.org>
CommitDate: 2021-04-17 17:17:02 +0000

    dev-util/android-sdk-update-manager: migrate to glep 81
    
    Closes: https://bugs.gentoo.org/729194
    Package-Manager: Portage-3.0.18, Repoman-3.0.3
    Signed-off-by: Conrad Kostecki <conikost@gentoo.org>

 .../android-sdk-update-manager-24.4.1-r1.ebuild    | 88 ++++++++++++++++++++++
 1 file changed, 88 insertions(+)