Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Is it just me...?
View unanswered posts
View posts from last 24 hours

 
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Gentoo for Mac OS X (Portage for Mac OS X)
View previous topic :: View next topic  
Author Message
stechert
n00b
n00b


Joined: 23 Dec 2004
Posts: 6

PostPosted: Fri Feb 25, 2005 2:51 am    Post subject: Is it just me...? Reply with quote

The ppc-macos keyword seems to be just about nonexistent in the current tree. I was able to emerge the system after some minor hassles with collision protection, but once I started getting into the real stuff, e.g., vim, bison, boost, etc., the paucity of this tag became very obvious very fast.

Am I missing something or are people just ekeyword-ing everything they need to emerge?

Thanks...
Back to top
View user's profile Send private message
stechert
n00b
n00b


Joined: 23 Dec 2004
Posts: 6

PostPosted: Fri Feb 25, 2005 3:28 am    Post subject: Quick count Reply with quote

A quick check through my copy of the portage tree shows

cd /usr/portage

find . -name "*.ebuild" | xargs grep x86 | grep -v ~x86 | grep KEYWORDS | wc -l

11285

find . -name "*.ebuild" | xargs grep ppc-macos | grep -v ~ppc-macos | grep KEYWORDS | wc -l

287

find . -name "*.ebuild" | xargs grep ~ppc-macos | grep KEYWORDS | wc -l

327

fink list | wc -l

1736

port list | wc -l

2404

Is that roughly what other people are seeing? If so, Gentoo for Mac OS X has a very long way to go to compete with Darwin Ports and Fink.

I'd really much, much rather use Portage, but this is a pretty big deficit...
Back to top
View user's profile Send private message
pindar
Apprentice
Apprentice


Joined: 30 Apr 2004
Posts: 220

PostPosted: Fri Feb 25, 2005 11:22 am    Post subject: Reply with quote

So what are you waiting for? Add the ppc-macos keyword to a couple of packages you like and try emerging them. If the emerge fails, find out why and write a patch. Report failures and success on bugzilla.
Back to top
View user's profile Send private message
robinp
n00b
n00b


Joined: 26 Feb 2005
Posts: 8

PostPosted: Sun Feb 27, 2005 1:21 am    Post subject: Reply with quote

im doing:
Code:
 grep -rl "^KEYWORDS.* ppc-macos" /usr/portage/ | grep "\.ebuild$" | wc -l

get 278 - note this doesn't include multiple ebuild versions (the php does that)
Code:
 grep -rl "^KEYWORDS.*~ppc-macos" /usr/portage/ | grep "\.ebuild$" | wc -l

get 320

I use this to generate the lists on my web site:
http://www.users.on.net/~natrob/status.php
Back to top
View user's profile Send private message
Display posts from previous:   
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Gentoo for Mac OS X (Portage for Mac OS X) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum