Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 87752 - dev-util/tla-1.3.1_p1 (new version 1.3.1-fix-1)
Summary: dev-util/tla-1.3.1_p1 (new version 1.3.1-fix-1)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Ryan Phillips (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-03 03:28 UTC by Thomas Eckert
Modified: 2005-04-03 11:19 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
tla-1.3.1_p1.patch (tla-1.3.1_p1.patch,1.16 KB, patch)
2005-04-03 03:32 UTC, Thomas Eckert
Details | Diff
tla.1 (tla.1,98.12 KB, text/plain)
2005-04-03 03:36 UTC, Thomas Eckert
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Eckert 2005-04-03 03:28:35 UTC
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:
Comment 1 Thomas Eckert 2005-04-03 03:32:03 UTC
Created attachment 55169 [details, diff]
tla-1.3.1_p1.patch
Comment 2 Thomas Eckert 2005-04-03 03:36:06 UTC
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 ---
Comment 3 Anders Rune Jensen (RETIRED) gentoo-dev 2005-04-03 11:19:40 UTC
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.