Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 417309

Summary: examples of has_version / best_version need some quotes
Product: Documentation Reporter: Manuel Rüger (RETIRED) <mrueg>
Component: [OLD] Developer HandbookAssignee: Gentoo Community Relations Team <comrel>
Status: RESOLVED OBSOLETE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=1
Whiteboard:
Package list:
Runtime testing required: ---

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.