Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 113679 - udev installs generic COPYING file
Summary: udev installs generic COPYING file
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Greg Kroah-Hartman (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-26 22:00 UTC by Ryan Hill (RETIRED)
Modified: 2005-12-07 14:33 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 Ryan Hill (RETIRED) gentoo-dev 2005-11-26 22:00:47 UTC
udev installs COPYING into /usr/share/doc.  this is the generic GPL-2 license
file which is already included in ${PORTDIR}/licenses and should not be
installed.  this is one of the checks that the Aging Ebuilds with Unstable
Keywords script (http://gentoo.tamperd.net/stable/index.php) runs and flags as a
QA issue.
Comment 1 Ryan Hill (RETIRED) gentoo-dev 2005-11-26 22:11:35 UTC
--- udev-073.ebuild-orig        2005-11-27 00:09:49.000000000 -0600
+++ udev-073.ebuild     2005-11-27 00:10:28.000000000 -0600
@@ -143,7 +143,7 @@
        insinto /lib/rcscripts/addons
        doins "${FILESDIR}"/udev-{start,stop}.sh

-       dodoc COPYING ChangeLog FAQ HOWTO-udev_for_dev README TODO RELEASE-NOTES
+       dodoc ChangeLog FAQ HOWTO-udev_for_dev README TODO RELEASE-NOTES
        dodoc docs/{overview,udev_vs_devfs}
        dodoc docs/writing_udev_rules/*
Comment 2 Greg Kroah-Hartman (RETIRED) gentoo-dev 2005-12-07 14:33:19 UTC
Fixed in 077-r1 release