Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 155972 - app-backup/rsnapshot: Version bump to 1.3.0, improved ebuild attached
Summary: app-backup/rsnapshot: Version bump to 1.3.0, improved ebuild attached
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Bryan Østergaard (RETIRED)
URL:
Whiteboard:
Keywords:
: 155971 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-11-22 13:02 UTC by Alexander Skwar
Modified: 2006-11-27 14:26 UTC (History)
0 users

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


Attachments
rsnapshot-1.3.0.ebuild (rsnapshot-1.3.0.ebuild,1.38 KB, text/plain)
2006-11-22 13:03 UTC, Alexander Skwar
Details
rsnapshot-1.3.0-cp_al.patch (rsnapshot-1.3.0-cp_al.patch,535 bytes, text/plain)
2006-11-22 13:04 UTC, Alexander Skwar
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Skwar 2006-11-22 13:02:20 UTC
rsnapshot is at version 1.3.0. There's only 1.2.9 in tree.

It's possible to build 1.3.0 with the unmodified 1.2.9 ebuild, but the ebuild that I'll attach is somewhat better, as it includes all the documentation files.
Comment 1 Alexander Skwar 2006-11-22 13:03:08 UTC
Created attachment 102567 [details]
rsnapshot-1.3.0.ebuild

Updated/"improved" ebuild for rsnapshot 1.3.0.
Comment 2 Alexander Skwar 2006-11-22 13:04:34 UTC
Created attachment 102568 [details]
rsnapshot-1.3.0-cp_al.patch

For some reason or the other, I had to redo this patch. But it looks exactly the same as the one for 1.2.9:

alexander@blatt /Gentoo/Portage/local-tree/misc/app-backup/rsnapshot $ diff -u files/rsnapshot-1.*
--- files/rsnapshot-1.2.9-cp_al.patch   2006-07-01 22:02:40.000000000 +0200
+++ files/rsnapshot-1.3.0-cp_al.patch   2006-11-22 21:38:32.870053270 +0100
@@ -1,6 +1,7 @@
---- rsnapshot-1.2.9/rsnapshot-program.pl.orig  2006-07-01 22:20:18.000000000 +0200
-+++ rsnapshot-1.2.9/rsnapshot-program.pl       2006-07-01 22:20:29.000000000 +0200
-@@ -3014,7 +3014,7 @@
+diff -ur rsnapshot-1.3.0.original/rsnapshot-program.pl rsnapshot-1.3.0/rsnapshot-program.pl
+--- rsnapshot-1.3.0.original/rsnapshot-program.pl      2006-10-21 08:12:30.000000000 +0200
++++ rsnapshot-1.3.0/rsnapshot-program.pl       2006-11-22 21:37:39.133222510 +0100
+@@ -3055,7 +3055,7 @@
                                if (0 == $test) {
                                        $result = cp_al(
                                                "$config_vars{'snapshot_root'}/$interval.0/",
Comment 3 Alexander Skwar 2006-11-22 13:06:16 UTC
*** Bug 155971 has been marked as a duplicate of this bug. ***
Comment 4 Bryan Østergaard (RETIRED) gentoo-dev 2006-11-27 14:26:33 UTC
InCVS. Thanks for the ebuild + updated patch.