Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
How emerge Gimp 2.0_pre3-r1???
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
DarkMind
Guru
Guru


Joined: 18 Dec 2003
Posts: 525
Location: Santiago, Chile

PostPosted: Wed Feb 18, 2004 7:16 am    Post subject: How emerge Gimp 2.0_pre3-r1??? Reply with quote

in packages.gentoo.or appear gimp 2.0_pre3-r1, how install this program with emerge??

i tried emerge gimp , but install 1.2.5

and ACCEPT_KEYWORDS="~x86" emerge gimp , but install 1.2.5 too
Back to top
View user's profile Send private message
quiconque
Apprentice
Apprentice


Joined: 01 Nov 2002
Posts: 203
Location: Norrköping, Sweden

PostPosted: Wed Feb 18, 2004 7:32 am    Post subject: Reply with quote

Code:
emerge /usr/portage/media-gfx/gimp/gimp-2.0_pre3-r1.ebuild
Back to top
View user's profile Send private message
spb
Retired Dev
Retired Dev


Joined: 02 Jan 2004
Posts: 2135
Location: Cambridge, UK

PostPosted: Wed Feb 18, 2004 9:39 am    Post subject: Reply with quote

Code:
grep "media-gfx/gimp" /usr/portage/profiles/package.mask >>/etc/portage/package.unmask
emerge -p gimp
Back to top
View user's profile Send private message
superjaded
l33t
l33t


Joined: 05 Jul 2002
Posts: 802

PostPosted: Wed Feb 18, 2004 9:46 am    Post subject: Reply with quote

This is how I have things setup, because I ONLY want the devel 1.3/2.0 series and not the stable 1.2. Because of the slotedness of GIMP, a lot of times it will want to install the latest stable version regardless of the commandline switches I use.

/etc/portage/package.unmask: (so you can install GIMP-1.3+, which includes 2.0_pre3-r2 of course)
Code:
>media-gfx/gimp-1.3

/etc/portage/package.mask: (so portage blocks anything below 1.3)
Code:
<media-gfx/gimp-1.3

/etc/portage/package.keywords: (this file is only used in versions of portage >=2.0.50; so new versions of GIMP2.0 will be automatically installed without having to put ~x86 in /etc/make.conf)
Code:
media-gfx/gmp ~x86
Back to top
View user's profile Send private message
DarkMind
Guru
Guru


Joined: 18 Dec 2003
Posts: 525
Location: Santiago, Chile

PostPosted: Wed Feb 18, 2004 4:28 pm    Post subject: Reply with quote

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