Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 558860 - x11-plugins/wmfsm: commit a9a09346 removed the last stable versions
Summary: x11-plugins/wmfsm: commit a9a09346 removed the last stable versions
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Bernard Cafarelli
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-26 23:31 UTC by Anthony Basile
Modified: 2015-08-28 22:24 UTC (History)
0 users

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 Anthony Basile gentoo-dev 2015-08-26 23:31:13 UTC
Commit a9a09346 removed wmfsm-0.34-r1.ebuild which was the last stable version with KEYWORDS="amd64 ppc sparc x86".  No ebuild on the tree currently has any stable keywords.  This breaks the tree.

Reproducible: Always
Comment 1 Bernard Cafarelli gentoo-dev 2015-08-27 08:18:27 UTC
This "drop some versions" commit should have been for the ~arch -r2 ebuild, sorry about the typo :/

I restored the stable version
Comment 2 Anthony Basile gentoo-dev 2015-08-27 11:29:53 UTC
(In reply to Bernard Cafarelli from comment #1)
> This "drop some versions" commit should have been for the ~arch -r2 ebuild,
> sorry about the typo :/
> 
> I restored the stable version

thanks!

repoman should catch this.  it can check the previous stable keywords per arch against the committed stable keywords and scream if an arch was dropped --- i'm sure i can come up with some git magic to compare the two commits.  this is the second time i've caught this recently so maybe its time to open a bug against and reference this.

(i'm doing tinderboxing on about 6000 packages so i tend to catch these easily.)
Comment 3 Bernard Cafarelli gentoo-dev 2015-08-28 22:24:07 UTC
Yes, that definitely looks like an interesting check (misreading eshowkw or going after the wrong ebuild is an easy mistake apparently)