Gentoo Archives: gentoo-dev

From: Zac Medico <zmedico@g.o>
To: gentoo-dev@l.g.o, "Ulrich Müller" <ulm@g.o>
Subject: Re: [gentoo-dev] [PATCH] eclass: Assign PROPERTIES="live" in live eclasses.
Date: Fri, 26 Jul 2019 20:31:17
Message-Id: 0425bec1-befd-9fb1-a210-8007cee2982e@gentoo.org
In Reply to: [gentoo-dev] [PATCH] eclass: Assign PROPERTIES="live" in live eclasses. by "Ulrich Müller"
1 On 7/26/19 2:18 AM, Ulrich Müller wrote:
2 > Bug: https://bugs.gentoo.org/233589
3 > Signed-off-by: Ulrich Müller <ulm@g.o>
4 > ---
5 >
6 > As previously discussed [1], add a "live" token to PROPERTIES in all
7 > live eclasses. This can also be used to tag live ebuilds that don't
8 > inherit any live eclass.
9 >
10 > Corresponding updates for PMS [2] and Portage [3] are under way.
11 >
12 > [1] https://archives.gentoo.org/gentoo-dev/message/64b83155637bcad67478e2d2af276780
13 > [2] https://archives.gentoo.org/gentoo-pms/message/1e1b5523a885ef4d90417a6176baa65b
14 > [3] https://archives.gentoo.org/gentoo-portage-dev/message/8eab171cf105482062dda189ed2b0b59
15 >
16 > eclass/bzr.eclass | 4 +++-
17 > eclass/cvs.eclass | 2 ++
18 > eclass/darcs.eclass | 4 +++-
19 > eclass/git-2.eclass | 4 +++-
20 > eclass/git-r3.eclass | 4 +++-
21 > eclass/golang-vcs.eclass | 4 +++-
22 > eclass/mercurial.eclass | 4 +++-
23 > eclass/subversion.eclass | 2 ++
24 > 8 files changed, 22 insertions(+), 6 deletions(-)
25
26 Technically, they should do PROPERTIES+=" live" because PROPERTIES and
27 RESTRICT actually do not append automatically.
28 --
29 Thanks,
30 Zac

Attachments

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

Replies