Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 132274 - Some typographical error in /usr/lib/portage/bin/ebuild.sh of sys-apps/portage-2.1_pre10
Summary: Some typographical error in /usr/lib/portage/bin/ebuild.sh of sys-apps/portag...
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Enhancement/Feature Requests (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks: 115839
  Show dependency tree
 
Reported: 2006-05-04 10:30 UTC by Yoshino
Modified: 2006-05-13 15:25 UTC (History)
0 users

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


Attachments
ebuild.sh.patch (ebuild.sh.patch,804 bytes, patch)
2006-05-04 10:31 UTC, Yoshino
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yoshino 2006-05-04 10:30:27 UTC
Hello.

Overview Description :: 

I saw some typographical error in /usr/lib/portage/bin/ebuild.sh of sys-apps/portage-2.1_pre10

Actual Results ::

Variable names that are src and bin_path, body in line 1421 of /usr/lib/portage/bin/ebuild.sh are lower.

A parameter that is clean in line 1531 of /usr/lib/portage/bin/ebuild.sh is duplication. First clean appears in line 1514 of /usr/lib/portage/bin/ebuild.sh.

Expected Results :: 

I think that src and bin_path, body in line 1421 of /usr/lib/portage/bin/ebuild.sh would be FUNC_SRC and BIN_PATH, BODY.

I think that clean in line 1531 of /usr/lib/portage/bin/ebuild.sh would be needless.
Comment 1 Yoshino 2006-05-04 10:31:47 UTC
Created attachment 86151 [details, diff]
ebuild.sh.patch

The patch file.
Comment 2 Zac Medico gentoo-dev 2006-05-04 11:01:43 UTC
Thanks for the patch.  This is in svn r3319.
Comment 3 Zac Medico gentoo-dev 2006-05-13 15:25:17 UTC
This has been released in 2.1_rc1.