aboutsummaryrefslogtreecommitdiff
blob: f148a1fe8eee736b5818ddf2d677d154152b2f4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
#!/usr/bin/env python2
#
# -*- mode: python; -*-
#
# --| Version Information |------------------------------------------
# 
#  etcat v0.1.4 (27 Apr 2003)
#
#  $Header$
#
# --| About |--------------------------------------------------------
#
#  etcat is a Portage/Ebuild Information Extractor. Basically, it
#  provides higher level convienence functions to the Portage system
#  used by Gentoo Linux. 
#  
#  You can use it to quickly find out the recent changes of your
#  favourite package, the size of installed packages, the
#  available versions for a package and more.
#
# --| License |------------------------------------------------------
#
#  Distributed under the terms of the GNU General Public License v2
#  Copyright (c) 2002 Alastair Tse.
#
# --| Usage |--------------------------------------------------------
#
#  etcat [options] <command> <package[-ver]|ebuild|category/package[-ver]>
#
#  -b/belongs  ) checks what package(s) a file belongs to
#  -c/changes  ) list the more recent changelog entry
#  -d/depends  ) list all those that have this in their depends
#  -f/files    ) list all files that belong to this package
#  -g/graph    ) graph dependencies
#  -s/size     ) guesses the size of a installed packaged.
#  -u/uses     ) list all the use variables used in this package/ebuild
#  -v/versions ) list all the versions available for a package
#
# --| TODO |---------------------------------------------------------
# 
# - in ver_cmp: 1.2.10a < 1.2.10, need to fix that
# 
# --| Changes |------------------------------------------------------
#
#  * etcat-0.3.0 (12 Jul 2003) [karltk]
#    - Refactored interesting stuff into the Gentoolkit module
#  * etcat-0.2.0 (13 Jun 2003)
#    - Updated "versions" with PORTAGE_OVERLAY detection
#    - Added "graph" feature
#  * etcat-0.1.5 (30 Apr 2003)
#    - Fixed disappearing short opts. Oops.
#  * etcat-0.1.4 (27 Apr 2003)
#    - Cleaned up command execution code to provide a single place
#      to specify functions
#    - Added own custom wrapping print code.
#    - Added "files" feature
#    - Added "depends" feature
#  * etcat-0.1.3 (24 Apr 2003)
#    - Overhaul of commandline interpreter
#    - Added "belongs" feature
#    - Reimplemented "uses" to deal with IUSE more cleanly
#      and sources use.local.desc
#    - Natural Order Listings for version
#  * etcat-0.1.2 (29 Mar 2003)
#    - Added unstable indicator to complement masked
#    - improved use flag listing
#  * etcat-0.1.1 (21 Jan 2003)
#    - Add package to versions listing even if it's not in
#      the portage anymore (21 Jan 2003)
#    - Fixed old ehack references (17 Jan 2003)
#  * etcat-0.1 (31 Oct 2002)
#    Initial Release;
#
# -------------------------------------------------------------------



import os,sys,string,re,pprint
import getopt,glob
import gentoolkit
from stat import *
from output import *

__author__ = "Alastair Tse"
__email__ = "liquidx@gentoo.org"
__version__ = "0.2.0"
__productname__ = "etcat"
__description__ = "Portage Information Extractor"

# .-------------------------------------------------------.
# | Initialise Colour Settings                            |
# `-------------------------------------------------------'
if (not sys.stdout.isatty()) or (gentoolkit.settings["NOCOLOR"] in ["yes","true"]):
    nocolor()

# "option": ("shortcommand","desc",["example one", "example two"])
options = {
"belongs":("b","Searches for a package that owns a specified file with an option to restrict the search space.",
["etcat belongs /usr/bin/gimp media-gfx","etcat belongs /usr/lib/libjpeg.so media-*","etcat belongs /usr/lib/libmpeg.so"]),
"changes":("c","Outputs the changelog entry to screen. It is possible to give a version number along with the package name.",
["etcat changes mozilla", "etcat changes mozilla-1.1-r1", "etcat changes gkrellm$"]),
"depends":("d","Finds all packages that are directly dependent to a regex search string.",
["etcat depends 'gnome-base/libgnome'", "etcat depends '>=dev-lang/python-2.2'"]),
"files":("f","Lists files that belongs to a package and optionally with version.",[]),
"graph":("g","Graphs Dependencies (NON WORKING)",[]),
"size":("s","Lists the installed size of a package.",[]),
"uses":("u", "Advanced output of USE vars in a package. Tells you flags used by a package at time of installation, flags in current config and flag description.",[]),
"versions":("v","Displays the versions available for a specific package. Colour coded to indicate installation status and displays slot information.",
[turquoise("(I)") + "nstalled", yellow("(~)") + "Unstable Testing Branch", red("(M)") + "asked Package"])
}

# .-------------------------------------------------------.
# | Small Wrapping Printer with Indent Support            |
# `-------------------------------------------------------'

def wrap_print(string, indent=0, width=74):
    line_len = width - indent
    str_len = len(string)
    lines = []
    
    pos = 0
    thisline = ""
    while pos < str_len:
	# if we still have space stuff the
	# character in this line
	if len(thisline) < line_len-1:
	    thisline += string[pos]
	    pos += 1
	# if we're at the end of the line,
	# check if we should hyphenate or
	# append
	elif len(thisline) == line_len -1:
	    # end of a text
	    if pos == str_len -1:
		thisline += string[pos]
		pos += 1
	    # end of a word
	    elif string[pos] != " " and string[pos+1] == " ":
		thisline += string[pos]		
		pos += 1
	    # just a space
	    elif string[pos] == " ":
		thisline += string[pos]				
		pos += 1
	    # start of a word, we start the word on the next line
	    elif pos>0 and string[pos-1] == " ":
		thisline += " "
	    # needs hyphenating
	    else:
		thisline += "-"
		
	    # append the line
	    lines.append(thisline)
	    thisline = ""

    # append last line
    if thisline:
	lines.append(thisline)
	    
    for line in lines:
	print " "*indent + line

def pkgcmp(a,b):
    raise "This is not present"
    # strips out package name and returns the result of vercmp
    awords = a.split("-")
    bwords = b.split("-")
    apkg = [awords[0]]
    bpkg = [bwords[0]]
    DIGITS = ['0','1','2','3','4','5','6','7','8','9']
    
    for w in awords[1:]:
	if w[0] in DIGITS:
	    break
	else:
	    apkg.append(w)
    aver = awords[len(apkg):]
    apkg_str = string.join(apkg, "-")
    aver_str = string.join(aver, "-")
    
    for w in bwords[1:]:
	if w[0] in DIGITS:
	    break
	else:
	    bpkg.append(w)
    bver = bwords[len(bpkg):]
    bpkg_str = string.join(bpkg, "-")
    bver_str = string.join(bver, "-")    
    
    if apkg_str > bpkg_str:
	return 1
    elif bpkg_str > apkg_str:
	return -1
    else:
	return gentoolkit.compare_versions(aver_str, bver_str)
    
# .-------------------------------------------------------.
# | Simple Package Search Function                        |
# +-------------------------------------------------------+
# | Given a search key, returns a list of packages that   |
# | satisfy the regex.                                    |
# | Results are in the form ["net-www/mozilla"]           |
# `-------------------------------------------------------'
def search(search_key):
    matches = []    
    for package in portage.portdb.cp_all():
	package_parts=package.split("/")
	if re.search(search_key.lower(), package_parts[1].lower()):
	    matches.append(package)
    return matches

# .-------------------------------------------------------.
# | Package Name Guesser                                  |
# +-------------------------------------------------------+
# | A smart (eg. dodgy) version of portage.catpkgsplit()  |
# | that determines the category, package, version and    |
# | revision given a string. If it doesn't know, it'll    |
# | leave the field blank.                                |
# |                                                       |
# | Returns a list like :                                 |
# |  [ "net-www", "mozilla", "1.1", "r1"]                 |
# `-------------------------------------------------------'    

def smart_pkgsplit(query):
    raise "Use something else"
    cat = ''
    pkg = ''
    ver = ''
    rev = ''
    
    if len(query.split('/')) == 2:
	cat = query.split('/')[0]
	query = query.split('/')[1]
    
    components = query.split('-')
    name_components = []
    ver_components = []
	
    # seperate pkg-ver-rev
    for c in components:
	if ver_components:
	    ver_components.append(c)
	elif ord(c[0]) > 47 and ord(c[0]) < 58:
	    ver_components.append(c)
	else:
	    name_components.append(c)
    pkg = '-'.join(name_components)
	
    # check if there is a revision number
    if len(ver_components) > 0 and ver_components[-1][0] == 'r':
	rev = ver_components[-1]
	ver_components = ver_components[:-1]
	
    # check for version number
    if len(ver_components) > 0:
	ver = '-'.join(ver_components)
    
    return [cat, pkg, ver, rev]

# .-------------------------------------------------------.
# | Return the Location of the Ebuild                     |
# +-------------------------------------------------------+
# | Guesses the version that you want. Eg. if one is      |
# | specified, then we use it, otherwise, the latest one  |
# `-------------------------------------------------------'

def smart_ebuild(query):
    pkg = gentoolkit.find_packages(query)
    if len(pkg)>1:
        raise "Too many packages to handle"
    return pkg[0].get_ebuild_path()
    

# .-------------------------------------------------------.
# | Pretty Print Log                                      |
# +-------------------------------------------------------+
# | Extracts and prints out the log entry corresponding   |
# | to a certain revision if given. If not supplied,      |
# | prints out the latest/topmost entry                   |
# `-------------------------------------------------------'    
    
# output the latest entry in changelog
def output_log(lines, package_ver=""):
    # using simple rules that all changelog entries have a "*"
    # as the first char
    is_log = 0
    is_printed = 0

    for line in lines:
	if package_ver:
	    start_entry = re.search("^[\s]*\*[\s]*(" + package_ver + ")[\s]+.*(\(.*\))",line)
	else:
	    start_entry = re.search("^[\s]*\*[\s]*(.*)[\s]+.*(\(.*\))",line)
	if not is_log and start_entry:
	    is_printed = 1
	    is_log = 1
	    print green("*") + "  " + white(start_entry.group(1)) + "  " + turquoise(start_entry.group(2)) + " :"
	elif is_log and re.search("^[\s]*\*[\s]*(.*)[\s]+.*(\(.*\))",line):
	    break
	elif is_log:
	    print line.rstrip()
	else:
	    pass
	
    return is_printed

# .-------------------------------------------------------.
# | Changes Function                                      |
# +-------------------------------------------------------+
# | Print out the ChangeLog entry for package[-version]   |
# `-------------------------------------------------------'

def changes(query):
    matches=gentoolkit.find_packages(query)
    if not report_matches(matches,query):
        return
    
    for pkg in matches:
        changelog_file = pkg.get_portage_path() + "/ChangeLog"
	if os.path.exists(changelog_file):
	    if tup[2] and tup[3]:
		printed = output_log(open(changelog_file).readlines(),match.split('/')[1] + ".*-" + tup[2] + "-" + tup[3]) or printed
	    elif tup[2]:
		printed = output_log(open(changelog_file).readlines(),match.split('/')[1] + ".*-" + tup[2]) or printed
	    else:
		printed = output_log(open(changelog_file).readlines()) or printed
	else:
	    print "Error: No Changelog for " + match
	    return
    
    if not printed:
	print "Error: No Changelog entry for " + query

# .-------------------------------------------------------.
# | Versions Function                                     |
# +-------------------------------------------------------+
# | Prints out the available version, masked status and   |
# | installed status.                                     |
# `-------------------------------------------------------'	
	
def versions(query):
    
    tup = smart_pkgsplit(query)
    if tup[0] and tup[1]:
	matches = [ tup[0] + "/" + tup[1] ]
    elif tup[1]:
	matches = gentoolkit.find_packages(tup[1])
    
    print "[ Results for search key : " + white(query) + " ]"
    print "[ Applications found : " + white(str(len(matches))) + " ]"
    print
    
    for package in matches:
	print green("*") + "  " + white(package.get_cpv()) + " :"
	versions = portage.portdb.xmatch("match-all", package)
	unmasked = portage.portdb.xmatch("match-visible",package)
	curver = portage.db["/"]["vartree"].dep_bestmatch(package)
	if (curver) and (curver not in versions):
	    versions.append(curver)
	
	versions.sort(pkgcmp)
	
	for ver in versions:
            
            state = []
            color = green
            unstable = 0
	    overlay = ""
            
            # check if masked
            if ver not in unmasked:
                state.append(red("M"))
                color = red
            else:
                state.append(" ")

            # check if in unstable
	    try:
		ver_keywords =  portage.db["/"]["porttree"].dbapi.aux_get(ver,["KEYWORDS"])
	    except KeyError:
		ver_keywords = [""]
            keywords_list = ver_keywords[0].split()
	    
            if "~" + portage.settings["ARCH"] in keywords_list:
                state.append(yellow("~"))
		if color != red:
		    color = yellow
                unstable = 1
            else:
                state.append(" ")
                
            # check if installed
            cat, pkg = ver.split("/")            
            if portage.dblink(cat,pkg,"/").exists():
                state.append(turquoise("I"))
                color = turquoise
            else:
                state.append(" ")
		
	    # check if this is a OVERLAY ebuilds
	    try:
		if portage.portdb.oroot:
		    if os.path.exists(portage.portdb.oroot + "/" + package + "/" + pkg + ".ebuild"):
			overlay = " OVERLAY"
	    except AttributeError:
		pass

            # print
	    try:
		slot = portage.db["/"]["porttree"].dbapi.aux_get(ver,["SLOT"])
		if not slot:
		    slot = ["0"]
	    except KeyError:
		slot = ["?"]
		
            print " "*8 + "[" + string.join(state,"") + "] " + color(ver) + " (" + color(slot[0]) + ")" + overlay

        print

# .-------------------------------------------------------.
# | List USE flags for a single ebuild                    |
# +-------------------------------------------------------+
# | Just uses the new IUSE parameter in ebuilds           |
# `-------------------------------------------------------' 
def uses(query):
    
    tup = smart_pkgsplit(query)
    if tup[0] and tup[1]:
	matches = [ tup[0] + "/" + tup[1] ]
    elif tup[1]:
	matches = gentoolkit.find_packages(tup[1])
	
    useflags = portage.config()["USE"].split()    
    usedesc = {}
    uselocaldesc = {}
    # open up use.desc
    
    try:
	# TODO: use portage settings
	fd = open("/usr/portage/profiles/use.desc")
	usedesc = {}
	for line in fd.readlines():
	    if line[0] == "#":
		continue
	    fields = line.split(" - ")
	    if len(fields) == 2:
		usedesc[fields[0].strip()] = fields[1].strip()
    except IOError:
	pass
		
    try:
	# TODO: use portage.settings
	fd = open("/usr/portage/profiles/use.local.desc")
	for line in fd.readlines():
	    if line[0] == "#":
		continue
	    fields = line.split(" - ")
	    if len(fields) == 2:
		catpkguse = re.search("([a-z]+-[a-z]+/.*):(.*)", fields[0])
		if catpkguse:
		    if not uselocaldesc.has_key(catpkguse.group(1).strip()):
			uselocaldesc[catpkguse.group(1).strip()] = {catpkguse.group(2).strip() : fields[1].strip()}
		    else:
			uselocaldesc[catpkguse.group(1).strip()][catpkguse.group(2).strip()] = fields[1].strip()
    except IOError:
	pass
	
    print "[ Colour Code : " + green("set") + " " + red("unset") + " ]"
    print "[ Legend      : (U) Col 1 - Current USE flags        ]"
    print "[             : (I) Col 2 - Installed With USE flags ]"
    
    for p in matches:
	curver = portage.db["/"]["porttree"].dbapi.match(p)
	bestver = portage.best(curver)
	if bestver:
	    try:
		iuse = portage.db["/"]["porttree"].dbapi.aux_get(bestver,["IUSE"])
	    except KeyError:
		print "[ Error Occured. Ebuild not found for :", white(p), "]"
		continue
	else:
	    print "[ * No USE flags found for :", white(p), "]"
	    continue
	
	if iuse: usevar = iuse[0].split()
	else: usevar = []
	
	# find flags in use for this package if installed
	inuse = []
	installed = glob.glob("/var/db/pkg/" + p + "-*")
	if installed:
	    try:
		used = open(installed[-1] + "/USE").read().split()
	    except IOError:
		used = []
	else:
	    used = []

	# store (inuse, inused, flag, desc)
	output = []
	
	for u in usevar:
	    inuse = 0
	    inused = 0
	    try:
		desc = usedesc[u]
	    except KeyError:
		try:
		    desc = uselocaldesc[p][u]
		except KeyError:
		    desc = ""

	    if u in useflags: inuse = 1
	    if u in used: inused = 1
		
	    output.append((inuse, inused, u, desc))

	# pretty print
	if output:
	    print
	    print white(" U I ") + "[ Found these USE variables in : " + white(bestver) + " ]"
	    maxflag_len = 0
	    for inuse, inused, u, desc in output:
		if len(u) > maxflag_len:
		    maxflag_len = len(u)
	
	    for inuse, inused, u, desc in output:
		flag = ["-","+"]
		colour = [red, green]
		if inuse != inused:
		    print yellow(" %s %s" % (flag[inuse], flag[inused])),
		else:
		    print " %s %s" % (flag[inuse], flag[inused]),

		print colour[inuse](u.ljust(maxflag_len)),
	    
		# print description
		if desc:
		    print ":", desc
		else:
		    print ": unknown"
	else:
	    print "[ No USE flags found for :", white(p), "]"	    

    return

    # deprecated - this was a hack anyway
    #print "[ Can't find IUSE variable in : " + white(os.path.basename(ebuild)[:-7]) + " ]"
    #print turquoise("*") + " Applying search manually .."
    #old_uses(query)
    
# .-------------------------------------------------------.
# | Uses a general rules that has all use's with either   |
# |  `use alsa` or in the DEPENDS/RDEPENDS field of the   |
# | ebuild suffixed by a "?"                              |
# `-------------------------------------------------------' 

def old_uses(query):
    ebuild = smart_ebuild(query)
    useflags = portage.config()["USE"].split()
    uses = {}
    # TODO : can't handle 2 or more 'use blah' in one line
    re_use_sh = re.compile('`use ([a-zA-Z0-9]*)`')
    re_depend = re.compile('[R]?DEPEND="')
    re_use_dep = re.compile('([a-zA-Z0-9]+)\?')
    is_depend = 0
    
    for line in open(ebuild).readlines():
	if len(line.strip()) and line.strip()[0] == "#":
	    continue
	
	# find uses in DEPEND and RDEPEND variables
	if is_depend:
	    if re.search('"[\s]*$',line): is_depend = 0 # end of depend	    
	    is_use = re_use_dep.search(line)
	    if is_use: uses[is_use.group(1)] = 1
	    continue
	    
	if re_depend.search(line):
	    is_depend = 1 # start of depend
	    is_use = re_use_dep.search(line)
	    if is_use: uses[is_use.group(1)] = 1
	    continue
	
	# find uses in other places like if [ -n "`use blah`" ]
	is_use = re_use_sh.search(line)
	if is_use:
	    uses[is_use.group(1)] = 1
    if uses:
	iuse = uses.keys()
	iuse.sort()
	for u in iuse:
	    if u in useflags:
		print "+", green(u)
	    else:
		print "-", red(u)
    else:
	print red("*") + " Unable to find any USE variables."

# .-------------------------------------------------------.
# | Graphs the Dependency Tree for a package              |
# +-------------------------------------------------------+
# | Naive graphing of dependencies
# `-------------------------------------------------------'
graphcache = []

def graph(query):
    print "attempt to graph dependencies"
    print red("warning, this is BETA, will probably report the wrong results")
    rgraph(query, [])

# return string of deps that are valid
def depuseparse(depstring):
    raw_deps = depstring.strip().split()
    out_deps = []
    uselist = portage.config()["USE"].split()
    
    dep_len = len(raw_deps)
    i = 0
    uselevel = 0
    orlevel = 0
    ordone = 0
    
    while i < dep_len:
	#---- if we encounter a use? ( ) 
	if raw_deps[i][-1] == "?":
	    if raw_deps[i][:-1] in uselist:
		uselevel += 1
	    else:
		# read until we find a ")"
		i += 1
		while i < dep_len:
		    if raw_deps[i] == ")":
			break
		    else:
			i += 1
	#---- if we encounter a || or use?
        elif raw_deps[i] == "||":
	    orlevel += 1
	elif orlevel > 0 or uselevel > 0:
	    if raw_deps[i] == "(":
		pass
	    elif raw_deps[i] == ")":
		if uselevel > 0:
		    uselevel -= 1
		elif orlevel > 0:
		    orlevel -= 1
		    ordone = 0
	    else:
		if orlevel and ordone == 0:
		    ordone += 1
		    out_deps.append(raw_deps[i])
		elif uselevel > 0:
		    out_deps.append(raw_deps[i])
	#---- good 'ole plain deps
        elif raw_deps not in [")","("]:
	    out_deps.append(raw_deps[i])
	# increment counter
	i+=1
	
    return out_deps
	    
def graph_node_print(path, dep):
    indent = len(path)-1
    if path == []:
	print dep
    else:
	print "  " + "  "*indent + "`-- " + dep

def rgraph(dep, path):
    global graphcache
    
    # stop circular deps
    if dep in path:
	return "  "*len(path) + "!! circular dependency"
    
    # find in portage
    matches = portage.db["/"]["porttree"].dbapi.match(dep)
    x = portage.best(matches)
    
    # skip if we've already included this in the tree
    if x in graphcache:
	return []
    else:
	graphcache.append(x)

    # try open up this package's deps
    try:
	f = open("/var/cache/edb/dep/%s" % x)
	f.readline() # read RDEPENDS
	depends = depuseparse(f.readline())
	graph_node_print(path, x)
	for d in depends:
	    if d in graphcache:
		continue
	    if d in portage.db["/"]["virtuals"].keys():
		virtual = portage.db["/"]["virtuals"][d]
		graphcache += rgraph(virtual, path + [dep])
	    else:
		graphcache += rgraph(d, path + [dep])
    except IOError:
	# silent this for the moment
	#print "! Error findind deps."
	return []

    return depends
	
# .-------------------------------------------------------.
# | Required By Function                                  |
# +-------------------------------------------------------+
# | Find what packages require a given package name       |
# `-------------------------------------------------------'

def depends(query):
    
    print "[ Results for search key : " + white(query) + " ]"

    isdepend = re.compile(r'([^\s]*' + query + '[^\s]*)')
    
    match_depend = {}
    match_rdepend = {}

#    for x in gentoolkit.find_all_packages():
        
    # get all installed packages
    for x in os.listdir(portage.root + "var/cache/edb/dep"):
        # for each category, we just grep for the deps, slowly
        for dep in os.listdir(portage.root + "var/cache/edb/dep/" + x):
            f = open("%s/var/cache/edb/dep/%s/%s" % (portage.root, x, dep))
	    depend = f.readline()
            rdepend = f.readline()
	    f.close()
	    match = isdepend.search(rdepend)
	    if match:
		match_rdepend[x+"/"+dep] = match.groups()
	    match = isdepend.search(depend)
            if match:
		match_depend[x+"/"+dep] = match.groups()
		
	    if match_depend.has_key(x+"/"+dep):
		print turquoise("*"), white(x+"/"+dep)
		for line in match_depend[x+"/"+dep]:
		    print "  " + line
    
    

# .-------------------------------------------------------.
# | Belongs to which package                              |
# +-------------------------------------------------------+
# | Finds what package a file belongs to                  |
# `-------------------------------------------------------'	    
	    
def belongs(query):
    query = query.split()
    # FIXME: use portage.settings
    dbdir = "/var/db/pkg"

    q_regex = re.sub(r'\.',r'\.',query[0])
    q_regex = re.sub(r'\*',r'\[^\s]*', q_regex)
    
    reobj = re.compile(r'^[a-zA-Z]{3}[\s](' + q_regex + r')[\s]', re.M)
    
    if len(query) >= 2:
	category = query[1]
    else:
	category = "*"
	
    print "Searching for", query[0], "in", category, "..."
	
    for catdir in glob.glob(dbdir + "/" + category):
	cat =  catdir.split("/")[-1]
	for pkg in os.listdir(catdir):
	    try:
		contents = open(catdir + "/" + pkg + "/CONTENTS").read()
		matches = reobj.search(contents)
		if matches:
		    print cat + "/" + pkg
	    except IOError:
		pass
    return
	
# .-------------------------------------------------------.
# | Size of all packages matching query                   |
# +-------------------------------------------------------+
# | Finds the size of installed packages                  |
# `-------------------------------------------------------'	    
def size(query):
    packages = gentoolkit.find_packages(query)
    if not report_matches(query, packages):
        return
    for pkg in packages:
        if not pkg.is_installed():
            continue
        x=pkg.size()
        cpv=x[0]
        size=x[1]
        files=x[2]
        uncounted=x[3]
        print turquoise("*") + " " + white(pkg.get_cpv())
        print string.rjust(" Total Files : ",25) + str(files)
        if uncounted:
            print string.rjust(" Inaccessible Files : ",25) + str(uncounted)
        print string.rjust(" Total Size : ",25) + "%.2f KB" % (size/1024.0)


def report_matches(query, matches):
    print "[ Results for search key : " + white(query) + " ]"
    print "[ Applications found : " + white(str(len(matches))) + " ]"
    print
    
    if matches:
	print " Only printing found installed programs."
	print
        return 1
    else:
	print "No packages found."
        return 0


# .-------------------------------------------------------.
# | Files in a package                                    |
# +-------------------------------------------------------+
# | Lists all the files in a package                      |
# `-------------------------------------------------------'	    
def files(query):

    matches = gentoolkit.find_packages(query)

    if not report_matches(query, matches):
        return
    
    for package in matches:
        if not package.is_installed():
            continue
        contents = package.get_contents()
        
        print yellow(" * ") + white(package.get_cpv())
        for x in contents.keys():
            t = contents[x][0]
            if t == "obj":
                print x
            elif t == "sym":
                print turquoise(x)
            elif t == "dir":
                print blue(x)
            else:
                print x

# .-------------------------------------------------------.
# | Help Function                                         |
# `-------------------------------------------------------'
def ver():
    print __productname__ + " (" + __version__ + ") - " + __description__ + " - By: " + __author__

def help():
    screenwidth = 74
    margin = 2
    margin_desc = 4
    margin_ex = 8
    
    ver()
    print
    print white("Usage: ") + turquoise(__productname__) + " [ " + green("options") + " ] [ " + turquoise("action") + " ] [ " + turquoise("package") + " ]"
    print
    print turquoise("Actions:")
    print
    for name,tup in options.items():
	print " "*margin + green(name) + " (" + green("-" + tup[0]) + " short option)"
	wrap_print(tup[1],indent=margin_desc)
	for example in tup[2]:
	    print " "*margin_ex + example
	print

# .-------------------------------------------------------.
# | Main Function                                         |
# `-------------------------------------------------------'
def main():
    
    action = ''
    query = ''
    
    if len(sys.argv) < 3:
	help()
	sys.exit(1)
	
    # delegates the commandline stuff to functions
    pointer = 2
    # short/long opts mapping
    shortopts = map(lambda x: "-" + x[0], options.values())
    short2long = {}
    for k,v in options.items():
	short2long[v[0]] = k
    longopts = options.keys()
    # loop thru arguments
    for arg in sys.argv[1:]:
	if arg[0] == "-" and len(arg) == 2 and arg in shortopts:
	    action = short2long[arg[1]]
	    query = ' '.join(sys.argv[pointer:])
	    break
	elif arg in longopts:
	    action = arg
	    query = ' '.join(sys.argv[pointer:])
	    break
	else:
	    pointer += 1
	    
    # abort if we don't have an action or query string
    if not query or action not in options.keys():
	help()
	sys.exit(1)
    else:
	function = globals()[action]
	function(query)
    
if __name__ == "__main__":
    try:
	main()
    except KeyboardInterrupt:
	print "Operation Aborted!"