a new version of tla was released on 22-Mar-2005. The attached patch adjusts the 1.3.ebuild to fit the new naming (replacing various ${P}-references by a relative ${S}-mimik). unfortunately the version reported by "tla --version" changed and will most likely break various tools ATM. Reproducible: Always Steps to Reproduce:
Created attachment 55169 [details, diff] tla-1.3.1_p1.patch
Created attachment 55171 [details] tla.1 man-page as suggested in bug #82287 -- generated with: -patch-24 of the suggested perl-script with the following quick version-string-fix: --- snipp --- --- generate-manpage.pl~ 2005-04-03 12:27:48.000000000 +0200 +++ generate-manpage.pl 2005-04-03 12:28:16.000000000 +0200 @@ -497,7 +497,7 @@ if ($_) { chomp; #if (/^tla tla-([^\s]+) from regexps.com$/) { - if (/^The GNU Arch Revision Control System tla-([^\s]+) from regexps.com$/) { + if (/^The GNU Arch Revision Control System \(([^\s]+)\)$/) { $version = $1; # tla style } elsif (/^baz Bazaar version ([^\s]+)/) { $version = $1; # baz style --- snapp ---
Thank you for the report and the manpage. I have created a manpage for bazaar but never got around to building one for tla, so that saved me some trouble :) 1.3.1_p1 now in cvs.