Gentoo Archives: gentoo-dev

From: "Dawid Węgliński" <cla@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in media-gfx/inkscape: ChangeLog inkscape-0.46-r1.ebuild
Date: Sun, 16 Mar 2008 23:33:46
Message-Id: 200803170033.56923.cla@gentoo.org
In Reply to: Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in media-gfx/inkscape: ChangeLog inkscape-0.46-r1.ebuild by Mart Raudsepp
1 Sunday, 16 of March 2008 23:58:45 Mart Raudsepp wrote:
2 > On P, 2008-03-16 at 23:29 +0100, Jeroen Roovers wrote:
3 > > On Sun, 16 Mar 2008 21:51:12 +0100
4 > >
5 > > Dawid Węgliński <cla@g.o> wrote:
6 > > > Not if COPYING file is inside $DOCS and is installed in the loop.
7 > >
8 > > Doing something like this would work as well (and go equally unnoticed):
9 > >
10 > > local DOCS="foo bar COPYING baz"
11 > > dodoc ${DOCS}
12 >
13 > Well, this DOCS deal is coming through gnome2.eclass, and that's how all
14 > of the packages using that eclass are supposed to install DOCS.
15 > I suppose we could also add a QA warning into the eclass for COPYING?
16
17 Something like:
18
19 if [[ "${DOCS/COPYING/}" != "${DOCS}" ]]; then
20 ewarn "QA: Don't install COPYING file."
21 fi
22
23 should be enough. ;)
24
25 --
26 Cheers
27 Dawid Węgliński

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies