Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 300974 - app-backup/rsnapshot-1.3.1 doesn't install Perl scripts (*.pl) under utils/ directory
Summary: app-backup/rsnapshot-1.3.1 doesn't install Perl scripts (*.pl) under utils/ d...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Erik Hahn
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-14 12:19 UTC by Jochen Schalanda
Modified: 2010-12-23 12:48 UTC (History)
3 users (show)

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


Attachments
Trivial patch for rsnapshot-1.3.1.ebuild (rsnapshot-utils.patch,410 bytes, patch)
2010-01-14 12:20 UTC, Jochen Schalanda
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.