Log of /g-cpan/trunk
Directory Listing
Revision
146 -
Directory Listing
Modified
Mon Feb 26 10:17:44 2007 UTC
(6 years, 2 months ago)
by
mcummings
Bug 167776, thanks Nicolas. Silly bug on portage_bases.
Revision
144 -
Directory Listing
Modified
Sun Feb 11 16:56:36 2007 UTC
(6 years, 3 months ago)
by
mcummings
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;
Revision
139 -
Directory Listing
Modified
Sun Jan 14 15:39:14 2007 UTC
(6 years, 4 months ago)
by
mcummings
Touched up the search results if an ebuild exists. Wanted more info than just "Yeah, we got something."
Revision
138 -
Directory Listing
Modified
Sat Jan 6 00:34:52 2007 UTC
(6 years, 4 months ago)
by
mcummings
Yeah, one more fix for that bug
Revision
137 -
Directory Listing
Modified
Fri Jan 5 18:43:32 2007 UTC
(6 years, 4 months ago)
by
mcummings
Bug 160137, strip_ends cleanup on env imports.
Revision
136 -
Directory Listing
Modified
Mon Jan 1 19:40:59 2007 UTC
(6 years, 4 months ago)
by
mcummings
More cleaning up of the search interface - this time I think it's all right. Said that last time, sure, but this time I mean it. Also corrected a minor minor minor bug in the tmpdir cleanup section.
Revision
135 -
Directory Listing
Modified
Sun Dec 31 15:33:11 2006 UTC
(6 years, 4 months ago)
by
mcummings
Updates
Revision
134 -
Directory Listing
Modified
Sun Dec 31 15:32:58 2006 UTC
(6 years, 4 months ago)
by
mcummings
Initial import
Revision
133 -
Directory Listing
Modified
Sun Dec 31 15:30:43 2006 UTC
(6 years, 4 months ago)
by
mcummings
Beginning support for the config file, ~/.gcpanrc. Currently you can just override the make.conf settings. More ideas stirring though :)
Revision
132 -
Directory Listing
Modified
Fri Dec 29 18:04:48 2006 UTC
(6 years, 4 months ago)
by
mcummings
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 ;)
Revision
131 -
Directory Listing
Modified
Wed Dec 27 19:35:59 2006 UTC
(6 years, 4 months ago)
by
mcummings
Updated Makefile.PL with Shell::EnvImporter
Revision
130 -
Directory Listing
Modified
Wed Dec 27 19:06:44 2006 UTC
(6 years, 4 months ago)
by
mcummings
Fixed (recent/temporary) bug with lowercased ebuilds not being found
Cleaned up the hash a bit more
Revision
129 -
Directory Listing
Modified
Wed Dec 27 17:07:00 2006 UTC
(6 years, 4 months ago)
by
mcummings
[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.
Revision
128 -
Directory Listing
Modified
Wed Dec 27 12:28:01 2006 UTC
(6 years, 4 months ago)
by
mcummings
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.
Revision
127 -
Directory Listing
Modified
Wed Dec 20 03:03:48 2006 UTC
(6 years, 5 months ago)
by
mcummings
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.
Revision
126 -
Directory Listing
Modified
Thu Dec 14 13:36:18 2006 UTC
(6 years, 5 months ago)
by
mcummings
Bug 152610, g-cpan wasn't installing anything if PORTDIR_OVERLAY was undefined
Revision
125 -
Directory Listing
Modified
Sun Dec 10 12:30:23 2006 UTC
(6 years, 5 months ago)
by
mcummings
Bug 152604 - the grep on line 194 wasn't working as expected. Modified to a simple matching regex and now it writes correctly.
Revision
124 -
Directory Listing
Modified
Sun Dec 10 05:49:19 2006 UTC
(6 years, 5 months ago)
by
mcummings
Tackling why some modules don't show up after being generated in a -u operation. I think I was working with a bad repo, because after a lot of testing and cleaning up it's all working now. Sleep.
Trust your technolust.
Revision
123 -
Directory Listing
Modified
Tue Dec 5 18:55:29 2006 UTC
(6 years, 5 months ago)
by
mcummings
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.
Revision
122 -
Directory Listing
Modified
Tue Dec 5 13:40:28 2006 UTC
(6 years, 5 months ago)
by
mcummings
Bug 156691, dealing with Build.PL's containing evaluation blocks in the dependency list.
Revision
121 -
Directory Listing
Modified
Sat Nov 25 16:58:17 2006 UTC
(6 years, 5 months ago)
by
mcummings
Committing basic fixes
Revision
120 -
Directory Listing
Modified
Sat Nov 25 15:55:33 2006 UTC
(6 years, 5 months ago)
by
mcummings
Fixed version writing in ebuilds - now matches declared version dependency,
not latest found in portage. Bug 99569
Revision
119 -
Directory Listing
Modified
Sat Nov 25 15:15:01 2006 UTC
(6 years, 5 months ago)
by
mcummings
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);
Revision
118 -
Directory Listing
Modified
Tue Nov 21 14:45:45 2006 UTC
(6 years, 6 months ago)
by
yuval
Use the correct key names for %passed_to_install and %really_install
This fixes the "Nothing to install" message I got for App::Ack and Perl6::Slurp
Revision
114 -
Directory Listing
Modified
Sun Nov 19 22:51:53 2006 UTC
(6 years, 6 months ago)
by
mcummings
trying to make a branch
Revision
110 -
Directory Listing
Modified
Tue Oct 3 10:58:39 2006 UTC
(6 years, 7 months ago)
by
ian
Changelog++
Revision
109 -
Directory Listing
Modified
Tue Oct 3 10:56:46 2006 UTC
(6 years, 7 months ago)
by
ian
Fixed bug #143317
Revision
105 -
Directory Listing
Modified
Fri Sep 22 13:41:04 2006 UTC
(6 years, 8 months ago)
by
dams
cleaning code, indentation & syntax rules
Revision
101 -
Directory Listing
Modified
Sun Sep 10 14:46:33 2006 UTC
(6 years, 8 months ago)
by
dams
small cosmetic
Revision
100 -
Directory Listing
Modified
Sun Sep 10 14:21:47 2006 UTC
(6 years, 8 months ago)
by
dams
- recoded the options verification, without arithmetic operations
- implemented a Fake CPAN::Frontend, to catch the output of the CPAN search
- added a small spin animation to the cpan search
- wrote the cpan search result output
Revision
91 -
Directory Listing
Modified
Sun Aug 6 18:18:36 2006 UTC
(6 years, 9 months ago)
by
ian
we don't need that var any longer
Revision
90 -
Directory Listing
Modified
Wed Aug 2 01:27:42 2006 UTC
(6 years, 9 months ago)
by
mcummings
Last commit for 0.14.0.
Revision
89 -
Directory Listing
Modified
Mon Jul 31 13:22:07 2006 UTC
(6 years, 9 months ago)
by
mcummings
Latest greatest
Revision
88 -
Directory Listing
Modified
Sat Jul 29 02:35:03 2006 UTC
(6 years, 9 months ago)
by
mcummings
Almost ready. Been having problems with search.cpan being down. Fixed
versioned depends so that the deps are versioned only if requested :)
Revision
87 -
Directory Listing
Modified
Sat Jul 22 18:48:32 2006 UTC
(6 years, 10 months ago)
by
mcummings
fixed case sensivity bug (you want to install an uppercase filename, but we have it filed in portage
lower case) - brought up on irc
Revision
86 -
Directory Listing
Modified
Tue Jul 18 21:56:19 2006 UTC
(6 years, 10 months ago)
by
mcummings
Fixed ACCEPT_KEYWORDS populating. Experimental Bundle:: support :)
Revision
85 -
Directory Listing
Modified
Wed Jul 12 15:55:49 2006 UTC
(6 years, 10 months ago)
by
mcummings
Bug 140084 - thanks Moshe!
Revision
83 -
Directory Listing
Modified
Wed Jul 5 12:59:40 2006 UTC
(6 years, 10 months ago)
by
mcummings
Didn't like the way search was defaulting. Still search CPAN (but note if we
found an ebuild for it)
Revision
82 -
Directory Listing
Modified
Wed Jul 5 04:01:33 2006 UTC
(6 years, 10 months ago)
by
mcummings
Updating Makefile for new deps
Revision
81 -
Directory Listing
Modified
Tue Jul 4 19:56:01 2006 UTC
(6 years, 10 months ago)
by
mcummings
Behold! rc3 is on the threshold. And so we shall celebrate our independence!
Revision
80 -
Directory Listing
Modified
Wed Jun 28 00:31:11 2006 UTC
(6 years, 10 months ago)
by
mcummings
* Logging added
* Cleaned up the getAvailableVersions checking (less time)
* -u now support individual packages
Revision
78 -
Directory Listing
Modified
Sat Jun 24 14:38:53 2006 UTC
(6 years, 11 months ago)
by
mcummings
Minor fixes to dep writing
Revision
76 -
Directory Listing
Modified
Mon Jun 19 02:08:36 2006 UTC
(6 years, 11 months ago)
by
mcummings
rc3 work
Revision
75 -
Directory Listing
Modified
Tue Jun 6 21:54:58 2006 UTC
(6 years, 11 months ago)
by
mcummings
bug 135783
Revision
74 -
Directory Listing
Modified
Tue Jun 6 00:31:09 2006 UTC
(6 years, 11 months ago)
by
mcummings
Bug 134781 - RDEPEND=DEPEND line in generated ebuilds
Revision
73 -
Directory Listing
Modified
Fri Jun 2 21:13:53 2006 UTC
(6 years, 11 months ago)
by
mcummings
This is it - all podd'd up!
Revision
72 -
Directory Listing
Modified
Fri Jun 2 17:57:48 2006 UTC
(6 years, 11 months ago)
by
mcummings
Code updates.
Revision
69 -
Directory Listing
Modified
Sun May 21 22:56:23 2006 UTC
(7 years ago)
by
mcummings
Updates to Makefile.PL
Revision
68 -
Directory Listing
Modified
Sun May 21 20:38:20 2006 UTC
(7 years ago)
by
mcummings
SuperLag noticed no failure notices for modules not in CPAN - fixed :)
Revision
66 -
Directory Listing
Modified
Sat May 20 01:19:33 2006 UTC
(7 years ago)
by
mcummings
unimportant typo fix
Revision
65 -
Directory Listing
Modified
Sat May 20 01:01:19 2006 UTC
(7 years ago)
by
mcummings
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)
Revision
64 -
Directory Listing
Modified
Thu May 18 19:14:10 2006 UTC
(7 years ago)
by
mcummings
Major work completed. Need to work on tests and validate documentation.
Revision
63 -
Directory Listing
Modified
Thu May 18 02:02:25 2006 UTC
(7 years ago)
by
mcummings
Evening commit. Just need to get upgrade working, fix tests, and stress it.
Revision
62 -
Directory Listing
Modified
Wed May 17 01:44:15 2006 UTC
(7 years ago)
by
mcummings
Evening sanity check. We are now generating ebuilds correctly and with all
deps generated *and* listed!
Revision
61 -
Directory Listing
Modified
Tue May 16 02:03:34 2006 UTC
(7 years ago)
by
mcummings
Sanity commit. Almost there. Need to work out why it's not skipping perl as a
dep; need to finish the ebuild writing segment to include
perl-gcpan/<new-dep-ebuild>; need to get sleep :)
Revision
60 -
Directory Listing
Modified
Sun May 14 19:06:53 2006 UTC
(7 years ago)
by
mcummings
Sanity commit, need a quick break.
Revision
59 -
Directory Listing
Modified
Sat May 13 13:35:04 2006 UTC
(7 years ago)
by
mcummings
Sanity commit. I've begun working on culling together the information for the
ebuild generation.
Revision
58 -
Directory Listing
Modified
Thu May 11 22:19:50 2006 UTC
(7 years ago)
by
mcummings
Sped up the finding of files considerably. From minutes to an average of 17seconds depending on box.
Revision
57 -
Directory Listing
Modified
Thu May 11 02:16:43 2006 UTC
(7 years ago)
by
mcummings
I broke it. Maybe SQLite?
Revision
56 -
Directory Listing
Modified
Wed May 10 20:59:55 2006 UTC
(7 years ago)
by
mcummings
Last commit while at work, just going over PBP and Critic output
Revision
55 -
Directory Listing
Modified
Wed May 10 20:36:46 2006 UTC
(7 years ago)
by
mcummings
More code cleanups. Will be removing CONSTANTS, an idea that didn't pan out. Searching now works (nothing else yet); finally moved the clean_up code to the END{} block Sniper always wanted; UI::Console work.
Revision
54 -
Directory Listing
Modified
Wed May 10 16:15:56 2006 UTC
(7 years ago)
by
mcummings
Moved Ebuild.pm to Portage.pm
Revision
53 -
Directory Listing
Modified
Wed May 10 16:13:42 2006 UTC
(7 years ago)
by
mcummings
Prepping
Revision
52 -
Directory Listing
Modified
Wed May 10 00:13:33 2006 UTC
(7 years ago)
by
mcummings
perltidy
Revision
51 -
Directory Listing
Modified
Tue May 9 23:54:10 2006 UTC
(7 years ago)
by
mcummings
Only run CPAN tests if we have a configured CPAN::Config
Revision
50 -
Directory Listing
Modified
Tue May 9 21:40:02 2006 UTC
(7 years ago)
by
mcummings
Begun unit testing of new module space.
Revision
48 -
Directory Listing
Modified
Tue May 9 03:29:52 2006 UTC
(7 years ago)
by
mcummings
Nightly commit
Revision
47 -
Directory Listing
Modified
Tue May 9 01:36:59 2006 UTC
(7 years ago)
by
mcummings
Final move/adds I think
Revision
46 -
Directory Listing
Modified
Tue May 9 01:36:15 2006 UTC
(7 years ago)
by
mcummings
Removing man, adding first test
Revision
45 -
Directory Listing
Modified
Tue May 9 01:34:10 2006 UTC
(7 years ago)
by
mcummings
Renaming to the new filename
Revision
44 -
Directory Listing
Modified
Tue May 9 01:33:40 2006 UTC
(7 years ago)
by
mcummings
Reorganization galore.
Revision
43 -
Directory Listing
Modified
Mon May 8 22:19:45 2006 UTC
(7 years ago)
by
mcummings
mcummings "play around" version
Revision
39 -
Directory Listing
Modified
Fri May 5 14:07:29 2006 UTC
(7 years ago)
by
mcummings
Removed additions to ebuild to deal with extutils-autoinstall - in the eclass now
Revision
38 -
Directory Listing
Modified
Fri May 5 13:51:01 2006 UTC
(7 years ago)
by
mcummings
Updates, working copy again.
Revision
16 -
Directory Listing
Modified
Fri Apr 21 00:44:46 2006 UTC
(7 years, 1 month ago)
by
mcummings
The g-cpan parts are still a work in progress. The up2date-ng is all ian's work, I'm just tossing it into svn for tracking and maintenance :)
Revision
15 -
Directory Listing
Modified
Sat Apr 15 11:25:56 2006 UTC
(7 years, 1 month ago)
by
mcummings
Updates
Revision
11 -
Directory Listing
Modified
Wed Jul 27 13:14:39 2005 UTC
(7 years, 9 months ago)
by
mcummings
Adding a snippets dir for storing pieces that are being worked on for later inclusion.
Revision
8 -
Directory Listing
Modified
Wed Jul 6 15:05:13 2005 UTC
(7 years, 10 months ago)
by
mcummings
pretend shouldn't block other actions
Revision
2 -
Directory Listing
Modified
Tue Jun 7 23:26:37 2005 UTC
(7 years, 11 months ago)
by
mcummings
import
Revision
1 -
Directory Listing
Added
Tue Jun 7 23:17:43 2005 UTC
(7 years, 11 months ago)
by
mcummings
Building the g-cpan dir structure
| Sticky Revision: |
|