Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 18447 - media-gfx/gqview-1.3.1
Summary: media-gfx/gqview-1.3.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Jon Portnoy (RETIRED)
URL: http://gqview.sourceforge.net
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-29 16:58 UTC by Andy Dustman
Modified: 2003-03-30 12:17 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andy Dustman 2003-03-29 16:58:19 UTC
The install puts a copy of README in /usr/share/gqview, in addition to doing
dodoc. This tidies it up. Patch follows. Considering the past release schedule,
1.3.2 seems imminent, so this can wait until then.

1.3.1 seems to work well, btw.

--- gqview-1.3.1.ebuild 2003-03-03 22:57:07.000000000 -0500
+++ gqview-1.3.1-r1.ebuild      2003-03-29 16:51:10.000000000 -0500
@@ -31,6 +31,8 @@
  
 src_install() {
        einstall GNOME_DATADIR=${D}/usr/share || die
+       # remove duplicate README
+       rm -rf ${D}/usr/share/gqview
  
        dodoc AUTHORS COPYING ChangeLog README NEWS TODO
 }
Comment 1 Jon Portnoy (RETIRED) gentoo-dev 2003-03-30 02:30:35 UTC
Thanks for pointing this out - will fix tomorrow when I'm somewhat more awake.
Comment 2 Jon Portnoy (RETIRED) gentoo-dev 2003-03-30 12:17:43 UTC
Fixed, thanks.