public inbox for gentoo-perl@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-perl] CPAN ebuild moans and groans
@ 2006-01-13  9:32 Beau E. Cox
  2006-01-13 17:10 ` Michael Cummings
  0 siblings, 1 reply; 2+ messages in thread
From: Beau E. Cox @ 2006-01-13  9:32 UTC (permalink / raw
  To: Gentoo-perl

Hi Michael et. al.

I have spent the last two days implementing an 'automatic'
CPAN module update system. I had a similar scheme when I
used Sorcerer and found it quite usefull. The idea is that
I maintain a mirror of CPAN with a daily rsync, and then
automatically build .ebuilds in my local PORTDIR, which then are
installed during the daily emerge --sync && emerge -uD world.
So far so good, but there are several bothersome gentoo
'conventions' I feel I want to air:

1) Who is it that made some CPAN builds lowercase (module-build,
not Module-Build, net-server not Net-Server)? Bad idea. It would
be easier (for my system, at least) to leave the names in the
CPAN form.

2) Lots of trouble with modules that indicate major versions
with 2 digits and minor revisions with four; Module-Build
for example:
  ...
  Module-Build-0.26
  Module-Build-0.2610
  Module-Build-0.2611
  Module-Build-0.27
  ...
I bypassed this problem by making my ebuild file names as
follows:
  Foo-Bar-1137143770.0.2611.ebuild
where 1137143770 is the 'epoch second' date of the tarball.
I can then be sure the order is correct and put code
in all ebuilds to get rid of the date-seconds:
  MY_PV=${PV:11}  and so on.

3) I pull my tarballs from my local mirror. I am using my
apache server to do this via SRC_URI="http://localhost/..."
But sometimes the request goes to my defined gentoo mirror
anyway. Why?

4) How about adding file:/// and rsync:// support for
SRC_URI?

-- 
Aloha => Beau;


-- 
gentoo-perl@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-01-13 17:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-13  9:32 [gentoo-perl] CPAN ebuild moans and groans Beau E. Cox
2006-01-13 17:10 ` Michael Cummings

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox