Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
format of /usr/portage/profiles/package.mask
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
haimat
Apprentice
Apprentice


Joined: 05 Sep 2002
Posts: 239
Location: Vienna / Austria

PostPosted: Thu Sep 05, 2002 9:27 am    Post subject: format of /usr/portage/profiles/package.mask Reply with quote

Hi all,

where can I find some infos on how the format of this file is and how I can edit it (means what does the "=" for example mean)?

greets, Matthias

ps: Sorry if this is a dumb question, but I found nothing about editing this file in the "Portage User Manual"!
Back to top
View user's profile Send private message
kirill
Apprentice
Apprentice


Joined: 01 Aug 2002
Posts: 183
Location: Finland

PostPosted: Thu Sep 05, 2002 10:11 am    Post subject: Re: format of /usr/portage/profiles/package.mask Reply with quote

haimat wrote:
Hi all,

where can I find some infos on how the format of this file is and how I can edit it (means what does the "=" for example mean)?

greets, Matthias

ps: Sorry if this is a dumb question, but I found nothing about editing this file in the "Portage User Manual"!


Hi

what about:
Code:
# emerge --help
?

Code:
              Here are a few examples of the dependency specification format:
              binutils matches
                  binutils-2.11.90.0.7 and binutils-2.11.92.0.12.3-r1
              >binutils-2.11.90.0.7 matches
                  binutils-2.11.92.0.12.3-r1
              sys-devel/binutils matches
                  binutils-2.11.90.0.7 and binutils-2.11.92.0.12.3-r1
              sys-devel/binutils-2.11.90.0.7 matches
                  binutils-2.11.90.0.7
              >sys-devel/binutils-2.11.90.0.7 matches
                  binutils-2.11.92.0.12.3-r1
              >=sys-devel/binutils-2.11.90.0.7 matches
                  binutils-2.11.90.0.7 and binutils-2.11.92.0.12.3-r1
              <sys-devel/binutils-2.11.92.0.12.3-r1 matches
                  binutils-2.11.90.0.7
              <=sys-devel/binutils-2.11.92.0.12.3-r1 matches
                  binutils-2.11.90.0.7 and binutils-2.11.92.0.12.3-r1


Maby this will help!
_________________
--kirill
Back to top
View user's profile Send private message
dioxmat
Bodhisattva
Bodhisattva


Joined: 04 May 2002
Posts: 709
Location: /home/mat

PostPosted: Thu Sep 05, 2002 10:13 am    Post subject: Reply with quote

from the portage manual :
Quote:

Portage also allows for a specific versions of packages to be unmerged. Ranges are specified using = (exact version), < (less then), > (greater then), <= (less then or equal to), and >= (greater then or equal to).
Back to top
View user's profile Send private message
haimat
Apprentice
Apprentice


Joined: 05 Sep 2002
Posts: 239
Location: Vienna / Austria

PostPosted: Thu Sep 05, 2002 10:35 am    Post subject: Reply with quote

Hmm... I think I mean something different. For example, there is the following line in the file:

=kde-base/kde-3.1_beta1

But when I do a "emerge -p kde", I get the following
Code:
These are the packages that I would merge, in order.

Calculating dependencies ...done!
[ebuild   R  ] kde-base/kde-3.0.3 to /

What I meant with "formating" the file was: How - for example - can I unmask the kde-3.1_beta1?

I hope it's more clear now.
Greetings, Matthias
Back to top
View user's profile Send private message
dioxmat
Bodhisattva
Bodhisattva


Joined: 04 May 2002
Posts: 709
Location: /home/mat

PostPosted: Thu Sep 05, 2002 11:13 am    Post subject: Reply with quote

either change the "=" to ">" or comment it "#".
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming 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