Re: [gentoo-dev] RFC: make bugzie quick search omit content once again

2011-04-23 Thread Hans de Graaff
On Sun, 2011-04-24 at 00:17 +0200, Michał Górny wrote: > Hello, > > Just a quick RFC. With the bugzie migration, the quick search has been > extended to grep over bug contents. This makes this handy search real > slow and not really useful (due to a lot of useless results). > > I personally type

Re: [gentoo-dev] RDEPENDing on packages from overlays?

2011-04-23 Thread Eray Aslan
On Sun, Apr 24, 2011 at 07:39:55AM +0200, Ulrich Mueller wrote: > I can live with that, as long as the responsibility that packages work > with dependencies from overlays stays entirely with the overlay's > maintainer. Good point. Agreed. > But could you please add a comment in the virtual's ebu

Re: [gentoo-dev] RDEPENDing on packages from overlays?

2011-04-23 Thread Ulrich Mueller
> On Sun, 24 Apr 2011, Eray Aslan wrote: > The consensus seems to be to leave it for the package maintainer to > decide. > I, for one, will be making the necessary changes to include packages > from overlays until, for whatever reason, it either > * becomes too burdensome > * hinders the mai

Re: [gentoo-dev] RDEPENDing on packages from overlays?

2011-04-23 Thread Eray Aslan
Replying randomly On Sat, Apr 23, 2011 at 08:24:59AM -0700, Zac Medico wrote: The consensus seems to be to leave it for the package maintainer to decide. I, for one, will be making the necessary changes to include packages from overlays until, for whatever reason, it either * becomes too burden

Re: [gentoo-dev] RFC: make bugzie quick search omit content once again

2011-04-23 Thread Christian Ruppert
On 04/24/2011 12:17 AM, Michał Górny wrote: > Hello, > > Just a quick RFC. With the bugzie migration, the quick search has been > extended to grep over bug contents. This makes this handy search real > slow and not really useful (due to a lot of useless results). > > I personally type in 'summary

[gentoo-dev] RFC: make bugzie quick search omit content once again

2011-04-23 Thread Michał Górny
Hello, Just a quick RFC. With the bugzie migration, the quick search has been extended to grep over bug contents. This makes this handy search real slow and not really useful (due to a lot of useless results). I personally type in 'summary:' there every time I use it, and AFAIK I'm not the only d

Re: [gentoo-dev] reconciling new-style virtuals with overlays, was: RDEPENDing on packages from overlays?

2011-04-23 Thread Chí-Thanh Christopher Nguyễn
Ciaran McCreesh schrieb: > On Sat, 23 Apr 2011 16:47:37 +0200 > Chí-Thanh Christopher Nguyễn wrote: > >> What I propose solves the problems that old-style virtuals introduce >> in dependency resolution. >> > Not really, because it means we'd have to keep the nasty old code around > forever

Re: [gentoo-dev] reconciling new-style virtuals with overlays

2011-04-23 Thread Ulrich Mueller
> On Sat, 23 Apr 2011, Ciaran McCreesh wrote: > On Sat, 23 Apr 2011 16:47:37 +0200 > Chí-Thanh Christopher Nguyễn wrote: >> What I propose solves the problems that old-style virtuals >> introduce in dependency resolution. What other problems do they >> cause? > DEPEND=">=virtual/blah-2" > D

Re: [gentoo-dev] RDEPENDing on packages from overlays?

2011-04-23 Thread Zac Medico
On 04/23/2011 06:05 AM, Ulrich Mueller wrote: >> On Sat, 23 Apr 2011, Thomas Sachau wrote: > >> If e.g. kde and sunrise overlay both provide an mta, they would both >> need a fork of virtual/mta. Now one of those forks will be preferred >> and used, e.g. the kde one. This means, that you canno

Re: [gentoo-dev] reconciling new-style virtuals with overlays, was: RDEPENDing on packages from overlays?

2011-04-23 Thread Ciaran McCreesh
On Sat, 23 Apr 2011 16:47:37 +0200 Chí-Thanh Christopher Nguyễn wrote: > What I propose solves the problems that old-style virtuals introduce > in dependency resolution. Not really, because it means we'd have to keep the nasty old code around forever. If we just do away with the things entirely i

Re: [gentoo-dev] reconciling new-style virtuals with overlays, was: RDEPENDing on packages from overlays?

2011-04-23 Thread Chí-Thanh Christopher Nguyễn
Ciaran McCreesh schrieb: > On Sat, 23 Apr 2011 15:28:04 +0200 > Chí-Thanh Christopher Nguyễn wrote: > >> Because there is a reason for not doing so, or because you think that >> multi-repository support is a superior solution which will come >> sooner? >> > Because what you propose solves

Re: [gentoo-dev] reconciling new-style virtuals with overlays, was: RDEPENDing on packages from overlays?

2011-04-23 Thread Ciaran McCreesh
On Sat, 23 Apr 2011 15:28:04 +0200 Chí-Thanh Christopher Nguyễn wrote: > Because there is a reason for not doing so, or because you think that > multi-repository support is a superior solution which will come > sooner? Because what you propose solves nothing, and prevents the entire point of the

Re: [gentoo-dev] reconciling new-style virtuals with overlays, was: RDEPENDing on packages from overlays?

2011-04-23 Thread Chí-Thanh Christopher Nguyễn
Ciaran McCreesh schrieb: > On Sat, 23 Apr 2011 12:28:29 +0200 > Chí-Thanh Christopher Nguyễn wrote: > >> Would it make sense to do the following: >> (1) make all new-style virtuals additionally depend on an old-style >> virtual (a new category might be appropriate) >> > No. > Because t

Re: [gentoo-dev] reconciling new-style virtuals with overlays, was: RDEPENDing on packages from overlays?

2011-04-23 Thread Chí-Thanh Christopher Nguyễn
Zac Medico schrieb: >> Would it make sense to do the following: >> (1) make all new-style virtuals additionally depend on an old-style >> virtual (a new category might be appropriate) >> (2) ebuilds in overlays can PROVIDE the old-style virtual >> > It seems like new-style virtual would be int

Re: [gentoo-dev] RDEPENDing on packages from overlays?

2011-04-23 Thread Chí-Thanh Christopher Nguyễn
William Hubbs schrieb: > I'm not an overlay user, but I'm thinking that an overlay user might be > able to get around this by putting the virtual in package.provided. > Why must the user do it? Can't the package manager do it? Regards, Chi-Thanh Christopher Nguyen

Re: [gentoo-dev] RDEPENDing on packages from overlays?

2011-04-23 Thread Ulrich Mueller
> On Sat, 23 Apr 2011, Thomas Sachau wrote: > If e.g. kde and sunrise overlay both provide an mta, they would both > need a fork of virtual/mta. Now one of those forks will be preferred > and used, e.g. the kde one. This means, that you cannot install the > mta from sunrise to satisfy the virt

Re: [gentoo-dev] RDEPENDing on packages from overlays?

2011-04-23 Thread Ciaran McCreesh
On Sat, 23 Apr 2011 14:07:21 +0200 Thomas Sachau wrote: > It may be no issue as long as the virtual does not change that much > or as long as not more than 1 overlay forks the virtual. But as > already written in Bugzilla, you create an issue for users, if you > have 2 overlays added, which both p

Re: [gentoo-dev] RDEPENDing on packages from overlays?

2011-04-23 Thread Thomas Sachau
Am 23.04.2011 13:02, schrieb Zac Medico: > On 04/22/2011 11:05 PM, Eray Aslan wrote: >> On the other hand, we are making life (unneccesarily?) difficult for >> overlay users by not incorporating the requested changes to the official >> tree. > > I don't imagine it's that much work to maintain a fo

Re: [gentoo-dev] RDEPENDing on packages from overlays?

2011-04-23 Thread Thomas Sachau
Am 23.04.2011 08:05, schrieb Eray Aslan: > https://bugs.gentoo.org/show_bug.cgi?id=364445 > https://bugs.gentoo.org/show_bug.cgi?id=364401 > > Basically, there are requests to add packages to RDEPEND in virtual/mda > and virtual/mta that are not in the official tree but in sunrise. > > On one sid

Re: [gentoo-dev] RDEPENDing on packages from overlays?

2011-04-23 Thread Nathan Phillip Brink
On Sat, Apr 23, 2011 at 04:02:24AM -0700, Zac Medico wrote: > On 04/22/2011 11:05 PM, Eray Aslan wrote: > > https://bugs.gentoo.org/show_bug.cgi?id=364445 > > https://bugs.gentoo.org/show_bug.cgi?id=364401 > > > > Basically, there are requests to add packages to RDEPEND in virtual/mda > > and virt

Re: [gentoo-dev] RDEPENDing on packages from overlays?

2011-04-23 Thread Ciaran McCreesh
On Sat, 23 Apr 2011 09:05:48 +0300 Eray Aslan wrote: > Comments on how to proceed? Is it OK for a virtual to list a package > which is in an overlay in RDEPEND? The way || ( ) dependencies are defined means doing so doesn't cause any problems. Having said that, overlays can always supply their

Re: [gentoo-dev] reconciling new-style virtuals with overlays, was: RDEPENDing on packages from overlays?

2011-04-23 Thread Ciaran McCreesh
On Sat, 23 Apr 2011 12:28:29 +0200 Chí-Thanh Christopher Nguyễn wrote: > Would it make sense to do the following: > (1) make all new-style virtuals additionally depend on an old-style > virtual (a new category might be appropriate) No. -- Ciaran McCreesh signature.asc Description: PGP signatu

[gentoo-dev] Last Rites - app-text/gnochm

2011-04-23 Thread Ryan Hill
Masked for removal in 30 days. The last release was 2007 and there better alternatives for every toolkit (chmsee (gtk), kchmviewer (qt), xchm (wxGTK)). -- fonts, gcc-porting, it makes no sense how it makes no sense toolchain, wxwidgets but i'll take it

Re: [gentoo-dev] reconciling new-style virtuals with overlays, was: RDEPENDing on packages from overlays?

2011-04-23 Thread Zac Medico
On 04/23/2011 03:28 AM, Chí-Thanh Christopher Nguyễn wrote: > Eray Aslan schrieb: >> https://bugs.gentoo.org/show_bug.cgi?id=364445 >> https://bugs.gentoo.org/show_bug.cgi?id=364401 >> >> Basically, there are requests to add packages to RDEPEND in virtual/mda >> and virtual/mta that are not in the

[gentoo-dev] Re: RDEPENDing on packages from overlays?

2011-04-23 Thread Diego Elio Pettenò
Il giorno sab, 23/04/2011 alle 09.05 +0300, Eray Aslan ha scritto: > > On one side, *DEPENDing on a package outside the tree doesn't seem > right. Additionally, keeping track of all the overlays and their > package versions, USE flags and flag changes are potentially too much > to > track. We wi

Re: [gentoo-dev] RDEPENDing on packages from overlays?

2011-04-23 Thread William Hubbs
On Sat, Apr 23, 2011 at 09:05:48AM +0300, Eray Aslan wrote: > https://bugs.gentoo.org/show_bug.cgi?id=364445 > https://bugs.gentoo.org/show_bug.cgi?id=364401 > > Basically, there are requests to add packages to RDEPEND in virtual/mda > and virtual/mta that are not in the official tree but in sunri

Re: [gentoo-dev] RDEPENDing on packages from overlays?

2011-04-23 Thread Zac Medico
On 04/22/2011 11:05 PM, Eray Aslan wrote: > https://bugs.gentoo.org/show_bug.cgi?id=364445 > https://bugs.gentoo.org/show_bug.cgi?id=364401 > > Basically, there are requests to add packages to RDEPEND in virtual/mda > and virtual/mta that are not in the official tree but in sunrise. > > On one si

[gentoo-dev] reconciling new-style virtuals with overlays, was: RDEPENDing on packages from overlays?

2011-04-23 Thread Chí-Thanh Christopher Nguyễn
Eray Aslan schrieb: > https://bugs.gentoo.org/show_bug.cgi?id=364445 > https://bugs.gentoo.org/show_bug.cgi?id=364401 > > Basically, there are requests to add packages to RDEPEND in virtual/mda > and virtual/mta that are not in the official tree but in sunrise. > > On one side, *DEPENDing on a pack