Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 673278 - Deprecate prefix/linux-standalone/* profiles
Summary: Deprecate prefix/linux-standalone/* profiles
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Profiles (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 13.0-deprecation
  Show dependency tree
 
Reported: 2018-12-16 19:45 UTC by Sergei Trofimovich (RETIRED)
Modified: 2019-02-20 08:05 UTC (History)
1 user (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 Sergei Trofimovich (RETIRED) gentoo-dev 2018-12-16 19:45:44 UTC
Gentoo eventually plans to remove 13.0 profiles (bug #672960).

Please deprecate existing profiles as they depends on 'releases/13.0' directly or indirectly.

Affected prefix profiles (identified with [1]):

$ ./is-deprecated-profile.sh $(./expand-all-profiles.sh | fgrep releases/13.0 | awk '{ print $1 }') | fgrep -v DEPRECATED

prefix/linux-standalone/ppc64 ACTIVE

[1]: https://github.com/trofi/gentoo-qa/blob/master/profiles/is-deprecated-profile.sh
Comment 1 Benda Xu gentoo-dev 2018-12-23 10:37:44 UTC
Hi François,

Do you have a plan to migrate the ppc64 prefix profile to 17.0?

Yours,
Benda
Comment 2 François Bissey 2018-12-23 10:39:32 UTC
I didn't but I will look into it. Probably as one of my last acts for the platform since I am getting rid of the hardware fairly soon.

How much time do I have to work it out?
Comment 3 Benda Xu gentoo-dev 2018-12-25 12:51:22 UTC
(In reply to François Bissey from comment #2)
> I didn't but I will look into it. Probably as one of my last acts for the
> platform since I am getting rid of the hardware fairly soon.

Then I think the best we could do is to remove this profile.  What do you say?
 
> How much time do I have to work it out?

I consider it flexible.

Benda
Comment 4 François Bissey 2018-12-25 19:41:13 UTC
(In reply to Benda Xu from comment #3)
> (In reply to François Bissey from comment #2)
> > I didn't but I will look into it. Probably as one of my last acts for the
> > platform since I am getting rid of the hardware fairly soon.
> 
> Then I think the best we could do is to remove this profile.  What do you
> say?
>  

I guess it is fair if there is no more maintainers anyway. The pity is that someone else voiced an interest on the platform. I don't remember if they did that on the mailing or privately.
I will have to dig.
Comment 5 Larry the Git Cow gentoo-dev 2019-02-20 08:05:10 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dd8436b77c2b9f4a5a41768f472477b12880a00

commit 7dd8436b77c2b9f4a5a41768f472477b12880a00
Author:     Fabian Groffen <grobian@gentoo.org>
AuthorDate: 2019-02-20 08:04:17 +0000
Commit:     Fabian Groffen <grobian@gentoo.org>
CommitDate: 2019-02-20 08:04:17 +0000

    profiles: remove prefix/linux-standalone deprecated profiles
    
    Closes: https://bugs.gentoo.org/673278
    Signed-off-by: Fabian Groffen <grobian@gentoo.org>

 profiles/prefix/linux-standalone/amd64/deprecated         |  1 -
 profiles/prefix/linux-standalone/amd64/eapi               |  1 -
 profiles/prefix/linux-standalone/amd64/legacy/deprecated  |  1 -
 profiles/prefix/linux-standalone/amd64/legacy/eapi        |  1 -
 profiles/prefix/linux-standalone/amd64/legacy/parent      |  2 --
 profiles/prefix/linux-standalone/amd64/make.defaults      |  4 ----
 profiles/prefix/linux-standalone/amd64/parent             |  2 --
 profiles/prefix/linux-standalone/arm/armv7a/deprecated    |  1 -
 profiles/prefix/linux-standalone/arm/armv7a/eapi          |  1 -
 profiles/prefix/linux-standalone/arm/armv7a/make.defaults |  4 ----
 profiles/prefix/linux-standalone/arm/armv7a/parent        |  2 --
 profiles/prefix/linux-standalone/arm64/deprecated         |  1 -
 profiles/prefix/linux-standalone/arm64/eapi               |  1 -
 profiles/prefix/linux-standalone/arm64/make.defaults      |  4 ----
 profiles/prefix/linux-standalone/arm64/parent             |  3 ---
 profiles/prefix/linux-standalone/make.defaults            | 13 -------------
 profiles/prefix/linux-standalone/parent                   |  1 -
 profiles/prefix/linux-standalone/ppc64/eapi               |  1 -
 profiles/prefix/linux-standalone/ppc64/make.defaults      |  4 ----
 profiles/prefix/linux-standalone/ppc64/parent             |  2 --
 profiles/prefix/linux-standalone/x86/deprecated           |  1 -
 profiles/prefix/linux-standalone/x86/eapi                 |  1 -
 profiles/prefix/linux-standalone/x86/legacy/deprecated    |  1 -
 profiles/prefix/linux-standalone/x86/legacy/eapi          |  1 -
 profiles/prefix/linux-standalone/x86/legacy/parent        |  2 --
 profiles/prefix/linux-standalone/x86/make.defaults        |  4 ----
 profiles/prefix/linux-standalone/x86/parent               |  2 --
 profiles/profiles.desc                                    |  7 -------
 28 files changed, 69 deletions(-)