Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 300974

Summary: app-backup/rsnapshot-1.3.1 doesn't install Perl scripts (*.pl) under utils/ directory
Product: Gentoo Linux Reporter: Jochen Schalanda <jochen+gentoo-bugs>
Component: New packagesAssignee: Erik Hahn <erik_hahn>
Status: RESOLVED FIXED    
Severity: minor CC: fauli, gef.kornflakes, yngwin
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Trivial patch for rsnapshot-1.3.1.ebuild

Description Jochen Schalanda 2010-01-14 12:19:20 UTC
The rsnapshot tarball contains two Perl scripts (mysqlbackup.pl and rsnapreport.pl) in the directory utils/ which are not installed by the ebuild.

Reproducible: Always

Steps to Reproduce:
1. emerge app-backup/rsnapshot
Actual Results:  
$ ls /usr/share/doc/rsnapshot-$VERSION/utils/*.pl.bz2
ls: cannot access /usr/share/doc/rsnapshot-$VERSION/utils/*.pl.bz2: No such file or directory

Expected Results:  
$ ls /usr/share/doc/rsnapshot-$VERSION/utils/*.pl.bz2
/usr/share/doc/rsnapshot-$VERSION/utils/mysqlbackup.pl.bz2  /usr/share/doc/rsnapshot-$VERSION/utils/rsnapreport.pl.bz2
Comment 1 Jochen Schalanda 2010-01-14 12:20:25 UTC
Created attachment 216487 [details, diff]
Trivial patch for rsnapshot-1.3.1.ebuild

Trivial patch for rsnapshot-1.3.1.ebuild which installs the Perl scripts in /usr/share/doc/${P}/utils
Comment 2 Gef 2010-10-11 14:09:04 UTC
*rsnapshot-1.3.1-r1

  10 Oct 2010; Diego E. Pettenò <flameeyes@gentoo.org>
  +rsnapshot-1.3.1-r1.ebuild, metadata.xml:
  Add myself to the package's maintainers. Add new revision fixing bug
  #300974 by Jochen Schalanda, installing the Perl utility files. Also
  update elog, and move the template configuration file among the
  documentation rather than in protected /etc. Update to EAPI=2.