public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: Nicholas Brown <nicbrown@cisco.com>
To: gentoo-dev@gentoo.org
Subject: Re: [gentoo-dev] kbd and non virtual PROVIDE
Date: 11 May 2003 22:26:39 +0100	[thread overview]
Message-ID: <1052688398.2611.7.camel@localhost.localdomain> (raw)
In-Reply-To: <1051868945.5640.3.camel@edin-ios-26.cisco.com>

As I've been unable to find out why packages are PROVIDE'ing non-virtual
packages (ie the claim to provide another package which already
exsists), which is against the described behaviour in the man page,
should I create bug reports against all of these to find out what is
going on?
(I've also queried this behaviour in the forums)

most may relate to package moves but I'm still wondering about
gcc,coreutils,kbd etc.

thanks,
Nick

<snip>
PROVIDE = "virtual/TARGET"
              This  variable  should only be used when a package
              provides a virtual target.   For  example,  black-
              down-jdk  and  sun-jdk  provide virtual/jdk.  This
              allows  for  packages  to  depend  on  virtual/jdk
              rather than on blackdown or sun specifically.
<snip>

  grep -r "PROVIDE=" * | grep -v "virtual"
app-sci/gperiodic/gperiodic-1.3.2.ebuild:PROVIDE="app-misc/gperiodic"
app-sci/babel/babel-1.6.ebuild:PROVIDE="app-misc/babel"
app-sci/euler/euler-1.59.1.ebuild:PROVIDE="app-misc/euler"
app-sci/euler/ChangeLog:  also removed PROVIDE="app-misc/euler" statment
as it was moved over 6 month ago.
app-sci/octave/octave-2.0.17-r1.ebuild:PROVIDE="dev-lang/octave"
app-sci/octave/octave-2.0.17.ebuild:PROVIDE="dev-lang/octave"
app-sci/octave/octave-2.1.36-r1.ebuild:PROVIDE="dev-lang/octave"
app-sci/octave/octave-2.1.40.ebuild:PROVIDE="dev-lang/octave"
app-sci/octave/octave-2.1.36.ebuild:PROVIDE="dev-lang/octave"
app-sci/vis5d+/vis5d+-1.2.1.ebuild:PROVIDE="app-sci/vis5d+"
app-sci/iverilog/iverilog-0.6.1.ebuild:PROVIDE="dev-lang/iverilog"
dev-java/maven/maven-1.0_beta8.ebuild:PROVIDE="dev-java/maven"
dev-java/maven/maven-1.0_beta9.ebuild:PROVIDE="dev-java/maven"
dev-lang/ruby-cvs/ruby-cvs-1.8.0-r1.ebuild:PROVIDE="dev-lang/ruby-${PV}"
net-mail/ezmlm-idx-mysql/ezmlm-idx-mysql-0.40.ebuild:PROVIDE="net-mail/ezmlm"
net-mail/ezmlm-idx-mysql/ezmlm-idx-mysql-0.40-r2.ebuild:PROVIDE="net-mail/ezmlm"
net-mail/ezmlm-idx-pgsql/ezmlm-idx-pgsql-0.40.ebuild:PROVIDE="net-mail/ezmlm"
net-mail/ezmlm-idx-pgsql/ezmlm-idx-pgsql-0.40-r2.ebuild:PROVIDE="net-mail/ezmlm"
net-mail/ezmlm-idx/ezmlm-idx-0.40-r2.ebuild:PROVIDE="net-mail/ezmlm"
sys-apps/kbd/kbd-1.06-r1.ebuild:PROVIDE="sys-apps/console-tools"
sys-apps/coreutils/coreutils-4.5.11-r1.ebuild:PROVIDE="sys-apps/sh-utils
sys-apps/coreutils/coreutils-5.0.ebuild:PROVIDE="sys-apps/sh-utils
sys-devel/gcc/gcc-2.95.3-r7.ebuild:#PROVIDE="sys-apps/texinfo"

On Fri, 2003-05-02 at 10:49, Nicholas Brown wrote:
> That would only explain those on the list that have the same name but a
> different group (octave for example).
> It does not explain the others (unless they are also changing name as
> they move group)
> Specifically, why does kbd provide another package (console-tools) that
> already exisits? Why don't they both provide a virtual package that
> allows you to pick one and on which other packages depend?
> 
> the man page does say PROVIDE shouldn't be use for anything else!
> 
> thanks,
> Nick
> 
> 
> On Fri, 2003-05-02 at 02:45, Daniel Armyr wrote:
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> > 
> > I think this is part of how packages are moved from one categoryy to
> > another. Not sure it this has been abandoned in favour of the move file,
> > or if it is part of the same system.
> > - --Daniel Armyr
> > 
> > - --
> > =========================================
> > daniel.armyr@home.se     f00-dar@f.kth.se
> > 
> > C118 KEVII Hall
> > 1A Kent Ridge Rd S.119224
> > Singapore                 PGP@pgp.mit.edu
> > =========================================
> > -----BEGIN PGP SIGNATURE-----
> > Version: GnuPG v1.2.1 (GNU/Linux)
> > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
> > 
> > iD8DBQE+sc3KhxtTUWLs2lERAq4gAJwOHZXX6ZNC+ToefKYZmoPLwBZCXgCZAXgK
> > uBYUFkgljnpr8YBgH1UpPbY=
> > =5tNk
> > -----END PGP SIGNATURE-----
> > 
> > 
> > --
> > gentoo-dev@gentoo.org mailing list
-- 
Nicholas Brown <nicbrown@cisco.com>


--
gentoo-dev@gentoo.org mailing list


      reply	other threads:[~2003-05-11 21:26 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-01 15:45 [gentoo-dev] kbd and non virtual PROVIDE Nicholas Brown
2003-05-02  1:45 ` Daniel Armyr
2003-05-02  9:49   ` Nicholas Brown
2003-05-11 21:26     ` Nicholas Brown [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1052688398.2611.7.camel@localhost.localdomain \
    --to=nicbrown@cisco.com \
    --cc=gentoo-dev@gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox