Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 24684 - ebuild python script clean-up
Summary: ebuild python script clean-up
Status: RESOLVED INVALID
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-17 11:02 UTC by Jason A. Mobarak (RETIRED)
Modified: 2011-10-30 22:21 UTC (History)
0 users

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


Attachments
The patch (ebuild.diff,1.52 KB, patch)
2003-07-17 15:40 UTC, Jason A. Mobarak (RETIRED)
Details | Diff
The patch (ebuild.diff,1.52 KB, patch)
2003-07-17 15:41 UTC, Jason A. Mobarak (RETIRED)
Details | Diff
the patch (ebuild.diff,1.52 KB, patch)
2003-07-17 15:48 UTC, Jason A. Mobarak (RETIRED)
Details | Diff
patch (ebuild.diff,1.41 KB, patch)
2003-07-17 17:12 UTC, Jason A. Mobarak (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jason A. Mobarak (RETIRED) gentoo-dev 2003-07-17 11:02:40 UTC
This probably needs to be more tested by someone with a better understanding for
the original intent of the script but I did attempt two ebuilds with it namely:

/usr/sbin/ebuild --debug 
ebuild --debug /usr/portage/dev-java/java-gtk/java-gtk-0.7.1.ebuild install
ebuild /usr/portage/dev-java/java-gtk/java-gtk-0.7.1.ebuild install

However chaning wether --debug is present doesn't seem to change the output
level,  but I'm not sure how this is supposed to function.

Version info for patch:

$Header: /home/cvsroot/gentoo-src/portage/bin/ebuild,v 1.11 2003/04/09 12:08:41
carpaski Exp $
Comment 1 Jason A. Mobarak (RETIRED) gentoo-dev 2003-07-17 15:40:34 UTC
Created attachment 14636 [details, diff]
The patch
Comment 2 Jason A. Mobarak (RETIRED) gentoo-dev 2003-07-17 15:41:03 UTC
Created attachment 14637 [details, diff]
The patch
Comment 3 Jason A. Mobarak (RETIRED) gentoo-dev 2003-07-17 15:48:50 UTC
Created attachment 14638 [details, diff]
the patch

Made sure everything was the standard of 4 spaces, thus no mixing tabs and
spaces, changed one error message.
Comment 4 Nicholas Jones (RETIRED) gentoo-dev 2003-07-17 16:51:12 UTC
No spaces. Tabs only.
Comment 5 Jason A. Mobarak (RETIRED) gentoo-dev 2003-07-17 17:12:53 UTC
Created attachment 14644 [details, diff]
patch

Changed all occurances of 4 spaces to tabs.
Comment 6 Jason A. Mobarak (RETIRED) gentoo-dev 2004-05-14 03:43:20 UTC
This is old, not really worth the trouble.