-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathMANIFEST
141 lines (141 loc) · 3.75 KB
/
MANIFEST
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
AUTHORS
COPYING
MANIFEST
NEWS
README
TODO
setup.cfg
setup.py
porthole.desktop
porthole/__init__.py
porthole/importer.py
porthole/mainwindow.py
porthole/plugin.py
porthole/privilege.py
porthole/startup.py
porthole/sterminal.py
porthole/version.py
porthole/_xml/__init__.py
porthole/_xml/lang_filter.py
porthole/_xml/xmlmgr.py
porthole/advancedemerge/__init__.py
porthole/advancedemerge/advemerge.py
porthole/backends/__init__.py
porthole/backends/metadata.py
porthole/backends/portagelib.py
porthole/backends/properties.py
porthole/backends/set_config.py
porthole/backends/utilities.py
porthole/backends/version_sort.py
porthole/config/__init__.py
porthole/config/configuration.py
porthole/config/configuration.xml
porthole/config/preferences.py
porthole/db/__init__.py
porthole/db/database.py
porthole/db/dbbase.py
porthole/db/dbreader.py
porthole/db/package.py
porthole/db/user_configs.py
porthole/dialogs/__init__.py
porthole/dialogs/about.py
porthole/dialogs/command.py
porthole/dialogs/configure.py
porthole/dialogs/fileselector.py
porthole/dialogs/simple.py
porthole/glade/about.glade
porthole/glade/advemerge.glade
porthole/glade/config.glade
porthole/glade/porthole.glade
porthole/loaders/__init__.py
porthole/loaders/loaders.py
porthole/packagebook/__init__.py
porthole/packagebook/depends.py
porthole/packagebook/dependstree.py
porthole/packagebook/notebook.py
porthole/packagebook/summary.py
porthole/pixmaps/porthole-about.png
porthole/pixmaps/porthole-clock-20x20.png
porthole/pixmaps/porthole-clock-30x30.png
porthole/pixmaps/porthole-clock-32x32.png
porthole/pixmaps/porthole-clock-48x48.png
porthole/pixmaps/porthole-clock.png
porthole/pixmaps/porthole-clock.svg
porthole/pixmaps/porthole-icon.png
porthole/pixmaps/porthole.svg
porthole/plugins/__init__.py
porthole/plugins/etc-proposals/__init__.py
porthole/plugins/gpytage/__init__.py
porthole/plugins/profuse/__init__.py
porthole/readers/__init__.py
porthole/readers/commonreader.py
porthole/readers/deprecated.py
porthole/readers/descriptions.py
porthole/readers/process_reader.py
porthole/readers/readers.py
porthole/readers/search.py
porthole/readers/sets.py
porthole/readers/upgradeables.py
porthole/terminal/__init__.py
porthole/terminal/constants.py
porthole/terminal/notebook.py
porthole/terminal/term_queue.py
porthole/terminal/terminal.py
porthole/utils/__init__.py
porthole/utils/debug.py
porthole/utils/dispatcher-example.py
porthole/utils/dispatcher.py
porthole/utils/utils.py
porthole/views/__init__.py
porthole/views/category.py
porthole/views/changelog.py
porthole/views/commontreeview.py
porthole/views/depends.py
porthole/views/helpers.py
porthole/views/highlight.py
porthole/views/lazyview.py
porthole/views/list.py
porthole/views/markup.py
porthole/views/menus.py
porthole/views/models.py
porthole/views/package.py
porthole/views/sorts.py
porthole/help/advemerge.html
porthole/help/advemerge.png
porthole/help/changelog.png
porthole/help/custcmd.html
porthole/help/custcmd.png
porthole/help/customize.html
porthole/help/dependencies.png
porthole/help/depview.png
porthole/help/ebuildtable_explained2.png
porthole/help/index.html
porthole/help/install.html
porthole/help/installedfiles.png
porthole/help/mainwindow.html
porthole/help/mainwindow.png
porthole/help/porthole.css
porthole/help/queuetab.png
porthole/help/search.html
porthole/help/summarytab.png
porthole/help/sync.html
porthole/help/termrefs.html
porthole/help/termwindow.html
porthole/help/termwindow.png
porthole/help/toc.html
porthole/help/unmerge.html
porthole/help/update.html
porthole/help/upgradeables.png
porthole/help/warningtab.png
porthole/i18n/messages.pot
porthole/i18n/TRANSLATING
porthole/i18n/de.po
porthole/i18n/vi.po
porthole/i18n/ru.po
porthole/i18n/pl.po
porthole/i18n/fr.po
porthole/i18n/it.po
porthole/i18n/tr.po
scripts/porthole
scripts/dopot.sh
scripts/pocompile.sh