Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 417309 - examples of has_version / best_version need some quotes
Summary: examples of has_version / best_version need some quotes
Status: RESOLVED OBSOLETE
Alias: None
Product: Documentation
Classification: Unclassified
Component: [OLD] Developer Handbook (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Community Relations Team
URL: http://www.gentoo.org/proj/en/devrel/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-23 20:28 UTC by Manuel Rüger (RETIRED)
Modified: 2013-01-06 14:46 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 Manuel Rüger (RETIRED) gentoo-dev 2012-05-23 20:28:30 UTC
Packages need to be quoted

has_version 	Returns 1 if the system has the requested version of a certain package. For instance has_version >=sys-libs/glibc-2.3.0.
best_version 	Returns category/package-version of the requested category/package. For instance best_version x11-libs/gtk+extra. 


should be:

has_version 	Returns 1 if the system has the requested version of a certain package. For instance has_version ">=sys-libs/glibc-2.3.0".
best_version 	Returns category/package-version of the requested category/package. For instance best_version "x11-libs/gtk+extra".
Comment 1 Manuel Rüger (RETIRED) gentoo-dev 2013-01-06 14:46:07 UTC
Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 11 19:37:11 2012 UTC (7 weeks, 6 days ago) by hwoarang
Branch: MAIN
CVS Tags: HEAD
Changes since 1.12: +1 -68 lines
Diff to previous 1.12

Remove devrel handbook. We will use devmanual from now on

http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo/xml/htdocs/proj/en/devrel/handbook/handbook.xml?r1=1.12&r2=1.13

Closing now as obsolete.