public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] Reverse-dependency support in Portage2 ?
@ 2002-05-30 10:57 Dan Naumov
  2002-05-30 13:32 ` Jean-Michel Smith
  0 siblings, 1 reply; 5+ messages in thread
From: Dan Naumov @ 2002-05-30 10:57 UTC (permalink / raw
  To: gentoo-dev

Hey.

I would like to know whether some kind of reverse-dependency support is
going to be included in Portage2. It would be nice if in case of
unmerging a package, Portage would let the user know whether some
installed packages need it and if so, what packages do.

Sincerely,
-- 


#-------------------------------------------------------#
|  Dan Naumov (aka Jago on IRC) || Otavantie 2, 50670,  |
|     Otava Folk Highschool     ||   Otava, Finland.    |
#-------------------------------------------------------#
|      User of Gentoo Linux : http://www.gentoo.org     |
#-------------------------------------------------------#



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

* Re: [gentoo-dev] Reverse-dependency support in Portage2 ?
  2002-05-30 10:57 [gentoo-dev] Reverse-dependency support in Portage2 ? Dan Naumov
@ 2002-05-30 13:32 ` Jean-Michel Smith
  2002-05-31 23:02   ` Miguel S. Filipe
  0 siblings, 1 reply; 5+ messages in thread
From: Jean-Michel Smith @ 2002-05-30 13:32 UTC (permalink / raw
  To: gentoo-dev

On Thursday 30 May 2002 05:57 am, Dan Naumov wrote:
> Hey.
>
> I would like to know whether some kind of reverse-dependency support is
> going to be included in Portage2. It would be nice if in case of
> unmerging a package, Portage would let the user know whether some
> installed packages need it and if so, what packages do.

I would second that feature request.  It would also allow for some intelligent 
'auto-healing' of the system, by allowing one to (optionally) recompile any 
packages dependent on an ebuild that has just been upgraded so they run 
against the newest version or warning one before a package upon which others 
rely is removed.  This is the one feature I miss most about Source Mage 
(sorcerer).

Jean.


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

* Re: [gentoo-dev] Reverse-dependency support in Portage2 ?
  2002-05-31 23:02   ` Miguel S. Filipe
@ 2002-05-30 19:13     ` David Snopek
  2002-05-31  5:08     ` JR Boyens
  1 sibling, 0 replies; 5+ messages in thread
From: David Snopek @ 2002-05-30 19:13 UTC (permalink / raw
  To: gentoo-dev

Miguel S. Filipe wrote:
> Jean-Michel Smith wrote:
> 
>> On Thursday 30 May 2002 05:57 am, Dan Naumov wrote:
>>  
>>
>>> Hey.
>>>
>>> I would like to know whether some kind of reverse-dependency support is
>>> going to be included in Portage2. It would be nice if in case of
>>> unmerging a package, Portage would let the user know whether some
>>> installed packages need it and if so, what packages do.
>>>   
>>
>>
>> I would second that feature request.  It would also allow for some 
>> intelligent 'auto-healing' of the system, by allowing one to 
>> (optionally) recompile any packages dependent on an ebuild that has 
>> just been upgraded so they run against the newest version or warning 
>> one before a package upon which others rely is removed.  This is the 
>> one feature I miss most about Source Mage (sorcerer).
>>
>> Jean.
>> _______________________________________________
>> gentoo-dev mailing list
>> gentoo-dev@gentoo.org
>> http://lists.gentoo.org/mailman/listinfo/gentoo-dev
>>
>>  
>>
> Yes, that must be something that the next version of portage address.
> I also second that feature request!

Please note this is very easy todo by hand.  I wrote a script in an hour 
or so once that did reverse dependancy look up.  This was sometime ago, 
though, and I don't think the python-portage api is the same anymore. 
Is this true?  If I get a chance I'll look into it and post the script 
to the list.

	-- David Snopek

/-- libksd --
| The C++ Cross-Platform Game Framework
| Only want to write it once??
| http://libksd.sourceforge.net
\------------




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

* Re: [gentoo-dev] Reverse-dependency support in Portage2 ?
  2002-05-31 23:02   ` Miguel S. Filipe
  2002-05-30 19:13     ` David Snopek
@ 2002-05-31  5:08     ` JR Boyens
  1 sibling, 0 replies; 5+ messages in thread
From: JR Boyens @ 2002-05-31  5:08 UTC (permalink / raw
  To: gentoo-dev

Well frankly, wouldn't a second to a second be a third? Therefore I
hearby 'fourth' that measure. :)

On Fri, 2002-05-31 at 18:02, Miguel S. Filipe wrote:
> Jean-Michel Smith wrote:
> 
> >On Thursday 30 May 2002 05:57 am, Dan Naumov wrote:
> >  
> >
> >>Hey.
> >>
> >>I would like to know whether some kind of reverse-dependency support is
> >>going to be included in Portage2. It would be nice if in case of
> >>unmerging a package, Portage would let the user know whether some
> >>installed packages need it and if so, what packages do.
> >>    
> >>
> >
> >I would second that feature request.  It would also allow for some intelligent 
> >'auto-healing' of the system, by allowing one to (optionally) recompile any 
> >packages dependent on an ebuild that has just been upgraded so they run 
> >against the newest version or warning one before a package upon which others 
> >rely is removed.  This is the one feature I miss most about Source Mage 
> >(sorcerer).
> >
> >Jean.
> >_______________________________________________
> >gentoo-dev mailing list
> >gentoo-dev@gentoo.org
> >http://lists.gentoo.org/mailman/listinfo/gentoo-dev
> >
> >  
> >
> Yes, that must be something that the next version of portage address.
> I also second that feature request!
> 
> 
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://lists.gentoo.org/mailman/listinfo/gentoo-dev
> 




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

* Re: [gentoo-dev] Reverse-dependency support in Portage2 ?
  2002-05-30 13:32 ` Jean-Michel Smith
@ 2002-05-31 23:02   ` Miguel S. Filipe
  2002-05-30 19:13     ` David Snopek
  2002-05-31  5:08     ` JR Boyens
  0 siblings, 2 replies; 5+ messages in thread
From: Miguel S. Filipe @ 2002-05-31 23:02 UTC (permalink / raw
  To: gentoo-dev

Jean-Michel Smith wrote:

>On Thursday 30 May 2002 05:57 am, Dan Naumov wrote:
>  
>
>>Hey.
>>
>>I would like to know whether some kind of reverse-dependency support is
>>going to be included in Portage2. It would be nice if in case of
>>unmerging a package, Portage would let the user know whether some
>>installed packages need it and if so, what packages do.
>>    
>>
>
>I would second that feature request.  It would also allow for some intelligent 
>'auto-healing' of the system, by allowing one to (optionally) recompile any 
>packages dependent on an ebuild that has just been upgraded so they run 
>against the newest version or warning one before a package upon which others 
>rely is removed.  This is the one feature I miss most about Source Mage 
>(sorcerer).
>
>Jean.
>_______________________________________________
>gentoo-dev mailing list
>gentoo-dev@gentoo.org
>http://lists.gentoo.org/mailman/listinfo/gentoo-dev
>
>  
>
Yes, that must be something that the next version of portage address.
I also second that feature request!




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

end of thread, other threads:[~2002-05-31  5:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-30 10:57 [gentoo-dev] Reverse-dependency support in Portage2 ? Dan Naumov
2002-05-30 13:32 ` Jean-Michel Smith
2002-05-31 23:02   ` Miguel S. Filipe
2002-05-30 19:13     ` David Snopek
2002-05-31  5:08     ` JR Boyens

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