First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 113678
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Crypto team <crypto@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Ryan Hill <dirtyepic@gentoo.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 113678 depends on: Show dependency tree
Bug 113678 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-11-26 21:56 0000
gnutls installs COPYING and COPYING.LIB into /usr/share/doc.  these are generic
GPL and LGPL license files which are already included in ${PORTDIR}/licenses and
should not be installed.  this is one of the tests that the Aging Ebuilds with
Unstable Keywords script (http://gentoo.tamperd.net/stable/index.php) runs and
flags as a QA issue.


-- gnutls-1.2.9.ebuild-orig    2005-11-26 23:55:02.000000000 -0600
+++ gnutls-1.2.9.ebuild 2005-11-26 23:55:30.000000000 -0600
@@ -69,8 +69,7 @@
        fi


-       dodoc AUTHORS COPYING COPYING.LIB ChangeLog NEWS \
-               README THANKS doc/TODO
+       dodoc AUTHORS ChangeLog NEWS README THANKS doc/TODO

        if use doc ; then
                dodoc doc/README.autoconf doc/tex/gnutls.ps

------- Comment #1 From Marcelo Goes 2005-11-27 07:56:08 0000 -------
Considering I was the one who asked aliz to have that test in tamperd, I should
probably have fixed this sooner...

I sed'ed COPYING and COPYING.LIB out of the ebuilds.

Thanks for reporting!


First Last Prev Next    No search results available      Search page      Enter new bug