Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 9968 - portage ebuild parameter broken (or bad emerge man page info)
Summary: portage ebuild parameter broken (or bad emerge man page info)
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Nicholas Jones (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-30 10:54 UTC by Jonathan Nall
Modified: 2011-10-30 22:20 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Nall 2002-10-30 10:54:32 UTC
this bug is with respect to portage-2.0.42.

the emerge man page states the following re: the ebuild parameter:

ebuild An ebuild must be, at a minimum,  a  valid  Portage
       package  directory  name without a version or cate-
       tory, such as portage or python.   Both  categories
       and  version  numbers may be used in addition, such
       as  sys-apps/portage  or  python-2.2.1-r2.   emerge
       ignores  a  trailing slash so that filename comple-
       tion can be used.  The ebuild may also be an actual
       filename,                  such                  as
       /usr/portage/app-admin/python/python-2.2.1-r2.ebuild.

however, it seems that neither categories nor version numbers may be used.
that is:
emerge dev-lang/python-2.2.1-r2
does not work.

NOTE: this does not affect dependency parameters. ie:
emerge =dev-lang/python-2.2.1-r2
works just fine.

i don't know if this is a bug in portage or just incorrect documentation.
Comment 1 Nicholas Jones (RETIRED) gentoo-dev 2002-11-09 05:16:17 UTC
Fixed in cvs.