-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathChangeLog
487 lines (371 loc) · 24.3 KB
/
ChangeLog
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
# ChangeLog for g-cpan. Do not used anymore, please look on 'Changes' file!
# Copyright 1999-2016 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
23 Sep 2016; Sergiy Borodych <[email protected]> g-cpan-0.17:
Migrated to use 'Changes' file, please look it. This file kept for a history.
14 Jul 2016; Sergiy Borodych <[email protected]> g-cpan-0.16.9:
Fix bug #573308, bug #583374
11 Jul 2016; Sergiy Borodych <[email protected]> g-cpan-0.16.8:
Fix bug #542180 (github#23), some POD fixes
06 May 2016; Sergiy Borodych <[email protected]> g-cpan-0.16.7:
A lot of fixes, including bugs #432992, #431080, #578678
19 Dec 2014; Andreas K. Huettel <[email protected]> bin/g-cpan:
Incorporate various fixes by Sergiy Borodych and Martin von Gagern, fixes
bugs 376775, 526192, 376767
14 Jul 2014; Tony Vroon <[email protected]> +g-cpan-0.16.5.ebuild:
Release incorporating fixes from bugs #420617, #424657 & #484108. With both
my thanks and my apologies to Sergiy Borodych, Roberto Araneda & Petr Pisar.
24 Jan 2011; Robin H. Johnson <[email protected]> bin/g-cpan:
Bump version.
24 Jan 2011; Robin H. Johnson <[email protected]> lib/Gentoo/Portage.pm:
Bug #350070: The data DATA file handle was being reused, without being reset
to the start each time. This resulted in creation of extra packages when it
should have matched an entry the DATA section.
24 Jan 2011; Robin H. Johnson <[email protected]> lib/Gentoo/Portage.pm:
Update __DATA__ block.
24 Jan 2011; Robin H. Johnson <[email protected]> bin/g-cpan:
Avoid uninitialized warning.
24 Jan 2011; Robin H. Johnson <[email protected]> lib/Gentoo/CPAN.pm:
Prevent spam about CPAN config changes by adding new auto_commit variable.
24 Jan 2011; Robin H. Johnson <[email protected]> bin/g-cpan:
Bug #352561: Allow --cpan_reload without arguments for reload-only.
24 Jan 2011; Robin H. Johnson <[email protected]> +MANIFEST, +META.yml,
Makefile.PL:
Improve Perl build code.
24 Jan 2011; Robin H. Johnson <[email protected]> +.gitignore:
Ignore build byproducts.
24 Jan 2011; Robin H. Johnson <[email protected]> t/01config.t,
t/02ebuilds_read.t, t/10cpan_packages.t:
Fix testsuite to work again.
23 Jan 2011; Robin H. Johnson <[email protected]> bin/g-cpan:
Bug #313049: Detect the file extension for upstream distfiles. Relies on new
eclass variable MODULE_A_EXT.
23 Jan 2011; Robin H. Johnson <[email protected]> bin/g-cpan:
Avoid warning about uninitialized to lc for built-in perl core modules.
23 Jan 2011; Robin H. Johnson <[email protected]> bin/g-cpan:
Bug #349329: check for existence of specified overlay directories before
using them.
23 Jan 2011; Robin H. Johnson <[email protected]> bin/g-cpan:
Bump version for next release.
23 Jan 2011; Robin H. Johnson <[email protected]> bin/g-cpan,
lib/Gentoo/CPAN.pm:
Match the existing version tag.
23 Jan 2011; Robin H. Johnson <[email protected]> lib/Gentoo/CPAN.pm:
Bug #344631, #339889: Do not convert underscores to dashes. There is only a
single package in the tree where the upstream did this for the tarball
(dev-perl/HTML-Object), and many more where they did not.
23 Jan 2011; Robin H. Johnson <[email protected]> lib/Gentoo/CPAN.pm:
Bug #338116: Pick up configure_requires dependencies.
24 Mar 2010; Robin H. Johnson <[email protected]> bin/g-cpan:
Bug #311117: Support GCPAN_CAT/GCPAN_OVERLAY from make.conf as well as env.
15 Feb 2010; Robin H. Johnson <[email protected]> bin/g-cpan:
New variable GCPAN_OVERLAY to control what overlay is used for output of new
ebuilds. If not set, the previous detection behavior is used. Update manpage
for new config stuff.
15 Feb 2010; Robin H. Johnson <[email protected]> bin/g-cpan:
Allow usage of GCPAN_CAT variable from make.conf, .gcpanrc or env to
control what category generated ebuilds are placed into.
15 Feb 2010; Robin H. Johnson <[email protected]> lib/Gentoo/CPAN.pm:
Bug #269173: We run the configure/setup phases prior to build, but we need
to remember to block stdin in case the build script tries to read it.
12 Feb 2010; Robin H. Johnson <[email protected]> ChangeLog, bin/g-cpan:
Use EAPI2 by default, and clean up licenses. Thanks to tove for the patch.
12 Feb 2010; Robin H. Johnson <[email protected]> ChangeLog,
lib/Gentoo/Portage.pm:
Sync non-standard mappings with the up2date-ng copy. Thanks to tove for the
patch.
12 Feb 2010; Robin H. Johnson <[email protected]> ChangeLog,
lib/Gentoo/CPAN.pm:
Fix version detection for alpha/beta marker with trailing digit per bug
#233490.
12 Feb 2010; Robin H. Johnson <[email protected]> ChangeLog, bin/g-cpan:
Fix keyword generation per bug #293377.
12 Feb 2010; Robin H. Johnson <[email protected]> ChangeLog,
lib/Gentoo/CPAN.pm, lib/Gentoo/Portage.pm, bin/g-cpan:
Merge my fixes to generate new-style clean ebuilds, fixes bugs 239217
(desc/author), 281948/250718 (S=), 256912 (insufficent permissions).
12 Feb 2010; Robin H. Johnson <[email protected]> ChangeLog, README.svn:
Change in maintence/dev branch policies.
20 Oct 2007; Christian Hartmann <[email protected]> ChangeLog:
Fix bug #190449
05 Apr 2007; Michael Cummings <[email protected]> ChangeLog:
Quick fix for search results of 0
01 Apr 2007; Michael Cummings <[email protected]> ChangeLog:
Snapshot as I let loose rc6
31 Mar 2007; Michael Cummings <[email protected]> ChangeLog:
Fixes for bug 168647, 161732 - added simple lookup table for those few CPAN
modules that don't match ebuild names
27 Mar 2007; Michael Cummings <[email protected]> ChangeLog:
Just cleaning up from the CPAN.pm fixes
26 Mar 2007; Michael Cummings <[email protected]> ChangeLog:
rc5; contains fix for different versions of CPAN.pm being loaded, thanks to
Jmax- for noticing this. Will clean up and post to gentoo shortly.
*g-cpan-0.15_rc5 (26 Mar 2007)
26 Mar 2007; Michael Cummings <[email protected]> ChangeLog:
Posting rc4 to help users test out bugs, beginning rc5
24 Mar 2007; Michael Cummings <[email protected]> ChangeLog:
Fixed spinner annoyanc (newlines); added check to make sure yaml file is
valid before attempting to parse it for deps; bug 170137 addressed
23 Mar 2007; Michael Cummings <[email protected]> ChangeLog:
Fixed potential bug with checking to see if the module was installed with
dev-lang/perl - only checking now if it isn't part of the actual request, ie
g-cpan -i CPAN will work again (dep checking still the same, but now
perl-gcpan is checked first just to be safe)
23 Mar 2007; Michael Cummings <[email protected]> ChangeLog:
Fixed CPAN.pm line 260 - overzealous reading of meta*yml files
23 Mar 2007; Michael Cummings <[email protected]> ChangeLog:
Fix for bug 171686 - thats right, allow -u but failed to call --update in flags
21 Mar 2007; Michael Cummings <[email protected]> ChangeLog:
Added message for buildpkg users to update /etc/portage/packages, thanks
fuzzyray :)
09 Mar 2007; Michael Cummings <[email protected]> ChangeLog:
Reverting change from bug 167776, niko and talked it over - was right the
first time. actual fix was elsewhere when i fixed the env imports.
*g-cpan-0.15_rc4 (03 Mar 2007)
03 Mar 2007; Michael Cummings <[email protected]>:
Officially removing Config.pm; prepping for snapshot for portage.
02 Mar 2007; Michael Cummings <[email protected]>:
More cleaning up of env vars. I think I have this licked now.
02 Mar 2007; Michael Cummings <[email protected]>:
Final tweaks for bug 142005; now noting gracefully when our search has
revealed a core perl module
01 Mar 2007; Michael Cummings <[email protected]>:
Bug 166718. A temporary solution for this ACCEPT_KEYWORDS bug, will provide
a cleaner when we refactor.
26 Feb 2007; Michael Cummings <[email protected]>:
Bug 167776, thanks Nicolas. Silly bug on portage_bases.
*g-cpan-0.15_rc3 (11 Feb 2007)
11 Feb 2007; Michael Cummings <[email protected]>:
Bug 158163 - Added a check before generating a module from CPAN to verify
that the module in question didn't come packaged with perl; Also worked a
little more on the version munging checker
11 Feb 2007; Michael Cummings <[email protected]>:
New changelog format
14 Jan 2007; Michael Cummings <[email protected]>:
Touched up the search results if an ebuild exists. Wanted more info than just "Yeah, we got something."
05 Jan 2007; Michael Cummings <[email protected]>:
Bug 160137, strip_ends cleanup on env imports.
*g-cpan-0.15_rc2 (11 Feb 2007)
03 Jan 2007; Michael Cummings <[email protected]>:
Version bump with bug fixes 157298, 158755, 157141, 99569, 104172, 147000,
155245
01 Jan 2007; Michael Cummings <[email protected]>:
More cleaning up of the search interface. Also corrected a minor minor minor bug in the tmpdir cleanup section.
31 Dec 2006; Michael Cummings <[email protected]>:
Beginning support for the config file, ~/.gcpanrc. Currently you can just override the make.conf settings. More ideas stirring though :)
29 Dec 2006; Michael Cummings <[email protected]>:
Fixed problems with the searching not working. Still needs some maintenance, but searching is again functional. Also added back the long display for cpan results - if you're searching to see if something is on cpan, you might want more than just the module name exists ;)
27 Dec 2006; Michael Cummings <[email protected]>:
Updated Makefile.PL with Shell::EnvImporter
27 Dec 2006; Michael Cummings <[email protected]>:
Fixed (recent/temporary) bug with lowercased ebuilds not being found;Cleaned up the hash a bit more
27 Dec 2006; Michael Cummings <[email protected]>:
experimental version munging now works. Basically another work around for
the arbitrary way authors version their modules (sometimes inconsistently
between releases) and how the versions are written in portage. Also update
the Gentoo::UI::Console output to streamline it a little for STDOUT.
27 Dec 2006; Michael Cummings <[email protected]>:
Importing recent work. These changes include a few aesthetic changes to how the ebuilds are written, as well as further work on integrating Shell::EnvImporter into g-cpan.
*g-cpan-0.15_rc1 (03 Jan 2007)
19 Dec 2006; Michael Cummings <[email protected]>:
I've begun phasing out Gentoo::Config in favor of simply using Shell::EnvImporter to pull in all of make.* file variables without the extra hoops we try to jump through to properly interpolate the shell variables. This way we use the same old hack I used on my out-of-date scripts and treat the make files like bash profiles and simply source them.
14 Dec 2006; Michael Cummings <[email protected]>:
Bug 152610, g-cpan wasn't installing anything if PORTDIR_OVERLAY was undefined
10 Dec 2006; Michael Cummings <[email protected]>:
Bug 152604 - the grep on line 194 wasn't working as expected. Modified to a simple matching regex and now it writes correctly.
*g-cpan-0.14.1_rc1 (10 Dec 2006)
05 Dec 2006; Michael Cummings <[email protected]>:
Worked on bug 156230, infinite loop with Bundle::CPAN. The problem was that there is a reference to Bundle::CPAN in Bundle::CPAN that was causing us to keep building for it. g-cpan -pu now works correctly with the user's sample overlay.
05 Dec 2006; Michael Cummings <[email protected]>:
Bug 156691, dealing with Build.PL's containing evaluation blocks in the dependency list.
25 Nov 2006; Michael Cummings <[email protected]>:
Fixed version writing in ebuilds - now matches declared version dependency, not latest found in portage. Bug 99569
25 Nov 2006; Michael Cummings <[email protected]>:
Fixes to lines 376-379 - after dams' changes, these had no value so were causing warnings for attempting > on an undef'd var (prior we were defaulting to 0);
03 Oct 2006; ian <[email protected]>:
Fixed bug #143317 - g-cpan: Does not record modules in world
28 Jul 2006; Michael Cummings <[email protected]>:
Versioned deps are now working.
22 Jul 2006; Michael Cummings <[email protected]>:
fixed case sensivity bug (you want to install an uppercase filename, but we
have it filed in portage lower case) - brought up on irc
18 Jul 2006; Michael Cummings <[email protected]>:
Fixed ACCEPT_KEYWORDS populating (superlag). Experimental Bundle:: Support
added :)
12 Jul 2006; Michael Cummings <[email protected]>:
Bug 140084 - thanks Moshe!
27 Jun 2006; Michael Cummings <[email protected]>:
- Added logging
- -u now supports individual packages
06 Jun 2006; Michael Cummings <[email protected]>:
Bug 135783
19 May 2006; Michael Cummings <[email protected]>:
Fixed tests; fixed bug where -a wasn't working anymore; fixed bug where g-cpan would skip ebuilds that already existed (mainstream g-cpan will continue to install them)
12 May 2006; Michael Cummings <[email protected]>:
Fixed bug 156691, evaluation blocks in Build.PL's causing errors. Code snippet originally suggested by poster, John Miller
*g-cpan-0.14.0 (02 Aug 2006)
05 Jun 2005; Michael Cummings <[email protected]>:
- Bug 95146 (http://bugs.gentoo.org/show_bug.cgi?id=95146) - lists/upgrades failed because of a lack of arguments. Thanks to Moshe Kaminsky for catching the or vs and on this.
02 Jun 2005; Michael Cummings <[email protected]>:
- Bug 94850 (http://bugs.gentoo.org/show_bug.cgi?id=94850) brought to light the interesting scenario of having PORTDIR_OVERLAY="${PORTDIR_OVERLAY} /some/path" in your make.conf - the result is that when we split on space, we get a null string as an overlay dir, which works since as root you can write to /perl-gcpan.
01 Jun 2005; Michael Cummings <[email protected]>:
- Bumped version to 0.13.01 - basically, this is a maintenance update. The version bump was mandated because we needed to change the tarball name so that people would get the new version in their distfiles (otherwise portage thinks they already have a copy of g-cpan-0.13 and ignores that there's a newer version "upstream"). This will ensure folks get the changes made on 30 May 2005.
- Moved the color flags one more time per bug 94759 (http://bugs.gentoo.org/show_bug.cgi?id=94759) - usage was called before the colors it uses were being defined.
30 May 2005; Michael Cummings <[email protected]>:
- Commented out the rmdir of .cpan/build - this was causing weird random (harmless) error messages. Reviewing the code, we don't actually use this dir ourselves, but point to it for CPAN's build area. Since the default config for CPAN cleans this up itself, lets leave it at that for now.
- Corrected dev-perl/File-Spec to perl-core/File-Spec following the perl-core migration last week. Releasing this as -r1 in portage since its a minor change, not a major update.
20 May 2005; Michael Cummings <[email protected]>:
- Moved color block so I could invoke it outside the usage function
- Added options to the "don't combine" block. Cleaned up text since the block was getting too long to handle/read
- Added catch for when no options were passed :)
- Modified check and output for arguments without a module pass
- Reorganized the checking of PORTDIR_OVERLAY and tmp_dir creation.
- Check to make sure we aren't attempting a non-emerge and creating a temp dir
- Add tmp_dir to overlay list earlier
- set ENV{TMPDIR} explicitly if there are no overlays
- Bundle the creation of tmp_dir into the block of "if there are no overlays"
- Invoke clean up no matter what -if we are far enough to reach it, we ran something that needs it
- Modified clean up to only remove the tmpdir if it is from our ENV{TMPDIR} - that way we don't wipe overlays by accident
- Updated copyright info for generated ebuild :) Also added a line to indicate that the ebuild was generated by g-cpan and which version
- Added output for existing ebuilds found. This helps in the event of invoking g-cpan for an ebuild that already exists. Without this, we return to the prompt without knowing why g-cpan didn't do anything
- Removed die from call to emerge. Seems the way portage runs it returns an exit code that perl is interpeting as a die
- Removed $MAKECONF - we have a constant for this.
- Added verbose message for overlays during discovery phase
- Inform user which overlay dir is being used
- Corrected cat'ing of /var/db/pkg dirs to pdirs
- Tweaked and tested invocations. g-cpan returns proper messages now under the following conditions:
- User with overlays attempts to emerge and can't
- No overlays defined and user attempts generate
- Confirmed multiple overlays work - g-cpan will select the first overlay that it has write access to
- Emerging without any overlays
- I think that's all that can be tested :)
17 May 2005; Michael Cummings <[email protected]>:
- Changed searching to use i() instead of m() (catch more flies with i than m ;) )
- Modified fatal exist to use cab-colors
- Added generate to create ebuilds for when you don't have perms to emerge
16 May 2005; Michael Cummings <[email protected]>:
- Checks for write privs in overlays and choosing the correct overlay based on that
- cleaned up the multiple cleanup blocks
- Updated the man pages. Left out cab's and sniper's email in case they didn't want them published (so fill it in if you do :) )
15 May 2005; Michael Cummings <[email protected]>:
- Added check to make sure @ebuild_list had contents before trying to run emerge - less chance of emerge just junking out on us.
- Added "or die" to system call - at least its a start at handling an error return from the call to portage
15 May 2005; Michael Cummings <[email protected]>: cab in wonderland
- Lots of colours everywhere !
- new subs for text formatting
- replaced all simple print() call by print_x() ones
15 May 2005; Michael Cummings <[email protected]>:
- Removed sub that was no longer being invoked (had cleaned up the code for this last week)
15 May 2005; Michael Cummings <[email protected]>:
cab, second pass !
- Played with CPAN stuff so that it comes AFTER options parsing (see rev 25 for FIXME)
- Moved some 'use Module' strings
15 May 2005; Michael Cummings <[email protected]>:
Wonderful colored world, by cab ;)
- corrected indentation and typos in exit_usage()
- colorized exit_usage (feel like portage)
- rearranged code (categorizing sub - easier to find what we're looking for)
- added some comments here and there (again ;p)
11 May 2005; Michael Cummings <[email protected]>:
mcummings makes weird changes
- cleaned up calls to merge, added -p,-a,-n,-u flags to respective portions
- Removed the "for (@ARGV) to the call for emerge*module subs - all this was doing was forcing us to call emerge multiple times; the actual subs weren't using @ARGV, but using @ebuild_list, which was already populated elsewhere with all of the modules we wanted plus their generated deps.
- moved list function so that it was called *after* we define the list of dirs to check
- added basename so program name was pretty (beu)
- To explain my changes for that dir read -noticed when traversing for multiple files that the directory list checked was decreasing in size each pass until it was only checking one directory chain in the end. Pushing it all into a single array that's built temporarily, while ugly, seems to work. This was all due to a bug in modules like Bundle-W3C-Validator (go ahead and try with the old code). Sorry for the kludges, thanks snip for the regex help
10 May 2005; Michael Cummings <[email protected]>:
cab strikes g-cpan again.. :)
- added comments here and there..
- modified the cpan-config-needed if() test
- modified switches interpretations
- added -l,--list switch (nothing behind for now)
- added a new sub : clean_the_mess, that should take care of system's sanity
- changed my $arches
- subbed the MD5 sum calculation
- updated exit_usage()
07 May 2005; Michael Cummings <[email protected]>:
cab first strike !
- Added search capabilities (same as m // command in CPAN Shell
Use -s or --search switch to get it.
- Now Using Getopt::Long to handle switches, options, and so on..
- get_globals totally rewritten : now uses open/parse/close on make.conf,
instead of 3 times qx() : performance boost guaranteed. Sets up default before
overwriting them if needed and can replace variables like ${PORTDIR} if ever
they are used in make.conf : quality improvement guaranteed. :p
thx to Sniper ([email protected]) for the s// regexp !
- Added a bit more explicative Usage message.. in fact a whole sub.
Available with -h or --help switch but will also appear if user
requires impossible or wrong things (plus a detailed error message
on what when wrong).
- Installing a module now requires the -i or --install switch, to differentiate
from searching. Can be modified to become default 'no option' behaviour,
but i'm not fan : searching as default would be far less dangerous. :)
- Reorganised code, adding some comments, removing some useless others.
- Had fun !
30 Apr 2005; Michael Cummings <[email protected]>:
Moving g-cpan into its own package space withing app-portage for better managability.
Also, this breaks the tie to g-cpan fixes being reliant on the next release of portage.
29 Jan 2005; Michael Cummings <[email protected]>:
Improved filename/version matching to close bugs 64403 74149 69464 23951.
Improved default help message. Added -v verbose flag.
16 Nov 2004; Michael Cummings <[email protected]>:
Fixed handling of CPAN modules that end in '.pm' (e.g. CGI.pm)
Closes bug 64403.
29 Oct 2004; Michael Cummings <[email protected]>:
attempt to recognize lowercased packages in dev-perl in portage_dir
23 May 2003; Michael Cummings <[email protected]>:
Skip modules the CPAN thinks are included with perl (closes bug 14679).
Used the CPAN module to discover the real location of Makefile.PL to set
the ${S} variable in the ebuild, sometimes the location isn't the same as
${P}.
Don't assume the filename of the tarball will be ${P}.tar.gz, use the
real filename out of CPAN.
Some modules' filenames have underscores in unfortunate places. Change
all of them to hyphens to avoid that mess.
23 Feb 2003; Michael Cummings <[email protected]>:
removed portage direct-access code, and switched to using the
portageq utility which hides the portage APIs.
08 Jan 2003; Michael Cummings <[email protected]>:
remove dependency on Digest::MD5
07 Jan 2003; Michael Cummings <[email protected]>:
[email protected]: getting the way subroutines are fed variables
sorted out (they're in @_)
Clean out module_check, unnecessary temp variables are evil.
It isn't okay to skip a module if module_check succeeds when
that module is listed as a dependency for a module we're trying
to install, the subsequent emerge can fail if the ebuild doesn't
exist. So only skip a module if it is a first order module from
the command line but not if it is being considered to meet a
dependency.
Use the portage python module to learn some configuration values
instead of trying to parse make.conf.
Need to use system and not exec when calling out to emerge, exec
ends our process!
09 Dec 2002; Michael Cummings <[email protected]>:
[email protected]: some further amends:
standardised code, declared external vars early,
amended layout and sub styles for consistency and brevity,
also removed a 'spare' function :-)
07 Dec 2002; Michael Cummings <[email protected]>:
Reviewed baz's comments (thanks!). Moved the make.conf check to an external
sub so that we could grab other important functions. Added Digest::MD5 so that we could
check the checksum more cleanly instead of making a system call.
Thanks to stocke2 for pointing me in the direction of File::Path -
and helping me debug silly michael coding with rmtree
07 Dec 2002; Michael Cummings <[email protected]>:
comments added, basically a very picky code review.
06 Dec 2002; Michael Cummings <[email protected]>:
Added emerge functionality. Now emerges modules on the
fly
03 Dec 2002; Michael Cummings <[email protected]>:
Added checks for /var/db/pkg and manually installed
modules
07 Nov 2002; Michael Cummings <[email protected]>:
jrray : Initial upload to bug 3450