First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 132718
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Quality Assistance Team <qa@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Diego Pettenò <flameeyes@gentoo.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 132718 depends on: Show dependency tree
Show dependency graph
Bug 132718 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-05-08 13:46 0000
As per summary, aspell-dict.eclass sets KEYWORDS in the eclass instead of
having it in ebuilds:

if [ x${ASPOSTFIX} = x6 ] ; then
        RDEPEND=">=app-text/aspell-0.60"
        DEPEND="${RDEPEND}"
        KEYWORDS="~x86 ~ppc ~sparc ~amd64 ~x86-fbsd"
else
        RDEPEND=">=app-text/aspell-0.50"
        DEPEND="${RDEPEND}"
        KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 ppc64"
fi

------- Comment #1 From Mark Loeser 2006-05-14 15:24:52 0000 -------
Pretty uncool to do, can you please move keywords to the packages themselves.

------- Comment #2 From Mark Loeser 2006-05-14 15:33:21 0000 -------
Also, all of your new ebuilds have been pushed straight to stable as far as I
can tell.  (look at aspell-it for an example)

------- Comment #3 From Anders Rune Jensen (RETIRED) 2006-05-15 08:43:20 0000 -------
The aspell-it was a bug in the ebuild that has been fixed.

Having all aspell dicts go straight to stable has always been the case. The
only thing that has changed is that since aspell-0.6 is not stable we need to
mark dicts which only compile with that version as unstable on the same archs
that aspell is marked unstable on to be symmetric with the way it has been done
for aspell-0.5.

The rationale for having dicts go straight to stable is that they are so simple
that well they shouldn't really break if they have been compile tested. Anyway
ispell dicts are individually marked unstable / stable so this is a bit
strange.

Anyway this is the way it has always been. I have only been keeping the aspell
packages updated since no one else wanted to? I'm open to changing these
policies to something more sane.

------- Comment #4 From Mark Loeser 2006-05-15 10:16:52 0000 -------
(In reply to comment #3)
> Anyway this is the way it has always been. I have only been keeping the aspell
> packages updated since no one else wanted to? I'm open to changing these
> policies to something more sane.

The sane way (imho) would be to keyword each package like we do everywhere else
in the tree.  I know for x86 I do not want any package going straight to
stable, no matter how simple it is.  Also, setting all of this in the eclass
gives you no fine-grained control over how packages are keyworded.

------- Comment #5 From Kevin F. Quinn (RETIRED) 2006-11-30 17:55:32 0000 -------
KEYWORDS moved to ebuilds, removed from eclass.

First Last Prev Next    No search results available      Search page      Enter new bug