Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[keywords] passer en ~x86 des catégories de paquets ?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
Clark
n00b
n00b


Joined: 26 Oct 2006
Posts: 51

PostPosted: Thu May 10, 2007 2:15 pm    Post subject: [keywords] passer en ~x86 des catégories de paquets ? Reply with quote

Bonjour à tous,

Je n'ai pas trouvé dans la documentation le moyen de gérer les keywords par catégories, par exemple, de renter dans package.keywords un truc du genre:
Code:
kde-base/* ~x86

au lieu de lister tous les paquets correspondant.

Quelqu'un connaîtrait-il une solution élégante, à moins que j'ai loupé un passage de la doc ?

Merci d'avance
Back to top
View user's profile Send private message
Bapt
Veteran
Veteran


Joined: 14 Apr 2003
Posts: 1152
Location: Paris

PostPosted: Thu May 10, 2007 2:33 pm    Post subject: Reply with quote

Je ne crois pas que ce soit possible avec portage ou alors tu fait un script qui va te faire la modif dans ton fichier de conf.

En revanche c'est tout a fait possible avec paludis
dans /etc/paludis/keywords.conf :
kde-base/* ~x86
Back to top
View user's profile Send private message
_droop_
l33t
l33t


Joined: 30 May 2004
Posts: 957

PostPosted: Thu May 10, 2007 3:09 pm    Post subject: Reply with quote

Un script de ce genre devrait le faire :

Code:
cd /usr/portage
for i in kde-base/*
do
echo "$i ~x86" >> /etc/portage/package.keywords
done


mais c'est pas très élégant...
Back to top
View user's profile Send private message
Clark
n00b
n00b


Joined: 26 Oct 2006
Posts: 51

PostPosted: Fri May 11, 2007 8:29 am    Post subject: Reply with quote

Merci pour vos réponses :)
Je vais regarder ce script.

Bon week-end
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French 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