public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Portage + Package Version
@ 2006-05-22 18:53 Leandro Melo de Sales
  2006-05-22 18:58 ` leszek
  2006-05-22 19:15 ` Gian Domeni Calgeer
  0 siblings, 2 replies; 7+ messages in thread
From: Leandro Melo de Sales @ 2006-05-22 18:53 UTC (permalink / raw
  To: gentoo-user

Hi,

  I want to install an previous version of a package. I need to mask
it at /etc/portage/package.mask, but how can I know the available
gentoo packages in order to mask the right one?

Thanks
Leandro

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Portage + Package Version
  2006-05-22 18:53 [gentoo-user] Portage + Package Version Leandro Melo de Sales
@ 2006-05-22 18:58 ` leszek
  2006-05-22 19:15 ` Gian Domeni Calgeer
  1 sibling, 0 replies; 7+ messages in thread
From: leszek @ 2006-05-22 18:58 UTC (permalink / raw
  To: gentoo-user


>   I want to install an previous version of a package. I need to mask
> it at /etc/portage/package.mask, but how can I know the available
> gentoo packages in order to mask the right one?

check on the website:
http://packages.gentoo.org/categories/




-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Portage + Package Version
  2006-05-22 18:53 [gentoo-user] Portage + Package Version Leandro Melo de Sales
  2006-05-22 18:58 ` leszek
@ 2006-05-22 19:15 ` Gian Domeni Calgeer
  2006-05-22 19:36   ` Leandro Melo de Sales
  1 sibling, 1 reply; 7+ messages in thread
From: Gian Domeni Calgeer @ 2006-05-22 19:15 UTC (permalink / raw
  To: gentoo-user

Am Montag 22 Mai 2006 20.53 schrieb Leandro Melo de Sales:
> Hi,
>
>   I want to install an previous version of a package. I need to mask
> it at /etc/portage/package.mask, but how can I know the available
> gentoo packages in order to mask the right one?
>
> Thanks
> Leandro

The simplest method is to have a look at http://packages.gentoo.org/ .

Gian
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Portage + Package Version
  2006-05-22 19:15 ` Gian Domeni Calgeer
@ 2006-05-22 19:36   ` Leandro Melo de Sales
  2006-05-22 19:51     ` Teresa and Dale
                       ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Leandro Melo de Sales @ 2006-05-22 19:36 UTC (permalink / raw
  To: gentoo-user

Ok. The package in question is mysql. I what to install version 3, but
I masked the oldest 4.0 and emerge search returns mysql version 5. How
can I install version 3?

Thanks,

Leandro

2006/5/22, Gian Domeni Calgeer <gidoca@gmx.ch>:
> Am Montag 22 Mai 2006 20.53 schrieb Leandro Melo de Sales:
> > Hi,
> >
> >   I want to install an previous version of a package. I need to mask
> > it at /etc/portage/package.mask, but how can I know the available
> > gentoo packages in order to mask the right one?
> >
> > Thanks
> > Leandro
>
> The simplest method is to have a look at http://packages.gentoo.org/ .
>
> Gian
> --
> gentoo-user@gentoo.org mailing list
>
>

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Portage + Package Version
  2006-05-22 19:36   ` Leandro Melo de Sales
@ 2006-05-22 19:51     ` Teresa and Dale
  2006-05-22 19:57     ` Ron Bickers
  2006-05-22 20:02     ` Gian Domeni Calgeer
  2 siblings, 0 replies; 7+ messages in thread
From: Teresa and Dale @ 2006-05-22 19:51 UTC (permalink / raw
  To: gentoo-user

Leandro Melo de Sales wrote:

> Ok. The package in question is mysql. I what to install version 3, but
> I masked the oldest 4.0 and emerge search returns mysql version 5. How
> can I install version 3?
>
> Thanks,
>
> Leandro
>
> 2006/5/22, Gian Domeni Calgeer <gidoca@gmx.ch>:
>
>> Am Montag 22 Mai 2006 20.53 schrieb Leandro Melo de Sales:
>> > Hi,
>> >
>> >   I want to install an previous version of a package. I need to mask
>> > it at /etc/portage/package.mask, but how can I know the available
>> > gentoo packages in order to mask the right one?
>> >
>> > Thanks
>> > Leandro
>>
>> The simplest method is to have a look at http://packages.gentoo.org/ .
>>
>> Gian
>> -- 
>> gentoo-user@gentoo.org mailing list
>>
>>
>
This may help:

> root@smoker / # etcat -v mysql
> [ Results for search key           : mysql ]
> [ Candidate applications found : 10 ]
>
>  Only printing found installed programs.
>
> *  dev-db/mysql :
>         [   ] 3.23.58-r1 (0)
>         [   ] 4.0.25-r2 (0)
>         [M~ ] 4.0.26-r1 (0)
>         [   ] 4.0.27 (0)
>         [   ] 4.1.14-r1 (0)
>         [M~ ] 4.1.18-r61 (0)
>         [   ] 4.1.19 (0)
>         [M~ ] 5.0.19-r1 (0)
>         [M~ ] 5.0.21 (0)
>         [M  ] 5.1.7_beta (0)
> root@smoker / #       


That command is obsolete.  Man equery for the replacement, the one I
can't figure out how to use.  o_O  It still works for me though.

Dale
:-)

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Portage + Package Version
  2006-05-22 19:36   ` Leandro Melo de Sales
  2006-05-22 19:51     ` Teresa and Dale
@ 2006-05-22 19:57     ` Ron Bickers
  2006-05-22 20:02     ` Gian Domeni Calgeer
  2 siblings, 0 replies; 7+ messages in thread
From: Ron Bickers @ 2006-05-22 19:57 UTC (permalink / raw
  To: gentoo-user; +Cc: Leandro Melo de Sales

On Mon May 22 2006 15:36, Leandro Melo de Sales wrote:

> Ok. The package in question is mysql. I what to install version 3, but
> I masked the oldest 4.0 and emerge search returns mysql version 5. How
> can I install version 3?

Put >=dev-db/mysql-4 in package.mask, or just emerge =dev-db/mysql-3*

-- 
Ron
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Portage + Package Version
  2006-05-22 19:36   ` Leandro Melo de Sales
  2006-05-22 19:51     ` Teresa and Dale
  2006-05-22 19:57     ` Ron Bickers
@ 2006-05-22 20:02     ` Gian Domeni Calgeer
  2 siblings, 0 replies; 7+ messages in thread
From: Gian Domeni Calgeer @ 2006-05-22 20:02 UTC (permalink / raw
  To: gentoo-user

I think you should put >=dev-db/mysql-4.0.25-r2 into your package.mask. 

Gian

Am Montag 22 Mai 2006 21.36 schrieb Leandro Melo de Sales:
> Ok. The package in question is mysql. I what to install version 3, but
> I masked the oldest 4.0 and emerge search returns mysql version 5. How
> can I install version 3?
>
> Thanks,
>
> Leandro
>
> 2006/5/22, Gian Domeni Calgeer <gidoca@gmx.ch>:
> > Am Montag 22 Mai 2006 20.53 schrieb Leandro Melo de Sales:
> > > Hi,
> > >
> > >   I want to install an previous version of a package. I need to mask
> > > it at /etc/portage/package.mask, but how can I know the available
> > > gentoo packages in order to mask the right one?
> > >
> > > Thanks
> > > Leandro
> >
> > The simplest method is to have a look at http://packages.gentoo.org/ .
> >
> > Gian
> > --
> > gentoo-user@gentoo.org mailing list
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2006-05-22 20:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-22 18:53 [gentoo-user] Portage + Package Version Leandro Melo de Sales
2006-05-22 18:58 ` leszek
2006-05-22 19:15 ` Gian Domeni Calgeer
2006-05-22 19:36   ` Leandro Melo de Sales
2006-05-22 19:51     ` Teresa and Dale
2006-05-22 19:57     ` Ron Bickers
2006-05-22 20:02     ` Gian Domeni Calgeer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox