aboutsummaryrefslogtreecommitdiffstats
path: root/URPM.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-06-15 17:38:13 +0000
committerThierry Vignaud <tv@mageia.org>2012-06-15 17:38:13 +0000
commitf814943b4a4295f7a930fba28300e01a6c2cb3d7 (patch)
treee23fbf3f86fd4b7e41892c34514479bbdfa88eee /URPM.pm
parent850ddca92ccf6f3885950f9db014c216cc99578c (diff)
downloadperl-URPM-f814943b4a4295f7a930fba28300e01a6c2cb3d7.tar
perl-URPM-f814943b4a4295f7a930fba28300e01a6c2cb3d7.tar.gz
perl-URPM-f814943b4a4295f7a930fba28300e01a6c2cb3d7.tar.bz2
perl-URPM-f814943b4a4295f7a930fba28300e01a6c2cb3d7.tar.xz
perl-URPM-f814943b4a4295f7a930fba28300e01a6c2cb3d7.zip
(ranges_overlap,obsoletes_overlap) drop unused no_promote parameter
rationale: it was never set to 0 for nearly a decade this should have been ripped rigth after commit r227323 by pixel on Sep 7 2007: "simplify: nopromoteepoch is always 1 (no caller ever define it)"
Diffstat (limited to 'URPM.pm')
-rw-r--r--URPM.pm13
1 files changed, 3 insertions, 10 deletions
diff --git a/URPM.pm b/URPM.pm
index f3de814..58219c2 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -320,7 +320,7 @@ parse_synthesis()).
Force the re-reading of the RPM configuration files.
-=item URPM::ranges_overlap($range1, $range2 [, $nopromoteepoch])
+=item URPM::ranges_overlap($range1, $range2)
This utility function compares two version ranges, in order to calculate
dependencies properly. The ranges have roughly the form
@@ -329,13 +329,6 @@ dependencies properly. The ranges have roughly the form
where epoch, version and release are RPM-style version numbers.
-If the optional parameter $nopromoteepoch is true, and if the 2nd range has no
-epoch while the first one has one, then the 2nd range is assumed to have an
-epoch C<== 0>.
-
-B<Warning>: $nopromoteepoch actually defaults to 1, so if you're going to
-pass a variable, make sure undef is treated like 1, not 0.
-
=item $urpm->parse_synthesis($file [, callback => sub {...} ])
This method gets the B<depslist> and the B<provides> from a synthesis file
@@ -636,7 +629,7 @@ Full obsoletes tags
Just the obsoleted package name.
-=item $package->obsoletes_overlap($s, [$nopromoteepoch, [$direction] ])
+=item $package->obsoletes_overlap($s, [$direction])
=item $package->os()
@@ -654,7 +647,7 @@ Full provides tags
Just the provided package name.
-=item $package->provides_overlap($s, [$nopromoteepoch,] [$direction])
+=item $package->provides_overlap($s, [$direction])
=item $package->rate()